@charset "UTF-8";
/*
 Colors
 ---------------------------------------------------------------------------*/
/*
 Gradients
 ---------------------------------------------------------------------------*/
/*
 Core styles
 ---------------------------------------------------------------------------*/
/*
 Website layout elements
 ---------------------------------------------------------------------------*/
/*
 Site Structure
 ---------------------------------------------------------------------------*/
/*
 Baseline
 ---------------------------------------------------------------------------*/
/*
 Inheriting items / Variable Fonts
 @todo -- low priority, but still a bug: if you were to have one something like an h2 that inherits from an h1, and an
 h4 that inherits from that h2, the h4 will *NOT* inherit from h1, as you'd expect. It will inherit from h2's
 default font. there's not an easy way around this, and it's non-critical, so leaving it for now. I started
 playing with this at https://codepen.io/zacholas/pen/BOBMBN?editors=1101 but didn't finish.
 ---------------------------------------------------------------------------*/
/*
 Type
 ---------------------------------------------------------------------------*/
/*
 Headings
 ---------------------------------------------------------------------------*/
/*
 Header & Navigation
 ---------------------------------------------------------------------------*/
/*
 Sticky Nav
 Need to be able to change...
 -bg
 -height
 -font
 -sub menu
 -logo padding
 -hover/passive nav items
 ---------------------------------------------------------------------------*/
/*
 Off-Canvas Nav
 ---------------------------------------------------------------------------*/
/*
 Site Banner
 ---------------------------------------------------------------------------*/
/*
 Buttons
 ---------------------------------------------------------------------------*/
/*
 Blog Layout
 ---------------------------------------------------------------------------*/
/*
 Archives
 ---------------------------------------------------------------------------*/
/*
 Archive Post Meta
 ---------------------------------------------------------------------------*/
/*
 Single Post Meta
 ---------------------------------------------------------------------------*/
/*
 Blog Comments
 ---------------------------------------------------------------------------*/
/*
 Blog Pagination
 ---------------------------------------------------------------------------*/
/*
 Sidebar
 ---------------------------------------------------------------------------*/
/*
 Footer
 ---------------------------------------------------------------------------*/
/*
 Thrive Architect
 ---------------------------------------------------------------------------*/
/*
 Learndash
 ---------------------------------------------------------------------------*/
/*
 Alerts
 ---------------------------------------------------------------------------*/
/*
 Grid breakpoints
 ---------------------------------------------------------------------------*/
/* ** bootstrap breakpoints are:
 // Small devices (landscape phones, 576px and up)
 @media (min-width: 576px) { ... }
 // Medium devices (tablets, 768px and up)
 @media (min-width: 768px) { ... }
 // Large devices (desktops, 992px and up)
 @media (min-width: 992px) { ... }
 // Extra large devices (large desktops, 1200px and up)
 @media (min-width: 1200px) { ... }
 ~~~~~~~~~~~~
 // Extra small devices (portrait phones, less than 576px)
 @media (max-width: 575.98px) { ... }
 // Small devices (landscape phones, less than 768px)
 @media (max-width: 767.98px) { ... }
 // Medium devices (tablets, less than 992px)
 @media (max-width: 991.98px) { ... }
 // Large devices (desktops, less than 1200px)
 @media (max-width: 1199.98px) { ... }
 */
.alert {
  position: relative;
  display: block;
  color: #fff;
  margin: 5px 0 15px;
  padding: 12px;
  border-left: rgba(0, 0, 0, 0.2) solid 4px;
  background-color: #e2e6ea;
  font-size: 13px;
  line-height: 1.5; }
  .alert *:first-child {
    margin-top: 0; }
  .alert *:last-child {
    margin-bottom: 0; }
  .alert p {
    margin: 10px 0 7px;
    text-shadow: none;
    color: inherit; }
    .alert p:empty {
      display: none; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .alert.success {
    border-color: #3b9743;
    background-color: #46b450;
    color: #fff; }
    .alert.success a {
      color: #fff; }
  .alert.warning {
    background-color: #f1c00f;
    border-color: #f1a10f;
    color: #4a2c06; }
    .alert.warning a {
      color: #ec2a0b; }
  .alert.danger {
    background-color: #f55e4f;
    border-color: #f33b28;
    color: #fff; }
    .alert.danger a {
      color: #fff; }
  .alert.info {
    background-color: #e2e6ea;
    border-color: rgba(0, 0, 0, 0.2);
    color: #251d4e; }
    .alert.info a {
      color: #4745ac; }
/* ## Baseline Normalize
 --------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }
/* ## Box Sizing
 --------------------------------------------- */
*, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* ## Float Clearing
 --------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table; }

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table; }

body {
  margin: 0;
  background-color: #ecebe9;
  overflow-x: hidden;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

a, button, input, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

hr {
  border: 0;
  border-top: 2px solid #e5e5e5;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  clear: both;
  height: 0; }

::-moz-selection {
  background-color: #0e0d0e;
  color: #fff; }

::selection {
  background-color: #0e0d0e;
  color: #fff; }

a {
  color: #1a63e9;
  text-decoration: none;
  font-weight: 400; }
  a:hover {
    color: #0d4cbf; }
  a:active {
    color: #224b93; }
/* ## Typographical Elements
 --------------------------------------------- */
.more-link-container {
  text-align: left;
  clear: both; }

.more-link-container + p:empty, .entry-footer p:empty {
  display: none; }

a.more-link {
  display: inline-block; }

p {
  margin: 0 0 40px 0;
  padding: 0; }

ol, ul {
  margin: 0;
  padding: 0; }

ul, li {
  list-style-type: none; }

.site-inner ul, .site-inner ol {
  margin-left: 45px;
  margin-bottom: 28px; }

.site-inner ul, .site-inner ul li {
  list-style-type: disc; }

.site-inner ul li {
  margin-bottom: 10px; }

.site-inner ul li:last-child {
  margin-bottom: 0; }

.site-inner ol, .site-inner ol li {
  list-style-type: decimal; }

b, strong, a b, a strong, b a, strong a {
  font-weight: 700; }

p, body, html {
  font-weight: 400; }

small {
  font-size: 65%; }

cite, em, i {
  font-style: italic; }

blockquote {
  padding: 20px 0 20px 40px;
  position: relative;
  margin: 0 0 28px 0;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 22.5px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: italic; }
  blockquote p {
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 22.5px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-align: inherit;
    color: #1d1b24;
    font-style: italic; }

blockquote:before {
  position: absolute;
  content: ' ';
  width: 9px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0e0d0e;
  border-radius: 20px;
  display: block; }
/*blockquote p:first-child:before {
 content: '“';
 margin-left:-12px;
 }*/
blockquote strong {
  font-size: 18px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }

.font-weight-100, .font-weight-100 * {
  font-weight: 100; }

.font-weight-200, .font-weight-200 * {
  font-weight: 200; }

.font-weight-300, .font-weight-300 * {
  font-weight: 300; }

.font-weight-400, .font-weight-400 * {
  font-weight: 400; }

.font-weight-500, .font-weight-500 * {
  font-weight: 500; }

.font-weight-600, .font-weight-600 * {
  font-weight: 600; }

.font-weight-700, .font-weight-700 * {
  font-weight: 700; }

.font-weight-800, .font-weight-800 * {
  font-weight: 800; }

.font-weight-900, .font-weight-900 * {
  font-weight: 900; }
/* ## Headings
 --------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1rem 0;
  font-family: serif;
  font-weight: 800;
  line-height: 1.2;
  color: #1d1b24;
  font-style: normal;
  text-align: inherit; }

h1, .h1 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 60px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h1 strong, .h1 strong {
    font-weight: 800; }
  h1 a, .h1 a {
    font-weight: 800; }

h2, .h2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 44px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h2 strong, .h2 strong {
    font-weight: 800; }
  h2 a, .h2 a {
    font-weight: 800; }

h3, .h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h3 strong, .h3 strong {
    font-weight: 800; }
  h3 a, .h3 a {
    font-weight: 800; }

h4, .h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 28px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h4 strong, .h4 strong {
    font-weight: 800; }
  h4 a, .h4 a {
    font-weight: 800; }

h5, .h5 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 28px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h5 strong, .h5 strong {
    font-weight: 800; }
  h5 a, .h5 a {
    font-weight: 800; }

h6, .h6 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 22px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  h6 strong, .h6 strong {
    font-weight: 800; }
  h6 a, .h6 a {
    font-weight: 800; }

.entry-title, .entry-title a {
  color: #1d1b24;
  text-decoration: none; }

.entry-title a:hover {
  color: #0d4cbf; }
/* ## Objects
 --------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%; }

img {
  height: auto; }

img.circle {
  border-radius: 50%; }

.featured-content img, .gallery img {
  width: auto; }

a img {
  -webkit-transition: opacity, 0.3s, ease-in-out;
  -moz-transition: opacity, 0.3s, ease-in-out;
  -o-transition: opacity, 0.3s, ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.content a:not(.featured-image):hover img {
  opacity: 0.7; }
/* full width videos */
.video-wrap-container {
  /*margin-bottom: 30px;*/ }

.video-wrap-container .responsive-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

@media screen and (min-width: 768px) {
  .video-border iframe {
    border: 8px solid rgba(0, 0, 0, 0.27); } }

.video-wrap-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* ## Gallery
 --------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

div.gallery img {
  border-width: 0 !important;
  height: auto;
  padding: 1px; }

/* ## Forms
 --------------------------------------------- */

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]), select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%; }
/* Forms */
input[type="text"], input[type="email"], input[type="search"], textarea {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0) inset; }

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset; }
/* # Buttons (from beaver builder overrides .scss
 ---------------------------------------------------------------------------------------------------- */
div.fl-builder-content .fl-button-wrap a.fl-button, div.fl-builder-content .fl-button-wrap a.fl-button:visited, body .site-container a.button, body .site-container a.button:visited, .button:not(.tcb-action-icons), .btn, .wpcf7 input[type=submit], .tve_flt .thrv_lead_generation .tve_lg_submit button, .tve-cf-item button, .tve-cf-submit button, button.primary, input[type=button]:not(.menu-toggle), input[type=reset], form:not(.search-form) input[type=submit], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], a.tcb-button-link, .thrv-pricing-table .tcb-pt-button-link, .thrv_post_grid .tve_post .tve_pg_more a, .facet-btn > a > button, .facetwp-load-more, .ld-course-list-items .ld_course_grid .btn-primary, .learndash-resume-button > input, a.more-link {
  word-wrap: normal;
  word-break: normal;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  outline: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  margin: 0;
  padding: 18px 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 0;
  border-radius: 3px;
  border-style: none;
  border-color: transparent;
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  opacity: 1;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.5px;
  font-style: normal; }
  div.fl-builder-content .fl-button-wrap a.fl-button:hover, div.fl-builder-content .fl-button-wrap a.fl-button:visited:hover, body .site-container a.button:hover, body .site-container a.button:visited:hover, .button:not(.tcb-action-icons):hover, .btn:hover, .wpcf7 input[type=submit]:hover, .tve_flt .thrv_lead_generation .tve_lg_submit button:hover, .tve-cf-item button:hover, .tve-cf-submit button:hover, button.primary:hover, input[type=button]:not(.menu-toggle):hover, input[type=reset]:hover, form:not(.search-form) input[type=submit]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover, a.tcb-button-link:hover, .thrv-pricing-table .tcb-pt-button-link:hover, .thrv_post_grid .tve_post .tve_pg_more a:hover, .facet-btn > a > button:hover, .facetwp-load-more:hover, .ld-course-list-items .ld_course_grid .btn-primary:hover, .learndash-resume-button > input:hover, a.more-link:hover, div.fl-builder-content .fl-button-wrap a.fl-button:active, div.fl-builder-content .fl-button-wrap a.fl-button:visited:active, body .site-container a.button:active, body .site-container a.button:visited:active, .button:not(.tcb-action-icons):active, .btn:active, .wpcf7 input[type=submit]:active, .tve_flt .thrv_lead_generation .tve_lg_submit button:active, .tve-cf-item button:active, .tve-cf-submit button:active, button.primary:active, input[type=button]:not(.menu-toggle):active, input[type=reset]:active, form:not(.search-form) input[type=submit]:active, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_page_footer input.button:active, .gform_wrapper .gform_page_footer input[type=submit]:active, a.tcb-button-link:active, .thrv-pricing-table .tcb-pt-button-link:active, .thrv_post_grid .tve_post .tve_pg_more a:active, .facet-btn > a > button:active, .facetwp-load-more:active, .ld-course-list-items .ld_course_grid .btn-primary:active, .learndash-resume-button > input:active, a.more-link:active {
    word-wrap: normal;
    word-break: normal;
    white-space: normal; }
  div.fl-builder-content .fl-button-wrap a.fl-button:hover, div.fl-builder-content .fl-button-wrap a.fl-button:visited:hover, body .site-container a.button:hover, body .site-container a.button:visited:hover, .button:not(.tcb-action-icons):hover, .btn:hover, .wpcf7 input[type=submit]:hover, .tve_flt .thrv_lead_generation .tve_lg_submit button:hover, .tve-cf-item button:hover, .tve-cf-submit button:hover, button.primary:hover, input[type=button]:not(.menu-toggle):hover, input[type=reset]:hover, form:not(.search-form) input[type=submit]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover, a.tcb-button-link:hover, .thrv-pricing-table .tcb-pt-button-link:hover, .thrv_post_grid .tve_post .tve_pg_more a:hover, .facet-btn > a > button:hover, .facetwp-load-more:hover, .ld-course-list-items .ld_course_grid .btn-primary:hover, .learndash-resume-button > input:hover, a.more-link:hover {
    margin: 0;
    padding: 18px 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 3px;
    border-style: none;
    border-color: transparent;
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none; }
  div.fl-builder-content .fl-button-wrap a.fl-button:active, div.fl-builder-content .fl-button-wrap a.fl-button:visited:active, body .site-container a.button:active, body .site-container a.button:visited:active, .button:not(.tcb-action-icons):active, .btn:active, .wpcf7 input[type=submit]:active, .tve_flt .thrv_lead_generation .tve_lg_submit button:active, .tve-cf-item button:active, .tve-cf-submit button:active, button.primary:active, input[type=button]:not(.menu-toggle):active, input[type=reset]:active, form:not(.search-form) input[type=submit]:active, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_page_footer input.button:active, .gform_wrapper .gform_page_footer input[type=submit]:active, a.tcb-button-link:active, .thrv-pricing-table .tcb-pt-button-link:active, .thrv_post_grid .tve_post .tve_pg_more a:active, .facet-btn > a > button:active, .facetwp-load-more:active, .ld-course-list-items .ld_course_grid .btn-primary:active, .learndash-resume-button > input:active, a.more-link:active {
    top: 1px;
    margin: 0;
    padding: 18px 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 3px;
    border-style: none;
    border-color: transparent;
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none; }

.transparent-button a, .transparent-button a:hover, .transparent-button a:active {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

div.fl-builder-content a.fl-button *, div.fl-builder-content a.fl-button:visited * {
  color: #fff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

div.fl-builder-content .fl-button-wrap a.fl-button:hover *, div.fl-builder-content .fl-button-wrap a.fl-button:active *, body .site-container a.button:hover *, body .site-container a.button:active *, .button:hover *, .button:active *, .wpcf7 input[type="submit"]:hover *, .wpcf7 input[type="submit"]:active *, button:not(.menu-toggle):not(.sub-menu-toggle):hover *, button:not(.menu-toggle):not(.sub-menu-toggle):active *, html input[type=button]:hover *, html input[type=button]:active *, input[type=reset]:hover *, input[type=reset]:active *, input[type=submit]:hover *, input[type=submit]:active * {
  color: #fff; }

div.fl-builder-content .fl-button-wrap em {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 75%; }
/* dark */
div.fl-builder-content .darken-buttons .fl-button-wrap a.fl-button, div.fl-builder-content .darken-buttons .fl-button-wrap a.fl-button:visited {
  background-color: #4e4f54; }
/* aqua green */
div.fl-builder-content .aqua .fl-button-wrap a.fl-button, div.fl-builder-content .aqua .fl-button-wrapa.fl-button:visited {
  background-color: #32d4b3; }
/*.modal button,
 .modal input[type="submit"]  {
 background-color: #fff;
 border-color: #c03493;
 color: #c03493;
 border: 1px solid #c03493;
 }*/
/* ghost */
div.fl-builder-content .fl-button-wrap.ghost a.fl-button, body .site-container a.button.ghost, button.ghost, input.ghost[type="submit"] {
  border-color: #414b4f;
  border-width: 2px;
  border-style: solid;
  color: #414b4f;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(65, 75, 79, 0.3) inset;
  -moz-box-shadow: 0 0 0 0 rgba(65, 75, 79, 0.3) inset;
  box-shadow: 0 0 0 0 rgba(65, 75, 79, 0.3) inset; }

div.fl-builder-content .fl-button-wrap.ghost a.fl-button:hover, body .site-container a.button.ghost:hover, button.ghost:hover, input.ghost[type="submit"]:hover {
  -webkit-box-shadow: 0px -200px 0px 0px rgba(65, 75, 79, 0.3) inset;
  -moz-box-shadow: 0px -200px 0px 0px rgba(65, 75, 79, 0.3) inset;
  box-shadow: 0px -200px 0px 0px rgba(65, 75, 79, 0.3) inset; }

div.fl-builder-content .fl-button-wrap.ghost a.fl-button span {
  color: #414b4f; }
/* ghost white */
div.fl-builder-content .fl-button-wrap.ghost a.fl-button, .fl-module-button.ghost a.fl-button, body .site-container a.button.ghost, button.ghost, input.ghost[type="submit"] {
  border-color: #fff !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #fff !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) inset !important;
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) inset !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) inset !important; }

div.fl-builder-content .fl-button-wrap.ghost a.fl-button:hover, .fl-module-button.ghost a.fl-button:hover, body .site-container a.button.ghost:hover, button.ghost:hover, input.ghost[type="submit"]:hover {
  -webkit-box-shadow: 0px -200px 0px 0px rgba(255, 255, 255, 0.3) inset !important;
  -moz-box-shadow: 0px -200px 0px 0px rgba(255, 255, 255, 0.3) inset !important;
  box-shadow: 0px -200px 0px 0px rgba(255, 255, 255, 0.3) inset !important; }

div.fl-builder-content .fl-button-wrap.ghost a.fl-button span, body:not(.fl-builder-edit) div.fl-builder-content .fl-module-button.ghost .fl-button-wrap a.fl-button span {
  color: #fff !important; }

html body .wp-core-ui .button {
  display: inline-block;
  width: auto; }
/* ## Tables
 --------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td, th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }
/* # Structure and Layout
 ---------------------------------------------------------------------------------------------------- */
/* ## New [experimental] flexbox layout
 --------------------------------------------- */
@media (min-width: 1240px) {
  body:not(.full-width-content) .content-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: -40px;
    margin-left: -40px; }
    body:not(.full-width-content) .content-inner-wrapper main {
      overflow: hidden;
      -webkit-box-flex: 2.25;
      -ms-flex: 2.25;
      flex: 2.25;
      margin-right: 40px;
      margin-left: 40px; }
    body:not(.full-width-content) .content-inner-wrapper aside {
      overflow: hidden;
      -webkit-flex: 1;
      flex: 1;
      margin-right: 40px;
      margin-left: 40px;
      padding: 0;
      border-width: 0;
      border-radius: 0;
      border-style: none;
      border-color: transparent; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  body:not(.full-width-content) .content-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: -40px;
    margin-left: -40px; }
    body:not(.full-width-content) .content-inner-wrapper main {
      overflow: hidden;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      margin-right: 40px;
      margin-left: 40px; }
    body:not(.full-width-content) .content-inner-wrapper aside {
      overflow: hidden;
      -webkit-flex: 1;
      flex: 1;
      margin-right: 40px;
      margin-left: 40px;
      padding: 0;
      border-width: 0;
      border-radius: 0;
      border-style: none;
      border-color: transparent; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  body:not(.full-width-content) .content-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: -40px;
    margin-left: -40px; }
    body:not(.full-width-content) .content-inner-wrapper main {
      overflow: hidden;
      -webkit-box-flex: 1.75;
      -ms-flex: 1.75;
      flex: 1.75;
      margin-right: 40px;
      margin-left: 40px; }
    body:not(.full-width-content) .content-inner-wrapper aside {
      overflow: hidden;
      -webkit-flex: 1;
      flex: 1;
      margin-right: 40px;
      margin-left: 40px;
      padding: 0;
      border-width: 0;
      border-radius: 0;
      border-style: none;
      border-color: transparent; } }

@media (min-width: 576px) and (max-width: 768.98px) {
  body:not(.full-width-content) .content-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 575.98px) {
  body:not(.full-width-content) .content-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; } }

.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
  width: 100%; }
/* ## Site Containers
 --------------------------------------------- */
.site-inner {
  clear: both;
  z-index: 3;
  position: relative; }

.layout-builder-full-width .site-container > .site-inner {
  max-width: none;
  padding-bottom: 0; }
/* to make .primary-nav abs pos if header widget is used for text */
.site-container {
  position: relative;
  z-index: 1; }

.site-inner > [class^="content-"] {
  margin-top: 40px;
  margin-bottom: 40px; }

.archive-pagination {
  margin: 40px 0 0;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent; }

body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis):not(.search-results) .site-inner > [class^="content-"] {
  padding-top: 120px; }

body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis).search-results .search-page-top {
  margin-top: 120px; }

@media (max-width: 1023px) {
  body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis):not(.search-results) .site-inner > [class^="content-"] {
    padding-top: 90px; }

  body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis).search-results .search-page-top {
    margin-top: 90px; } }

@media (max-width: 767px) {
  body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis):not(.search-results) .site-inner > [class^="content-"] {
    padding-top: 65px; }

  body.nav-body-overlay:not(.page-banner):not(.layout-builder-full-width):not(.page-template-page_genesis).search-results .search-page-top {
    margin-top: 65px; } }
/* ## Column Widths and Positions
 --------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
/* Full Width Page (Beaver Builder)
 -------------------------------------------- */
/* change max-width */
.fl-row-content-wrap .fl-row-fixed-width {
  max-width: 1200px; }

@media only screen and (max-width: 960px) {
  .fl-row-content-wrap .fl-row-fixed-width {
    max-width: 800px; } }

@media only screen and (max-width: 1200px) {
  .fl-row-content-wrap .fl-row-fixed-width {
    max-width: 960px; } }

@media only screen and (max-width: 800px) {
  .fl-builder-full .site-inner {
    padding-left: 0;
    padding-right: 0; } }
/* ## Column Classes
 --------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.5641025641%; }

.one-half, .three-sixths, .two-fourths {
  width: 48.7179487179%; }

.one-third, .two-sixths {
  width: 31.6239316239%; }

.four-sixths, .two-thirds {
  width: 65.811965812%; }

.one-fourth {
  width: 23.0769230769%; }

.three-fourths {
  width: 74.358974359%; }

.one-sixth {
  width: 14.5299145299%; }

.five-sixths {
  width: 82.905982906%; }

.first {
  clear: both;
  margin-left: 0; }

.clear {
  clear: both; }

@media screen and (min-width: 820px) {
  .hide-for-large {
    display: none; } }

@media screen and (max-width: 819px) {
  .caption_column {
    display: none !important; } }
/* ## Flex Grid
 --------------------------------------------- */
.flex-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row; }

.grid-cols-2 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.grid-cols-3 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.grid-cols-4 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.grid-cols-6 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 1em);
  flex: 0 0 calc(50% - 1em); }

