@import url("//fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&family=Outfit:wght@100..900&display=swap");
/* BASE ELEMENTS ********************************************************************************************************************** */
body {
  color: #a6a344;
  font-family: 'Bebas Neue';
  font-size: 16px;
  background-color: #f5f1e7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
/* end .container */
#content {
  background-color: #f5f1e7;
  background: url(/application/themes/rlr/img/content-texture.svg) no-repeat center center;
  background-size: cover;
  padding-block: 100px;
}
#content a {
  text-decoration: none !important;
  color: #115740;
}
#content strong {
  color: #312824;
  font-weight: bold;
}
#content .intro {
  color: #115740;
  text-align: center;
}
#content .intro i {
  font-size: 50px;
  margin: 0 auto 37px auto;
  display: block;
}
#content .line {
  width: 228px;
  margin: 60px auto 100px auto;
  display: block;
  height: 3px;
  background: #c3c3c3;
}
#content .btn {
  display: inline-block;
  padding: 22px 33px;
  width: 183px;
  background-color: #4b5c2f;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  transition: .25s all;
}
#content .btn:hover {
  background-color: #f4b85e;
  color: #312824;
}
#content .ccm-layout-column {
  margin-bottom: 80px;
}
#content .contentPara {
  color: #4b5c2f;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  max-width: 798px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#content .contentPara:after {
  content: '';
  width: 228px;
  margin: 60px auto 100px auto;
  display: block;
  height: 2px;
  background: #c3c3c3;
}
#content .contentPara-small {
  max-width: 425px;
}
#content .contentPara-small span {
  color: #312824;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
#content .contentPara i {
  font-size: 50px;
  margin-bottom: 35px;
}
#content .nav {
  display: flex;
  flex-flow: column;
  margin-left: 25px;
  font-weight: normal;
}
#content .nav li {
  padding: 4px;
}
#content .nav li a {
  font-size: 14px;
  color: #444;
  background: url(/application/themes/rlr/img/widget-link.png) left -2px no-repeat;
  padding: 0 3px 0 12px;
  text-decoration: none;
}
#content #ccm-layout-column-wrapper-27 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-28 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-29 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-30 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-31 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-32 div.ccm-layout-column,
#content #ccm-layout-column-wrapper-33 div.ccm-layout-column {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #content #ccm-layout-column-wrapper-27 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-28 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-29 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-30 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-31 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-32 div.ccm-layout-column,
  #content #ccm-layout-column-wrapper-33 div.ccm-layout-column {
    float: left;
    width: 50%;
  }
}
/* #content */
.col-content {
  margin-bottom: 30px;
}
.col-content .img-fluid {
  border-radius: 3px;
  margin-bottom: 25px;
}
.col-content .page-title,
.col-content h2 {
  margin-bottom: 30px;
}
.col-content p {
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
.col-content-career .applyBtn {
  text-align: center;
  padding: 25px 0;
}
.col-content-career .applyBtn .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  background-color: #ffffff;
  border-color: #4cae4c;
  border-block-width: 7px;
  border-inline-width: 15px;
}
.col-content-career .img-career img {
  margin-block: 25px;
  width: 100%;
}
.col-content-career .lgText {
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
}
.col-content-career h3 {
  font-size: 28px;
  font-family: 'Bebas Neue', sans-serif;
  color: #4b5c2f;
  margin-bottom: 25px;
}
.col-content-career .lgTextIalic {
  font-size: 16px;
  color: #312824;
  font-style: italic;
}
.col-content-career .smallText {
  font-size: 16px;
  font-weight: 300;
  padding-top: 55px;
  line-height: 150%;
}
.col-content-team h4 {
  color: #312824;
  margin-bottom: 30px;
  font-size: 18px;
}
.col-content-team p {
  color: #312824;
  font-size: 16px;
}
/* end .col-content */
.list-intro {
  margin-left: 25px;
}
.list-intro p {
  margin-bottom: 25px;
}
.list-intro li {
  color: #555;
  font-weight: 300;
}
.list-intro li strong {
  color: #312824;
  font-weight: bold;
}
.list-item {
  margin-left: 25px;
  font-size: 16px;
  color: #555;
}
.list-link {
  margin-left: 25px;
}
.list-link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #312824;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #cccccc;
}
.list-multiple {
  padding-left: 25px;
}
.list-multiple li {
  font-size: 16px;
}
.list-multiple li strong {
  color: #312824;
}
.list-multiple li ul li {
  color: #555;
}
/* end .list-* */
.rightSidebar li.nav-selected a {
  font-weight: 700;
}
/* BREAKPOINTS ************************************************************************************************************************ */
/* 480px */
/* 768px */
/* 992px */
/* 1200px+ */
/* 1600px+ */
/* 480px and Under */
/* RLR ******************************************************************************************************************** */
@font-face {
  font-family: 'gothic';
  src: url('/application/themes/rlr/css/base/T Regular.eot');
  src: url('/application/themes/rlr/css/base/T Regular.eot?#iefix') format('embedded-opentype'), url('/application/themes/rlr/css/base/T Regular.woff2') format('woff2'), url('/application/themes/rlr/css/base/T Regular.woff') format('woff'), url('/application/themes/rlr/css/base/T Regular.ttf') format('truetype'), url('/application/themes/rlr/css/base/T Regular.otf') format('opentype'), url('/application/themes/rlr/css/base/T Regular.svg#T Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+0020-02DC;
}
/*
  @font-face {
      font-family: 'gothic';
      src: url('GOTH821C.eot');
      src: url('GOTH821C.eot?#iefix') format('embedded-opentype'),
           url('GOTH821C.woff2') format('woff2'),
           url('GOTH821C.woff') format('woff'),
           url('GOTH821C.ttf')  format('truetype'),
           url('GOTH821C.svg#Gothic821 Cn BT') format('svg');
  }
  */
body {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 20px;
  }
}
.risingLight #primary-menu ul li > a {
  font-family: 'Outfit', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 58px;
  letter-spacing: -1.54px;
  line-height: 0.83;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 110px;
    letter-spacing: -2px;
  }
}
h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 61px;
  color: #4b5c2f;
  line-height: 1;
}
a.btn {
  font-family: 'Outfit';
}
a.button {
  padding: 10px 33px;
  opacity: 1;
  height: auto;
  border-bottom: 0;
}
a.button:hover {
  background-color: #f4b85e !important;
  color: #312824;
}
#content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-transform: none;
}
/* BLOCKS **************************************************************************************************************************** */
/* TITLE BAR ********************************************************/
.titlebar {
  /* end .img-fluid */
  /* & > .container*/
  /* end .nav-toggle*/
  /* end .desktop-nav */
  /* end .titlebar-sticky */
  /*  end #mobile-nav */
}
@media only screen and (max-width: 992px) {
  .titlebar {
    position: relative;
    z-index: 11;
  }
}
@media only screen and (min-width: 992px) {
  .titlebar {
    position: fixed;
    width: 100%;
    z-index: 88;
    transition: all 0.25s ease-in-out;
  }
}
.titlebar:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  transform: all 0.25s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .titlebar:before {
    background: url('/application/themes/rlr/img/header-texture.svg') no-repeat center center;
    background-size: cover, 100%;
    opacity: 1;
    filter: grayscale(1);
  }
}
@media only screen and (min-width: 992px) {
  .titlebar:before {
    opacity: 0;
  }
}
.titlebar:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
  transform: all 0.25s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .titlebar:after {
    background: #4e423c;
    opacity: 1;
  }
}
.titlebar .img-fluid {
  height: 47px;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .titlebar .img-fluid {
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .titlebar .img-fluid {
    height: 112px;
  }
}
.titlebar > .container {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .titlebar > .container {
    padding: 20px 0;
  }
}
.titlebar .nav-toggle {
  margin-inline: auto 0;
  /* end .hamburger*/
}
.titlebar .nav-toggle .hamburger {
  background-color: #ffffff;
  margin: 0;
  width: 30px;
  position: relative;
  top: 3px;
  border-radius: 10px;
}
.titlebar .nav-toggle .hamburger:before {
  position: relative;
  top: -8px;
}
.titlebar .nav-toggle .hamburger:before,
.titlebar .nav-toggle .hamburger:after {
  background-color: #ffffff;
  border-radius: 10px;
  width: 30px;
}
.titlebar .nav-toggle:hover .hamburger {
  background-color: #f4b85e;
}
.titlebar .nav-toggle:hover .hamburger:before,
.titlebar .nav-toggle:hover .hamburger:after {
  background-color: #f4b85e;
}
.titlebar .desktop-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  /* end & > li */
  /* .dropdown-menu */
}
@media only screen and (max-width: 992px) {
  .titlebar .desktop-nav {
    display: none;
  }
}
.titlebar .desktop-nav > li {
  /* end & > a*/
}
@media only screen and (min-width: 1200px) {
  .titlebar .desktop-nav > li {
    margin-left: 10px;
  }
}
.titlebar .desktop-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 23px;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
  /* end :hover*/
}
@media only screen and (min-width: 1200px) {
  .titlebar .desktop-nav > li > a {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.titlebar .desktop-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #312824;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.titlebar .desktop-nav > li > a:after {
  display: none;
}
.titlebar .desktop-nav > li > a:hover:before,
.titlebar .desktop-nav > li > a:focus:before {
  opacity: .9;
}
.titlebar .desktop-nav > li.active a:before {
  opacity: .9;
}
.titlebar .desktop-nav > li:last-child a {
  color: #4b5c2f;
}
.titlebar .desktop-nav > li:last-child a:before {
  background-color: #f4b85e;
  opacity: 1;
}
.titlebar .desktop-nav > li:last-child a:hover {
  color: #ffffff;
}
.titlebar .desktop-nav > li:last-child a:hover:before {
  background-color: #a6a344;
}
.titlebar .desktop-nav .dropdown-menu {
  background: #ffffff;
  border: none;
  border-top: 5px solid #f7c654;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 260px;
  top: 33px;
  overflow: hidden;
  padding: 0;
  /* a */
}
.titlebar .desktop-nav .dropdown-menu a {
  color: #4b5c2f;
  padding: 9px 19px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .titlebar .desktop-nav .dropdown-menu a {
    font-size: 16px;
  }
}
.titlebar .desktop-nav .dropdown-menu a:hover,
.titlebar .desktop-nav .dropdown-menu a:focus {
  background-color: #4b5c2f;
  color: #ffffff;
}
.titlebar-sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.7) !important;
}
.titlebar-sticky .img-fluid {
  height: 47px;
}
@media only screen and (min-width: 1200px) {
  .titlebar-sticky .img-fluid {
    height: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .titlebar-sticky:before {
    background: url('/application/themes/rlr/img/header-texture.svg') no-repeat center center;
    background-size: cover, 100%;
    opacity: 1;
    filter: grayscale(1);
  }
}
@media only screen and (min-width: 992px) {
  .titlebar-sticky:after {
    background: #4e423c;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .titlebar-sticky > .container {
    padding-block: 10px;
  }
}
.titlebar #mobile-nav {
  background: url('/application/themes/rlr/img/header-texture.svg') no-repeat center center #4e423c;
  background-size: cover, 100%;
  opacity: 1;
  padding-top: 80px;
  top: 0 !important;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .titlebar #mobile-nav {
    display: none;
  }
}
.titlebar #mobile-nav li {
  padding: 2px 0;
  border-bottom: 1px solid #eee;
  border-color: rgba(255, 255, 255, 0.1);
}
.titlebar #mobile-nav li:last-child {
  border-bottom: none;
}
.titlebar #mobile-nav li:last-child a {
  background-color: #f4b85e;
  color: #4b5c2f;
}
.titlebar #mobile-nav li:last-child a:hover {
  background-color: #4b5c2f;
  color: #ffffff;
}
.titlebar #mobile-nav li a {
  padding: 13px 27px;
  margin-block: 2px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  display: block;
  width: 100%;
}
.titlebar #mobile-nav li a:hover {
  background-color: #312824;
}
/* end .titlebar */
/* HEADER ********************************************************/
#header {
  position: relative;
  /* end .ccm-custom-style-header*/
  /* end .page-title*/
}
#header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: .75;
  height: 10px;
  background: #354e38;
  background: linear-gradient(90deg, #4b5c2f 0%, #4b5c2f 33%, #f4b85e 33%, #f4b85e 67%, #264559 67%, #264559 100%);
  z-index: 3;
}
#header .ccm-custom-style-header {
  background-position: center center;
  position: relative;
  padding: 217px 0 81px 0;
}
@media only screen and (min-width: 992px) {
  #header .ccm-custom-style-header {
    background-position: center -5px;
    padding: 405px 0 129px 0;
  }
}
#header .ccm-custom-style-header:before {
  content: '';
  position: absolute;
  background: url('/application/themes/rlr/img/banner-texture.svg') no-repeat center center;
  background-size: cover, 100%;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .2;
  z-index: 1;
}
#header .ccm-custom-style-header:after {
  content: '';
  position: absolute;
  background: #312824;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .7;
  z-index: 2;
}
#header .page-title {
  color: #f4b85e;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 5;
}
#header p {
  color: white;
  margin: 0 auto 0 auto;
  max-width: 730px;
  position: relative;
  text-align: center;
  z-index: 5;
}
#header .ccm-layout-column {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  #header .ccm-layout-column .ccm-layout-column-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
#header .ccm-layout-column .ccm-layout-column-inner .ccm-block-feature-link .mt-4 {
  margin-top: 12px !important;
}
@media only screen and (min-width: 768px) {
  #header .ccm-layout-column .ccm-layout-column-inner .ccm-block-feature-link .mt-4 {
    margin-top: 30px !important;
  }
}
#header .ccm-layout-column .ccm-layout-column-inner .ccm-block-feature-link a {
  background-color: #4b5c2f;
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 29px;
  text-transform: uppercase;
  transition: .25s all;
  width: 170px;
}
@media only screen and (min-width: 992px) {
  #header .ccm-layout-column .ccm-layout-column-inner .ccm-block-feature-link a {
    display: inline-block;
    padding: 22px 33px;
    width: 183px;
  }
}
#header .ccm-layout-column .ccm-layout-column-inner .ccm-block-feature-link a:hover {
  background-color: #f4b85e;
  color: #312824;
}
/* #header */
/* FOOTER ********************************************************/
.globalFooterCallOut {
  background: url('/application/themes/rlr/img/footer-risinglight.jpg') -470px 0 no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0px 50px 0;
  position: relative;
  overflow: auto;
}
.globalFooterCallOut .container {
  position: relative;
}
.globalFooterCallOut .container .makeADifferenceContent {
  background: #4b5c2f;
  border-radius: 3px;
  padding: 70px 53px;
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .globalFooterCallOut .container .makeADifferenceContent {
    float: right;
    max-width: 500px;
  }
}
.globalFooterCallOut .container .makeADifferenceContent h2 {
  color: #f4b85e;
  font-size: 60px;
  margin-bottom: 30px;
}
.globalFooterCallOut .container .makeADifferenceContent ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.globalFooterCallOut .container .makeADifferenceContent ul li::before {
  font-family: "Font Awesome 5 Pro";
  padding: 0 17px 0 0;
  color: #f7c654;
  font-weight: 500;
  font-size: 34px;
}
.globalFooterCallOut .container .makeADifferenceContent ul li a {
  font-size: 21px;
  color: #f8f3eb;
  font-family: 'Bebas Neue', sans-serif;
  text-decoration: underline !important;
}
@media only screen and (min-width: 992px) {
  .globalFooterCallOut .container .makeADifferenceContent ul li a {
    font-size: 35px;
  }
}
.globalFooterCallOut .container .makeADifferenceContent ul li a:hover {
  text-decoration: none !important;
}
.globalFooterCallOut .container .makeADifferenceContent ul li#DONATE::before {
  content: "\f4c0";
}
.globalFooterCallOut .container .makeADifferenceContent ul li#JOIN::before {
  content: "\f6ba";
}
.globalFooterCallOut .container .makeADifferenceContent ul li#MAILINGlIST::before {
  content: "\f658";
}
.globalFooterCallOut::after {
  background: linear-gradient(90deg, #4b5c2f 0%, #4b5c2f 33%, #f4b85e 33%, #f4b85e 67%, #264559 67%, #264559 100%);
  top: 0;
  content: '';
  height: 10px;
  left: 0;
  opacity: .75;
  position: absolute;
  width: 100%;
}
.globalFooterCallOut::before {
  background-color: #4e423c;
  display: block;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#footer {
  position: relative;
  padding-block: 43px;
  color: #f5f1e7;
  /* end .nav */
  /* end .col-sm-4 */
}
@media only screen and (min-width: 992px) {
  #footer {
    padding-block: 88px;
  }
}
#footer:before {
  content: '';
  filter: contrast(30) brightness(5) grayscale(10);
  position: absolute;
  background: url('/application/themes/rlr/img/section-texture.svg') no-repeat center center;
  background-size: cover, 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