.grid-cols-12 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 1em);
  flex: 0 0 calc(33.3333% - 1em); }
/* Tablet (medium) screens */
/*@media (min-width: 30em) {*/
@media (min-width: 768px) {
  .grid-cols-4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1em);
    flex: 0 0 calc(50% - 1em); }

  .grid-cols-6 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em); }

  .grid-cols-12 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.6666% - 1em);
    flex: 0 0 calc(16.6666% - 1em); }

  .grid-cols-12 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em); } }
/* Large screens */
/*@media (min-width: 48em) {*/
@media (min-width: 1200px) {
  .grid-cols-2 > .grid-cell, .grid-cols-3 > .grid-cell, .grid-cols-4 > .grid-cell, .grid-cols-6 > .grid-cell, .grid-cols-12 > .grid-cell {
    flex: 1;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- */
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 0 calc(25% - 1em); }

  .grid-cols-12 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em); } }
/* # Common Classes
 ---------------------------------------------------------------------------------------------------- */
/* ## Cards
 --------------------------------------------- */
.card, .cards > .tcb-flex-row > .tcb-flex-col > div.tcb-col, .cards > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col {
  margin: 0 0 40px;
  background-color: #fff;
  padding: 40px;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent; }
  .card .featured-img, .cards > .tcb-flex-row > .tcb-flex-col > div.tcb-col .featured-img, .cards > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col .featured-img, .card .featured-image, .cards > .tcb-flex-row > .tcb-flex-col > div.tcb-col .featured-image, .cards > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col .featured-image {
    margin: -40px -40px 40px;
    width: calc(100% + 40px + 40px); }
    .card .featured-img img, .cards > .tcb-flex-row > .tcb-flex-col > div.tcb-col .featured-img img, .cards > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col .featured-img img, .card .featured-image img, .cards > .tcb-flex-row > .tcb-flex-col > div.tcb-col .featured-image img, .cards > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col .featured-image img {
      width: 100%; }

.card:not(.no-border), .cards:not(.no-border) > .tcb-flex-row > .tcb-flex-col > div.tcb-col, .cards:not(.no-border) > .tcb-flex-row > .tcb-flex-col > a.tcb-col > div.tcb-col {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
/* ## Avatar
 --------------------------------------------- */
.avatar {
  float: left;
  margin-right: 10px;
  border-radius: 200px; }

.alignleft .avatar, .author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }
/* ## Genesis
 --------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0; }
/* ## Search Form
 --------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form, .site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"], .search-form input[type="submit"] {
  right: 0;
  width: auto;
  border: 0;
  background: transparent;
  height: 100%;
  position: absolute;
  border-left: 1px solid #c8c8c8;
  padding-left: 16px; }

.search-form input[type="search"], .sidebar input[type="search"] {
  padding-right: 52px;
  border: 1px solid #c8c8c8; }

input[value="\e902"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Eminence-Icons' !important;
  speak: none;
  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; }
/* ## Titles
 --------------------------------------------- */
.type-page > .entry-header {
  display: none; }

.search .type-page > .entry-header {
  display: block; }

.archive-title {
  font-size: 24px; }
/* ## WordPress
 --------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 4px; }

.alignright {
  float: right;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 4px; }

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%; }

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone, .alignnone {
  margin-bottom: 12px; }

a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px; }
/*
 .wp-caption {
 position: relative;
 }
 .wp-caption:after {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 height: 200px;
 @include background(linear-gradient(to bottom, rgba(247,78,16,0) 0%, rgba(0,0,0,0.6) 100%));
 z-index: 1;
 }
 .wp-caption img {
 display: block;
 }
 .wp-caption-text {
 position: absolute;
 display: block;
 bottom: 0;
 left: 0;
 right: 0;
 font-size: 14px;
 color: #fff;
 text-align: right;
 z-index: 2;
 padding: 40px;
 }
 .wp-caption-text > strong {
 font-weight: normal;
 font-size: 18px;
 display: block;
 text-transform: uppercase;
 }
 .entry-content p.wp-caption-text {
 margin-bottom: 0;
 }*/
/* ## Featured Content
 --------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px; }
/* ## Gradient Backgrounds
 --------------------------------------------- */
.background-gradient, .gradient, .gradient-primary, .primary-gradient {
  background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%); }

.background-gradient-subtle, .gradient-subtle, .gradient-primary-subtle, .primary-gradient-subtle {
  background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%); }

.background-gradient-diagonal, .gradient-diagonal, .gradient-primary-diagonal, .primary-gradient-diagonal {
  background: -owg-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%); }

.background-gradient-diagonal-subtle, .gradient-diagonal-subtle, .gradient-primary-diagonal-subtle, .primary-gradient-diagonal-subtle, .background-gradient-subtle-diagonal, .gradient-subtle-diagonal, .gradient-primary-subtle-diagonal, .primary-gradient-subtle-diagonal {
  background: -owg-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%); }