#footer:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #4e423c;
  opacity: 1;
  height: 100%;
  z-index: -2;
}
#footer .img-fluid {
  width: 195px;
}
@media only screen and (max-width: 768px) {
  #footer .img-fluid {
    margin: 0 auto;
  }
}
#footer p {
  color: #f5f1e7;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  margin-block: 26px 50px;
}
#footer .nav {
  display: flex;
  flex-flow: column;
  margin-top: 25px;
  text-align: center;
  /* end li */
}
@media only screen and (min-width: 992px) {
  #footer .nav {
    padding-left: 60px;
    text-align: left;
  }
}
#footer .nav li {
  padding: 4px;
}
#footer .nav li > a {
  color: #f4b85e;
  font-size: 16px;
  opacity: .8;
  text-decoration: none;
}
#footer .nav li > a:hover {
  color: #f5f1e7;
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-4 {
    width: 100%;
    flex-direction: column;
    display: flex;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-4 .col_one_third {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-4 .col_one_third p {
    text-align: center !important;
  }
}
#footer .col-sm-4 > div {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-4 > div {
    text-align: center !important;
  }
}
#footer .col-sm-4:nth-child(3) {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-4:nth-child(3) {
    text-align: center;
  }
}
#footer .col-sm-4 h2 {
  color: #f5f1e7;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: unset;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  #footer .col-sm-4 h2 {
    text-align: right;
  }
}
#footer .col-sm-4 h2:first-child {
  padding-top: 0;
}
#footer .ccm-block-social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  #footer .ccm-block-social-links {
    justify-content: right;
  }
}
#footer .ccm-block-social-links a {
  color: #f4b85e;
  font-size: 47px;
  transition: .25s all;
}
#footer .ccm-block-social-links a:hover {
  color: #f5f1e7;
}
#footer a {
  color: #f5f1e7;
  text-decoration: none;
  transition: .25s all;
}
#footer a:hover {
  color: #999;
}
#footer .form-control {
  color: #999;
  background-image: none;
  border: 1px solid #cccccc;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin-bottom: 15px;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer #mc_embed_signup_scroll {
    text-align: right;
  }
}
#footer .form-control::placeholder {
  color: #666;
}
#footer button {
  background-color: #115740 !important;
  color: white;
  opacity: 0.9;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  #footer button {
    display: inline-block;
  }
}
/* end #footer */
/* COPYRIGHT ********************************************************/
#copyright {
  background-color: #312824;
  padding-block: 50px;
}
#copyright p,
#copyright a {
  font-size: 12px;
  opacity: 0.8;
  color: #4e423c;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #copyright p,
  #copyright a {
    text-align: center;
  }
}
#copyright a:hover {
  color: #4e423c;
}
@media only screen and (min-width: 992px) {
  #copyright .col-sm-6:nth-child(2) {
    text-align: right;
  }
}
/*end #copyright*/
/* PAGES ****************************************************************************************************************************** */
/* THRIVE LANDING PAGE */
/* --------------------------------------------------------------------------------------------------------------------

 ______   __  __     ______     __     __   __   ______    
/\__  _\ /\ \_\ \   /\  == \   /\ \   /\ \ / /  /\  ___\   
\/_/\ \/ \ \  __ \  \ \  __<   \ \ \  \ \ \ /   \ \  __\   
   \ \_\  \ \_\ \_\  \ \_\ \_\  \ \_\  \ \__|    \ \_____\ 
    \/_/   \/_/\/_/   \/_/ /_/   \/_/   \/_/      \/_____/ 
                                                           

-----------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES ************************************************************************************************ */
/* 480px */
/* 768px */
/* 992px */
/* 992px */
/* 1200px+ */
/* 1600px+ */
/* 768px and Under */
/* 992px */
/* 1200px */
/* 1600px+ */
.ccm-edit-mode .thrive #experiences .wrapper,
.ccm-edit-mode .thrive #checklist .checklistGrid {
  display: block;
}
.ccm-edit-mode .thrive #experiences .wrapper .card,
.ccm-edit-mode .thrive #checklist .checklistGrid .card {
  width: 28%;
}
.thrive {
  /* DEBUG --------------------------------------------------
   
	#ccm-page-controls-wrapper,
	#ccm-notification-help-launcher,
	.ccm-notification-help-launcher,
	#ccm-notification-page-alert,
	.ccm-notification-page-alert, 
	.ui-pnotify.ui-pnotify-in { display: none !important; }
	div.ccm-page { padding-top: 0 !important; }
	 */
  background: #1B124D;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  /* SLIDER *********************************************************************************************************
	******************************************************************************************************************* */
  /* MAIN SHELL ************************************************************************************************* */
  /*end .swiper_wrapper*/
}
.thrive h1 {
  font-family: gothic;
  font-size: 58px;
  line-height: 1.1em;
  line-height: 96%;
}
.thrive img {
  max-width: 100%;
}
.thrive a {
  color: white;
  text-decoration: none;
}
.thrive #header-wrap {
  top: 0;
}
.thrive .titlebar-sticky::before {
  content: none;
}
.thrive #wrapper .responsive-sticky-header #header-wrap,
.thrive #header-wrap.titlebar-sticky {
  background: #da3236 !important;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .thrive #header #header-wrap {
    background: #da3236;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #wrapper #header .dark #header-wrap {
    background: none !important;
  }
}
.thrive #primary-menu ul > li.nav-item-360 a {
  background: #115740 !important;
}
.thrive #primary-menu ul > li:last-child > a {
  background: #F7C654 !important;
  color: #115740 !important;
  display: block;
}
.thrive .iconTent {
  display: inline-block;
  width: 57px;
  height: 54px;
  background: url("/application/themes/rlr/css/img/iconTent.svg") no-repeat;
  background-size: cover;
}
.thrive #newHeader {
  padding-top: 100px;
  margin-top: -100px;
  background: url("/application/themes/rlr/css/img/bgHeader.png");
  color: white;
  background-size: cover;
  position: relative;
}
.thrive #newHeader:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 18, 77, 0.7);
  content: "";
  top: 0;
  left: 0;
}
.thrive #newHeader picture {
  position: relative;
}
.thrive #newHeader picture img {
  display: block;
  margin: 0 auto;
}
.thrive .wrapper {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.thrive #summerCamp {
  text-transform: none;
  padding: 100px 0 100px 0;
  text-align: center;
  color: white;
  /*end p*/
}
.thrive #summerCamp .wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .thrive #summerCamp {
    padding: 200px 0 100px 0;
  }
}
.thrive #summerCamp h1 {
  font-size: 50px;
  color: #DA3236;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .thrive #summerCamp h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #summerCamp h1 {
    font-size: 90px;
  }
}
.thrive #summerCamp h1 em {
  font-style: normal;
  color: white;
}
.thrive #summerCamp p {
  font-size: 17px;
  margin: 0 auto 10px;
  max-width: 440px;
}
@media only screen and (min-width: 768px) {
  .thrive #summerCamp p {
    font-size: 22px;
    margin: 0 auto 20px;
    max-width: 600px;
    width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #summerCamp p {
    font-size: 27px;
    max-width: 909px;
    width: 909px;
  }
}
.thrive #summerCamp .button {
  background: linear-gradient(180deg, #da3236 0%, #e79616 100%);
  border-radius: 3px;
  display: inline-block;
  padding: 22px 40px;
  margin-top: 40px;
  font-size: 20px;
  text-transform: none;
  position: relative;
}
.thrive #summerCamp .button:before {
  background: linear-gradient(180deg, #da3236 0%, #da3236 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "Register Now";
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 3px;
  padding: 22px 40px;
}
.thrive #summerCamp .button:hover {
  color: white;
}
.thrive #summerCamp .button:hover:before {
  opacity: 1;
}
.thrive #experiences {
  padding: 70px 0;
  background: url("/application/themes/rlr/img/lines1.png") no-repeat center #da3236;
  background-size: cover;
  text-align: center;
  color: white;
}
@media only screen and (min-width: 768px) {
  .thrive #experiences {
    padding: 133px 0 115px 0;
  }
}
.thrive #experiences .wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .thrive #experiences .wrapper {
    display: grid;
    margin: 0 auto 0px;
    max-width: 1300px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 104px min-content 1fr;
    gap: 0 20px;
    grid-template-areas: "headline headline headline " "subHead subHead subHead " ". . . ";
  }
}
.thrive #experiences .subHead {
  font-size: 17px;
  grid-area: subHead;
}
@media only screen and (min-width: 768px) {
  .thrive #experiences .subHead {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #experiences .subHead {
    font-size: 27px;
  }
}
.thrive #experiences h1 {
  font-size: 50px;
  color: white;
  margin: 0 20px 20px;
  grid-area: headline;
}
@media only screen and (min-width: 768px) {
  .thrive #experiences h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #experiences h1 {
    font-size: 90px;
  }
}
.thrive #experiences .card {
  text-align: left;
  color: #1B124D;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto 20px;
  width: 352px;
}
@media only screen and (min-width: 768px) {
  .thrive #experiences .card {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #experiences .card {
    margin-bottom: 00px;
    width: 100%;
  }
}
.thrive #experiences .card .cardPic {
  background-size: cover;
  height: 215px;
}
.thrive #experiences .card .cardContent {
  padding: 30px;
}
.thrive #experiences .card .cardContent .cardAges {
  color: #DD5037;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.thrive #experiences .card .cardContent .cardAges i {
  color: #1B124D;
  displaY: inline-block;
  margin-right: 8px;
}
.thrive #experiences .card .cardContent h2 {
  font-size: 50px;
  line-height: 48px;
  color: #1B124D;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .thrive #experiences .card .cardContent h2 {
    margin-bottom: 20px;
  }
}
.thrive #experiences .card .cardContent .cardPrice {
  display: inline-block;
  background: #DA3236;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  color: white;
  padding: 2px 10px;
}
.thrive #experiences .card .cardContent .cardDates {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin: 8px 0 20px 0;
  padding: 4px;
}
.thrive #experiences .card .cardContent .cardDates .cardDate {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #DA3236;
  margin-right: 16px;
}
.thrive #experiences .card .cardContent .cardDates .cardDate i {
  font-size: 14px;
  color: #1B124D;
  display: inline-block;
  margin-right: 6px;
}
.thrive #experiences .card .cardContent .cardDates .cardDate:last-child {
  margin-right: 0;
}
.thrive #experiences .card .cardContent .cardDesc {
  font-weight: 500;
  font-size: 16px;
  font-weight: normal;
  line-height: 135.1%;
  text-transform: none;
}
.thrive #experiences .card .cardContent .cardButton {
  background: linear-gradient(180deg, #da3236 0%, #e79616 100%);
  border-radius: 3px;
  display: inline-block;
  padding: 12px 40px;
  font-size: 20px;
  text-transform: none;
  position: relative;
  color: white;
}
.thrive #experiences .card .cardContent .cardButton:before {
  background: linear-gradient(180deg, #da3236 0%, #da3236 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "Register";
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 3px;
  padding: 12px 40px;
}
.thrive #experiences .card .cardContent .cardButton:hover {
  color: white;
}
.thrive #experiences .card .cardContent .cardButton:hover:before {
  opacity: 1;
}
.thrive #checklist {
  background: #F7C654;
  color: #1B124D;
  padding: 100px 0;
  /*end copy*/
}
@media only screen and (min-width: 768px) {
  .thrive #checklist {
    padding: 120px 0;
  }
}
.thrive #checklist img {
  border-radius: 5px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .thrive #checklist img {
    margin-bottom: 0px;
  }
}
.thrive #checklist a {
  margin: 0 16px;
}
.thrive #checklist .checklistGrid {
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .thrive #checklist .checklistGrid {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content min-content min-content;
    gap: 7px 80px;
    grid-template-areas: "headline headline headline" "copy copy copy" "icon1 icon2 icon3";
  }
}
.thrive #checklist .headline {
  grid-area: headline;
  margin-bottom: 20px;
}
.thrive #checklist .copy {
  grid-area: copy;
  text-align: center;
  font-size: 17px;
  /*margin: 44px 0;*/
}
@media only screen and (min-width: 768px) {
  .thrive #checklist .copy {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .thrive #checklist .copy {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #checklist .copy {
    font-size: 27px;
  }
}
.thrive #checklist a {
  display: block;
  color: #1B124D;
  padding: 0;
  text-align: center;
}
.thrive #checklist i {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 81px;
  width: auto;
  color: #DA3236;
}
.thrive #checklist i:before {
  transition: all 0.5s ease;
}
.thrive #checklist i:hover:before {
  color: #1B124D;
}
.thrive #checklist .icon1 {
  display: inline-block;
  grid-area: icon1;
  background: none;
  margin-bottom: 25px;
}
.thrive #checklist .icon1 i:before {
  content: "\f6ec";
}
@media only screen and (min-width: 768px) {
  .thrive #checklist .icon1 {
    margin-bottom: 0px;
  }
}
.thrive #checklist .icon2 {
  display: inline-block;
  grid-area: icon2;
  background: none;
}
.thrive #checklist .icon2 i:before {
  content: "\f481";
}
.thrive #checklist .icon3 {
  display: inline-block;
  grid-area: icon3;
  background: none;
}
.thrive #checklist .icon3 i:before {
  content: "\f0ea";
}
.thrive #checklist .pic {
  grid-area: pic;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .thrive #checklist .pic {
    margin-bottom: 0;
  }
}
.thrive #checklist h1 {
  color: #1B124D;
  margin: 20px 0;
  text-align: center;
  font-size: 50px;
}
@media only screen and (min-width: 768px) {
  .thrive #checklist h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #checklist h1 {
    font-size: 90px;
  }
}
.thrive #ourCampgrounds {
  background: url("/application/themes/rlr/img/bgOur.png") #1b124d;
  background-size: cover;
  padding: 100px 20px;
  text-align: center;
  color: white;
}
@media only screen and (min-width: 992px) {
  .thrive #ourCampgrounds {
    padding: 120px 20px;
  }
}
.thrive #ourCampgrounds h1 {
  color: white;
  font-size: 50px;
  margin: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .thrive #ourCampgrounds h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #ourCampgrounds h1 {
    font-size: 90px;
  }
}
.thrive #ourCampgrounds p {
  font-size: 17px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .thrive #ourCampgrounds p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #ourCampgrounds p {
    font-size: 27px;
  }
}
.thrive .owl-carousel:hover .owl-nav .owl-prev {
  left: 18px !important;
}
.thrive .owl-carousel:hover .owl-nav .owl-next {
  right: 18px !important;
}
.thrive .owl-carousel:hover .owl-nav .owl-prev,
.thrive .owl-carousel:hover .owl-nav .owl-next {
  background: #DA3236 !important;
  border-radius: 5px !important;
  border: none !important;
  color: #fff !important;
  padding: 3px;
}
.thrive .owl-carousel:hover .owl-nav .owl-prev:hover,
.thrive .owl-carousel:hover .owl-nav .owl-next:hover {
  background: #F7C654 !important;
  color: #DA3236 !important;
}
@media only screen and (min-width: 992px) {
  .thrive .slider-parallax .slider-parallax-inner {
    position: relative;
    margin-top: 00px;
    height: 100% !important;
  }
}
.thrive .slider-parallax .slider-parallax-inner .slider-caption {
  bottom: 0 !important;
  display: block;
  opacity: 1 !important;
  top: 0 !important;
}
.thrive .swiper_wrapper {
  margin: 0 auto;
  width: 90%;
  /* ARROWS ************************************************************************************************* */
  /*end both arrows*/
  /*end arrow left*/
  /*end arrow right*/
  /* TITLE ************************************************************************************************* */
  /*NOTE: The "Title" field in this block is hidden.  We are only showing description*/
  /* DESCRIPTION ************************************************************************************************* */
  /*end p*/
  /*Note: This is the DESCRIPTION field */
}
.thrive .swiper_wrapper #slider-arrow-left,
.thrive .swiper_wrapper #slider-arrow-right {
  background: #DA3236;
  border-radius: 0px;
  bottom: 62px;
  height: 42px;
  opacity: 1 !important;
  text-shadow: none;
  top: auto;
  width: 42px;
  z-index: 99;
  /*end icon*/
}
@media only screen and (min-width: 768px) {
  .thrive .swiper_wrapper #slider-arrow-left,
  .thrive .swiper_wrapper #slider-arrow-right {
    bottom: 69px;
  }
}
@media only screen and (min-width: 992px) {
  .thrive .swiper_wrapper #slider-arrow-left,
  .thrive .swiper_wrapper #slider-arrow-right {
    bottom: 78px;
    height: 49px;
    width: 49px;
  }
}
.thrive .swiper_wrapper #slider-arrow-left i,
.thrive .swiper_wrapper #slider-arrow-right i {
  font-size: 28px;
  margin-top: -3px;
}
@media only screen and (min-width: 992px) {
  .thrive .swiper_wrapper #slider-arrow-left i,
  .thrive .swiper_wrapper #slider-arrow-right i {
    font-size: 36px;
    margin-top: 1px;
  }
}
.thrive .swiper_wrapper #slider-arrow-left:hover,
.thrive .swiper_wrapper #slider-arrow-right:hover {
  background: #F7C654 !important;
}
.thrive .swiper_wrapper #slider-arrow-left {
  left: 17px !important;
  /*end icon*/
}
.thrive .swiper_wrapper #slider-arrow-left i {
  margin-left: -2px;
}
.thrive .swiper_wrapper #slider-arrow-right {
  left: 68px !important;
  /*end icon*/
}
@media only screen and (min-width: 992px) {
  .thrive .swiper_wrapper #slider-arrow-right {
    left: 76px !important;
  }
}
.thrive .swiper_wrapper #slider-arrow-right i {
  margin-left: 2px;
}
.thrive .swiper_wrapper h2 {
  display: none;
}
.thrive .swiper_wrapper p {
  background: #F7C654;
  bottom: 17px;
  color: #1B124D;
  display: block;
  text-shadow: none;
  margin: 0 0 0 2px !important;
  padding: 5px 10px;
  position: absolute;
}
.thrive #oc-slider {
  transform: none !important;
  height: 400px !important;
}
@media only screen and (min-width: 768px) {
  .thrive #oc-slider {
    height: 600px !important;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #oc-slider {
    height: 768px !important;
  }
}
.thrive #oc-slider .oc-slide {
  height: 400px !important;
}
@media only screen and (min-width: 768px) {
  .thrive #oc-slider .oc-slide {
    height: 600px !important;
  }
}
@media only screen and (min-width: 992px) {
  .thrive #oc-slider .oc-slide {
    height: 768px !important;
  }
}
/* HOME ****************/
.homeGrid .col-md-4 {
  margin-bottom: 50px;
}
.homeGrid .col-md-4 .page-title {
  margin-bottom: 15px;
  position: relative;
}
.homeGrid .col-md-4 .page-title:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 53px;
  font-weight: 300;
  color: #312824;
  vertical-align: text-top;
  margin-right: 15px;
}
.homeGrid .col-md-4:nth-child(1) .page-title:before {
  content: '\f5a0';
}
.homeGrid .col-md-4:nth-child(2) .page-title:before {
  content: '\f1bb';
}
.homeGrid .col-md-4:nth-child(3) .page-title:before {
  content: '\f6fd';
}
/* .homeGrid */
.PeaceSignPic {
  margin: 90px 0;
  position: relative;
}
.PeaceSignPic::before {
  background: linear-gradient(to bottom, rgba(74, 91, 47, 0) 0%, #042319 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 26%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.PeaceSignPic .container {
  position: relative;
  z-index: 2;
}
.PeaceSignPic .container .LearnMoreBanner {
  display: flex;
  justify-content: center;
  padding: 546px 0 86px 0;
}
.PeaceSignPic .container .LearnMoreBanner a {
  background-color: #f4b85e;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 10px 12px;
  text-align: center;
  text-transform: none;
  transition: .25s all;
  width: 270px;
}
.PeaceSignPic .container .LearnMoreBanner a:hover {
  background-color: #115740;
}
/*
.OurProgramsHeader {
      .owl-item { 
            border: solid 2px #c3c3c3; 
            border-radius: 4px;
		
            .desc { 
                  color: #354e38;
                  height: 250px; 
                  padding: 32px 18px; 
                  text-align: center; 

                  @media @tablet { height: 220px;}
                  @media @desktop { height: 200px; }

                  h3 { 
                        color: @brown !important; 
                        font-family: @font-bebas; 
                        font-size: 30px !important; 
                        line-height: 90%; 
                        margin-bottom: 10px; 
                  }
            }
      }
}

      .owl-dots{ position: relative; transition: none; 
            //span { padding-bottom: 4px; display: inline-block; }
            .active span { background: @yellow; height: 15px; width: 15px; position: relative; top: 3px; transition: none; }
}
*/
.programSlider {
  padding-top: 30px;
}
.programSlider .ccm-block-feature-item {
  padding-inline: 10px;
  margin-bottom: 10px;
}
.programSlider .ccm-block-feature-item .ccm-block-feature-item-inner {
  min-height: 553px;
  flex-direction: column;
  border: solid 2px #c3c3c3;
  border-radius: 4px;
}
.programSlider .ccm-block-feature-item img {
  margin-bottom: 25px;
  border-radius: 3px;
  width: 100%;
}
.programSlider .ccm-block-feature-item .ccm-block-feature-text {
  padding: 32px 18px;
  text-align: center;
}
.programSlider .ccm-block-feature-item h3 > a {
  color: #312824;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 90%;
  margin-bottom: 10px;
  text-decoration: none;
}
.programSlider .ccm-block-feature-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-transform: none;
  color: #4b5c2f;
  margin-left: 0;
}
.programSlider .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.programSlider .slick-dots li {
  margin: 0;
}
.programSlider .slick-dots li button:before {
  border-radius: 100px;
  font-size: 0px;
  width: 8px;
  height: 8px;
  background-color: #a6a344;
}
.programSlider .slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  background-color: #f4b85e;
  margin-top: -4px;
  margin-left: -3px;
}
.news-para p {
  margin-bottom: 0px;
}
.news-para a {
  text-decoration: none;
  color: #4b5c2f;
}
.news-para a:hover {
  color: #312824;
}
.news-blog {
  max-width: 555px;
  margin: 0 auto;
}
.news-blog .ccm-block-page-list-page-entry {
  margin: 0 0 50px;
  padding: 0 0 50px;
}
.news-blog .ccm-block-page-list-title a {
  font-size: 61px;
  font-weight: 400;
  color: #4b5c2f;
  font-family: 'Bebas Neue', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 80%;
}
.news-blog .ccm-block-page-list-date {
  color: #312824;
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
  color: #555;
}
.news-blog .ccm-block-page-list-description {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  color: #555;
}
.news-detail .leftCol .post-date {
  font-size: 13px;
  line-height: 14px;
  color: #999;
  font-style: italic;
  margin-block: 15px 20px;
  display: block;
}
.news-detail .leftCol .post-date i {
  color: #f4b85e;
  margin-right: 10px;
}
.news-detail .leftCol .post-content {
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
.news-detail .rightCol .ccm-block-page-list-title a {
  font-size: 23px;
  font-weight: 400;
  color: #4b5c2f;
  font-family: 'Bebas Neue', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.news-detail .rightCol .ccm-block-page-list-date {
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-style: italic;
  font-weight: bold;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fbase%5C%2Ftypography.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fbase%5C%2Fgeneral.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fblocks%5C%2Ftitlebar.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fblocks%5C%2Fheader.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fblocks%5C%2Ffooter.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fblocks%5C%2Fcopyright.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fpages%5C%2Fthrive.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fpages%5C%2Fhome.less%22%2C%22home%5C%2Frisinglightridge%5C%2Fpublic_html%5C%2Fapplication%5C%2Fthemes%5C%2Frlr%5C%2Fcss%5C%2Fpages%5C%2Fnews.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22YAeoB%3B%3BACdpB%3BEACI%2CcAAA%3BEACA%2CaD%2BBa%2CYC%5C%2FBb%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAOJ%3BEAAA%3BEAAA%3BEAAA%3BIADiB%3B%3B%3B%3BAAIjB%3BEACI%2CyBAAA%3BEACA%2CwFAAA%3BEACA%3BEACA%3B%3BAAJJ%2CQAMI%3BEACI%3BEACA%3B%3BAARR%2CQAWI%3BEACI%3BEACA%3B%3BAAbR%2CQAgBI%3BEACI%3BEACA%3B%3BAAlBR%2CQAgBI%2COAII%3BEACI%3BEACA%2CwBAAA%3BEACA%3B%3BAAvBZ%2CQA2BK%3BEACG%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAhCR%2CQAmCI%3BEACI%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoBAAA%3B%3BAAEA%2CQAdJ%2CKAcK%3BEACG%3BEACA%3B%3BAAnDZ%2CQAuDI%3BEAAqB%3B%3BAAvDzB%2CQAyDI%3BEAAe%2CcAAA%3BEAAmB%3BEAAiB%3BEAAqB%3BEAAoB%3BEAAkB%2CcAAA%3BEAAgB%3BEAAoB%3B%3BAAC9I%2CQADJ%2CaACK%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CQAVJ%2CaAUK%3BEAAS%3B%3BAAAV%2CQAVJ%2CaAUK%2CMACG%3BEAAO%2CcAAA%3BEAAe%3BEAAmB%3BEAAgB%3BEAAa%3B%3BAApElF%2CQAyDI%2CaAcI%3BEAAI%3BEAAiB%3B%3BAAvE7B%2CQA0EI%3BEAAO%3BEAAe%3BEAAmB%3BEAAmB%3B%3BAA1EhE%2CQA0EI%2CKAEI%3BEAAK%3B%3BAA5Eb%2CQA0EI%2CKAEI%2CGAEI%3BEAAI%3BEAAiB%3BEAAa%2CgFAAA%3BEAAgE%2CqBAAA%3BEAAuB%3B%3BAA9ErI%2CQAqFI%2C8BAQI%2CIAAG%3BAA7FX%2CQAsFI%2C8BAOI%2CIAAG%3BAA7FX%2CQAuFI%2C8BAMI%2CIAAG%3BAA7FX%2CQAwFI%2C8BAKI%2CIAAG%3BAA7FX%2CQAyFI%2C8BAII%2CIAAG%3BAA7FX%2CQA0FI%2C8BAGI%2CIAAG%3BAA7FX%2CQA2FI%2C8BAEI%2CIAAG%3BEACC%3BEACA%3B%3BAAMJ%3BEAAA%2CQAhBJ%2C8BAQI%2CIAAG%3BEAQH%2CQAfJ%2C8BAOI%2CIAAG%3BEAQH%2CQAdJ%2C8BAMI%2CIAAG%3BEAQH%2CQAbJ%2C8BAKI%2CIAAG%3BEAQH%2CQAZJ%2C8BAII%2CIAAG%3BEAQH%2CQAXJ%2C8BAGI%2CIAAG%3BEAQH%2CQAVJ%2C8BAEI%2CIAAG%3BIAKK%3BIACA%3B%3B%3B%3BAAQhB%3BEAAe%3B%3BAAAf%2CYACI%3BEAAa%3BEAAoB%3B%3BAADrC%2CYAGI%3BAAHJ%2CYAII%3BEAAK%3B%3BAAJT%2CYAMI%3BEAAI%3BEAAiB%3BEAAkB%3B%3BAAEvC%2CYAAC%2COAEG%3BEAAY%3BEAAoB%2CeAAA%3B%3BAAFpC%2CYAAC%2COAEG%2CUACI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAtBZ%2CYAAC%2COA2BG%2CYAAY%3BEAAK%3BEAAoB%3B%3BAA3BzC%2CYAAC%2COA6BG%3BEAAU%3BEAAiB%3BEAAkB%3B%3BAA7BjD%2CYAAC%2COA%2BBG%3BEAAK%3BEAAiB%2CaD9IjB%2CwBC8IiB%3BEAA0B%2CcAAA%3BEAAmB%3B%3BAA%5C%2FBvE%2CYAAC%2COAiCG%3BEAAe%3BEAAiB%2CcAAA%3BEAAe%3B%3BAAjCnD%2CYAAC%2COAmCG%3BEAAa%3BEAAiB%3BEAAkB%3BEAAmB%3B%3BAAGvE%2CYAAC%2CKACG%3BEAAK%2CcAAA%3BEAAe%3BEAAqB%3B%3BAAD7C%2CYAAC%2CKAEG%3BEAAI%2CcAAA%3BEAAe%3B%3B%3BAAOvB%2CKAAC%3BEAAS%3B%3BAAAV%2CKAAC%2CMACG%3BEAAI%3B%3BAADR%2CKAAC%2CMAGG%3BEAAK%3BEAAa%3B%3BAAHtB%2CKAAC%2CMAGG%2CGACI%3BEAAS%2CcAAA%3BEAAe%3B%3BAAGhC%2CKAAC%3BEAAQ%3BEAAmB%3BEAAiB%3B%3BAAE7C%2CKAAC%3BEAAQ%3B%3BAAAT%2CKAAC%2CKAEG%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAIR%2CKAAC%3BEAAY%3B%3BAAAb%2CKAAC%2CSACG%3BEAAK%3B%3BAADT%2CKAAC%2CSACG%2CGACI%3BEAAS%2CcAAA%3B%3BAAFjB%2CKAAC%2CSACG%2CGAGI%2CGACI%3BEAAK%3B%3B%3BAAQrB%2CaACI%2CGAAE%2CaAAc%3BEAAI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BADlOxB%3BEACM%3BEACA%2CSAAS%2CiDAAT%3BEACE%2CSAAS%2CyDAAwB%2COAAO%2C0BAC9B%2CoDAAmB%2COAAO%2CcAC1B%2CmDAAkB%2COAAO%2CaACzB%2CkDAAiB%2COAAO%2CiBACxB%2CkDAAiB%2COAAO%2CiBACxB%2C4DAA2B%2COAAO%2CMAL5C%3BEAMF%3BEACA%3BEACA%3BEACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyBJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%3B%3BAAKN%3BEAAA%3BIAFY%3B%3B%3BAAKV%2CYAAa%2CcAAc%2CGAAG%2CGAAK%3BEAAI%2CaAAa%2CoBAAb%3BEAAmC%3BEAA4B%3BEAAiB%3B%3BAACzH%3BEACM%2CaA5BO%2CwBA4BP%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMN%3BEAAA%3BIAHY%3BIACA%3B%3B%3BAAKZ%3BEAAK%2CaAzCQ%2CwBAyCR%3BEAA0B%3BEAAiB%2CcAAA%3BEAAmB%3B%3BAAInE%2CCAAC%3BEACK%2CaAhCa%2CQAgCb%3B%3BAAGN%2CCAAC%3BEACK%2CkBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEN%2CCAAC%2COAAO%3BEACF%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGL%2CQAAS%3BEACR%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAEpFF%3B%3B%3B%3B%3B%3B%3B%3BAAEI%3BEAAA%3BIADgB%3BIAAoB%3B%3B%3BAAGpC%3BEAAA%3BIAFiB%3BIAAiB%3BIAAa%3BIAAa%2CiCAAA%3B%3B%3BAAE5D%2CSAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%3BEAAoB%3BEAAa%3BEAAQ%3BEAAS%3BEAAc%3BEAAa%2CgCAAA%3B%3BAAErG%3BEAAA%2CSAFC%3BIACe%2CgBAAgB%2CyEAAhB%3BIAAyE%2C4BAAA%3BIAA8B%3BIAAY%2CQAAQ%2CYAAR%3B%3B%3BAAEnI%3BEAAA%2CSAHC%3BIAEe%3B%3B%3BAAGhB%2CSAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%3BEAAoB%3BEAAa%3BEAAQ%3BEAAS%3BEAAc%3BEAAa%2CgCAAA%3B%3BAAEpG%3BEAAA%2CSAFC%3BIACe%2CmBAAA%3BIAAyB%3B%3B%3BAAV7C%2CSAaI%3BEAAa%3BEAAc%2CiCAAA%3B%3BAAE3B%3BEAAA%2CSAFA%3BIACiB%3B%3B%3BAAEjB%3BEAAA%2CSAHA%3BIAEiB%3B%3B%3BAAGjB%2CSAAI%3BEAAa%3BEAAe%2C%2BBAAA%3BEAAiC%3BEAAyB%3BEAAqB%2CeAAA%3B%3BAAE%5C%2FG%3BEAAA%2CSAFI%3BIACa%2CeAAA%3B%3B%3BAAnBrB%2CSAsBI%3BEAAc%2CqBAAA%3B%3B%3BAAtBlB%2CSAsBI%2CYACI%3BEAAa%2CyBAAA%3BEAA8B%3BEAAW%3BEAAa%3BEAAoB%3BEAAU%3B%3BAAC7F%2CSAFR%2CYACI%2CWACK%3BEAAU%3BEAAoB%3B%3BAAE%5C%2FB%2CSAJR%2CYACI%2CWAGK%3BAACD%2CSALR%2CYACI%2CWAIK%3BEAAS%2CyBAAA%3BEAA8B%3BEAAqB%3B%3BAAIjE%2CSATJ%2CYASK%2CMACG%3BEAAa%2CyBAAA%3B%3BAACT%2CSAXZ%2CYASK%2CMACG%2CWACK%3BAACD%2CSAZZ%2CYASK%2CMACG%2CWAEK%3BEAAS%2CyBAAA%3B%3BAAlC1B%2CSAuCI%3BEAAe%3BEAAe%3BEAAqB%3BEAA2B%3B%3B%3B%3BAAG1E%3BEAAA%2CSAHJ%3BIACiB%3B%3B%3BAAEb%2CSAHJ%2CaAGQ%3B%3B%3BAAGA%3BEAAA%2CSANR%2CaAGQ%3BIACa%3B%3B%3BAAEb%2CSANR%2CaAGQ%2CKAGI%3BEAAI%2CcAAA%3BEAAmB%3BEAAiB%2CkBAAA%3BEAAoB%3BEAAuB%3BEAAoB%2CiCAAA%3B%3B%3BAAGvG%3BEAAA%2CSATZ%2CaAGQ%2CKAGI%3BIACa%3BIAAiB%2CkBAAA%3B%3B%3BAAE9B%2CSATZ%2CaAGQ%2CKAGI%2CIAGC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%3BEAAoB%3BEAAa%3BEAAc%3BEAAoB%2CyBAAA%3BEAA0B%3BEAAQ%3BEAAS%3BEAAY%3B%3BAAClJ%2CSAVZ%2CaAGQ%2CKAGI%2CIAIC%3BEAAS%3B%3BAAIN%2CSAdhB%2CaAGQ%2CKAGI%2CIAMC%2CMAEI%3BAAAD%2CSAdhB%2CaAGQ%2CKAGI%2CIAOC%2CMACI%3BEAAU%3B%3BAAInB%2CSAlBR%2CaAGQ%2CKAeC%2COAAQ%2CEAAC%3BEAAU%3B%3BAAEpB%2CSApBR%2CaAGQ%2CKAiBC%2CWAAY%3BEAAI%2CcAAA%3B%3BAACb%2CSArBZ%2CaAGQ%2CKAiBC%2CWAAY%2CEACR%3BEAAU%2CyBAAA%3BEAA2B%3B%3BAAEtC%2CSAvBZ%2CaAGQ%2CKAiBC%2CWAAY%2CEAGR%3BEAAS%2CcAAA%3B%3BAACN%2CSAxBhB%2CaAGQ%2CKAiBC%2CWAAY%2CEAGR%2CMACI%3BEAAU%2CyBAAA%3B%3BAA%5C%2FD%5C%2FB%2CSAuCI%2CaA6BI%3BEAAkB%2CmBAAA%3BEAAwB%3BEAAc%2C6BAAA%3BEAA%2BB%3BEAA2B%3BEAA4B%3BEAAgC%3BEAAiC%3BEAAkB%3BEAAW%3BEAAkB%3B%3B%3BAApEtQ%2CSAuCI%2CaA6BI%2CeACI%3BEAAI%2CcAAA%3BEAAmB%2CiBAAA%3BEAAmB%3BEAAuB%3BEAAgB%3B%3BAAG7E%3BEAAA%2CSAjCZ%2CaA6BI%2CeACI%3BIACiB%3B%3B%3BAAEb%2CSAjCZ%2CaA6BI%2CeACI%2CEAGK%3BAACD%2CSAlCZ%2CaA6BI%2CeACI%2CEAIK%3BEAAS%2CyBAAA%3BEAA8B%2CcAAA%3B%3BAAQpD%2CSAAC%3BEAAU%3BEAAiB%3BEAAa%3BEAAe%2CuCAAA%3B%3BAAAxD%2CSAAC%2COACG%3BEAAa%3B%3BAAEb%3BEAAA%2CSAHH%2COACG%3BIACiB%3B%3B%3BAAKjB%3BEAAA%2CSAPH%2COAKI%3BIACgB%2CgBAAgB%2CyEAAhB%3BIAAyE%2C4BAAA%3BIAA8B%3BIAAY%2CQAAQ%2CYAAR%3B%3B%3BAAIpI%3BEAAA%2CSAVH%2COAQI%3BIACgB%2CmBAAA%3BIAAyB%3B%3B%3BAAK1C%3BEAAA%2CSAdH%2COAYO%3BIACiB%3B%3B%3BAA9F7B%2CSAkGI%3BEAAc%2CgBAAgB%2CiFAAhB%3BEAAqF%2C4BAAA%3BEAA8B%3BEAAY%3BEAAmB%3BEAAmB%3B%3BAAG%5C%2FK%3BEAAA%2CSAHJ%3BIACqB%3B%3B%3BAAnGzB%2CSAkGI%2CYAGI%3BEAAK%2CcAAA%3BEAAgB%2C6BAAA%3BEAA%2BB%2CsCAAA%3B%3BAAChD%2CSAJR%2CYAGI%2CGACK%3BEAAc%3B%3BAAAf%2CSAJR%2CYAGI%2CGACK%2CWACG%3BEAAI%2CyBAAA%3BEAA2B%2CcAAA%3B%3BAAC3B%2CSANhB%2CYAGI%2CGACK%2CWACG%2CEACK%3BEAAS%2CyBAAA%3BEAA8B%2CcAAA%3B%3BAAxG5D%2CSAkGI%2CYAGI%2CGAOI%3BEAAI%2CkBAAA%3BEAAoB%3BEAAmB%3BEAAoB%2CcAAA%3BEAAmB%3BEAAiB%3BEAAgB%3B%3BAAC%5C%2FG%2CSAXZ%2CYAGI%2CGAOI%2CEACK%3BEAAS%2CyBAAA%3B%3B%3B%3BAC3G1B%3BEAAU%3B%3B%3B%3BAACT%2COAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAc%2CmBAAA%3BEACd%2CYACC%2CoGADD%3BEAQA%3B%3BAAjBF%2COAoBC%3BEAEC%2CkCAAA%3BEACA%3BEACA%2CuBAAA%3B%3BAASA%3BEAAA%2COAbD%3BIASE%2CgCAAA%3BIACA%2CwBAAA%3B%3B%3BAAGD%2COAbD%2CyBAaE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2CgBAAgB%2CyEAAhB%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COA1BD%2CyBA0BE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvDH%2COA8DC%3BEACC%2CcAAA%3BEAAgB%3BEAChB%3BEACA%3BEACA%3B%3BAAlEF%2COA0EC%3BEACC%3BEACA%2CqBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhFF%2COAmFE%3BEACA%3BEACE%3B%3BAAWD%3BEAAA%2COAbD%2CmBAIA%3BIAEE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAA7FJ%2COAmFE%2CmBAIA%2CyBASC%2CwBACC%3BEACC%3B%3BAAEA%3BEAAA%2COAjBH%2CmBAIA%2CyBASC%2CwBACC%3BIAEkB%3B%3B%3BAAnGtB%2COAmFE%2CmBAIA%2CyBASC%2CwBAKC%3BEACC%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%2CoBAAA%3BEACA%3B%3BAAQA%3BEAAA%2COAtCH%2CmBAIA%2CyBASC%2CwBAKC%3BIAeE%3BIACA%2CkBAAA%3BIACA%3B%3B%3BAAGD%2COAtCH%2CmBAIA%2CyBASC%2CwBAKC%2CEAoBE%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3B%3B%3BAC5HN%3BEACI%2CgBAAgB%2CwEAAhB%3BEACA%3BEACA%2C%2BBAAA%3BEACA%2CwBAAA%3BEACA%3BEACA%3B%3BAANJ%2CoBAQI%3BEACI%3B%3BAATR%2CoBAQI%2CWAGI%3BEACI%2CmBAAA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%3BEAAA%2CoBAjBR%2CWAGI%3BIAUQ%3BIACA%3B%3B%3BAAtBhB%2CoBAQI%2CWAGI%2CwBAcI%3BEAAK%2CcAAA%3BEAAgB%3BEAAiB%3B%3BAAzBlD%2CoBAQI%2CWAGI%2CwBAgBI%3BEAAK%3BEAAiB%3BEAAuB%3B%3BAAGrC%2CoBAtBhB%2CWAGI%2CwBAgBI%2CGAEI%2CGACK%3BEACG%2CaAAa%2CoBAAb%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAnCxB%2CoBAQI%2CWAGI%2CwBAgBI%2CGAEI%2CGASI%3BEACI%3BEACA%3BEACA%2CaJtBX%2CwBIsBW%3BEACA%3B%3BAAGA%3BEAAA%2CoBArCpB%2CWAGI%2CwBAgBI%2CGAEI%2CGASI%3BIAKqB%3B%3B%3BAAEjB%2CoBArCpB%2CWAGI%2CwBAgBI%2CGAEI%2CGASI%2CEAOK%3BEACG%3B%3BAA9C5B%2CoBAQI%2CWAGI%2CwBAgBI%2CGAuBI%2CGAAE%2COAAO%3BEAAW%2CSAAS%2COAAT%3B%3BAAlDpC%2CoBAQI%2CWAGI%2CwBAgBI%2CGAwBI%2CGAAE%2CKAAK%3BEAAW%2CSAAS%2COAAT%3B%3BAAnDlC%2CoBAQI%2CWAGI%2CwBAgBI%2CGAyBI%2CGAAE%2CYAAY%3BEAAW%2CSAAS%2COAAT%3B%3BAAKrC%2CoBAAC%3BEACG%2CYACJ%2CoGADI%3BEAOW%3BEACX%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CoBAAC%3BEACC%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOR%3BEAAU%3BEAAoB%3BEAG1B%2CcAAA%3B%3B%3B%3BAAAA%3BEAAA%3BIAFiB%3B%3B%3BAAIjB%2COAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CQAAQ%2CaAAa%2CcAAc%2CaAAnC%3BEAAkD%3BEAAoB%2CgBAAgB%2C0EAAhB%3BEAA0E%2C4BAAA%3BEAA8B%3BEAAQ%3BEAAS%3BEAAa%3BEAAc%3BEAAY%3B%3BAAC9P%2COAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%3BEAAoB%3BEAAa%3BEAAQ%3BEAAS%2CmBAAA%3BEAAyB%3BEAAY%3BEAAc%3B%3BAANhI%2COAQI%3BEAAa%3B%3BAAEb%3BEAAA%2COAFA%3BIACiB%2CcAAA%3B%3B%3BAATrB%2COAYI%3BEAAI%2CcAAA%3BEAAiB%3BEAAiB%3BEAAqB%3BEAAkB%2CuBAAA%3B%3BAAZjF%2COAcI%3BEAAO%3BEAAe%3BEAAmB%3BEAAkB%3B%3B%3BAAGvD%3BEAAA%2COAHJ%3BIACiB%3BIAAoB%3B%3B%3BAAfzC%2COAcI%2CKAGI%3BEAAK%3B%3BAACD%2COAJR%2CKAGI%2CGACQ%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COAVZ%2CKAGI%2CGACQ%2CIAMC%3BEAAS%2CcAAA%3B%3BAAalB%3BEAAA%2COARJ%3BIAEQ%3BIACA%3BIACA%3BIACA%3B%3B%3BAASA%3BEAAA%2COAdR%2CUAQI%3BIAEQ%3BIACA%3B%3B%3BAAOJ%3BEAAA%2COAlBR%2CUAQI%2CeAMI%3BIAEQ%3B%3B%3BAAKZ%2COArBJ%2CUAqBQ%3BEAAM%3B%3BAAEV%3BEAAA%2COAvBJ%2CUAqBQ%3BIACiB%3B%3B%3BAAGrB%2COAzBJ%2CUAyBK%2CUAAU%3BEAAM%3B%3BAAEjB%3BEAAA%2COA3BJ%2CUAyBK%2CUAAU%3BIACM%3B%3B%3BAAvDzB%2COA6BI%2CUA6BI%3BEACI%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIA%3BEAAA%2COAzCR%2CUA6BI%3BIAUqB%3B%3B%3BAAEjB%2COAzCR%2CUA6BI%2CGAYK%3BEAAe%3B%3BAAtE5B%2COA2EI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIA%3BEAAA%2COATJ%3BIAOqB%3B%3B%3BAAlFzB%2COA2EI%2CwBASI%3BEACI%2CcAAA%3BEACA%3BEACA%2CoBAAA%3B%3BAAEA%2COAdR%2CwBASI%2CEAKK%3BEACG%2CcAAA%3B%3BAA1FhB%2COA8FI%3BEACI%2CcAAA%3BEAAiB%3BEAAwB%2CoBAAA%3B%3BAACzC%2COAFJ%2CEAEK%3BEAAS%3B%3BAAhGlB%2COAmGI%3BEACI%3BEACA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CgDAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%2CwEAAA%3BEACA%3B%3BAAE4D%3BEAAA%2COAAhE%3BIAA2C%3B%3B%3BAAnH%5C%2FC%2COAoHI%2CcAAa%3BEAAgB%3B%3BAApHjC%2COAqHI%3BEACI%3BEACA%3BEAEA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%2C2CAAA%3B%3BAAGJ%3BEAAA%2COAxBA%3BIAuBqB%3B%3B%3B%3B%3BACtOzB%3BEACI%2CyBAAA%3BEACA%3B%3BAAFJ%2CUAGI%3BAAHJ%2CUAII%3BEACI%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAIJ%3BEAAA%2CUATA%3BEASA%2CUARA%3BIAMQ%3B%3B%3BAAVZ%2CUAcI%2CEAAC%3BEAAS%2CcAAA%3B%3BAAMV%3BEAAA%2CUAJA%2CUAAS%2CUAAU%3BIAEX%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%3BACYZ%2CcAAe%2CQAAQ%2CaAAa%3BAACpC%2CcAAe%2CQAAQ%2CWAAW%3BEAAiB%3B%3BAADnD%2CcAAe%2CQAAQ%2CaAAa%2CSAEnC%3BAADD%2CcAAe%2CQAAQ%2CWAAW%2CeACjC%3BEAAQ%3B%3BAAGT%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEA0BC%3BEACA%2CaAAa%2CoBAAb%3BEACA%3BEACA%3B%3B%3B%3B%3B%3BAA7BD%2COAeC%3BEACC%3BEACC%3BEACD%3BEACA%3B%3BAAnBF%2COAsBC%3BEAAM%3B%3BAAtBP%2COAwBC%3BEAAI%3BEAAc%3B%3BAAxBnB%2COAkCC%3BEAAe%3B%3BAAlChB%2COAmCC%2CiBAAgB%3BEAAW%3B%3BAAnC5B%2COAqCC%2CSAAS%2C0BAA0B%3BAArCpC%2COAsCC%2CaAAY%3BEAAmB%3BEAAgC%3B%3BAAM%5C%2FD%2CwBAJ0C%3BEAI1C%2COAHC%2CQAAQ%3BIAAe%3B%3B%3BAASxB%2CwBAN0C%3BEAM1C%2COALC%2CSAAS%2CQAAQ%2CMAAM%3BIAAe%3B%3B%3BAA7CxC%2COAoDC%2CcAAc%2CGAAG%2CKAAE%2CaAAc%3BEAChC%3B%3BAArDF%2COAwDC%2CcAAc%2CGAAG%2CKAAE%2CWAAY%3BEAAI%3BEAAgC%3BEAA2B%3B%3BAAxD%5C%2FF%2COA0DC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAgB%2CyDAAhB%3BEACA%3B%3BAA%5C%2FDF%2COAkEC%3BEACC%3BEACA%3BEAEA%2CgBAAgB%2C%2BCAAhB%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COATD%2CWASE%3BEAAU%3BEAAoB%3BEAAa%3BEAAc%2CiCAAA%3BEAAmC%2CSAAS%2CEAAT%3BEAAa%3BEAAQ%3B%3BAA3EpH%2COAkEC%2CWAWC%3BEACC%3B%3BAA9EH%2COAkEC%2CWAWC%2CQAEC%3BEAAM%3BEAAgB%2CcAAA%3B%3BAA%5C%2FEzB%2COAmFC%3BEAAW%3BEAAmB%2CcAAA%3BEAAgB%3B%3BAAnF%5C%2FC%2COAuFC%3BEAAc%3BEAIb%2CwBAAA%3BEAGA%3BEACA%3B%3B%3BAA%5C%2FFF%2COAuFC%2CYAGC%3BEAAW%2CeAAA%3B%3BAAIX%3BEAAA%2COAPD%3BIAKkB%2CwBAAA%3B%3B%3BAA5FnB%2COAuFC%2CYAUC%3BEAAI%3BEAIF%3BEAAe%2CcAAA%3B%3BAADjB%3BEAAA%2COAbD%2CYAUC%3BIAEiB%3B%3B%3BAAEf%3BEAAA%2COAdH%2CYAUC%3BIAGkB%3B%3B%3BAApGpB%2COAuFC%2CYAUC%2CGAKC%3BEAAK%3BEAAoB%3B%3BAAtG5B%2COAuFC%2CYAkBC%3BEAAI%3BEAAkB%2CmBAAA%3BEAAqB%3B%3BAAE1C%3BEAAA%2COApBF%2CYAkBC%3BIACkB%3BIAAkB%2CmBAAA%3BIAAqB%3BIAAkB%3B%3B%3BAAG3E%3BEAAA%2COAtBD%2CYAkBC%3BIAEmB%3BIAAkB%3BIAAkB%3B%3B%3BAA3GzD%2COAuFC%2CYAwBC%3BEACC%2CYAAY%2CiDAAZ%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COAlCF%2CYAwBC%2CQAUE%3BEACA%2CYAAY%2CiDAAZ%3BEACA%3BEACA%3BEACA%3BEACA%2CSAAS%2CcAAT%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3B%3BAAGD%2COAhDF%2CYAwBC%2CQAwBE%3BEAAS%3B%3BAACT%2COAjDH%2CYAwBC%2CQAwBE%2CMACC%3BEACA%3B%3BAAzIL%2COAgJC%3BEACC%2CeAAA%3BEAGA%2CgBAAgB%2CkEAAhB%3BEACA%3BEACA%3BEACA%3B%3BAAHA%3BEAAA%2COAJD%3BIAEkB%2CwBAAA%3B%3B%3BAAlJnB%2COAgJC%2CaASC%3BEAAW%3BEAAqB%2CeAAA%3B%3BAAYhC%3BEAAA%2COArBD%2CaASC%3BIAEE%3BIACA%2CkBAAA%3BIAAoB%3BIACpB%2CkCAAA%3BIACA%2CyCAAA%3BIACA%2CWAAA%3BIACA%2CqBACC%2C8BACA%2C2BACA%2CQAHD%3B%3B%3BAAhKJ%2COAgJC%2CaAsBC%3BEAAW%3BEAAiB%3B%3BAAE3B%3BEAAA%2COAxBF%2CaAsBC%3BIACiB%3B%3B%3BAAEjB%3BEAAA%2COAzBD%2CaAsBC%3BIAEmB%3B%3B%3BAAxKrB%2COAgJC%2CaA2BC%3BEAAK%3BEACJ%3BEAAc%2CmBAAA%3BEAAqB%3B%3BAAEnC%3BEAAA%2COA9BF%2CaA2BC%3BIAEkB%3B%3B%3BAAElB%3BEAAA%2COA%5C%2FBD%2CaA2BC%3BIAGmB%3B%3B%3BAA9KrB%2COAgJC%2CaAkCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAEA%3BEAAA%2COA3CF%2CaAkCC%3BIAQkB%3B%3B%3BAAGjB%3BEAAA%2COA7CF%2CaAkCC%3BIASmB%3BIAAqB%3B%3B%3BAA3L1C%2COAgJC%2CaAkCC%2CMAWC%3BEAAW%3BEAAwB%3B%3BAA7LtC%2COAgJC%2CaAkCC%2CMAaC%3BEACC%3B%3BAAhMJ%2COAgJC%2CaAkCC%2CMAaC%2CaAIC%3BEAAY%3BEAAgB%3BEAAiB%3BEAA2B%3B%3BAAnM5E%2COAgJC%2CaAkCC%2CMAaC%2CaAIC%2CUACC%3BEAAI%3BEAAgB%3BEAAuB%3B%3BAApMhD%2COAgJC%2CaAkCC%2CMAaC%2CaAQC%3BEAAK%3BEAAyD%3BEAAmB%3BEAAgB%3B%3BAAAnC%3BEAAA%2COAvDjE%2CaAkCC%2CMAaC%2CaAQC%3BIAAuC%3B%3B%3BAAvM3C%2COAgJC%2CaAkCC%2CMAaC%2CaASC%3BEAAa%3BEAAuB%3BEAAqB%3BEAAiB%3BEAAkB%3BEAAoB%3BEAAc%2CiBAAA%3B%3BAAxMlI%2COAgJC%2CaAkCC%2CMAaC%2CaAUC%3BEACC%2C6BAAA%3BEAA%2BB%2CgCAAA%3BEAAkC%2CoBAAA%3BEAAsB%3B%3BAA1M5F%2COAgJC%2CaAkCC%2CMAaC%2CaAUC%2CWAEC%3BEAAY%3BEAAuB%3BEAAkB%3BEAAiB%3BEAAgB%3B%3BAA3M3F%2COAgJC%2CaAkCC%2CMAaC%2CaAUC%2CWAEC%2CUACC%3BEAAI%3BEAAiB%3BEAAgB%3BEAAuB%3B%3BAA5MlE%2COAgJC%2CaAkCC%2CMAaC%2CaAUC%2CWAKC%2CUAAS%3BEAAc%3B%3BAA9M5B%2COAgJC%2CaAkCC%2CMAaC%2CaAiBC%3BEAAY%3BEAAkB%3BEAAiB%3BEAAqB%3BEAAqB%3B%3BAAhN7F%2COAgJC%2CaAkCC%2CMAaC%2CaAkBC%3BEACC%2CYAAY%2CiDAAZ%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COA3EJ%2CaAkCC%2CMAaC%2CaAkBC%2CYAUE%3BEACA%2CYAAY%2CiDAAZ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3B%3BAAGD%2COAzFJ%2CaAkCC%2CMAaC%2CaAkBC%2CYAwBE%3BEAAS%3B%3BAACT%2COA1FL%2CaAkCC%2CMAaC%2CaAkBC%2CYAwBE%2CMACC%3BEACA%3B%3BAA3OP%2COAwPC%3BEACC%3BEACA%3BEACA%2CgBAAA%3B%3B%3BAAGA%3BEAAA%2COAND%3BIAIkB%2CgBAAA%3B%3B%3BAA5PnB%2COAwPC%2CWAMC%3BEAAM%3BEAAoB%3B%3BAACY%3BEAAA%2COAPvC%2CWAMC%3BIACkB%3B%3B%3BAA%5C%2FPpB%2COAwPC%2CWASC%3BEAAG%2CcAAA%3B%3BAAjQL%2COAwPC%2CWAWC%3BEACC%2CeAAA%3BEACA%3B%3BAAaD%3BEAAA%2COA1BD%2CWAWC%3BIAKI%3BIACD%3BIACA%2CkCAAA%3BIACA%2CuDAAA%3BIACA%2CaAAA%3BIACA%2CqBACD%2C6BACA%2CiBACA%2CmBAHC%3B%3B%3BAA7QL%2COAwPC%2CWA4BC%3BEAAY%3BEAAqB%3B%3BAApRnC%2COAwPC%2CWA6BC%3BEAAQ%3BEAAiB%3BEAA0D%3B%3B%3BAAAA%3BEAAA%2COA7BpF%2CWA6BC%3BIAA8D%3B%3B%3BAAE9D%3BEAAA%2COA%5C%2FBD%2CWA6BC%3BIACiB%3B%3B%3BAAEjB%3BEAAA%2COAhCD%2CWA6BC%3BIAEkB%3B%3B%3BAAvRpB%2COAwPC%2CWAkCC%3BEAAI%3BEAAgB%3BEAAgB%3BEAAY%3B%3BAA1RlD%2COAwPC%2CWAmCC%3BEAAI%3BEAAgB%2CwBAAA%3BEAA0B%3BEAAiB%3BEAAa%3B%3BAA3R9E%2COAwPC%2CWAoCC%2CEAAC%3BEAAU%2CyBAAA%3B%3BAA5Rb%2COAwPC%2CWAqCC%2CEAAC%2CMAAM%3BEAAU%3B%3BAA7RnB%2COAwPC%2CWAuCC%3BEACC%3BEACA%3BEAEA%3BEACA%3B%3BAApSH%2COAwPC%2CWAuCC%2COAGC%2CEAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAKZ%3BEAAA%2COA%5C%2FCD%2CWAuCC%3BIAOkB%3B%3B%3BAAtSpB%2COAwPC%2CWAgDC%3BEACC%3BEACA%3BEAEA%3B%3BAA5SH%2COAwPC%2CWAgDC%2COAGC%2CEAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAA3Sd%2COAwPC%2CWAuDC%3BEACC%3BEACA%3BEAEA%3B%3BAAnTH%2COAwPC%2CWAuDC%2COAGC%2CEAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAlTd%2COAwPC%2CWA%2BDC%3BEAAO%3BEAAiB%3B%3BAAA0D%3BEAAA%2COA%5C%2FDnF%2CWA%2BDC%3BIAA8D%3B%3B%3BAAvThE%2COAwPC%2CWAiEC%3BEACC%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAEA%3BEAAA%2COAvEF%2CWAiEC%3BIAKkB%3B%3B%3BAAElB%3BEAAA%2COAxED%2CWAiEC%3BIAMmB%3B%3B%3BAA%5C%2FTrB%2COAsUC%3BEACC%2CgBAAgB%2CgDAAhB%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAGA%3BEAAA%2COARD%3BIAMmB%2CmBAAA%3B%3B%3BAA5UpB%2COAsUC%2CgBAQC%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAEA%3BEAAA%2COAdF%2CgBAQC%3BIAKkB%3B%3B%3BAAElB%3BEAAA%2COAfD%2CgBAQC%3BIAMmB%3B%3B%3BAApVrB%2COAsUC%2CgBAiBC%3BEAAI%3BEAAiB%3B%3BAAErB%3BEAAA%2COAnBD%2CgBAiBC%3BIACiB%3B%3B%3BAAEjB%3BEAAA%2COApBD%2CgBAiBC%3BIAEkB%3B%3B%3BAAzVpB%2COAsWC%2CcAAa%2CMAAO%2CSAAS%3BEAAY%3B%3BAAtW1C%2COAuWC%2CcAAa%2CMAAO%2CSAAS%3BEAAY%3B%3BAAvW1C%2COAyWC%2CcAAa%2CMAAO%2CSAAS%3BAAzW9B%2COA0WC%2CcAAa%2CMAAO%2CSAAS%3BEAAY%3BEAAgC%3BEAA%2BB%3BEAAyB%3BEAAwB%3B%3BAA1W1J%2COA4WC%2CcAAa%2CMAAO%2CSAAS%2CUAAS%3BAA5WvC%2COA6WC%2CcAAa%2CMAAO%2CSAAS%2CUAAS%3BEAAS%3BEAAgC%3B%3BAAM3E%3BEAAA%2COAFF%2CiBAAiB%3BIACE%3BIAAoB%3BIAAkB%3B%3B%3BAAlX5D%2COAiXG%2CiBAAiB%2CuBAEf%3BEAAkB%3BEAAsB%3BEAAgB%3BEAAuB%3B%3BAAnXpF%2COAsXE%3BEAAkB%2CcAAA%3BEAAgB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAtXpC%2COAsXE%2CgBAKC%3BAA3XH%2COAsXE%2CgBAKqB%3BEAAsB%3BEAAqB%3BEAAoB%3BEAAc%3BEAAc%3BEAAuB%3BEAAmB%3BEAAW%3BEAAa%3B%3B%3BAAEjL%3BEAAA%2COAPD%2CgBAKC%3BEAEA%2COAPD%2CgBAKqB%3BIACH%3B%3B%3BAAGhB%3BEAAA%2COATF%2CgBAKC%3BEAIC%2COATF%2CgBAKqB%3BIAEF%3BIAAc%3BIAAc%3B%3B%3BAA7XjD%2COAsXE%2CgBAKC%2CmBAIC%3BAA%5C%2FXJ%2COAsXE%2CgBAKqB%2CoBAInB%3BEAAI%3BEAAiB%3B%3BAAErB%3BEAAA%2COAXF%2CgBAKC%2CmBAIC%3BEAEA%2COAXF%2CgBAKqB%2CoBAInB%3BIACkB%3BIAAiB%3B%3B%3BAAhYvC%2COAsXE%2CgBAeC%2CmBAAkB%3BAArYrB%2COAsXE%2CgBAe2B%2CoBAAmB%3BEAAS%3B%3BAArYzD%2COAsXE%2CgBAkBC%3BEAAqB%3B%3B%3BAAxYxB%2COAsXE%2CgBAkBC%2CmBAEC%3BEAAI%3B%3BAA1YR%2COAsXE%2CgBAwBC%3BEAAsB%3B%3B%3BAAGrB%3BEAAA%2COA3BF%2CgBAwBC%3BIACkB%3B%3B%3BAA%5C%2FYrB%2COAsXE%2CgBAwBC%2CoBAGC%3BEAAI%3B%3BAAjZR%2COAsXE%2CgBAmCC%3BEAAK%3B%3BAAzZR%2COAsXE%2CgBAuCC%3BEAAI%3BEAAqB%3BEAAc%3BEAAgB%3BEAAgB%3BEAAmB%2C4BAAA%3BEAA8B%2CiBAAA%3BEAAmB%3B%3BAA7Z9I%2COAsaE%3BEAEC%3BEACA%3B%3BAAEA%3BEAAA%2COALD%3BIAIkB%3B%3B%3BAAGjB%3BEAAA%2COAPD%3BIAKmB%3B%3B%3BAA3arB%2COAsaE%2CWAOC%3BEAEC%3B%3BAAEA%3BEAAA%2COAXF%2CWAOC%3BIAGkB%3B%3B%3BAAElB%3BEAAA%2COAZD%2CWAOC%3BIAImB%3B%3B%3B%3BACpdtB%2CSACM%3BEAAY%3B%3BAADlB%2CSACM%2CUACI%3BEAAc%3BEAAqB%3B%3BAAC%5C%2FB%2CSAFR%2CUACI%2CYACK%3BEACG%2CaAAa%2CoBAAb%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAIR%2CSAZJ%2CUAYK%2CUAAU%2CGACP%2CYAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGR%2CSAjBJ%2CUAiBK%2CUAAU%2CGACP%2CYAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGR%2CSAtBJ%2CUAsBK%2CUAAU%2CGACP%2CYAAW%3BEACP%2CSAAS%2COAAT%3B%3B%3BAAOlB%3BEACM%2CcAAA%3BEACA%3B%3BAAEA%2CaAAC%3BEACK%2CYAAY%2CgEAAZ%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAbZ%2CaAgBM%3BEACM%3BEACA%3B%3BAAlBZ%2CaAgBM%2CWAIM%3BEACM%3BEACA%3BEACA%2CuBAAA%3B%3BAAvBlB%2CaAgBM%2CWAIM%2CiBAKM%3BEACM%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CoBAAA%3BEACA%3B%3BAAEA%2CaAtBlB%2CWAIM%2CiBAKM%2CEAaO%3BEAAS%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%3BAAuClC%3BEAAiB%3B%3BAAAjB%2CcAEM%3BEAA0B%3BEAAsB%3B%3BAAFtD%2CcAEM%2CwBAEM%3BEACM%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAARlB%2CcAEM%2CwBASM%3BEAAM%3BEAAqB%3BEAAoB%3B%3BAAX3D%2CcAEM%2CwBAWM%3BEAA0B%2CkBAAA%3BEAAoB%3B%3BAAb1D%2CcAEM%2CwBAaM%2CGAAK%3BEACC%2CcAAA%3BEACA%2CaP3GL%2CwBO2GK%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArBlB%2CcAEM%2CwBAsBM%3BEACM%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAA9BlB%2CcAkCM%3BEACM%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvCZ%2CcAkCM%2CYAOM%3BEAAK%3B%3BAAzCjB%2CcAkCM%2CYAOM%2CGACM%2COAAM%3BEAAU%3BEAAsB%3BEAAgB%3BEAAY%3BEAAa%2CyBAAA%3B%3BAAE%5C%2FE%2CcAVZ%2CYAOM%2CGAGO%2CaACK%2COAAM%3BEAAU%3BEAAa%3BEAAc%2CyBAAA%3BEAA2B%3BEAAkB%3B%3BAC3J5G%2CKAAC%2CKACG%3BEAAI%3B%3BAADR%2CKAAC%2CKAGG%3BEAAI%3BEAAuB%2CcAAA%3B%3BAAEvB%2CKALP%2CKAGG%2CEAEK%3BEAAS%2CcAAA%3B%3BAAIlB%2CKAAC%3BEACG%3BEACA%2CcAAA%3B%3BAAFJ%2CKAAC%2CKAIG%3BEAAkC%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAJxD%2CKAAC%2CKAMG%2C2BAA2B%3BEACvB%3BEACA%3BEACA%2CcAAA%3BEACA%2CaRCC%2CwBQDD%3BEACA%3BEACA%3BEACA%3B%3BAAbR%2CKAAC%2CKAgBG%3BEAA4B%2CcAAA%3BEAAe%3BEAAmB%3BEAAiB%3BEAAqB%3B%3BAAhBxG%2CKAAC%2CKAkBG%3BEAAmC%3BEAAmB%3BEAAiB%3BEAAkB%3BEAAkB%3B%3BAAG%5C%2FG%2CKAAC%2COACG%2CSACI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CuBAAA%3BEACA%3B%3BAARZ%2CKAAC%2COACG%2CSACI%2CWAQI%3BEAAI%2CcAAA%3BEAAgB%3B%3BAAVhC%2CKAAC%2COACG%2CSAYI%3BEAAgB%3BEAAiB%3BEAAkB%3B%3BAAb3D%2CKAAC%2COAgBG%2CUACI%2C2BAA2B%3BEACvB%3BEACA%3BEACA%2CcAAA%3BEACA%2CaR%5C%2FBH%2CwBQ%2BBG%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzBZ%2CKAAC%2COAgBG%2CUAYI%3BEACI%3BEACA%3BEACA%2CqBAAA%3BEACA%3BEACA%3BEACA%22%7D */