.background-gradient, .gradient, .gradient-secondary, .secondary-gradient {
  background: -owg-linear-gradient(90deg, #fdb71e 0%, #fd921e 100%);
  background: -webkit-linear-gradient(90deg, #fdb71e 0%, #fd921e 100%);
  background: -moz-linear-gradient(90deg, #fdb71e 0%, #fd921e 100%);
  background: -o-linear-gradient(90deg, #fdb71e 0%, #fd921e 100%);
  background: linear-gradient(90deg, #fdb71e 0%, #fd921e 100%); }

.background-gradient-subtle, .gradient-subtle, .gradient-secondary-subtle, .secondary-gradient-subtle {
  background: -owg-linear-gradient(90deg, #fdb71e 0%, #fda41e 100%);
  background: -webkit-linear-gradient(90deg, #fdb71e 0%, #fda41e 100%);
  background: -moz-linear-gradient(90deg, #fdb71e 0%, #fda41e 100%);
  background: -o-linear-gradient(90deg, #fdb71e 0%, #fda41e 100%);
  background: linear-gradient(90deg, #fdb71e 0%, #fda41e 100%); }

.background-gradient-diagonal, .gradient-diagonal, .gradient-secondary-diagonal, .secondary-gradient-diagonal {
  background: -owg-linear-gradient(40deg, #fdb71e 0%, #fd921e 100%);
  background: -webkit-linear-gradient(40deg, #fdb71e 0%, #fd921e 100%);
  background: -moz-linear-gradient(40deg, #fdb71e 0%, #fd921e 100%);
  background: -o-linear-gradient(40deg, #fdb71e 0%, #fd921e 100%);
  background: linear-gradient(40deg, #fdb71e 0%, #fd921e 100%); }

.background-gradient-diagonal-subtle, .gradient-diagonal-subtle, .gradient-secondary-diagonal-subtle, .secondary-gradient-diagonal-subtle, .background-gradient-subtle-diagonal, .gradient-subtle-diagonal, .gradient-secondary-subtle-diagonal, .secondary-gradient-subtle-diagonal {
  background: -owg-linear-gradient(40deg, #fdb71e 0%, #fda41e 100%);
  background: -webkit-linear-gradient(40deg, #fdb71e 0%, #fda41e 100%);
  background: -moz-linear-gradient(40deg, #fdb71e 0%, #fda41e 100%);
  background: -o-linear-gradient(40deg, #fdb71e 0%, #fda41e 100%);
  background: linear-gradient(40deg, #fdb71e 0%, #fda41e 100%); }
/* # Misc
 ---------------------------------------------------------------------------------------------------- */
.type-page .entry-content + a {
  display: none; }

.entry-content p:last-child, .more-link-container {
  margin-bottom: 0; }

.overflow-hidden {
  overflow: hidden; }
/* # Title Area
 ---------------------------------------------------------------------------------------------------- */
.title-area {
  float: left;
  font-size: 0;
  padding: 15px 30px;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

.title-area #logo {
  max-height: 117px; }

#menu-main-menu .logo a {
  margin-bottom: -10px; }

#menu-main-menu .logo img {
  max-width: 140px;
  padding: 5px 0; }

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2; }

.title-area a {
  display: inline-block; }

.site-title a, .site-title a:hover {
  color: #333; }

.site-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

.site-description, .site-title {
  margin-bottom: 0; }
/* Scrolled Secondary
 --------------------------------------------- */
/* # Site Navigation (Do not use this section to style)
 ---------------------------------------------------------------------------------------------------- */
/* # Header Navigation, round 2
 ---------------------------------------------------------------------------------------------------- */
body.transparent-nav .site-header .header-background {
  opacity: 0; }

body.nav-body-overlay .site-header {
  position: absolute; }

body.nav-body-overlay.page-template-page_genesis:not(.page-banner) .site-header {
  position: relative; }
  body.nav-body-overlay.page-template-page_genesis:not(.page-banner) .site-header .header-background {
    opacity: 1; }

.site-header, .sticky-nav-container {
  padding: 0;
  background: transparent;
  width: 100%;
  z-index: 100;
  position: relative; }
  .site-header .nav-alongside, .sticky-nav-container .nav-alongside {
    float: right;
    text-align: left;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .site-header .wrap, .sticky-nav-container .wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 120px;
    max-width: 100%; }
    .site-header .wrap > div:not(.header-background), .sticky-nav-container .wrap > div:not(.header-background) {
      position: relative;
      z-index: 2; }
  .site-header .header-background, .sticky-nav-container .header-background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    -webkit-transition: background, 0.5s, ease-in-out;
    -moz-transition: background, 0.5s, ease-in-out;
    -o-transition: background, 0.5s, ease-in-out;
    transition: background 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .site-header li, .sticky-nav-container li {
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    float: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    list-style-type: none; }
    .site-header li > a, .sticky-nav-container li > a, .site-header li > a:link, .sticky-nav-container li > a:link, .site-header li > a:visited, .sticky-nav-container li > a:visited {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      padding: 1.5rem 2.25rem;
      text-decoration: none;
      position: relative;
      height: 100%;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19) inset;
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19) inset;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19) inset;
      overflow: hidden;
      -webkit-transition: color, 0.5s, ease-in-out;
      -moz-transition: color, 0.5s, ease-in-out;
      -o-transition: color, 0.5s, ease-in-out;
      transition: color 0.5s ease-in-out;
      font-family: "Alternate Gothic ExCond ATF", sans-serif;
      font-size: 30px;
      line-height: 100%;
      font-weight: 700;
      letter-spacing: 0px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      font-style: normal; }
      .site-header li:hover > a, .sticky-nav-container li:hover > a {
        color: #fff; }
    .site-header li:hover > ul, .sticky-nav-container li:hover > ul, .site-header li.hover > ul, .sticky-nav-container li.hover > ul {
      left: auto;
      opacity: 1;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      z-index: 101; }
  .site-header nav, .sticky-nav-container nav {
    height: 100%; }
  .site-header .menu, .sticky-nav-container .menu {
    clear: both;
    height: 100%; }
  .site-header .sub-menu, .sticky-nav-container .sub-menu {
    position: absolute;
    width: 280px;
    z-index: 99;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleY(0.01);
    -moz-transform: scaleY(0.01);
    -ms-transform: scaleY(0.01);
    -o-transform: scaleY(0.01);
    transform: scaleY(0.01);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: -1px 3px 15px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 3px 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 15px 1px rgba(0, 0, 0, 0.1); }
    .site-header .sub-menu > li, .sticky-nav-container .sub-menu > li {
      display: block;
      float: none; }
      .site-header .sub-menu > li > a, .sticky-nav-container .sub-menu > li > a, .site-header .sub-menu > li > a:link, .sticky-nav-container .sub-menu > li > a:link, .site-header .sub-menu > li > a:visited, .sticky-nav-container .sub-menu > li > a:visited {
        background: #fff;
        background: #fff;
        background: #fff;
        background: #fff;
        background: #fff;
        color: #212529;
        border-top: none;
        padding: 1.25rem;
        position: relative;
        width: 100%;
        height: auto;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        line-height: 100%;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: none;
        text-align: left;
        font-style: normal; }
        .site-header .sub-menu > li > a > span, .sticky-nav-container .sub-menu > li > a > span, .site-header .sub-menu > li > a:link > span, .sticky-nav-container .sub-menu > li > a:link > span, .site-header .sub-menu > li > a:visited > span, .sticky-nav-container .sub-menu > li > a:visited > span {
          position: relative; }
        .site-header .sub-menu > li > a > .after, .sticky-nav-container .sub-menu > li > a > .after, .site-header .sub-menu > li > a:link > .after, .sticky-nav-container .sub-menu > li > a:link > .after, .site-header .sub-menu > li > a:visited > .after, .sticky-nav-container .sub-menu > li > a:visited > .after, .site-header .sub-menu > li > a > .before, .sticky-nav-container .sub-menu > li > a > .before, .site-header .sub-menu > li > a:link > .before, .sticky-nav-container .sub-menu > li > a:link > .before, .site-header .sub-menu > li > a:visited > .before, .sticky-nav-container .sub-menu > li > a:visited > .before {
          content: ' ';
          display: block; }
        .site-header .sub-menu > li > a > .text, .sticky-nav-container .sub-menu > li > a > .text, .site-header .sub-menu > li > a:link > .text, .sticky-nav-container .sub-menu > li > a:link > .text, .site-header .sub-menu > li > a:visited > .text, .sticky-nav-container .sub-menu > li > a:visited > .text {
          z-index: 3; }
        .site-header .sub-menu > li > a > .before, .sticky-nav-container .sub-menu > li > a > .before, .site-header .sub-menu > li > a:link > .before, .sticky-nav-container .sub-menu > li > a:link > .before, .site-header .sub-menu > li > a:visited > .before, .sticky-nav-container .sub-menu > li > a:visited > .before {
          position: absolute;
          width: 6px;
          bottom: 0;
          top: 0;
          left: 0;
          right: inherit;
          height: 100%;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
          z-index: 2;
          -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.72, 0.01, 0.32, 1.51);
          -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.72, 0.01, 0.32, 1.51);
          -o-transition: -o-transform, 0.5s, cubic-bezier(0.72, 0.01, 0.32, 1.51);
          transition: transform 0.5s cubic-bezier(0.72, 0.01, 0.32, 1.51);
          background: #000;
          background: #000;
          background: #000;
          background: #000;
          background: #000;
          opacity: 0.2;
          background-size: cover;
          background-attachment: scroll;
          background-repeat: no-repeat; }
        .site-header .sub-menu > li > a > .after, .sticky-nav-container .sub-menu > li > a > .after, .site-header .sub-menu > li > a:link > .after, .sticky-nav-container .sub-menu > li > a:link > .after, .site-header .sub-menu > li > a:visited > .after, .sticky-nav-container .sub-menu > li > a:visited > .after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
          z-index: 1;
          -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
          -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
          -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
          background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
          background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
          background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
          background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
          background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
          opacity: 1;
          background-size: cover;
          background-attachment: scroll;
          background-repeat: no-repeat; }
    .site-header .sub-menu li.current-menu-item > a, .sticky-nav-container .sub-menu li.current-menu-item > a, .site-header .sub-menu li:hover > a, .sticky-nav-container .sub-menu li:hover > a {
      color: #fff; }
      .site-header .sub-menu li.current-menu-item > a > .before, .sticky-nav-container .sub-menu li.current-menu-item > a > .before, .site-header .sub-menu li:hover > a > .before, .sticky-nav-container .sub-menu li:hover > a > .before, .site-header .sub-menu li.current-menu-item > a > .after, .sticky-nav-container .sub-menu li.current-menu-item > a > .after, .site-header .sub-menu li:hover > a > .after, .sticky-nav-container .sub-menu li:hover > a > .after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .site-header .sub-menu li.current-menu-item > a > .before, .sticky-nav-container .sub-menu li.current-menu-item > a > .before, .site-header .sub-menu li:hover > a > .before, .sticky-nav-container .sub-menu li:hover > a > .before {
        background: #000;
        background: #000;
        background: #000;
        background: #000;
        background: #000;
        opacity: 0.2;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
      .site-header .sub-menu li.current-menu-item > a > .after, .sticky-nav-container .sub-menu li.current-menu-item > a > .after, .site-header .sub-menu li:hover > a > .after, .sticky-nav-container .sub-menu li:hover > a > .after {
        background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
        background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
        background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
        background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
        background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
        opacity: 1;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
  .site-header > .wrap nav .menu > li, .sticky-nav-container > .wrap nav .menu > li {
    height: 100%;
    float: left;
    max-width: 250px; }
    .site-header > .wrap nav .menu > li > a > .after, .sticky-nav-container > .wrap nav .menu > li > a > .after, .site-header > .wrap nav .menu > li > a > .before, .sticky-nav-container > .wrap nav .menu > li > a > .before {
      content: "";
      position: absolute; }
      .site-header > .wrap nav .menu > li > a > .text, .sticky-nav-container > .wrap nav .menu > li > a > .text {
        position: relative;
        z-index: 3; }
      .site-header > .wrap nav .menu > li > a > .before, .sticky-nav-container > .wrap nav .menu > li > a > .before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 1;
        -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.8s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.8s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.8s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        opacity: 1;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
      .site-header > .wrap nav .menu > li > a > .after, .sticky-nav-container > .wrap nav .menu > li > a > .after {
        position: absolute;
        height: 4px;
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
        width: 100%;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        z-index: 2;
        -webkit-transition: -webkit-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: -moz-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: -o-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1), background, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        opacity: 1;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
    .site-header > .wrap nav .menu > .current-menu-item > a, .sticky-nav-container > .wrap nav .menu > .current-menu-item > a, .site-header > .wrap nav .menu > .current_page_item > a, .sticky-nav-container > .wrap nav .menu > .current_page_item > a, .site-header > .wrap nav .menu > .current_page_parent > a, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a, .site-header > .wrap nav .menu > .current-post-parent > a, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a, .site-header > .wrap nav .menu > .current-menu-parent > a, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a, .site-header > .wrap nav .menu > li:hover > a, .sticky-nav-container > .wrap nav .menu > li:hover > a {
      color: #fff; }
      .site-header > .wrap nav .menu > .current-menu-item > a > .before, .sticky-nav-container > .wrap nav .menu > .current-menu-item > a > .before, .site-header > .wrap nav .menu > .current_page_item > a > .before, .sticky-nav-container > .wrap nav .menu > .current_page_item > a > .before, .site-header > .wrap nav .menu > .current_page_parent > a > .before, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a > .before, .site-header > .wrap nav .menu > .current-post-parent > a > .before, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a > .before, .site-header > .wrap nav .menu > .current-menu-parent > a > .before, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a > .before, .site-header > .wrap nav .menu > li:hover > a > .before, .sticky-nav-container > .wrap nav .menu > li:hover > a > .before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        background: rgba(35, 36, 38, 0.48);
        opacity: 1;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
      .site-header > .wrap nav .menu > .current-menu-item > a > .after, .sticky-nav-container > .wrap nav .menu > .current-menu-item > a > .after, .site-header > .wrap nav .menu > .current_page_item > a > .after, .sticky-nav-container > .wrap nav .menu > .current_page_item > a > .after, .site-header > .wrap nav .menu > .current_page_parent > a > .after, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a > .after, .site-header > .wrap nav .menu > .current-post-parent > a > .after, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a > .after, .site-header > .wrap nav .menu > .current-menu-parent > a > .after, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a > .after, .site-header > .wrap nav .menu > li:hover > a > .after, .sticky-nav-container > .wrap nav .menu > li:hover > a > .after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        background: rgba(253, 183, 30, 1);
        opacity: 1;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat; }
    .site-header > .wrap nav .menu .sub-menu:before, .sticky-nav-container > .wrap nav .menu .sub-menu:before {
      position: absolute;
      bottom: 100%;
      width: 0;
      height: 0;
      border: 11px solid transparent;
      content: " ";
      pointer-events: none;
      left: 10px;
      border-bottom-color: #fff; }
    .site-header > .wrap nav .menu .sub-menu .sub-menu, .sticky-nav-container > .wrap nav .menu .sub-menu .sub-menu {
      margin: -50px 0 0 280px !important; }
      .site-header > .wrap nav .menu .sub-menu .sub-menu:before, .sticky-nav-container > .wrap nav .menu .sub-menu .sub-menu:before {
        display: none; }

.sticky-nav-container, body.sticky-nav-style-sticky_morph.scrolled .site-header {
  padding: 0; }
  .sticky-nav-container .wrap, body.sticky-nav-style-sticky_morph.scrolled .site-header .wrap {
    height: 50px; }
  .sticky-nav-container .header-background, body.sticky-nav-style-sticky_morph.scrolled .site-header .header-background {
    background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    opacity: 0.95;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-transition: all, 1s, ease-in-out;
    -moz-transition: all, 1s, ease-in-out;
    -o-transition: all, 1s, ease-in-out;
    transition: all 1s ease-in-out; }
  .sticky-nav-container li, body.sticky-nav-style-sticky_morph.scrolled .site-header li {
    list-style-type: none;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
    .sticky-nav-container li > a, body.sticky-nav-style-sticky_morph.scrolled .site-header li > a, .sticky-nav-container li > a:link, body.sticky-nav-style-sticky_morph.scrolled .site-header li > a:link, .sticky-nav-container li > a:visited, body.sticky-nav-style-sticky_morph.scrolled .site-header li > a:visited {
      font-family: "Alternate Gothic ExCond ATF", sans-serif;
      font-size: 20px;
      line-height: 100%;
      font-weight: 700;
      letter-spacing: 0px;
      text-transform: uppercase;
      text-align: left;
      color: #fff;
      font-style: normal; }
    .sticky-nav-container li:hover > a, body.sticky-nav-style-sticky_morph.scrolled .site-header li:hover > a {
      color: #fff; }
  .sticky-nav-container .sub-menu > li > a, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a, .sticky-nav-container .sub-menu > li > a:link, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:link, .sticky-nav-container .sub-menu > li > a:visited, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:visited {
    background: #fff;
    background: #fff;
    background: #fff;
    background: #fff;
    background: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    text-align: left;
    font-style: normal; }
    .sticky-nav-container .sub-menu > li > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a > .before, .sticky-nav-container .sub-menu > li > a:link > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:link > .before, .sticky-nav-container .sub-menu > li > a:visited > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:visited > .before {
      position: absolute;
      width: 6px;
      bottom: 0;
      top: 0;
      left: 0;
      right: inherit;
      height: 100%;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%;
      background: #000;
      background: #000;
      background: #000;
      background: #000;
      background: #000;
      opacity: 0.2;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: no-repeat; }
    .sticky-nav-container .sub-menu > li > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a > .after, .sticky-nav-container .sub-menu > li > a:link > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:link > .after, .sticky-nav-container .sub-menu > li > a:visited > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu > li > a:visited > .after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%;
      background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
      background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
      background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
      background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
      background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
      opacity: 1;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: no-repeat; }
    .sticky-nav-container .sub-menu li.current-menu-item > a, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li.current-menu-item > a, .sticky-nav-container .sub-menu li:hover > a, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li:hover > a {
      color: #fff; }
    .sticky-nav-container .sub-menu li.current-menu-item > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li.current-menu-item > a > .before, .sticky-nav-container .sub-menu li:hover > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li:hover > a > .before, .sticky-nav-container .sub-menu li.current-menu-item > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li.current-menu-item > a > .after, .sticky-nav-container .sub-menu li:hover > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header .sub-menu li:hover > a > .after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .sticky-nav-container > .wrap nav .menu > li > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > li > a > .before {
    background: rgba(35, 36, 38, 0.48);
    background: rgba(35, 36, 38, 0.48);
    background: rgba(35, 36, 38, 0.48);
    background: rgba(35, 36, 38, 0.48);
    background: rgba(35, 36, 38, 0.48);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
    .sticky-nav-container > .wrap nav .menu > li > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > li > a > .after {
      position: absolute;
      height: 3px;
      top: 0;
      left: 0;
      right: 0;
      bottom: inherit;
      width: 100%;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      opacity: 1;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: no-repeat; }
    .sticky-nav-container > .wrap nav .menu > .current-menu-item > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-item > a, .sticky-nav-container > .wrap nav .menu > .current_page_item > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_item > a, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_parent > a, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-post-parent > a, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-parent > a, .sticky-nav-container > .wrap nav .menu > li:hover > a, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > li:hover > a {
      color: #fff; }
    .sticky-nav-container > .wrap nav .menu > .current-menu-item > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-item > a > .before, .sticky-nav-container > .wrap nav .menu > .current_page_item > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_item > a > .before, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_parent > a > .before, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-post-parent > a > .before, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-parent > a > .before, .sticky-nav-container > .wrap nav .menu > li:hover > a > .before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > li:hover > a > .before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      background: rgba(35, 36, 38, 0.48);
      background: rgba(35, 36, 38, 0.48);
      background: rgba(35, 36, 38, 0.48);
      background: rgba(35, 36, 38, 0.48);
      background: rgba(35, 36, 38, 0.48);
      opacity: 1;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: no-repeat; }
    .sticky-nav-container > .wrap nav .menu > .current-menu-item > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-item > a > .after, .sticky-nav-container > .wrap nav .menu > .current_page_item > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_item > a > .after, .sticky-nav-container > .wrap nav .menu > .current_page_parent > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current_page_parent > a > .after, .sticky-nav-container > .wrap nav .menu > .current-post-parent > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-post-parent > a > .after, .sticky-nav-container > .wrap nav .menu > .current-menu-parent > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > .current-menu-parent > a > .after, .sticky-nav-container > .wrap nav .menu > li:hover > a > .after, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu > li:hover > a > .after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      background: rgba(253, 183, 30, 1);
      opacity: 1;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: no-repeat; }
    .sticky-nav-container > .wrap nav .menu .sub-menu:before, body.sticky-nav-style-sticky_morph.scrolled .site-header > .wrap nav .menu .sub-menu:before {
      border-bottom-color: #fff; }

.site-header .menu > li:nth-last-child(-n + 4) > .sub-menu, .sticky-nav-container .menu > li:nth-last-child(-n + 4) > .sub-menu {
  left: inherit;
  right: 0; }
  .site-header .menu > li:nth-last-child(-n + 4) > .sub-menu:before, .sticky-nav-container .menu > li:nth-last-child(-n + 4) > .sub-menu:before {
    left: inherit;
    right: 20px !important; }
  .site-header .menu > li:nth-last-child(-n + 4) > .sub-menu .sub-menu, .sticky-nav-container .menu > li:nth-last-child(-n + 4) > .sub-menu .sub-menu {
    margin-left: -280px !important; }
/* # Centered logo nav
 ---------------------------------------------------------------------------------------------------- */
.centered-logo-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

.centered-logo-nav .header-nav-left, .centered-logo-nav .header-nav-right {
  -webkit-flex: 1;
  flex: 1; }

.centered-logo-nav .header-nav-left ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
/* # Sticky Navs
 Body Classes: sticky-nav, scrolled, sticky-nav-style-sticky_flyout, sticky-nav-style-sticky
 ---------------------------------------------------------------------------------------------------- */
body.sticky-nav-style-sticky_flyout .sticky-nav-container {
  position: fixed;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: top, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: top, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), -moz-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: top, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), -o-transform, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: top 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1); }

body.sticky-nav-style-sticky_flyout.scrolled .sticky-nav-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0; }

body.admin-bar.sticky-nav-style-sticky_flyout.scrolled .sticky-nav-container, body.admin-bar.sticky-nav-style-sticky_morph .site-header {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar.sticky-nav-style-sticky_flyout.scrolled .sticky-nav-container, body.admin-bar.sticky-nav-style-sticky_morph .site-header {
    top: 46px; } }

@media screen and (max-width: 600px) {
  body.admin-bar.sticky-nav-style-sticky_flyout.scrolled .sticky-nav-container {
    top: 0; } }

body.sticky-nav-style-sticky .site-header {
  position: fixed; }

body.sticky-nav-style-sticky_morph:not(.nav-body-overlay):not(.ld-in-focus-mode) {
  padding-top: 120px; }
  body.sticky-nav-style-sticky_morph .site-header {
    position: fixed;
    top: 0; }
  body.sticky-nav-style-sticky_morph .site-header .wrap {
    -webkit-transition: height, 0.4s, ease-in-out;
    -moz-transition: height, 0.4s, ease-in-out;
    -o-transition: height, 0.4s, ease-in-out;
    transition: height 0.4s ease-in-out; }
  body.sticky-nav-style-sticky_morph.scrolled .site-header .wrap {
    height: 50px; }
  body.sticky-nav-style-sticky_morph.scrolled.header-image .title-area {
    padding: 0; }
/* # Responsive - Hide the desktop nav & show the mobile nav
 ---------------------------------------------------------------------------------------------------- */
.menu-toggle {
  display: none; }

@media (max-width: 991.98px) {
  .header-nav {
    display: none; }
    .menu-toggle {
      display: block; } }

@media (max-width: 1023px) {
  .site-header .wrap {
    height: 90px; }

  body.sticky-nav-style-sticky_morph:not(.nav-body-overlay):not(.ld-in-focus-mode) {
    padding-top: 90px; } }

@media (max-width: 767px) {
  .site-header .wrap {
    height: 65px; }

  body.sticky-nav-style-sticky_morph:not(.nav-body-overlay):not(.ld-in-focus-mode) {
    padding-top: 65px; } }

.menu-toggle {
  height: 120px;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0; }
  .menu-toggle:active, .menu-toggle:focus {
    outline: none; }
  .menu-toggle.active:not(.off-canvas-nav-inner-menu-toggle) {
    opacity: 0; }
  .menu-toggle .inner {
    width: 30px;
    height: 30px;
    display: block;
    position: relative; }
  .menu-toggle .inner .lines span, .menu-toggle .inner .x span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0; }
  .menu-toggle .inner .lines span {
    background: #fff; }
  .menu-toggle .inner .x span {
    background: #fff; }
  .menu-toggle .inner .lines span {
    -webkit-transition: -webkit-transform, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .menu-toggle .inner .lines span:nth-child(1) {
    top: 20%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .menu-toggle .inner .lines span:nth-child(2) {
    top: calc(50% - 1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .menu-toggle .inner .lines span:nth-child(3) {
    bottom: 20%;
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    transform: scaleX(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  .menu-toggle .inner .x span {
    -webkit-transition: -webkit-transform, 0.4s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.4s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.4s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .menu-toggle .inner .x span:nth-child(1) {
    -webkit-transform: rotate(-180deg) scaleX(0);
    -moz-transform: rotate(-180deg) scaleX(0);
    -ms-transform: rotate(-180deg) scaleX(0);
    -o-transform: rotate(-180deg) scaleX(0);
    transform: rotate(-180deg) scaleX(0);
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .menu-toggle .inner .x span:nth-child(2) {
    -webkit-transform: rotate(180deg) scaleX(0);
    -moz-transform: rotate(180deg) scaleX(0);
    -ms-transform: rotate(180deg) scaleX(0);
    -o-transform: rotate(180deg) scaleX(0);
    transform: rotate(180deg) scaleX(0);
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .menu-toggle:hover .inner .lines span:nth-child(1) {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6); }
  .menu-toggle:hover .inner .lines span:nth-child(2) {
    -webkit-transform: scaleX(0.8);
    -moz-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
    transform: scaleX(0.8); }
  .menu-toggle:hover .inner .lines span:nth-child(3) {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  .menu-toggle.active .inner .lines span:nth-child(1) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .menu-toggle.active .inner .lines span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .menu-toggle.active .inner .lines span:nth-child(3) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .menu-toggle.active .inner .x span {
    -webkit-transition: -webkit-transform, 0.2s, cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.2s, cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.2s, cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity, 0.3s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 1; }
  .menu-toggle.active .inner .x span:nth-child(1) {
    -webkit-transform: rotate(45deg) scaleX(1);
    -moz-transform: rotate(45deg) scaleX(1);
    -ms-transform: rotate(45deg) scaleX(1);
    -o-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    width: 100%; }
  .menu-toggle.active .inner .x span:nth-child(2) {
    -webkit-transform: rotate(-45deg) scaleX(1);
    -moz-transform: rotate(-45deg) scaleX(1);
    -ms-transform: rotate(-45deg) scaleX(1);
    -o-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    width: 100%; }
  .menu-toggle.active:hover .inner .x span:nth-child(1) {
    -webkit-transform: rotate(45deg) scaleX(1.5);
    -moz-transform: rotate(45deg) scaleX(1.5);
    -ms-transform: rotate(45deg) scaleX(1.5);
    -o-transform: rotate(45deg) scaleX(1.5);
    transform: rotate(45deg) scaleX(1.5); }
  .menu-toggle.active:hover .inner .x span:nth-child(2) {
    -webkit-transform: rotate(-45deg) scaleX(1.5);
    -moz-transform: rotate(-45deg) scaleX(1.5);
    -ms-transform: rotate(-45deg) scaleX(1.5);
    -o-transform: rotate(-45deg) scaleX(1.5);
    transform: rotate(-45deg) scaleX(1.5); }

body.sticky-nav.sticky-nav-style-sticky_morph .site-container > .menu-toggle, body.sticky-nav.scrolled .site-container > .menu-toggle, body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle {
  position: fixed; }
  body.sticky-nav.sticky-nav-style-sticky_morph.admin-bar .site-container > .menu-toggle, body.sticky-nav.scrolled.admin-bar .site-container > .menu-toggle, body.sticky-nav.sticky-nav-style-sticky.admin-bar .site-container > .menu-toggle {
    top: 32px; }
  body.sticky-nav.sticky-nav-style-sticky_morph.admin-bar .site-container > .menu-toggle .inner .lines span, body.sticky-nav.scrolled.admin-bar .site-container > .menu-toggle .inner .lines span, body.sticky-nav.sticky-nav-style-sticky.admin-bar .site-container > .menu-toggle .inner .lines span {
    background: #fff; }
  body.sticky-nav.scrolled .site-container > .menu-toggle, body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0; }
  body.sticky-nav.scrolled .site-container > .menu-toggle .inner .lines span, body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle .inner .lines span {
    background: #fff; }
  body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle {
    height: 120px; }
  body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle .inner .lines span {
    background: #fff; }

@media screen and (max-width: 782px) {
  body.sticky-nav.sticky-nav-style-sticky_morph.admin-bar .site-container > .menu-toggle, body.sticky-nav.scrolled.admin-bar .site-container > .menu-toggle, body.sticky-nav.sticky-nav-style-sticky.admin-bar .site-container > .menu-toggle {
    top: 46px; } }

@media screen and (max-width: 600px) {
  body.admin-bar.sticky-nav-style-sticky_flyout.scrolled .site-container > .menu-toggle {
    top: 0; } }
/* Sub-menu Navigation toggles
 --------------------------------------------- */
.sub-menu-toggle {
  display: none;
  visibility: hidden; }
/* Navigation toggles - Mobile (Change max width as you see fit)
 --------------------------------------------- */
.sub-menu-toggle {
  font-size: 34px;
  font-weight: 400;
  margin-left: 10px;
  overflow: hidden;
  padding: 10px 15px;
  text-align: center;
  visibility: visible;
  border-radius: 0;
  line-height: 34px;
  border-width: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

button.sub-menu-toggle {
  background-color: transparent;
  color: #fff;
  -webkit-transition: border-color, 0.25s, ease-in-out;
  -moz-transition: border-color, 0.25s, ease-in-out;
  -o-transition: border-color, 0.25s, ease-in-out;
  transition: border-color 0.25s ease-in-out; }

button.sub-menu-toggle:hover, button.sub-menu-toggle {
  background-color: transparent;
  outline-width: 0;
  box-shadow: none; }
/*.menu-toggle:before {
 content: "\2261";
 }*/
/*.menu-toggle:before {
 content: "☰";
 color:#fff;
 }*/
/*.menu-toggle.activated:before {
 content: "\2191";
 }*/
/*.menu-toggle.activated:before {
 content: "\2715";
 }*/
.sub-menu-toggle:before {
  content: "+"; }

.sub-menu-toggle.activated:before {
  content: "-"; }

.off-canvas-nav .sub-menu {
  clear: both;
  opacity: 0;
  position: static;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0.01);
  -moz-transform: scaleY(0.01);
  -ms-transform: scaleY(0.01);
  -o-transform: scaleY(0.01);
  transform: scaleY(0.01);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform, 0.3s, ease-in-out, opacity, 1s, ease-in-out;
  -moz-transition: -moz-transform, 0.3s, ease-in-out, opacity, 1s, ease-in-out;
  -o-transition: -o-transform, 0.3s, ease-in-out, opacity, 1s, ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 1s ease-in-out; }
  .off-canvas-nav .sub-menu.mobile-nav-open {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
    height: auto; }

.off-canvas-nav .sub-menu a {
  border-left: 0;
  position: relative;
  width: auto; }

.off-canvas-nav .sub-menu .sub-menu {
  margin: 0; }

.off-canvas-nav .sub-menu .sub-menu a {
  background-color: #f5f5f5;
  padding-left: 30px; }

.off-canvas-nav .sub-menu .sub-menu .sub-menu a {
  background-color: #fff;
  padding-left: 40px; }

@media (max-width: 1023px) {
  .menu-toggle {
    height: 90px; }

  body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle {
    height: 90px; } }

@media (max-width: 767px) {
  .menu-toggle {
    height: 65px; }

  body.sticky-nav.sticky-nav-style-sticky .site-container > .menu-toggle {
    height: 65px; } }

.off-canvas-nav {
  max-width: 100%;
  width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff; }
  .off-canvas-nav .inner-wrapper {
    height: 100%; }
  .off-canvas-nav .inner-wrapper .inner-wrap {
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2; }
  .off-canvas-nav .inner-wrapper .inner-wrap div {
    position: relative;
    z-index: 1; }
  .off-canvas-nav .inner-wrapper .inner-wrap .top {
    min-height: 120px;
    padding: 10px 30px;
    padding-right: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .off-canvas-nav .inner-wrapper .inner-wrap .top > .widget {
    -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-100%);
    -moz-transform: scale(0.8) translateX(-100%);
    -ms-transform: scale(0.8) translateX(-100%);
    -o-transform: scale(0.8) translateX(-100%);
    transform: scale(0.8) translateX(-100%);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .off-canvas-nav .inner-wrapper .inner-wrap .top a {
    display: block; }
  .off-canvas-nav .inner-wrapper .inner-wrap .top a img {
    width: 100%;
    display: block; }
  .off-canvas-nav .inner-wrapper .inner-wrap .inner {
    -webkit-flex: 1;
    flex: 1;
    padding: 10px 30px; }
  .off-canvas-nav .inner-wrapper .inner-wrap .inner nav {
    -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-100%);
    -moz-transform: scale(0.8) translateX(-100%);
    -ms-transform: scale(0.8) translateX(-100%);
    -o-transform: scale(0.8) translateX(-100%);
    transform: scale(0.8) translateX(-100%);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .off-canvas-nav .inner-wrapper .inner-wrap .bottom {
    padding: 10px 30px 30px; }
  .off-canvas-nav .inner-wrapper .inner-wrap .bottom > .widget {
    -webkit-transition: -webkit-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform, 0.5s, cubic-bezier(0.65, 0.05, 0.36, 1), opacity, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-100%);
    -moz-transform: scale(0.8) translateX(-100%);
    -ms-transform: scale(0.8) translateX(-100%);
    -o-transform: scale(0.8) translateX(-100%);
    transform: scale(0.8) translateX(-100%);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .off-canvas-nav .inner-wrapper .background {
    background: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .off-canvas-nav.open {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .off-canvas-nav.open .inner-wrapper .inner-wrap .top > .widget, .off-canvas-nav.open .inner-wrapper .inner-wrap .inner nav, .off-canvas-nav.open .inner-wrapper .inner-wrap .bottom > .widget {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
  .off-canvas-nav .menu-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .off-canvas-nav .menu-item a {
    padding: 7.5px 0;
    margin: 7.5px 0;
    display: block;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-style: normal;
    text-decoration: none; }
  .off-canvas-nav .current-menu-item > a, .off-canvas-nav .current_page_item > a, .off-canvas-nav .current_page_parent > a, .off-canvas-nav .current-post-parent > a, .off-canvas-nav .current-menu-parent > a {
    color: #fff; }
  .off-canvas-nav .sub-menu {
    margin-left: 20px; }
  body.admin-bar .off-canvas-nav {
    top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .off-canvas-nav {
    top: 46px; } }

@media (max-width: 1023px) {
  .off-canvas-nav .inner-wrapper .inner-wrap .top {
    min-height: 90px; } }

@media (max-width: 767px) {
  .off-canvas-nav .inner-wrapper .inner-wrap .top {
    min-height: 65px; } }
/* # Content Area
 ---------------------------------------------------------------------------------------------------- */
/* ## Full Width
 --------------------------------------------- */
.content-full-width .site-inner {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.content-full-width article.page {
  padding: 0;
  margin: 0; }

.content-full-width .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px; }



.home article.page {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0; }
/*@media screen and (min-width: 768px) {
 .home .site-inner {
 margin-top: 150px;
 }
 }
 @media screen and (min-width: 1200px) {
 .home .site-inner {
 margin-top: 100px;
 }
 }*/
/* ## Underline/Overline
 --------------------------------------------- */
.entry-overline {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  opacity: 1;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat; }

.entry-underline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat; }

.site-footer .entry-underline {
  display: none; }
/* ## Entries
 --------------------------------------------- */
body.blog-layout-transparent-posts .entry-overline {
  display: none; }
  body.blog-layout-transparent-posts.blog-layout-post-separator .entry-underline {
    height: 1px; }
  body.blog-layout-transparent-posts:not(.blog-layout-post-separator) .entry .entry-underline {
    display: none; }
  body.blog-layout-transparent-posts .entry {
    padding-bottom: 40px; }
  body.blog-layout-transparent-posts .entry + .entry {
    padding-top: 40px; }
  body.blog-layout-transparent-posts .entry:last-of-type {
    padding-bottom: 0; }
  body.blog-layout-transparent-posts .entry:last-of-type .entry-underline {
    display: none; }
  body.blog-layout-transparent-posts .entry:last-of-type + div {
    margin-top: 40px; }

body.blog-layout-card-posts .content .entry {
  margin: 0 0 40px; }
  body.blog-layout-card-posts .content .entry .entry-inner-content {
    background-color: #fff;
    padding: 40px;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  body.blog-layout-card-posts .content .entry:last-of-type {
    margin-bottom: 0; }
  body.blog-layout-card-posts .entry-inner-content {
    position: relative; }
  body.blog-layout-card-posts .comment-respond, body.blog-layout-card-posts .entry-comments, body.blog-layout-card-posts .entry-pings {
    background-color: #fff; }
  body.blog-layout-card-posts .comment-respond, body.blog-layout-card-posts .entry-pings {
    padding: 40px;
    background: rgba(0, 0, 0, 0.05); }
  @media (max-width: 768.98px) {
  body.blog-layout-card-posts .content .entry, body.blog-layout-card-posts .entry {
    margin-bottom: 20px; }
    body.blog-layout-card-posts .content .entry .entry-inner-content, body.blog-layout-card-posts .entry .entry-inner-content {
      padding: 20px; } }
  body.blog-layout-card-posts .video-wrap-container {
    margin-bottom: 0 !important; }

.entry-comments {
  margin: 40px 0 0;
  padding: 40px;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent; }

.single .entry-content .video-wrap-container {
  margin-bottom: 40px; }

article .featured-image-wrap img {
  display: block;
  width: 100%; }

.content .entry {
  position: relative; }

.entry-content ol, .entry-content ul {
  margin-bottom: 28px; }
/* ordered lists */
.entry-content ol > li {
  list-style-type: decimal; }
/* other */
.entry-content code {
  background-color: #333;
  color: #ddd; }
/* ## Featured Image
 --------------------------------------------- */
.entry-image, .featured-image img, .wpb_text_column .entry-image:last-child {
  display: block;
  margin-bottom: 40px; }

.has-post-thumbnail .featured-image {
  display: block; }

body.archive-featured-image-alignright:not(.single) .content .entry, body.archive-featured-image-alignleft:not(.single) .content .entry, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  body.archive-featured-image-alignright:not(.single) .content .entry .entry-inner, body.archive-featured-image-alignleft:not(.single) .content .entry .entry-inner, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .entry-inner, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .entry-inner {
    -webkit-flex: 1;
    flex: 1; }
  body.archive-featured-image-alignright:not(.single) .content .entry .video-wrap-container, body.archive-featured-image-alignleft:not(.single) .content .entry .video-wrap-container, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .video-wrap-container, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .video-wrap-container {
    width: 100%;
    margin-bottom: 20px; }

@media (min-width: 1240px) {
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image {
    width: 25%;
    padding-left: 40px; }
    body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
      width: 25%;
      padding-right: 40px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image {
    width: 25%;
    padding-left: 20px; }
    body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
      width: 25%;
      padding-right: 20px; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image {
    width: 100%;
    padding-left: 0; }
    body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
      width: 100%;
      padding-right: 0; } }

@media (min-width: 576px) and (max-width: 768.98px) {
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image {
    width: 100%;
    padding-left: 0; }
    body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
      width: 100%;
      padding-right: 0; } }

@media (max-width: 575.98px) {
  body.archive-featured-image-alignright:not(.single) .content .entry .featured-image, body.archive-featured-image-alignright .eminence-recent-posts-shortcode .content .entry .featured-image {
    width: 100%;
    padding-left: 0; }
    body.archive-featured-image-alignleft:not(.single) .content .entry .featured-image, body.archive-featured-image-alignleft .eminence-recent-posts-shortcode .content .entry .featured-image {
      width: 100%;
      padding-right: 0; } }
/* ## Player
 --------------------------------------------- */
.player-post-header > .smart-track-player.spp-stp-desktop {
  margin: 0 !important; }

.entry-content .smart-track-player.spp-stp-desktop {
  margin: 0 0 1rem 0 !important; }
/* ## Entry Meta
 ------------------------------------------------------------------------------------------------- */
body p.entry-meta {
  overflow: inherit;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  body p.entry-meta > span {
    margin: 5px; }
  body p.entry-meta > span:empty {
    display: none; }
  body.single .video-wrap-container {
    margin-bottom: 20px; }
  body.single .entry-header p.entry-meta {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -5px 20px;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #656565;
    font-size: 15.75px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal; }
  body.single .entry-footer p.entry-meta {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 10px -5px 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #656565;
    font-size: 15.75px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal; }
  body:not(.single) .entry-header p.entry-meta {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -5px 20px;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #656565;
    font-size: 15.75px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal; }
  body:not(.single) .entry-footer p.entry-meta {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 10px -5px 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #656565;
    font-size: 15.75px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal; }

.featured-image-wrap {
  margin-bottom: 0px; }

.featured-image-wrap img {
  display: block;
  width: 100%;
  margin: 0 auto; }

.home article .entry-footer p.entry-meta + div + p, .archive article .entry-footer p.entry-meta + div + p {
  margin: 0; }

.entry-header .entry-meta .entry-tags a, .entry-header .entry-meta .entry-categories a, .entry-header .entry-meta .entry-terms a, .entry-footer .entry-meta .entry-tags a, .entry-footer .entry-meta .entry-categories a, .entry-footer .entry-meta .entry-terms a {
  text-decoration: none;
  padding: 3px; }

/*.entry-categories,
 .entry-tags {
 display: block;
 }*/

.entry-comments-link a {
  text-decoration: none; }

.entry-comments-link a::before {
  content: "\e901";
  margin: 0 6px 0 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-decoration: inherit;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color, 0.1s, ease-in;
  -moz-transition: color, 0.1s, ease-in;
  -o-transition: color, 0.1s, ease-in;
  transition: color 0.1s ease-in;
  font-family: 'Eminence-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Custom Date */
/*@media screen and (max-width: 1399px) {
 article.post header.entry-header,
 article.podcast header.entry-header {
 padding-left: 100px;
 }
 }
 @media screen and (min-width: 1400px) {
 .entry-header .custom-date {
 margin-left: -100px;
 }
 }*/
.entry-header {
  position: relative; }
/* ## Recent Posts
 --------------------------------------------- */
.recent-posts-container .entry .featured-img-wrapper img {
  display: block; }

.recent-posts-container .entry .top-player-bar {
  margin-bottom: 30px; }
/* ## Category Navigation
 --------------------------------------------- */
.menu-category-wrap ul {
  line-height: 1;
  margin-top: 30px; }

.menu-category-wrap ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px; }

.menu-category-wrap ul li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 14px;
  display: block;
  min-width: 70px;
  border: 1px solid #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-transition: background-color, 0.3s, ease-in-out;
  -moz-transition: background-color, 0.3s, ease-in-out;
  -o-transition: background-color, 0.3s, ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.menu-category-wrap ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2); }
/* other category styles + icons */
a.featured-image {
  position: relative;
  z-index: 1; }

a.featured-image img {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

a.featured-image:hover img {
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  filter: brightness(85%); }

a.featured-image span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  text-align: right;
  line-height: 1; }

a.featured-image span:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1; }
/* ## Pagination
 --------------------------------------------- */
.pagination {
  clear: both; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination ul {
  margin: 0;
  text-align: center; }

.archive-pagination ul li {
  display: inline-block;
  margin-bottom: 0; }
  .archive-pagination ul li, .archive-pagination ul li a {
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15.75px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    font-style: normal; }
  .archive-pagination ul li.pagination-omission {
    color: #212529; }
  .archive-pagination ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    min-width: 34px;
    height: 34px;
    position: relative;
    z-index: 5;
    margin: 3px;
    padding: 10px;
    border-width: 0;
    border-radius: 34px;
    border-style: none;
    border-color: transparent;
    background: #fdb71e;
    background: #fdb71e;
    background: #fdb71e;
    background: #fdb71e;
    background: #fdb71e;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .archive-pagination ul li a:hover {
    margin: 3px;
    padding: 10px;
    border-width: 0;
    border-radius: 34px;
    border-style: none;
    border-color: transparent;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15.75px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    font-style: normal; }
  .archive-pagination ul li a:active, .archive-pagination ul li.active a {
    margin: 3px;
    padding: 10px;
    border-width: 0;
    border-radius: 34px;
    border-style: none;
    border-color: transparent;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    background: #0e0d0e;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15.75px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    font-style: normal; }

.archive-pagination li.pagination-previous a, .archive-pagination li.pagination-next a, .archive-pagination li.pagination-previous:hover a, .archive-pagination li.pagination-next:hover a, .archive-pagination li.pagination-previous:active a, .archive-pagination li.pagination-next:active a {
  border-radius: 3px;
  padding: 10px 20px; }

@media screen and (min-width: 768px) {
  .archive-pagination li.pagination-previous {
    margin-right: 28px; }

  .archive-pagination li.pagination-next {
    margin-left: 28px; } }
/* ## Comments
 --------------------------------------------- */
.comment-body {
  position: relative; }

.entry-pings .comment-meta {
  position: static;
  text-transform: none; }

.comment-respond, .entry-comments, .entry-pings {
  margin-bottom: 0; }

ol.comment-list {
  margin-left: 0;
  list-style-type: none; }
  ol.comment-list .comment-respond {
    padding-top: 40px;
    width: 100%; }
  ol.comment-list .comment {
    margin: 40px 0 0 0;
    list-style-type: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
    color: #1d1b24;
    font-style: normal;
    padding: 40px;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  ol.comment-list .comment a {
    color: #1a63e9;
    text-decoration: none;
    -webkit-transition: color, 0.3s, ease-in-out;
    -moz-transition: color, 0.3s, ease-in-out;
    -o-transition: color, 0.3s, ease-in-out;
    transition: color 0.3s ease-in-out; }
  ol.comment-list .comment a:hover {
    color: #0d4cbf; }
  ol.comment-list .comment a:active {
    color: #224b93; }
  ol.comment-list .comment > *:not(.comment-bg):not(.comment-author-bg) {
    z-index: 10;
    position: relative; }
  ol.comment-list .comment .comment-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  ol.comment-list .comment .comment .comment .comment {
    padding: 20px; }
  ol.comment-list .comment .comment .comment .comment.bypostauthor {
    padding-left: 35px; }
  ol.comment-list .comment article {
    position: relative; }
  ol.comment-list .comment .comment-reply > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  ol.comment-list .comment:first-child {
    margin-top: 0; }
  ol.comment-list .comment .avatar-container {
    width: 15%;
    padding-right: 20px;
    padding: 0 20px 0 0;
    margin: 0; }
  ol.comment-list .comment .avatar-container .avatar {
    width: 100%;
    margin: 0;
    border-width: 0;
    border-radius: 10px;
    border-style: none;
    border-color: transparent; }
  ol.comment-list .comment .avatar-container + article {
    -webkit-flex: 1;
    flex: 1; }
  ol.comment-list .comment .avatar {
    margin: -20px 20px 5px -20px;
    border-radius: 10px; }
  ol.comment-list .comment .comment {
    margin-right: -40px; }
  ol.comment-list .comment.bypostauthor {
    padding-left: 55px; }
  ol.comment-list .comment.bypostauthor > .comment-author-bg {
    position: absolute;
    width: 15px;
    bottom: 0;
    top: 0;
    left: 0;
    right: inherit;
    height: 100%;
    z-index: 5;
    background: -owg-linear-gradient(180deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -webkit-linear-gradient(180deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -moz-linear-gradient(180deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -o-linear-gradient(180deg, #0e0d0e 0%, #0e0d0e 100%);
    background: linear-gradient(180deg, #0e0d0e 0%, #0e0d0e 100%);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }

@media (max-width: 1239.98px) {
  ol.comment-list .comment {
    padding: 40px; }
    ol.comment-list .comment.bypostauthor {
      padding-left: 55px; }
    ol.comment-list .comment .comment {
      margin-right: -40px; }
    ol.comment-list .comment .avatar {
      margin: -20px 20px 5px -20px; } }

@media (max-width: 991.98px) {
  ol.comment-list .comment {
    padding: 30px; }
    ol.comment-list .comment.bypostauthor {
      padding-left: 45px; }
    ol.comment-list .comment .comment {
      margin-right: -30px; }
    ol.comment-list .comment .avatar {
      margin: -15px 20px 5px -15px; } }

@media (max-width: 768.98px) {
  ol.comment-list .comment {
    padding: 20px; }
    ol.comment-list .comment.bypostauthor {
      padding-left: 27.5px; }
      ol.comment-list .comment.bypostauthor .comment-author-bg {
        position: absolute;
        width: 7.5px;
        bottom: 0;
        top: 0;
        left: 0;
        right: inherit;
        height: 100%; }
    ol.comment-list .comment .comment {
      margin-right: -20px; }
    ol.comment-list .comment .avatar {
      margin: -10px 20px 5px -10px; } }

ol.comment-list .comment .comment-bg {
  background: #000;
  background: #000;
  background: #000;
  background: #000;
  background: #000;
  opacity: 0.05;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat; }
  ol.comment-list .comment .comment .comment-bg {
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    opacity: 0.05;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  ol.comment-list .comment .comment .comment .comment-bg {
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    opacity: 0.05;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  ol.comment-list .comment .comment .comment .comment .comment-bg {
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    opacity: 0.05;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  ol.comment-list .comment .comment .comment .comment .comment .comment-bg {
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    opacity: 0.05;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }

.comment-list li article:last-child {
  border-width: 0;
  margin-bottom: 0; }

.comment-list li .children {
  margin: 20px 0 0;
  padding: 0;
  width: 100%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 15px;
  line-height: 1;
  padding-right: 70px; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

.comment-meta {
  margin-bottom: 0;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 15.75px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  color: #1d1b24;
  font-style: normal; }

.comment-header {
  position: relative;
  margin-bottom: 10px; }

.comment-author {
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }

.comment-author .says {
  font-size: 25.2px;
  font-style: italic; }

.comment-author .says:after {
  content: '…'; }

.comment-author a {
  text-decoration: none; }

@media (max-width: 575.98px) {
  ol.comment-list .comment .comment-reply > a {
    position: static; }
    .entry-comments .comment-author {
      padding-right: 0; } }
/* # Sidebars
 ---------------------------------------------------------------------------------------------------- */
.sidebar {
  position: relative; }
  .sidebar > .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .sidebar > *:not(.background) {
    position: relative;
    z-index: 5; }
  .sidebar .widget {
    position: relative;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #1d1b24;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal;
    margin: 0 0 40px;
    padding: 40px;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  .sidebar .widget > .widget-wrap {
    position: relative;
    z-index: 5; }
  .sidebar .widget > .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: #fff;
    background: #fff;
    background: #fff;
    background: #fff;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .sidebar .widget.no-background > .background {
    background: transparent; }
  .sidebar .widget-separator {
    display: none;
    height: 1px;
    margin: 40px 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    background: #ddd;
    background: #ddd;
    background: #ddd;
    background: #ddd;
    background: #ddd;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .sidebar .widget-separator:last-child, .sidebar .widget-separator:nth-last-child(2) {
    display: none; }

.sidebar .widget-title, .sidebar .widgettitle {
  position: relative;
  z-index: 5;
  margin: -40px -40px 40px;
  padding: 24px 20px;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  font-style: normal; }
  .sidebar .widget-title .widget-title-content, .sidebar .widgettitle .widget-title-content {
    position: relative;
    z-index: 5; }
  .sidebar .widget-title > .background, .sidebar .widgettitle > .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }

body.blog-layout-card-sidebar .sidebar .widget:first-child, body.blog-layout-card-sidebar .fl-module-content.fl-node-content .widget:first-child {
  margin-top: 0; }
  body.blog-layout-card-sidebar .sidebar .widget .entry-underline {
    height: 3px; }

.sidebar .textwidget > ul {
  margin: 0 0 28px; }

.sidebar li {
  /*border-bottom: 1px dotted #ddd;*/
  margin-bottom: 7px;
  /*padding-bottom: 10px;*/
  list-style-type: disc; }

.sidebar p:last-child, .sidebar ul > li:last-child {
  margin-bottom: 0; }

.after-entry.widget-area {
  padding: 0 40px 40px 40px;
  background: #fff; }

.entry-content .after-entry.widget-area {
  padding: 0;
  background: transparent; }

.after-entry.widget-area:after {
  clear: both;
  content: " ";
  display: table; }
/*.sidebar .widget:last-child {
 margin-bottom: 0;
 }*/
.sidebar input[type="search"] {
  background-color: #fff; }

.after-post-widget {
  margin-top: -40px; }

.sidebar .widget .sidebar-row {
  margin-left: -6px;
  margin-right: -6px; }

.sidebar .widget .sidebar-row .sidebar-half {
  width: 50%;
  float: left;
  padding: 6px; }

.sidebar .widget .sidebar-row .sidebar-half img {
  display: block; }

.sidebar .widget ul {
  margin-left: 20px; }

.after-post-cta p {
  line-height: 1.1; }

.background-green #after-post-cta .button {
  background-color: #556272 !important;
  padding: 11px 24px; }

.background-green #after-post-cta .button:hover {
  color: #fff; }

@media screen and (max-height: 850px) {
  .sticky-wrapper .widget .sidebar-row .sidebar-half {
    width: 25%; }

  .sticky-wrapper .textwidget .sidebar-half {
    clear: none !important; }

  .sticky-wrapper .textwidget .row:nth-child(3) {
    margin-top: -15px; }

  .sticky-wrapper .row:before, .sticky-wrapper .row:after {
    clear: none !important; } }
/* # Footer Widgets
 ---------------------------------------------------------------------------------------------------- */
.hide-footer-top .footer_top {
  display: none; }

.hide-footer-bottom .footer_bottom {
  display: none; }

.hide-footer .site-footer {
  display: none; }

.footer-widget-area .widget_media_image img[src$=".svg"] {
  min-width: 150px; }

.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
  color: #fff; }

.footer-widgets .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .footer-widgets.cols-1 .widget-area {
    width: 100%; }
  .footer-widgets.cols-2 .widget-area {
    width: 50%; }
  .footer-widgets.cols-3 .widget-area {
    width: 33.33%; }
  .footer-widgets.cols-4 .widget-area {
    width: 25%; }

.footer-widgets .widget {
  margin-bottom: 20px; }

.footer-widgets .widget-title, .footer-widgets .widgettitle {
  font-size: 18px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets a {
  color: #fff; }

.footer-widgets li {
  border-width: 0;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets ul.menu ul {
  display: none; }

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  float: left;
  width: 100%;
  text-align: center; }

.footer-widgets .menu li, .site-footer .widget_nav_menu li {
  border-bottom-width: 0;
  display: inline-block;
  font-size: 12px;
  padding-bottom: 0;
  margin: 0 5px 0;
  text-transform: uppercase; }
/*@media only screen and (max-width: 960px){
 .footer-widgets .menu li, .site-footer .widget_nav_menu li {
 display:block;
 }
 }*/
.footer-widgets .menu a, .site-footer .widget_nav_menu a {
  display: inline-block;
  padding: 0.6em;
  text-decoration: none;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-style: normal; }

.footer-widgets img {
  max-width: 220px; }
/* # Site Footer
 ---------------------------------------------------------------------------------------------------- */
.site-footer {
  clear: both;
  position: relative;
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  font-style: normal;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent; }
  .site-footer .footer_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -owg-#000 url("https://laptopempires.com/wp-content/uploads/2020/07/geometric_pattern.svg") repeat left top;
    background: -webkit-#000 url("https://laptopempires.com/wp-content/uploads/2020/07/geometric_pattern.svg") repeat left top;
    background: -moz-#000 url("https://laptopempires.com/wp-content/uploads/2020/07/geometric_pattern.svg") repeat left top;
    background: -o-#000 url("https://laptopempires.com/wp-content/uploads/2020/07/geometric_pattern.svg") repeat left top;
    background: #000 url("https://laptopempires.com/wp-content/uploads/2020/07/geometric_pattern.svg") repeat left top;
    opacity: 1;
    background-size: inherit;
    background-attachment: scroll;
    background-repeat: repeat; }
  .site-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 700; }
  .site-footer a:hover {
    color: #fff; }
  .site-footer a:active {
    color: #e6e6e6; }
  .site-footer .widget {
    position: relative;
    margin: 0 0 20px;
    padding: 0; }
  .site-footer .widget .widget-wrap {
    position: relative;
    z-index: 1; }
  .site-footer .widget:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border-width: 0 0 0 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  .site-footer .widget-title {
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin: 0 0 15px;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0;
    font-style: normal; }
  .site-footer p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer li {
    color: #fff; }
  .site-footer > div:not(.footer_background) {
    position: relative;
    z-index: 1; }
  .site-footer .footer_top {
    position: relative; }
  .site-footer .footer_top .footer-widgets {
    margin: 50px 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  .site-footer .footer_top .footer_top_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    opacity: 0.15;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .site-footer .footer_top > .wrap {
    position: relative;
    z-index: 1; }
  .site-footer .footer_bottom {
    position: relative;
    margin: 0;
    padding: 50px 0 30px;
    border-width: 0 0 0 0;
    border-radius: 0;
    border-style: none;
    border-color: transparent; }
  .site-footer .footer_bottom .footer_bottom_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.94);
    background: rgba(0, 0, 0, 0.94);
    background: rgba(0, 0, 0, 0.94);
    background: rgba(0, 0, 0, 0.94);
    background: rgba(0, 0, 0, 0.94);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .site-footer .footer_bottom > .wrap {
    position: relative;
    z-index: 1; }
  .site-footer > .wrap > *:last-child {
    margin-bottom: 0; }

.site-footer .widget_nav_menu:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 112px;
  background-size: contain;
  /*background: url(../../images/footer_logo.png) no-repeat center left;*/ }

.site-footer .widget.widget_nav_menu ul {
  margin: 0; }

footer .footer-menu-container .genesis-nav-menu a, .site-footer .widget_nav_menu a {
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity, 0.3s, ease-in-out;
  -moz-transition: opacity, 0.3s, ease-in-out;
  -o-transition: opacity, 0.3s, ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  footer .footer-menu-container .genesis-nav-menu a:hover, .site-footer .widget_nav_menu a:hover {
    opacity: 0.8; }

.site-footer .genesis-nav-menu li {
  display: inline-block;
  line-height: 1.4;
  float: none; }

.footer-widgets + .footer-text {
  margin-top: 40px; }

.footer-text {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase; }
  .footer-text p:last-child {
    margin-bottom: 0; }
  .footer-text .footer-credit {
    margin-top: 15px;
    font-size: 12px;
    text-align: center; }
/* # Widgets
 ---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

@media screen and (min-width: 768px) {
  .entry-header-widget {
    text-align: right; } }

.widget_calendar table {
  width: 100%; }

.widget_calendar td, .widget_calendar th {
  text-align: center; }

.widget a > img, .widget a img {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

.widget a:hover > img, .widget a:hover img {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  filter: brightness(90%); }
/* sidebar search widget */
.fl-module-content.fl-node-content .widget form.search-form, .sidebar .widget form.search-form {
  position: relative; }
/* # Widget styles
 ---------------------------------------------------------------------------------------------------- */
/* Above footer optin widget */
.widget-area.footer-optin-widget {
  background: #634e3a;
  padding: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-size: cover; }

.widget-area.footer-optin-widget .widgettitle, .widget-area.footer-optin-widget .widget-title, .widget-area.footer-optin-widget h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px; }

.widget-area.footer-optin-widget a.button {
  background-color: #79a753;
  padding: 13px 30px; }

.widget-area.footer-optin-widget a.button:hover {
  color: #fff; }

@media screen and (max-width: 767px) {
  .widget-area.footer-optin-widget .widgettitle, .widget-area.footer-optin-widget .widget-title, .widget-area.footer-optin-widget h4, .widget-area.footer-optin-widget, .widget-area.footer-optin-widget p {
    text-align: center; }

  .widget-area.footer-optin-widget a.button {
    margin: auto;
    display: block; } }

.sidebar .widget-wrap *:last-child {
  margin-bottom: 0; }
/* # Custom Widget styles for plugin
 ---------------------------------------------------------------------------------------------------- */
body .sidebar .widget.no-background, body .sidebar .widget.no-bg {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  body .sidebar .widget.no-background .widget-title, body .sidebar .widget.no-bg .widget-title, body .sidebar .widget.no-background .widgettitle, body .sidebar .widget.no-bg .widgettitle {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px; }
  body .sidebar .widget.no-background .entry-underline, body .sidebar .widget.no-bg .entry-underline {
    display: none; }

body.blog-layout-card-sidebar .sidebar .widget.no-background, body.blog-layout-card-sidebar .sidebar .widget.no-bg {
  padding: 0; }
  body.blog-layout-card-sidebar .sidebar .widget.no-background .widgettitle, body.blog-layout-card-sidebar .sidebar .widget.no-bg .widgettitle, body.blog-layout-card-sidebar .sidebar .widget.no-background .widget-title, body.blog-layout-card-sidebar .sidebar .widget.no-bg .widget-title {
    margin: 0; }

body.blog-layout-card-sidebar .widget.widget_search {
  padding: 0; }

.sidebar .widget.no-background a {
  color: #fff; }

.widget.align-left-flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.widget.align-center-flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.widget.align-right-flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
/* # Responsive Helper Classes
 ---------------------------------------------------------------------------------------------------- */
@media (min-width: 1240px) {
  .hidden-xl {
    display: none; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .hidden-md {
    display: none; } }

@media (min-width: 576px) and (max-width: 768.98px) {
  .hidden-sm {
    display: none; } }

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none; } }
/* # Media Queries -- todo - probably needa rework these/the breakpoint classes in the default variables file to all be consistent
 NOTE: this may cause problems with thrive, and we need to defer to their breakpoints probably/maybe.
 So IDK how exactly to do this for now, is what I'm saying.
 ---------------------------------------------------------------------------------------------------- */
.site-inner, .wrap, .page-template-page_blog .site-inner > [class^="content-"] {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.page-template-page_blog .site-inner > [class^="content-"] {
  margin-top: 0; }

@media (max-width: 1239.98px) {
  .site-inner, .wrap {
    max-width: 952px; } }

@media (max-width: 991.98px) {
  .site-inner, .wrap {
    max-width: 729px; }
    .site-footer .footer_top .footer-widgets {
      margin: 30px 0; }
    .site-footer .footer_bottom {
      padding: 30px 0 50px; } }

@media (max-width: 768.98px) {
  .site-inner, .wrap {
    max-width: 536px; } }

@media (max-width: 575.98px) {
  .wrap, .site-inner > [class^="content-"] {
    padding-left: 5%;
    padding-right: 5%; }
    .site-footer .wrap .wrap {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 960px) {
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none; } }

@media only screen and (max-width: 800px) {
  .entry-content .alignright, .entry-content .alignleft {
    max-width: 50%; }

  .archive-pagination li a {
    margin-bottom: 4px; }

  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%; }

  .sidebar .widget.enews-widget {
    padding: 40px; }

  .entry-header-wrapper {
    min-height: 120px; }

  .entry-header-wrapper .title-wrapper {
    bottom: 45px; }

  .footer-widgets .wrap:before {
    /*background: url(../../images/footer_logo@2x.png) no-repeat top center;*/
    background-size: contain; } }

@media only screen and (max-width: 480px) {
  .entry-title {
    font-size: 22px; } }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.full-width-img, .full-width-img img {
  width: 100%; }

figure {
  margin: 0 0 40px 0; }
/* ## Taken from navigation.scss
 --------------------------------------------- */
.title-area {
  float: left;
  font-size: 0;
  padding: 15px 30px;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

.site-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4; }

.site-title a, .site-title a:hover {
  color: #333; }
/* ## Logo
 --------------------------------------------- */
/*.header-image .site-header {
 min-height: 75px;
 position: relative;
 }*/
/*.header-image .site-header .wrap {
 position: relative;
 }*/
.header-image .title-area {
  width: 220px;
  top: 0;
  left: 0;
  padding: 8px 0 15px 0;
  height: 100%;
  margin: 0;
  position: relative; }
  .header-image .title-area:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }

.header-image .sticky-nav-container .title-area, body.sticky-nav-style-sticky_morph.scrolled.header-image .title-area {
  width: 200px;
  padding: 1px 0 3px 0;
  -webkit-transition: width, 0.2s, ease-in-out;
  -moz-transition: width, 0.2s, ease-in-out;
  -o-transition: width, 0.2s, ease-in-out;
  transition: width 0.2s ease-in-out; }
  .header-image .sticky-nav-container .title-area:after, body.sticky-nav-style-sticky_morph.scrolled.header-image .title-area:after {
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }

.header-image .site-title {
  padding-top: 0;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.header-image .site-title > a {
  background-image: url("https://laptopempires.com/wp-content/uploads/2020/05/logo_white.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform, 0.3s, cubic-bezier(0.48, -0.41, 0.49, 1.53), max-height, 0.4s, linear;
  -moz-transition: -moz-transform, 0.3s, cubic-bezier(0.48, -0.41, 0.49, 1.53), max-height, 0.4s, linear;
  -o-transition: -o-transform, 0.3s, cubic-bezier(0.48, -0.41, 0.49, 1.53), max-height, 0.4s, linear;
  transition: transform 0.3s cubic-bezier(0.48, -0.41, 0.49, 1.53), max-height 0.4s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.header-image .centered-logo-nav .site-title > a {
  background-position: center center; }

.header-image .sticky-nav-container .site-title > a {
  background-image: url("https://laptopempires.com/wp-content/uploads/2020/05/logo_white.png"); }

.header-image .site-title > a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

@media (min-width: 576px) {
  .header-image .title-area {
    margin: 0 30px 0 22px; }
    .header-image .sticky-nav-container .title-area, body.sticky-nav-style-sticky_morph.scrolled.header-image .title-area {
      margin: 0 0 0 16px; }
      .header-image .sticky-nav-container .title-area .site-title > a, body.sticky-nav-style-sticky_morph.scrolled.header-image .title-area .site-title > a {
        max-height: 70%; } }
/* Hide the text */
.site-description {
  font-size: 0;
  display: none; }

.header-image .site-description, .header-image .site-title {
  text-indent: -9999px;
  margin-top: 0; }
/* Header Widget */
@media screen and (max-width: 1024px) {
  .site-header .widget-area section.widget.widget_nav_menu, .site-header .widget-area section.widget:nth-child(2), .site-header .widget-area section.widget.simple-social-icons, .site-header .menu {
    float: left;
    width: 100%;
    display: block; }

  .site-header .genesis-nav-menu li {
    float: none; } }


/* ## Sticky nav logo different from normal
 --------------------------------------------- */
body.sticky-logo .title-area > .site-title {
  text-indent: 0; }
  body.sticky-logo .title-area > .site-title > .site-title {
    position: absolute;
    -webkit-transition: opacity, 1.5s, cubic-bezier(0.65, 0.05, 0.36, 1), left, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity, 1.5s, cubic-bezier(0.65, 0.05, 0.36, 1), left, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity, 1.5s, cubic-bezier(0.65, 0.05, 0.36, 1), left, 0.7s, cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 1.5s cubic-bezier(0.65, 0.05, 0.36, 1), left 0.7s cubic-bezier(0.65, 0.05, 0.36, 1); }
  body.sticky-logo .title-area > .site-title > .site-title:first-child {
    left: 0;
    opacity: 1; }
  body.sticky-logo .title-area > .site-title > .site-title:nth-child(2) {
    left: -100%;
    opacity: 0; }
  body.sticky-logo .title-area > .site-title > .site-title:nth-child(2) > a {
    background-image: url("https://laptopempires.com/wp-content/uploads/2020/05/logo_white.png"); }

body.sticky-nav-style-sticky_morph.scrolled.header-image.sticky-logo .title-area > .site-title > .site-title:first-child {
  left: -100%;
  opacity: 0; }
  body.sticky-nav-style-sticky_morph.scrolled.header-image.sticky-logo .title-area > .site-title > .site-title:nth-child(2) {
    left: 0;
    opacity: 1; }
/*===========================================================
 Page Banner
 ===========================================================*/
.single .entry-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; }

body.nav-body-overlay .entry-header-wrapper {
  padding-top: 160px;
  min-height: 340px; }

body.layout-builder-full-width .entry-header-wrapper .wrap {
  max-width: 1200px; }

.entry-header-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #343a40;
  position: relative;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
  z-index: 1;
  padding-top: 40px;
  min-height: 220px; }
  .entry-header-wrapper .title-wrapper {
    text-align: left; }
  .entry-header-wrapper .wrap {
    position: relative;
    z-index: 5;
    width: 100%; }
  .entry-header-wrapper .background-image-above, .entry-header-wrapper .background-image, .entry-header-wrapper .background-image-behind {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .entry-header-wrapper .background-image-above {
    z-index: 3;
    -webkit-box-shadow: 0 -9px 0 0 rgba(0, 0, 0, 0.14) inset;
    -moz-box-shadow: 0 -9px 0 0 rgba(0, 0, 0, 0.14) inset;
    box-shadow: 0 -9px 0 0 rgba(0, 0, 0, 0.14) inset;
    opacity: 0.4;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background: #000;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .entry-header-wrapper .background-image {
    z-index: 2;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0);
    background: -owg-#18191a url("https://laptopempires.com/wp-content/uploads/2020/07/bg-pattern.svg") repeat;
    background: -webkit-#18191a url("https://laptopempires.com/wp-content/uploads/2020/07/bg-pattern.svg") repeat;
    background: -moz-#18191a url("https://laptopempires.com/wp-content/uploads/2020/07/bg-pattern.svg") repeat;
    background: -o-#18191a url("https://laptopempires.com/wp-content/uploads/2020/07/bg-pattern.svg") repeat;
    background: #18191a url("https://laptopempires.com/wp-content/uploads/2020/07/bg-pattern.svg") repeat;
    opacity: 0.14;
    background-size: inherit;
    background-attachment: scroll;
    background-repeat: repeat; }
  .entry-header-wrapper .background-image-behind {
    z-index: 1;
    opacity: 1;
    background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .entry-header-wrapper .entry-title {
    margin: 0;
    width: 100%;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-style: normal; }
  .entry-header-wrapper .entry-subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-size: 28px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
    color: #fff;
    font-style: normal; }
  .entry-header-wrapper .entry-subtitle :last-child {
    margin-bottom: 0; }
  .entry-header-wrapper .entry-description {
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-size: 28px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
    color: #fff;
    font-style: normal; }
  .entry-header-wrapper .entry-pre-header {
    margin-bottom: 8px;
    width: 100%;
    font-family: "Alternate Gothic ExCond ATF", sans-serif;
    font-size: 22px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-style: normal; }
  .entry-header-wrapper .title-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .entry-header-wrapper .title-wrapper .page-breadcrumbs h5 {
    margin-bottom: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em; }
  .entry-header-wrapper .title-wrapper .page-breadcrumbs {
    padding: 10px 25px;
    border-left: 3px solid rgba(0, 0, 0, 0.3);
    margin-left: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  .entry-header-wrapper .title-wrapper .page-breadcrumbs a {
    color: #fff;
    text-decoration: underline; }

@media (max-width: 1023px) {
  body.nav-body-overlay .entry-header-wrapper {
    padding-top: 130px; } }

@media (max-width: 767px) {
  body.nav-body-overlay .entry-header-wrapper {
    padding-top: 105px; } }
/* Search Page
 -------------------------------------------------------------------------------------------------- */
.search-page-top {
  background: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px; }

.search-page-top .search-form, .widget .search-form {
  position: relative;
  display: -webkit-flex;
  display: flex; }
  .search-page-top .search-form input, .widget .search-form input {
    background: transparent;
    border: 0; }
  .search-page-top .search-form input[type="search"], .widget .search-form input[type="search"] {
    -webkit-flex: 1;
    flex: 1;
    background: #fff;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-align: inherit;
    color: #1d1b24;
    font-style: normal; }
  .search-page-top .search-form input[type="search"] a, .widget .search-form input[type="search"] a {
    font-weight: 400; }
  .search-page-top .search-form input[type="submit"], .widget .search-form input[type="submit"] {
    width: 60px;
    text-indent: 9999px;
    overflow: hidden;
    z-index: 2;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity, 0.3s, ease-in-out;
    -moz-transition: opacity, 0.3s, ease-in-out;
    -o-transition: opacity, 0.3s, ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .search-page-top .search-form input[type="submit"]:hover, .widget .search-form input[type="submit"]:hover {
    opacity: 0.3; }
  .search-page-top .search-form input[type="submit"]:focus, .widget .search-form input[type="submit"]:focus {
    opacity: 0.7;
    outline: none; }
  .search-page-top .search-form:after, .widget .search-form:after {
    content: '\e902';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    font-family: 'Eminence-Icons' !important;
    speak: none;
    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; }
  .search-page-top .search-form:after:hover, .widget .search-form:after:hover {
    opacity: 0.7; }
/* Slide Out Search
 -------------------------------------------------------------------------------------------------- */
.slide-out-search {
  opacity: 0;
  -webkit-transform: scaleY(0.001);
  -moz-transform: scaleY(0.001);
  -ms-transform: scaleY(0.001);
  -o-transform: scaleY(0.001);
  transform: scaleY(0.001);
  -webkit-transition: opacity, 0.3s, ease-in-out, -webkit-transform, 0.5s, ease-in-out, padding, 0.3s, ease-in-out;
  -moz-transition: opacity, 0.3s, ease-in-out, -moz-transform, 0.5s, ease-in-out, padding, 0.3s, ease-in-out;
  -o-transition: opacity, 0.3s, ease-in-out, -o-transform, 0.5s, ease-in-out, padding, 0.3s, ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
  z-index: 9;
  padding-top: 120px;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

body.admin-bar .slide-out-search {
  padding-top: 152px; }

@media screen and (max-width: 782px) {
  body.admin-bar .slide-out-search {
    padding-top: 166px; } }

body.scrolled .slide-out-search {
  padding-top: 50px; }

body.admin-bar.scrolled .slide-out-search {
  padding-top: 82px; }

.nav-search-icon-wrap .search-icon-close, .nav-search-icon-wrap .search-icon {
  -webkit-transition: opacity, 0.3s, ease-in-out, -webkit-transform, 0.5s, ease-in-out;
  -moz-transition: opacity, 0.3s, ease-in-out, -moz-transform, 0.5s, ease-in-out;
  -o-transition: opacity, 0.3s, ease-in-out, -o-transform, 0.5s, ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out; }
  .nav-search-icon-wrap .search-icon-close:hover, .nav-search-icon-wrap .search-icon:hover {
    opacity: 0.5; }
  .nav-search-icon-wrap .search-icon {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .nav-search-icon-wrap .search-icon-close {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }
  .nav-search-icon-wrap .search-icon-close:before, .nav-search-icon-wrap .search-icon-close:after {
    content: ' ';
    display: block;
    height: 3px;
    background: #fff;
    width: 25px;
    position: absolute;
    top: 19px;
    left: 7px; }
  .nav-search-icon-wrap .search-icon-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-search-icon-wrap .search-icon-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-search-icon-wrap.search-icon-wrapper {
    margin: 0 30px 0 10px; }
  .nav-search-icon-wrap.search-icon-wrapper .icon-container {
    padding: 20px;
    position: relative; }
  .nav-search-icon-wrap.search-icon-wrapper .icon-container > a {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }

body.search-open .slide-out-search {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
  body.search-open .search-icon-close {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    opacity: 1; }
  body.search-open .search-icon {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }

@media (max-width: 991.98px) {
  .nav-search-icon-wrap.search-icon-wrapper {
    margin-right: 80px; } }

@media (max-width: 768.98px) {
  .nav-search-icon-wrap.search-icon-wrapper {
    margin-right: 60px; } }

@media (max-width: 1023px) {
  .slide-out-search {
    padding-top: 90px; }

  body.admin-bar .slide-out-search {
    padding-top: 122px; }

  body.scrolled .slide-out-search {
    padding-top: 90px; }

  body.admin-bar.scrolled .slide-out-search {
    padding-top: 122px; }

  body.scrolled.sticky-nav .slide-out-search {
    padding-top: 50px; }

  body.admin-bar.scrolled.sticky-nav .slide-out-search {
    padding-top: 82px; } }

@media screen and (max-width: 782px) {
  body.admin-bar .slide-out-search {
    padding-top: 136px; }

  body.admin-bar.scrolled.sticky-nav .slide-out-search {
    padding-top: 96px; } }

@media (max-width: 767px) {
  .slide-out-search {
    padding-top: 65px; }

  body.admin-bar .slide-out-search {
    padding-top: 111px; }

  body.scrolled .slide-out-search {
    padding-top: 65px; }

  body.admin-bar.scrolled .slide-out-search {
    padding-top: 111px; }

  body.scrolled.sticky-nav .slide-out-search {
    padding-top: 50px; }

  body.admin-bar.scrolled.sticky-nav .slide-out-search {
    padding-top: 96px; } }

.eminence-recent-posts-shortcode.style-grid > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px; }
  .eminence-recent-posts-shortcode.style-grid > .content > article {
    margin: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1; }
  .eminence-recent-posts-shortcode.style-grid > .content > article .entry-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    flex: 1; }
  .eminence-recent-posts-shortcode.style-grid > .content > article .entry-inner-content {
    -webkit-flex: 1;
    flex: 1;
    padding: 25px; }
/* 'bad idea' fix */
@media screen and (max-width: 768px) {
  div.fl-col-small {
    max-width: none; } }
/* new default padding */
div.fl-row-content-wrap {
  padding: 60px 0; }
/* new default max-width */
div.fl-row-fixed-width {
  max-width: 1240px; }

.page-template-page_beaver-noheading .site-inner {
  padding-bottom: 0; }

.fl-module-rich-text .fl-rich-text p:last-child, .fl-module-rich-text .fl-rich-text ul:last-child, .fl-module-rich-text .fl-rich-text ol:last-child {
  margin-bottom: 0; }
/* Full Width Page (Beaver Builder)
 -------------------------------------------- */
.fl-builder:not(.search) .site-container > .site-inner {
  margin-top: 0; }

.page-id-4 .site-inner {
  margin-bottom: 0;
  padding-bottom: 0; }
/* # Beaver Styles
 ---------------------------------------------------------------------------------------------------- */
/* # Helper Classes
 ---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1201px) {
  .float-left {
    float: left; }

  .float-right {
    float: right; } }

.max-400 {
  max-width: 410px; }

.max-500 {
  max-width: 500px;
  margin: auto; }

.max-600 {
  max-width: 600px;
  margin: auto; }

@media screen and (min-width: 768px) {
  .push-right {
    float: right; }

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

  .push-left {
    float: left; }

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

@media screen and (min-width: 768px) {
  .left-border {
    position: relative; }

  .left-border:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    top: 10px;
    left: 0;
    background-color: #000; } }
/* img popout */
@media screen and (min-width: 768px) {
  .fl-module-photo.popout .fl-photo-content {
    margin: -20px -50px -50px -40px;
    max-width: none; }

  .fl-module-photo.popout .fl-photo-content img {
    max-width: auto; } }
/* beaver image caption */
div.fl-photo-caption {
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 20px; }

.hide-form-fields label {
  display: none !important; }

.hide-title .widgettitle, .hide-title .wiget-title {
  display: none; }

.force-left.fl-module-button .fl-button-left, .force-left.fl-module-button .fl-button-right {
  text-align: left; }
/* beaver testimonials */
.fl-testimonial p {
  max-width: 800px;
  margin: auto;
  margin-bottom: 28px; }

.fl-testimonial img.size-thumbnail {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 125px; }

.fl-testimonial img {
  border: 7px solid #fff;
  margin: 1px auto;
  -webkit-box-shadow: 0px 0px 0px 1px #dcdcdc;
  -moz-box-shadow: 0px 0px 0px 1px #dcdcdc;
  box-shadow: 0px 0px 0px 1px #dcdcdc; }

.fl-testimonials-wrap {
  min-height: 200px; }
/* # Font Classes
 ---------------------------------------------------------------------------------------------------- */
div.fl-module-heading .fl-heading .fl-heading-text > small {
  font-size: 70%; }

div.fl-module-heading .fl-heading .fl-heading-text > span {
  display: block;
  color: #f5a108;
  font-size: 60%; }

div.fl-module-heading .fl-heading {
  line-height: 1; }

.font-110 {
  font-size: 110px;
  line-height: 1; }

.font-60, .font-60 h2, .font-60 h3 {
  font-size: 60px;
  line-height: 1; }

.font-52 {
  font-size: 52px; }

.font-48, .font-48 h1, .font-48 h2 {
  font-size: 48px; }

.font-46 {
  font-size: 46px; }

.font-44 {
  font-size: 44px; }

.font-42, .font-42 h2 {
  font-size: 42px; }

.font-40 {
  font-size: 40px;
  line-height: 40px; }

.font-36, .font-36 h2 {
  font-size: 36px;
  line-height: 1; }

.font-30 {
  font-size: 30px;
  line-height: 30px; }

.font-26 {
  font-size: 26px; }

.font-24 {
  font-size: 24px; }

.font-22 {
  font-size: 22px; }

.font-20 {
  font-size: 20px; }

.font-18 * {
  font-size: 18px;
  line-height: 26px; }

.font-16 {
  font-size: 16px; }

.font-14 {
  font-size: 14px; }

.font-12 {
  font-size: 12px; }

@media screen and (max-width: 767px) {
  div.fl-module-heading h1.fl-heading {
    font-size: 42px; }

  div.fl-module-heading h2.fl-heading {
    font-size: 32px; }

  div.fl-module-heading h3.fl-heading {
    font-size: 24px; }

  .font-110 {
    font-size: 34px !important; }

  .font-60, .font-60 h2 {
    font-size: 34px !important; }

  .font-52 {
    font-size: 30px;
    line-height: 40px; }

  .font-48, .font-48 h1, .font-48 h2, .font-46 {
    font-size: 34px; }

  .font-44, .font-42, .font-42 h2, .font-40 {
    font-size: 32px !important;
    line-height: 38px; }

  .font-22, .font-20 {
    font-size: 18px; } }

.text-shadow * {
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5); }

.text-white {
  color: #fff; }

.text-center, .text-center * {
  text-align: center; }

.uppercase * {
  text-transform: uppercase; }

.lineheight-large {
  line-height: 2.6rem;
  float: left; }
/* widths */
.max-700 {
  max-width: 700px;
  margin: auto;
  float: none !important;
  /* if column */ }

.max-800 {
  max-width: 800px;
  margin: auto;
  float: none !important;
  /* if column */ }

.max-900 {
  max-width: 940px;
  margin: auto;
  float: none !important;
  /* if column */ }

.max-1400 {
  max-width: 1400px;
  margin: auto;
  float: none !important;
  /* if column */ }
/* # Custom Classes & IDs
 ---------------------------------------------------------------------------------------------------- */
/* Hero */
#hero > .fl-row-content-wrap, #hero > .fl-row-content-wrap > .fl-row-content {
  position: relative; }

#hero {
  color: #000; }

@media screen and (min-width: 768px) {
  #proof {
    margin-top: -212px; } }
/* succeed panel */
#position, #to-hire {
  position: relative; }

#position .fl-button-wrap a.fl-button, #to-hire .fl-button-wrap a.fl-button {
  padding: 20px; }

#position .fl-button-wrap a.fl-button {
  background-color: #c68000;
  background-color: rgba(198, 128, 0, 0.85); }

#to-hire .fl-button-wrap a.fl-button {
  background-color: #414b4f;
  background-color: rgba(65, 75, 79, 0.85); }

#position .fl-module-rich-text *, #to-hire .fl-module-rich-text * {
  line-height: 1; }

#position .fl-module-rich-text strong, #to-hire .fl-module-rich-text strong {
  font-size: 230%; }

#position .fl-photo, #to-hire .fl-photo {
  position: absolute;
  bottom: 0; }

#position .fl-module-button, #to-hire .fl-module-button, #to-hire .fl-module-z-modal-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media screen and (max-width: 767px) {
  .fl-node-57464f662e521 > div.fl-row-content-wrap {
    padding-top: 0 !important; }

  #position, #to-hire {
    min-height: 400px; }

  #position .fl-photo, #to-hire .fl-photo {
    right: 50px; }

  #position .fl-photo img, #to-hire .fl-photo img {
    max-height: 300px; } }

@media screen and (min-width: 768px) {
  #position, #to-hire {
    min-height: 300px; }

  #position .fl-module-rich-text {
    padding-right: 250px; }

  #to-hire .fl-module-rich-text {
    padding-left: 250px; }

  #to-hire .fl-module-rich-text * {
    text-align: right !important; }

  #position .fl-photo {
    right: 30px; }

  #to-hire .fl-photo {
    left: 50px; } }

.page-id-26 #to-hire .fl-module-rich-text {
  padding-left: 20px;
  padding-top: 40px; }

.page-id-26 #position .fl-module-rich-text {
  padding-right: 20px;
  padding-top: 40px; }

.page-id-26 #to-hire .fl-module-rich-text .fl-module-content, .page-id-26 #position .fl-module-rich-text .fl-module-content {
  margin-top: 0; }

.page-id-26 #position, .page-id-26 #to-hire {
  min-height: 240px; }

@media screen and (min-width: 769px) {
  .heading-background-yellow, .heading-background-blue {
    margin-left: -20px;
    margin-right: -20px; } }

.heading-background-yellow {
  background-color: #c68000; }

.heading-background-blue {
  background-color: #414b4f; }
/* Super fancy CTA */
#z-modal-5745df4a5cba7.white-popup {
  max-width: 760px;
  padding: 40px; }

#z-modal-5745df4a5cba7.white-popup h3 {
  color: #414b4f;
  text-transform: uppercase; }

.select-container {
  margin: 20px -40px 0 -40px;
  clear: both;
  position: relative; }

.select-container .left, .select-container .right {
  width: 100%;
  color: #fff;
  padding: 30px 30px 70px 30px;
  position: relative; }

.select-container .left {
  background-color: #f5a108;
  text-align: left;
  padding-left: 60px;
  -webkit-box-shadow: inset 0px -50px 0px 0px #c68000;
  -moz-box-shadow: inset 0px -50px 0px 0px #c68000;
  box-shadow: inset 0px -50px 0px 0px #c68000; }

.select-container .right {
  background-color: #656f73;
  text-align: left;
  padding-left: 60px;
  -webkit-box-shadow: inset 0px -50px 0px 0px #414b4f;
  -moz-box-shadow: inset 0px -50px 0px 0px #414b4f;
  box-shadow: inset 0px -50px 0px 0px #414b4f; }

.select-container h6 {
  color: #fff; }

.select-container h6 strong {
  font-size: 240%;
  font-weight: normal; }

.select-container input[type="radio"] {
  position: absolute;
  right: 1000%; }

.select-container label {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 2.5%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 10px;
  border: 2px solid #fff; }

.select-container input:checked + label {
  background: #fff; }

.select-container .left input:checked + label {
  -webkit-box-shadow: inset 0px 0px 0px 3px #f5a108;
  -moz-box-shadow: inset 0px 0px 0px 3px #f5a108;
  box-shadow: inset 0px 0px 0px 3px #f5a108; }

.select-container .right input:checked + label {
  -webkit-box-shadow: inset 0px 0px 0px 3px #656f73;
  -moz-box-shadow: inset 0px 0px 0px 3px #656f73;
  box-shadow: inset 0px 0px 0px 3px #656f73; }

.select-container .img-wrapper {
  display: none; }

@media screen and (min-width: 480px) {
  .select-container .left, .select-container .right {
    float: left;
    width: 50%; }

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

@media screen and (min-width: 768px) {
  .select-container .right {
    text-align: left;
    padding-left: 170px; }

  .select-container {
    margin-top: 80px; }

  .select-container .right label {
    left: 120px; }

  .select-container .img-wrapper {
    display: block; }

  .select-container .img-wrapper {
    /*margin-bottom: -70px;
     margin-top: -15px;*/
    position: absolute;
    bottom: 0; }

  .select-container .img-wrapper img {
    display: block;
    max-height: 230px; }

  .select-container .left .img-wrapper {
    right: 10px; }

  .select-container .right .img-wrapper {
    left: 10px; } }
/* center those buttons */
@media screen and (max-width: 768px) {
  div.fl-node-5745d089250d3 .fl-button-wrap, div.fl-node-574516a1498db .fl-button-wrap, div.fl-node-57448fda7636c .fl-button-wrap, div.fl-node-57438c07d0bc6 .fl-button-wrap {
    text-align: center !important; }

  div.fl-node-57438cd21fec2 .fl-module-content {
    margin-top: -100px; }

  div.fl-node-57438c07d0d42 > .fl-module-content, div.fl-node-57438c07d04c1 > .fl-module-content {
    padding-left: 20px;
    padding-right: 20px; }

  div.fl-node-57363c42b0321 > .fl-row-content-wrap {
    padding-bottom: 80px; } }

#features-custom-menu .menu {
  margin-bottom: -6px; }

#features-custom-menu .menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

#features-custom-menu .menu a:hover {
  color: #32d4b3; }

@media screen and (min-width: 961px) {
  #features-custom-menu.scrolled {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100; }

  .admin-bar #features-custom-menu.scrolled {
    top: 100px; } }

#contact-form {
  max-width: 900px;
  margin: 30px auto 0;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb; }

#contact-form .fl-module-content {
  margin-top: 0;
  margin-bottom: 0; }
/*===========================================================
 Circle Icon
 ===========================================================*/
.circle-icon .fl-icon-wrap {
  border: 0;
  padding: 40px;
  border-radius: 100%;
  position: relative; }

.circle-icon.less-padding .fl-icon-wrap {
  padding: 25px; }

.circle-icon .fl-icon-wrap:before {
  content: " ";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 100%;
  line-height: 1.35;
  background-image: -owg-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -webkit-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -moz-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -o-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%); }

.circle-icon .fl-icon-wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background: #fff; }

.circle-icon .fl-icon {
  position: relative;
  z-index: 2; }

.circle-icon .fl-icon .fa {
  height: 0 !important;
  padding-bottom: 100% !important;
  width: 100% !important; }

.circle-icon .fl-icon i:before {
  background-image: -owg-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -webkit-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -moz-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: -o-linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  background-image: linear-gradient(38deg, #3ec6ed 0%, #c0f73c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.scroll-down-icon a {
  color: #fff;
  padding-top: 60px;
  position: relative;
  display: block; }

.scroll-down-icon a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

.scroll-down-icon a:hover span {
  opacity: 0.5; }

.scroll-down-icon a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scrollDownIcon 2s infinite;
  animation: scrollDownIcon 2s infinite;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes scrollDownIcon {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }

  40% {
    opacity: 1; }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes scrollDownIcon {
  0% {
    transform: translate(0, 0);
    opacity: 0; }

  40% {
    opacity: 1; }

  80% {
    transform: translate(0, 20px);
    opacity: 0; }

  100% {
    opacity: 0; } }

.circle-divider {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.52; }
  .circle-divider .circle {
    border-radius: 50px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff; }
  .circle-divider .line-left, .circle-divider .line-right {
    width: 36px;
    display: block;
    height: 1px;
    position: relative; }
  .circle-divider .line-left:before, .circle-divider .line-right:before {
    position: absolute;
    content: " ";
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%; }

@media (max-width: 768.98px) {
  .full-width-left-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child > .fl-col-content, .full-width-right-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child > .fl-col-content {
    position: static;
    height: 200px;
    border-radius: 10px; } }

@media (min-width: 769px) {
  body:not(.fl-builder-edit) .full-width-left-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child > .fl-col-content {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    height: 100%; }
    body:not(.fl-builder-edit) .full-width-left-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child {
      padding-left: 50px; }
    body:not(.fl-builder-edit) .full-width-right-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      right: 0;
      height: 100%; }
    body:not(.fl-builder-edit) .full-width-right-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:first-child > .fl-col-content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: 100%; }
    body:not(.fl-builder-edit) .full-width-right-col > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col:last-child {
      padding-right: 50px; }
    body:not(.fl-builder-edit) .full-width-right-col .fl-module {
      height: 100%; }
      body:not(.fl-builder-edit) .full-width-right-col .fl-module .fl-module-content {
        height: 100%; }
        body:not(.fl-builder-edit) .full-width-right-col .fl-module .fl-module-content > div {
          height: 100%; }
          body:not(.fl-builder-edit) .full-width-right-col .fl-module .fl-module-content > div > iframe {
            height: 100% !important; } }

.highlight {
  background: #fffb8a;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.checkmark-ul ul, ul.checkmark-ul {
  margin: 0; }

.checkmark-ul ul li, ul.checkmark-ul li {
  list-style-type: none;
  padding-left: 31px;
  position: relative;
  margin-bottom: 18px; }

.checkmark-ul ul li:before, ul.checkmark-ul li:before {
  content: " ";
  background: url(../../images/green_check.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0; }

body:not(.tve_editor_page) .resources-container .tve-cb > a svg.tcb-icon {
  color: #1a63e9 !important; }
  body:not(.tve_editor_page) .resources-container .tve-cb > a .thrv-styled_list {
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all 0.3s ease-in-out; }
  body:not(.tve_editor_page) .resources-container .tve-cb > a:hover {
    text-decoration: none; }
  body:not(.tve_editor_page) .resources-container .tve-cb > a:hover .thrv-styled_list {
    -webkit-transform: translateX(10px) scale(0.95);
    -ms-transform: translateX(10px) scale(0.95);
    transform: translateX(10px) scale(0.95); }

#mm-preview-settings-bar {
  bottom: inherit;
  top: 4px; }

.learndash-resume-button {
  text-align: center;
  display: block; }
  .learndash-resume-button:hover {
    text-decoration: none; }
  .learndash-resume-button + .resume-item-name {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    font-size: 15px; }
  .learndash-resume-button + .resume-item-name:before {
    content: "(“"; }
  .learndash-resume-button + .resume-item-name:after {
    content: "”)"; }

@media (max-width: 991.98px) {
  .site-footer .footer_bottom {
    padding: 30px 0 10px; } }

.thrv-button.ghost a, .fake-btn.ghost {
  color: #0e0d0e;
  border-color: #0e0d0e;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  border-style: solid; }
  .thrv-button.ghost a:hover, .fake-btn.ghost:hover {
    -webkit-box-shadow: 0 -160px 0 0 #0e0d0e inset;
    -moz-box-shadow: 0 -160px 0 0 #0e0d0e inset;
    box-shadow: 0 -160px 0 0 #0e0d0e inset;
    color: #fff; }

.thrv_wrapper.thrv-columns {
  margin: 0px;
  border-width: 0 0 0 0;
  border-radius: 0;
  border-style: none;
  border-color: transparent; }

.tcb-flex-row {
  padding: 1px; }

.icon-left-col > .tcb-flex-row > .tcb-flex-col:first-child {
  -webkit-flex: inherit;
  flex: inherit;
  max-width: none; }
  .icon-left-col > .tcb-flex-row > .tcb-flex-col:last-child {
    max-width: none; }
/* Children things ----------------------------------------------------------------------------*/
.thrv-columns.children-height-100 > .tcb-flex-row > .tcb-flex-col > .tcb-col > * {
  height: 100%; }

.thrv-columns.children-align-center > .tcb-flex-row > .tcb-flex-col > .tcb-col > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.tve_flt .thrv_countdown_timer.tve_red .t-caption {
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1d1b24;
  font-style: normal; }

.thrv_countdown_timer .tve_t_part .t-digits {
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 44px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: #1d1b24;
  font-style: normal; }

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_2 .t-digits [class*='part-'] {
  color: #1d1b24; }

.thrv_countdown_timer .tve_t_part .t-digits [class*='part-'] {
  line-height: 1;
  margin-top: -3px; }

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_2 .tve_t_part {
  border-color: #0e0d0e; }

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_3 .t-digits {
  background: -owg-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(40deg, #0e0d0e 0%, #0e0d0e 100%); }

.thrv_wrapper.thrv_widget_menu li, .thrv_wrapper.tve-custom-menu-upgrade li {
  list-style-type: none; }

.thrv-fill-counter {
  color: #0e0d0e; }

.tve_fill_counter_circle_inner {
  stroke: #0e0d0e; }

.thrv_wrapper.tve_image_caption.img_style_caption_overlay > .wp-caption-text {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px; }

.tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"], .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"], .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"], .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"] {
  border-color: #ddd;
  -webkit-transition: border-color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
  -moz-transition: border-color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
  -o-transition: border-color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out; }
  .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:hover {
    border-color: #ddd; }
  .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:active, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:active, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:active, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:active, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:focus, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:focus, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:focus, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:focus, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:active:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:active:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:active:hover, .tve_flt .thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:active:hover {
    border-color: #0e0d0e; }

.tve_p_lb_background .tve_p_lb_content, .tl-style .tve_p_lb_background .tve_p_lb_content {
  border-radius: 0;
  padding: 40px;
  max-width: 800px; }

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close {
  overflow: hidden;
  padding-left: 20px;
  top: 4px;
  right: 4px;
  border-color: transparent;
  background: transparent;
  color: #212529; }

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close:before {
  content: "×";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 28px; }

@media (max-width: 767px) {
  .tve_p_lb_background .tve_p_lb_content {
    padding: 25px; } }

.thrv_post_grid .tve_post .tve_pg_container {
  background: #fff; }

.thrv_post_grid .tve_post .tve-post-grid-title a {
  padding: 0;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 44px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-align: inherit;
  color: #1d1b24;
  font-style: normal; }
  .thrv_post_grid .tve_post .tve-post-grid-title a:hover {
    color: #0e0d0e; }



.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tcb-pt-button .tcb-pt-button-link {
  padding-top: 18px;
  padding-right: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase; }
  .thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tve-content-box-background {
    border-top-color: #0e0d0e; }
  .thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tcb-pt-card-title {
    color: #0e0d0e; }

.tcb-pt-featured-box .tcb-pt-button .tcb-pt-button-link:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tcb-pt-cb-wrapper {
  padding: 45px 30px 30px; }

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-title {
  color: #1d1b24;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 5px; }

.tcb-pt-card {
  border-top-color: #fdb71e; }

.tve_progress_bar_fill {
  background-color: transparent; }

.tve_progress_bar_fill_wrapper {
  background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%); }

.thrv-styled_list .thrv-styled-list-item {
  margin-bottom: 40px; }
  .thrv-styled_list .thrv-styled-list-item:last-child {
    margin-bottom: 0; }
  .thrv-styled_list .tcb-styled-list-icon-text {
    line-height: 1.3; }
  .thrv-styled_list .thrv-styled-list-item {
    -webkit-align-items: stretch;
    align-items: stretch; }
  .thrv-styled_list ul.tcb-styled-list li div.thrv_icon {
    padding: 0;
    margin-right: 11px; }
  .thrv-styled_list.centered .thrv-styled-list-item, .thrv-styled_list.center .thrv-styled-list-item, .thrv-styled_list.align-items-center .thrv-styled-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

#tve_editor .thrv_table > .tve_table > thead > tr {
  background: -owg-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -webkit-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -moz-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: -o-linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%);
  background: linear-gradient(90deg, #0e0d0e 0%, #0e0d0e 100%); }

.tve_table_row td, .tve_table_row th {
  padding: 20px; }

#tve_editor .ztable-1 > .tve_table > thead > tr > th {
  background-color: #0e0d0e; }

#tve_editor .ztable-2 > .tve_table > thead > tr > th {
  background-color: #fdb71e; }

#tve_editor .ztable-3 > .tve_table > thead > tr > th {
  background-color: #f9fd1e; }

@media (min-width: 768px) {
  #tve_editor .thrv_table > .tve_table > thead > tr > th {
    background-color: transparent;
    color: #fff; }

  #tve_editor .thrv_table > .tve_table > thead > tr > th {
    color: #fff; } }

@media (max-width: 767px) {
  #tve_editor .thrv_table:not(.tcb-mobile-table) > .tve_table > thead > tr > th {
    background-color: transparent;
    color: #fff; }

  #tve_editor .thrv_table:not(.tcb-mobile-table) > .tve_table > thead > tr > th * {
    color: #fff; }

  #tve_editor .thrv_table.tcb-mobile-table .tve_table_cell::before {
    color: #212529; } }

.tve_ct_title {
  background-color: #0e0d0e; }

.thrv_wrapper.thrv-tabbed-content div.tve_scT > ul li {
  background-color: #0e0d0e;
  color: #fff;
  border-color: transparent;
  -webkit-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
  -moz-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
  -o-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "Alternate Gothic ExCond ATF", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal; }
  .thrv_wrapper.thrv-tabbed-content div.tve_scT > ul li span {
    -webkit-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
    -moz-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
    -o-transition: background-color, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .thrv_wrapper.thrv-tabbed-content div.tve_scT > ul li:hover, .thrv_wrapper.thrv-tabbed-content div.tve_scT > ul li.tve_tS {
    background-color: #000; }

.thrv_heading h1, .thrv_heading h2, .thrv_heading h3, .thrv_heading h4, .thrv_heading h5, .thrv_heading h6 {
  margin: 0; }
  .thrv_heading[data-tag="h1"] {
    margin: 0 0 1rem 0; }
  .thrv_heading[data-tag="h2"] {
    margin: 0 0 1rem 0; }
  .thrv_heading[data-tag="h3"] {
    margin: 0 0 1rem 0; }
  .thrv_heading[data-tag="h4"] {
    margin: 0 0 1rem 0; }
  .thrv_heading[data-tag="h5"] {
    margin: 0 0 1rem 0; }
  .thrv_heading[data-tag="h6"] {
    margin: 0 0 1rem 0; }

.thrv_wrapper.thrv_heading:last-child, .thrv_wrapper.thrv_text_element:last-child {
  margin-bottom: 0; }
  .thrv_wrapper.thrv_text_element > *:last-child, .thrv_wrapper.thrv_text_element .fr-view > *:last-child, .thrv_wrapper.thrv_heading .fr-view > *:last-child {
    margin-bottom: 0; }
  .thrv_wrapper.thrv_text_element {
    margin-bottom: 40px; }

body #tcb_landing_page p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 768px) {
  .tcb-numbered-list-number {
    width: auto; }

  .tcb-numbered-list-number + .tcb-numbered-list-text {
    width: 100%; } }

.thrv_toggle_shortcode .tve_faq {
  -webkit-transition: background-color, 0.3s, ease-in-out;
  -moz-transition: background-color, 0.3s, ease-in-out;
  -o-transition: background-color, 0.3s, ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .thrv_toggle_shortcode .tve_faq h4 {
    -webkit-transition: color, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    -moz-transition: color, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    -o-transition: color, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .thrv_toggle_shortcode .tve_faq .tve_toggle {
    -webkit-transition: background, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    -moz-transition: background, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    -o-transition: background, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .thrv_toggle_shortcode .tve_faq:hover {
    background-color: #0e0d0e; }
  .thrv_toggle_shortcode .tve_faq.tve_oFaq .tve_faqB:hover h4, .thrv_toggle_shortcode .tve_faq.tve_oFaq .tve_faqB:hover .tve_toggle {
    opacity: 0.7; }

body.tve_editor_page.sticky-nav-style-sticky .site-header, body.tve_editor_page.sticky-nav-style-sticky_morph .site-header, body.tve_editor_page.nav-body-overlay .site-header {
  position: static; }
  body.tve_editor_page .tve_flt .display-none {
    display: block !important;
    opacity: 0.2; }

#tve_leads_end_content {
  margin-top: -2px; }

.tve-leads-two-step-trigger {
  color: #1a63e9; }

.sidebar .widget_thrive_leads {
  padding: 0; }

#tcb_landing_page li {
  cursor: default; }

.thrv_wrapper.thrv_symbol {
  padding: 0; }

.background-size-contain, .thrv-page-section.background-size-contain > .tve-page-section-out {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important; }

@media (max-width: 1023px) and (min-width: 768px) {
  .tcb-flex-row.tcb-medium-wrap .tcb-flex-col, .tcb-flex-row.tcb-resized.tcb-medium-wrap .tcb-flex-col {
    max-width: none !important; }

  .tcb-flex-row.tcb-medium-wrap > .tcb-flex-col, .tcb-flex-row.tcb-resized.tcb-medium-wrap > .tcb-flex-col {
    max-width: 100% !important; } }
/* Sections
 ------------------------------------------------- */
.thrv-page-section, .thrv-content-box {
  padding: 60px; }

.nav-body-overlay:not(.page-banner) .tve_shortcode_editor > .thrv-page-section:first-child {
  padding-top: 180px; }

@media (max-width: 1023px) {
  .thrv-page-section, .thrv-content-box {
    padding: 30px; }

  .nav-body-overlay .tve_shortcode_editor > .thrv-page-section:first-child {
    padding-top: 120px; } }

@media (max-width: 767px) {
  .thrv-page-section, .thrv-content-box {
    padding: 15px; }

  .nav-body-overlay .tve_shortcode_editor > .thrv-page-section:first-child {
    padding-top: 80px; } }

@media (min-width: 300px) {
  .tve-page-section-in {
    max-width: 1200px; } }

.vertical-align-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex: 1;
  flex: 1; }

.rv_style_black_monitor {
  background-color: #0e0e0e; }

.hover-transition {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out; }

.hover-transition:hover {
  outline: none;
  opacity: 0.7;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.full-height-column-children .tcb-col > * {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1; }

.d-flex {
  display: -webkit-flex;
  display: flex; }

.align-items-center {
  -webkit-align-items: center;
  align-items: center; }

body .overflow-visible {
  overflow: visible; }

.width-auto {
  width: auto !important; }

body:not(.tve_editor_page) .as-seen-on .tve-cb.tve_empty_dropzone {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

body:not(.tve_editor_page) .as-seen-on .tve-cb.tve_empty_dropzone img {
  max-width: 200px;
  max-height: 100px;
  width: auto !important;
  padding: 5px;
  margin: 5px; }

body:not(.tve_editor_page) .as-seen-on .tve-cb.tve_empty_dropzone .thrv_wrapper.tve_image_caption {
  width: auto;
  margin: 0; }

.tcb-icon {
  -webkit-transition: color, 0.3s, ease-in-out;
  -moz-transition: color, 0.3s, ease-in-out;
  -o-transition: color, 0.3s, ease-in-out;
  transition: color 0.3s ease-in-out; }

.thrv-button:not(.ghost) a.tcb-button-link, .thrv-button-group-item:not(.ghost) a.tcb-button-link {
  color: #fff; }
  .thrv-button:not(.ghost) a.tcb-button-link:hover, .thrv-button-group-item:not(.ghost) a.tcb-button-link:hover {
    color: #fff; }
  .thrv-button:not(.ghost) a.tcb-button-link:active, .thrv-button-group-item:not(.ghost) a.tcb-button-link:active {
    color: #fff; }

.thrv_wrapper.thrv-google-map-embedded-code.tve-flexible-container iframe {
  margin: 0;
  width: 100%;
  height: 100%; }

.blurry-background {
  overflow: hidden; }
  .blurry-background > .tve-page-section-out {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .blurry-background > .tve-page-section-out:not(.tcb-video-background-el), .blurry-background > .tve-page-section-out.tcb-video-background-el > iframe {
    -webkit-filter: grayscale(0%) blur(10px);
    -moz-filter: grayscale(0%) blur(10px);
    filter: grayscale(0%) blur(10px); }

.blurred-background {
  overflow: hidden; }
  .blurred-background > .tve-page-section-out {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.video-bg-opacity-10 > .tcb-video-background-el > iframe {
  opacity: 0.1; }

.video-bg-opacity-15 > .tcb-video-background-el > iframe {
  opacity: 0.15; }

.video-bg-opacity-20 > .tcb-video-background-el > iframe {
  opacity: 0.2; }

.video-bg-opacity-25 > .tcb-video-background-el > iframe {
  opacity: 0.25; }

.video-bg-opacity-30 > .tcb-video-background-el > iframe {
  opacity: 0.3; }

.video-bg-opacity-35 > .tcb-video-background-el > iframe {
  opacity: 0.35; }

.video-bg-opacity-40 > .tcb-video-background-el > iframe {
  opacity: 0.4; }

.video-bg-opacity-45 > .tcb-video-background-el > iframe {
  opacity: 0.45; }

.video-bg-opacity-50 > .tcb-video-background-el > iframe {
  opacity: 0.5; }

.video-bg-opacity-55 > .tcb-video-background-el > iframe {
  opacity: 0.55; }

.video-bg-opacity-60 > .tcb-video-background-el > iframe {
  opacity: 0.6; }

.video-bg-opacity-65 > .tcb-video-background-el > iframe {
  opacity: 0.65; }

.video-bg-opacity-70 > .tcb-video-background-el > iframe {
  opacity: 0.7; }

.video-bg-opacity-75 > .tcb-video-background-el > iframe {
  opacity: 0.75; }

.video-bg-opacity-80 > .tcb-video-background-el > iframe {
  opacity: 0.8; }

.video-bg-opacity-85 > .tcb-videsiteo-background-el > iframe {
  opacity: 0.85; }

.video-bg-opacity-90 > .tcb-video-background-el > iframe {
  opacity: 0.9; }

.video-bg-opacity-95 > .tcb-video-background-el > iframe {
  opacity: 0.95; }

.thrv-contact-form input, .thrv-contact-form input[type="password"], .thrv-contact-form input[type="email"], .thrv-contact-form input[type="url"], .thrv-contact-form input[type="text"], .thrv-contact-form input[type="tel"], .thrv-contact-form select, .thrv-contact-form textarea {
  line-height: 1.4; }

.thrv-button .tcb-button-link {
  border-width: 0;
  border-radius: 3px;
  border-style: none;
  border-color: transparent; }
  .thrv-button .tcb-button-link:hover {
    border-width: 0;
    border-radius: 3px;
    border-style: none;
    border-color: transparent; }
  .thrv-button .tcb-button-link:active {
    border-width: 0;
    border-radius: 3px;
    border-style: none;
    border-color: transparent; }

.thrv-button a.tcb-button-link, .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button {
  word-wrap: normal;
  word-break: normal;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  outline: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  margin: 0;
  padding: 18px 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  background: rgba(20, 22, 31, 1);
  opacity: 1;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal; }
  .thrv-button a.tcb-button-link:hover, .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button:hover, .thrv-button a.tcb-button-link:active, .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button:active {
    word-wrap: normal;
    word-break: normal;
    white-space: normal; }
  .thrv-button a.tcb-button-link:hover, .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button:hover {
    margin: 0;
    padding: 18px 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    background: rgba(253, 183, 30, 1);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal; }
  .thrv-button a.tcb-button-link:active, .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button:active {
    top: 1px;
    margin: 0;
    padding: 18px 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    background: rgba(199, 113, 14, 1);
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: "Avenir Next LT Pro", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal; }
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_alerts.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_baseline.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_typography.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_headings.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_objects.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_gallery.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_buttons_forms.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_tables.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fmixins%5C%2F_breakpoints.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_structure.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_flex_grid.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_common.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_navigation.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_menu_toggle.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_off_canvas_nav.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_content_area.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_comments.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_sidebars.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_footer.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_widgets.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_responsive.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_media.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_header_image.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_page_banner.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2F_search.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fframework%5C%2Fshortcodes%5C%2F_recent_posts.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fcomponents%5C%2F_beaver_builder_overrides.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fcomponents%5C%2F_scroll_down_icon.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fcomponents%5C%2F_circle_divider.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fcomponents%5C%2F_full_width_cols.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fscss%5C%2Fcustom%5C%2F_custom.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_buttons.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_columns.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_countdown_timer.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_custom_menu.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_fill_counter.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_images.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_lead_generation.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_lightbox.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_post_grid.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_pricing_tables.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_progress_bar.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_styled_list.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_table.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_table_of_contents.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_tabs.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_text.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2Ftcb_modules%5C%2F_toggles.scss%22%2C%22%5C%2Fnas%5C%2Fcontent%5C%2Flive%5C%2Flaptopempires%5C%2Fwp-content%5C%2Fthemes%5C%2Feminence%5C%2Flib%5C%2Fplugin-customizations%5C%2Fthrive-visual-editor%5C%2Fscss%5C%2F_thrive_architect_overrides.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CiBAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B%3B%3B%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B8EAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BACCC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAAWE%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAKE%3BAAAA%2CoBAAA%2CEAAA%3BAAKF%3BAAAA%3B%2BBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAKE%3BAAAA%2CkBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAKE%3BAAAA%2CqBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAKE%3BAAAA%2CkBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAKE%3BAAAA%2CqBAAA%2CEAAA%3BADtEL%3BiDAAA%3BAAAA%2C2DAAA%3BAEIC%3BAAAA%3B%3BiCAAA%2CEAAA%3BAAAA%3BAAAoF%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAAc%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAAoG%3BAAAA%3B2BAAA%2CEAAA%3BAAAA%3BAAAyE%3BAAAA%3BYAAA%2CEAAA%3BAAAA%3BAAA4C%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAAiB%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAA2B%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAyB%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAAsB%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAAgC%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAAgC%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAAoB%3BAAAA%3B%3B%3B2BAAA%2CEAAA%3BAAAA%3BAAA8E%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAAc%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAAkB%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAAa%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAuB%3BAAAA%3BYAAA%2CEAAA%3BAAAA%3BAAAmC%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAAkB%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAAgE%3BAAAA%3B%3BYAAA%2CEAAA%3BAAAA%3BAAA0E%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAAwB%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAAkC%3BAAAA%3BkBAAA%2CEAAA%3BAAAA%3BAAA6G%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAAqD%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAAoE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAAyB%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAAuE%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAAwG%3BAAAA%3B0BAAA%2CEAAA%3BAAAA%3BAAAuE%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAAuH%3BAAAA%3B%3BiCAAA%2CEAAA%3BAAAA%3BAAAyE%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAA0B%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAAuB%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAyB%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAAgD%3BAAAA%2CaAAA%2CEAAA%3BAFJxwD%3BiDAAA%3BAEaC%3BAAAA%3B%3ByBAAA%2CEAAA%3BAFbD%3BiDAAA%3BAEqBC%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAmBA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BqCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3ByCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BuCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B4CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B2CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BkCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3BYAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAKE%3BAAAA%2CmBAAA%2CEAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAFlKH%3BiDAAA%3BAGEC%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAA0BA%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAgBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAcF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAHnID%3B%3B%3BIAAA%3BAG4JC%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%2CEAAA%3BAAAA%3BAAWE%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%2CEAAA%3BAHvKH%3BiDAAA%3BAIEC%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAaE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAmCF%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%2CEAAA%3BAJlLD%3BiDAAA%3BAKGC%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAL5BD%2CuBAAA%3BAKiCC%3BAAAA%2C0BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BYAAA%2CEAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%2C0CAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BeAAA%2CEAAA%3BALhDD%3BiDAAA%3BAMGC%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%2CEAAA%3BAAAA%3BAN7CD%3BiDAAA%3BAAAA%3BAOGC%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%2CEAAA%3BAPHD%2CWAAA%3BAOgBC%3BAAAA%3B%3BgDAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkDAAA%2CEAAA%3BAPvBD%3BwGAAA%3BAO0EG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAyCE%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAAgCA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAAAA%3BAAmDJ%3BAAAA%3B%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAPnPD%2CUAAA%3BAO4PC%3BAAAA%2C4BAAA%2CEAAA%3BAP5PD%2CgBAAA%3BAOkQC%3BAAAA%2C4BAAA%2CEAAA%3BAPlQD%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%2CWAAA%3BAOiRC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkDAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B6DAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%2CEAAA%3BAPlSD%2CiBAAA%3BAOuSC%3BAAAA%3B%3B%3B%3B%3B%3B%3BgEAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B2EAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%2CEAAA%3BAP%5C%2FTD%3BiDAAA%3BAQGC%3BAAAA%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BARxBD%3BwGAAA%3BAAAA%3BiDAAA%3BAS%2BDK%3BACxDA%3BAAAA%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAiBI%3BAAAA%3B%3B%3B%3B%3BwBAAA%2CEAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%2CEAAA%3BAAAA%3BADuEJ%3BAC1GA%3BAAAA%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAiBI%3BAAAA%3B%3B%3B%3B%3BwBAAA%2CEAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%2CEAAA%3BAAAA%3BADuEJ%3BAC1GA%3BAAAA%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAiBI%3BAAAA%3B%3B%3B%3B%3BwBAAA%2CEAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%2CEAAA%3BAAAA%3BADuEJ%3BAC1GA%3BAAAA%3B%3B%3B2BAAA%2CEAAA%2CEAAA%3BAAAA%3BADqEA%3BACrEA%3BAAAA%3B%3B%3B2BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAuEJ%3BAAAA%2CcAAA%2CEAAA%3BAV9ED%3BiDAAA%3BAUkGC%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3BoBAAA%2CEAAA%3BAV1GD%2CoEAAA%3BAUgHC%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAV5JH%3BiDAAA%3BAAAA%2CwDAAA%3BAAAA%3BgDAAA%3BAAAA%2CsBAAA%3BAUyOC%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAEE%3BAAAA%3BqBAAA%2CEAAA%2CEAAA%3BAVzPH%3BiDAAA%3BAAAA%2CkFAAA%3BAUoQC%3BAAAA%3B6BAAA%2CEAAA%3BAAAA%3BAAeA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2C6BAAA%2CEAAA%2CEAAA%3BAVhUH%3BiDAAA%3BAWGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiCAAA%2CEAAA%3BAXjCD%2C6BAAA%3BAAAA%2C8BAAA%3BAWyCC%3BAACE%3BAAAA%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmCAAA%2CEAAA%2CEAAA%3BAX3DH%2CmBAAA%3BAAAA%2C8BAAA%3BAWmEC%3BAACE%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BmCAAA%2CEAAA%2CEAAA%3BAX9EH%3BwGAAA%3BAAAA%3BiDAAA%3BAYKC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAaE%3BAAAA%3BoCAAA%2CEAAA%3BAAIE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMJ%3BAAAA%2C%2BCAAA%2CEAAA%3BAZ5BD%3BiDAAA%3BAYsCC%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%2CEAAA%3BAZrDD%3BiDAAA%3BAY8DC%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAZjFD%3BiDAAA%3BAYyFC%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%3B4BAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAZtID%3BiDAAA%3BAYyJC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%2CEAAA%3BAZlKD%3BiDAAA%3BAYgLC%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAZ9ND%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%3BiDAAA%3BAY%2BQC%3BAAAA%3B%3BoBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAZzRD%3BiDAAA%3BAYgSC%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAZ%5C%2FUD%3BwGAAA%3BAY8VC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAZvWD%3BwGAAA%3BAaEC%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%2CEAAA%3BAb1CD%3BiDAAA%3BAAAA%3BwGAAA%3BAAAA%3BwGAAA%3BAakJC%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAGE%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BqBAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAAA%3BAAUE%3BAAAA%3BiBAAA%2CEAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAA8BA%3BAAAA%2CoBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAAQF%3BAAAA%2CiBAAA%2CEAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqDAAA%2CEAAA%3BAAWE%3BAAAA%3BkBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAAsBE%3BAAAA%2C6BAAA%2CEAAA%3BAAIA%3BAAAA%3ByBAAA%2CEAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAA%2BBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAAwBF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B4BAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAkBA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAQI%3BAAAA%3ByBAAA%2CEAAA%3BAAKA%3BAAAA%3BmBAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAmBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAA8BF%3BAAAA%2CkBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAiBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%3BAAaA%3BAAAA%2CyCAAA%2CEAAA%3BAAGE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAkBZ%3BAAAA%2CaAAA%2CEAAA%3BAAIE%3BAAAA%2CiBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAWA%3BAAAA%3B%3B%3B%3B8BAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAaA%3BAAAA%2CkBAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAeE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAA6BA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAsBF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B0BAAA%2CEAAA%3BAAoCI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAA2BF%3BAAAA%2CkBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAgBF%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAcN%3BAAAA%3BWAAA%2CEAAA%3BAAIE%3BAAAA%3B2BAAA%2CEAAA%3BAAKA%3BAAAA%2CmCAAA%2CEAAA%3BAbjyBP%3BwGAAA%3BAa6yBC%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BUAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BAbxzBD%3B%3BwGAAA%3BAai0BC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2GAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BSAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CcAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CWAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAME%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%3BWAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3BwCAAA%2CEAAA%3BAAMA%3BAAAA%2CiBAAA%2CEAAA%3BAAKF%3BAAAA%2CeAAA%2CEAAA%3BAb73BH%3BwGAAA%3BAao4BC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAJxzBI%3BAI6zBF%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAcF%3BAAEI%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BACz6BJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BWAAA%2CEAAA%3BAAeE%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3BaAAA%2CEAAA%3BAAQA%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3BiHAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B6BAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B6BAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAASF%3BAAAA%3B%3B%3BiHAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B2BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B2BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3ByBAAA%2CEAAA%3BAAaF%3BAAAA%3B%3B%3B%3ByBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3ByBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3ByBAAA%2CEAAA%3BAAOF%3BAAAA%3B%3B%3B%3BeAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BgBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BgBAAA%2CEAAA%3BAAWA%3BAAAA%3B%3B%3B%3ByCAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B0CAAA%2CEAAA%3BAAAA%3BAAUJ%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAGE%3BAAAA%2CqBAAA%2CEAAA%3BAAOF%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAKE%3BAAAA%2CqBAAA%2CEAAA%3BAAOF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAON%3BAAGM%3BAAAA%2CcAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%2CWAAA%2CEAAA%2CEAAA%3BAdlOL%3BiDAAA%3BAc6OC%3BAAAA%3BqBAAA%2CEAAA%3BAd7OD%3BiDAAA%3BAcuPC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAoCA%3BAAAA%3B%3B%3B%3B%3B6CAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAdnSD%3B%3BIAAA%3BAAAA%3B%3B%3BIAAA%3BAAAA%3B%3BIAAA%3BAAAA%3B%3BIAAA%3BAckUC%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%2CEAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%2CEAAA%2CEAAA%3BAAAA%3BACnZP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%2CEAAA%3BAAkBG%3BAAAA%2CiBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAQE%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%2CEAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAASA%3BAAAA%2CmBAAA%2CEAAA%3BAAGE%3BAAAA%3BmBAAA%2CEAAA%3BAAOJ%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAMF%3BAAAA%2C4BAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAYF%3BAAAA%3B%3B%3B%3B4BAAA%2CEAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3BsCAAA%2CEAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAA8BA%3BAAAA%2CgBAAA%2CEAAA%3BAAKF%3BAAAA%2CsBAAA%2CEAAA%3BAAWF%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CcAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAAIQ%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQR%3BAAIQ%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAftLT%3BwGAAA%3BAAAA%3BiDAAA%3BAgBKC%3BAAAA%3B%3BaAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BYAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAhB3BD%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%3BiDAAA%3BAgB%2BCC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%2CgBAAA%2CEAAA%3BAhBvED%3BiDAAA%3BAgBgFG%3BAAAA%2CgBAAA%2CEAAA%3BAAKE%3BAAAA%2CgBAAA%2CEAAA%3BAAMA%3BAAAA%2CkBAAA%2CEAAA%3BAAKF%3BAAAA%2CyBAAA%2CEAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAGE%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%2CmBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAWA%3BAAAA%2CqBAAA%2CEAAA%3BAAKF%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2C2BAAA%2CEAAA%3BAAMA%3BAAAA%3BoCAAA%2CEAAA%3BAPxEE%3BAO%2BEA%3BAAAA%2CwBAAA%2CEAAA%3BAAIE%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAMJ%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAcA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%2CsBAAA%2CEAAA%3BAhB9MD%2CmBAAA%3BAgBoNC%3BAAAA%2C2BAAA%2CEAAA%3BAhBpND%2CWAAA%3BAgByNC%3BAAAA%3BcAAA%2CEAAA%3BAhBzND%3BiDAAA%3BAgBiOC%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3BkBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BAAOA%3BAAAA%3BYAAA%2CEAAA%3BAAIA%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAPhMA%3BAO%2BMA%3BAAAA%3BuBAAA%2CEAAA%3BAAiBA%3BAAAA%3B0BAAA%2CEAAA%2CEAAA%3BAAAA%3BAP9KA%3BAO6JA%3BAAAA%3BuBAAA%2CEAAA%3BAAiBA%3BAAAA%3B0BAAA%2CEAAA%2CEAAA%3BAAAA%3BAP9KA%3BAO6JA%3BAAAA%3BoBAAA%2CEAAA%3BAAiBA%3BAAAA%3BuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAP9KA%3BAO6JA%3BAAAA%3BoBAAA%2CEAAA%3BAAiBA%3BAAAA%3BuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAPnNA%3BAOkMA%3BAAAA%3BoBAAA%2CEAAA%3BAAiBA%3BAAAA%3BuBAAA%2CEAAA%2CEAAA%3BAhB%5C%2FRL%3BiDAAA%3BAgBiUG%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CgCAAA%2CEAAA%3BAhBvUH%3BqGAAA%3BAgB%2BUG%3BAAAA%3B%3B%3B%3B%3BkBAAA%2CEAAA%3BAAME%3BAAAA%2CgBAAA%2CEAAA%3BAAGE%3BAAAA%2CkBAAA%2CEAAA%3BAAUJ%3BAAAA%2CwBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAuBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAwBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAyBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAmCF%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAuBA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAhBjfD%3B%3B%3BIAAA%3BAAAA%3BAgBsgBC%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAAA%3BAhB1gBD%2CiBAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAgBmjBC%3BAAAA%2CqBAAA%2CEAAA%3BAhBnjBD%3BiDAAA%3BAgB8jBC%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%3BAhBjkBD%3BiDAAA%3BAgBwkBC%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgDAAA%2CEAAA%3BAAAA%3BAAgBA%3BAAAA%2C6CAAA%2CEAAA%3BAhBjmBD%2CmCAAA%3BAgBumBC%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B0BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%2CEAAA%3BAhBnoBD%3BiDAAA%3BAgBkpBC%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAUE%3BAAAA%3BmBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAaA%3BAAAA%2CmBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAgCA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAA8BA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAkCF%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAhBpyBH%3BiDAAA%3BAiBEC%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKE%3BAAAA%3BuBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%2CEAAA%3BAAKE%3BAAAA%3BgBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAAKE%3BAAAA%2CmBAAA%2CEAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAgBF%3BAAAA%3BuBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAaA%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%2CuBAAA%2CEAAA%3BAAKF%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BaAAA%2CEAAA%3BAAOA%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BcAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAWA%3BAAAA%3BYAAA%2CEAAA%3BAAKF%3BAAAA%3BwBAAA%2CEAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAAA%3BARjEF%3BAQgFF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%2CyBAAA%2CEAAA%3BAAIA%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%2CmCAAA%2CEAAA%2CEAAA%3BAAAA%3BAR3FA%3BAQkGF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%2CyBAAA%2CEAAA%3BAAIA%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%2CmCAAA%2CEAAA%2CEAAA%3BAAAA%3BAR7GA%3BAQoHF%3BAAAA%2CkBAAA%2CEAAA%3BAAGE%3BAAAA%2C2BAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAKF%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%2CmCAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAAA%3BAASF%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAeA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAR%5C%2FPI%3BAQoQF%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAjBpVH%3BwGAAA%3BAkBEC%3BAAAA%2CqBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAWA%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAsBE%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAWA%3BAAAA%2C4BAAA%2CEAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAoBE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAA2BE%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAAA%3BAAsBE%3BAAAA%2CgBAAA%2CEAAA%3BAAKF%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BwBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAlBrLD%3B%3BIAAA%3BAkBgMC%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%2CEAAA%2CEAAA%3BAlBzPH%3BwGAAA%3BAmBGC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3BsBAAA%2CEAAA%3BAAKA%3BAAAA%2CgBAAA%2CEAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAnBrFD%3B%3B%3B%3BIAAA%3BAmBqGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAiBA%3BAAAA%2CmBAAA%2CEAAA%3BAnBtHD%3BwGAAA%3BAmB8HC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAuBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAYA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAKE%3BAAAA%2CgBAAA%2CEAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3BeAAA%2CEAAA%3BAAOE%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAiBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAA4BA%3BAAAA%2CgBAAA%2CEAAA%3BAAIA%3BAAAA%3BeAAA%2CEAAA%3BAAKA%3BAAAA%2CuBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAYA%3BAAAA%3BeAAA%2CEAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAcE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAYA%3BAAAA%3BeAAA%2CEAAA%3BAAMF%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0EAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAAOE%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4BAAA%2CEAAA%3BAAKE%3BAAAA%2CqBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3BuBAAA%2CEAAA%3BAnB3WH%3BwGAAA%3BAoBGC%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BaAAA%2CEAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%2CEAAA%3BApBtCD%2C2BAAA%3BAoB4CC%3BAAAA%2CqBAAA%2CEAAA%3BApB5CD%3BwGAAA%3BAAAA%2C%2BBAAA%3BAoBqDC%3BAAAA%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%2CmBAAA%2CEAAA%3BApB3FD%3BwGAAA%3BAoBkGC%3BAAAA%3B%3B%3B%3BmBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3BwBAAA%2CEAAA%3BAAKA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%2CEAAA%3BAAIE%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B0BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BApBlJD%3BwGAAA%3BAS%2BDK%3BAY5DF%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZ8GE%3BAYxGF%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZwGE%3BAYlGF%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZkGE%3BAY5FF%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZuDE%3BAYjDF%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BArB3BH%3B%3B%3BwGAAA%3BAqBwDG%3BAAAA%3B%3BoBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAZaE%3BAYNF%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZME%3BAYEF%3BAAAA%2CqBAAA%2CEAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%2C2BAAA%2CEAAA%2CEAAA%3BAAAA%3BAZXE%3BAYkBF%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAAA%3BAZlBE%3BAY2BF%3BAAAA%3BsBAAA%2CEAAA%3BAAOA%3BAAAA%3BuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAsBF%3BAACE%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAkBA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAeA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BACvMH%3BAAAA%3B%3B%3BYAAA%2CEAAA%3BAAMG%3BAAAA%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAASF%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAtBpBD%3BiDAAA%3BAuBEC%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%2CEAAA%3BAvBfD%3BiDAAA%3BAAAA%3B%3B%3BIAAA%3BAAAA%3B%3BIAAA%3BAuB8BC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3BqCAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAkBA%3BAAAA%2CqCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BFAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3ByBAAA%2CEAAA%3BAAAA%3BAdpCI%3BAc0CF%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%2CyBAAA%2CEAAA%3BAAIE%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAvBjHL%2CmBAAA%3BAuBwHC%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%2CEAAA%3BAvB5HD%2CmBAAA%3BAuBoIC%3BAAEE%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAAA%3BAvB7IH%3BiDAAA%3BAuB8JC%3BAAAA%2CiBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B4GAAA%2CEAAA%3BAAMA%3BAAAA%3BeAAA%2CEAAA%3BAAMA%3BAAAA%3BeAAA%2CEAAA%3BAAIE%3BAAAA%2CiGAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%3BaAAA%2CEAAA%3BAAMA%3BAAAA%3BeAAA%2CEAAA%3BAvBhMH%3B%3B8DAAA%3BAwBGC%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%2CEAAA%3BAAcE%3BAAAA%2CqBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3BYAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%2CEAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%2CEAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAeE%3BAAAA%2CqBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3BoBAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAASA%3BAAAA%3B%2BBAAA%2CEAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAxBzLH%3BsGAAA%3BAyBIC%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAOE%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAIE%3BAAAA%3BcAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAcE%3BAAAA%2CqBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%2CEAAA%3BAASE%3BAAAA%2CiBAAA%2CEAAA%3BAAIA%3BAAAA%3BkBAAA%2CEAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAAqBE%3BAAAA%2CiBAAA%2CEAAA%3BAzB%5C%2FEP%3BsGAAA%3BAyB0FG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BmEAAA%2CEAAA%3BAAGE%3BAAAA%2CiBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%2CEAAA%3BAAWA%3BAAAA%3B%3B%3B%3B6BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B8BAAA%2CEAAA%3BAAKF%3BAAAA%2C0BAAA%2CEAAA%3BAAGE%3BAAAA%3BuBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3B%3B%3BaAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAAA%3BAhBjHA%3BAgB0HA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAhB1HA%3BAgBgIA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BACzQF%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3BYAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BYAAA%2CEAAA%3BAAMA%3BAAAA%3B%3BkBAAA%2CEAAA%3BA1BnBP%2CoBAAA%3BA2BAA%3BAAEG%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BA3BFH%2CyBAAA%3BA2BQC%3BAAAA%2CkBAAA%2CEAAA%3BA3BRD%2C2BAAA%3BA2BYC%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%2CEAAA%3BA3BlBD%3BgDAAA%3BA2ByCC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3BoBAAA%2CEAAA%3BA3BjDD%3BwGAAA%3BAAAA%3BwGAAA%3BA2B6DC%3BAACE%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%2CEAAA%3BA3BlGH%2CgBAAA%3BA2BiHC%3BAACE%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BA3BtHH%2C0BAAA%3BA2B6HC%3BAAAA%3B%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BA3B5ID%2CyBAAA%3BA2BmJC%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BeAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BsCAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%2CEAAA%3BA3BpKD%3BwGAAA%3BA2B6KC%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2C8CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%2CEAAA%3BA3BrTD%2CYAAA%3BA2B4TC%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BA3B3UD%3BwGAAA%3BAAAA%2CUAAA%3BA2BwVC%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BA3BhWH%2CmBAAA%3BA2BsWC%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B4CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B2CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BWAAA%2CEAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%2C8BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BwBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%2CEAAA%3BA3B7cD%2CqBAAA%3BA2BsdC%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B8CAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B8CAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B4CAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B4CAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BA3BrkBH%2C0BAAA%3BA2B2kBC%3BAACE%3BAAAA%2CkCAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%2CEAAA%3BA3BjoBD%3B%3B8DAAA%3BA2B2oBC%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqEAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3BaAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BuCAAA%2CEAAA%3BAAAA%3BACxrBD%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAcA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAAA%3BAAcA%3BAACE%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAAA%3BAC3DF%3BAAAA%3B%3B%3B%3BgBAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3B2BAAA%2CEAAA%3BAAOA%3BAAAA%3B%3B%3BuBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BApBiDE%3BAqB3EF%3BAAAA%3B%3BwBAAA%2CEAAA%2CEAAA%3BAAAA%3BArB8DE%3BAqBnDA%3BAAAA%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAASA%3BAAAA%2CyBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAASA%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAGE%3BAAAA%2CqBAAA%2CEAAA%3BAAGE%3BAAAA%2CuBAAA%2CEAAA%3BAAGE%3BAAAA%2CoCAAA%2CEAAA%2CEAAA%3BAAAA%3BACvDV%3BAAAA%3B%3B%3BwCAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BA%5C%2FBgBY%3BAAAA%2C4BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BqCAAA%2CEAAA%3BAAIA%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B4CAAA%2CEAAA%3BAAAA%3BAAUZ%3BAAAA%3BWAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%2CEAAA%3BAAII%3BAAAA%2C0BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%2CEAAA%3BAAMI%3BAAAA%2CoBAAA%2CEAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BASLJ%3BATaF%3BAAAA%2CyBAAA%2CEAAA%2CEAAA%3BAAAA%3BAgCxFF%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BACRA%3BAAAA%3B%3B%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAKA%3BAAAA%2CoBAAA%2CEAAA%3BAjCrBH%2CiGAAA%3BAiC6BG%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAClCF%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BACjCI%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BACHL%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BACJD%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BACAA%3BAAAA%3B%3B%3B%3ByEAAA%2CEAAA%3BAAOG%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2C0BAAA%2CEAAA%3BAAAA%3BACXH%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BkBAAA%2CEAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAC1BH%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAYE%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAAA%3BAAAA%3BACFI%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%2CEAAA%3BAAcA%3BAAAA%2C8BAAA%2CEAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAON%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BACzDD%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BACJE%3BAAAA%2CsBAAA%2CEAAA%3BAAGE%3BAAAA%2CqBAAA%2CEAAA%3BAAKF%3BAAAA%2CqBAAA%2CEAAA%3BAAMA%3BAAAA%3ByBAAA%2CEAAA%3BAAIA%3BAAAA%3BuBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3BwBAAA%2CEAAA%3BAAAA%3BACzBL%3BAAAA%3B%3B%3B%3B%2BDAAA%2CEAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%2CEAAA%3BAAAA%3BAC1CH%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BACEK%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAgBE%3BAAAA%3B%3B%3B0EAAA%2CEAAA%3BAAIA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BACpBJ%3BAAAA%2CYAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAKA%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAIA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAYE%3BAAAA%2CmBAAA%2CEAAA%3BAAKF%3BAAAA%2CqBAAA%2CEAAA%3BAAMA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAAA%3BACjEH%3BAAAA%3B%3B%3BgDAAA%2CEAAA%3BAAGG%3BAAAA%3B%3B%3BiEAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BsEAAA%2CEAAA%3BAAIA%3BAAAA%2C8BAAA%2CEAAA%3BAAKE%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BACUF%3BAAAA%2CmBAAA%2CEAAA%3BAAMA%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAWF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsCAAA%2CEAAA%3BAAAA%3BAAaA%3BAACE%3BAAAA%2C%2BBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%2CEAAA%2CEAAA%3BAjDjFH%3BqDAAA%3BAiDwFC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3BYAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqCAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%2CEAAA%3BAAGE%3BAAAA%2CgBAAA%2CEAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BeAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B0BAAA%2CEAAA%3BAAIA%3BAAAA%3B%3BqCAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B0BAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B8BAAA%2CEAAA%3BAAOA%3BAAAA%3B%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAA0CE%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAA%2BBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%22%7D */