@charset "UTF-8";
/*!
Theme Name: ccny
Theme URI: http://underscores.me/
Author: 345Design
Author URI: http://345design.com
Description: A custom theme for the Catholic Charities of the Arch Diocese of New York
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccny
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ccny is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 900;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "helveticaregular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Georgia Regular;
  font-weight: 100;
}
h1 {
  font-size: 70px;
  line-height: 80px;
}
h1.title.blue {
  color: #FFF;
  margin-top: 200px;
}
h2 {
  font-size: 60px;
  line-height: 55px;
}
h3 {
  font-size: 50px;
  line-height: 54px;
}
h4 {
  font-size: 30px;
  line-height: 32px;
}
h1.site-title {
  margin: 0;
  margin-top: 15px;
}
h1.site-title.mobile {
  display: none;
}
p {
  font-weight: 100;
  font-family: "helveticaregular";
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: #000;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.clear {
  clear: both;
  float: none;
  display: block;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-footer .emailformzip {
  width: 75px;
  text-align: center;
}
.site-footer input[type="submit"] {
  border-radius: 0;
  border: none;
  background-color: #0a316a;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: bottom;
  letter-spacing: 2px;
  font-weight: bold;
}
.site-footer input {
  height: 35px;
  width: 309px;
}
@media (max-width: 768px) {
  .site-footer input {
    width: 200px;
  }
}
.site-footer #mce-MMERGE3 {
  width: 150px;
}
@media (max-width: 768px) {
  .site-footer #mce-MMERGE3 {
    width: 200px;
  }
}
#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  font-size: 12px !important;
  color: #f00 !important;
  position: absolute !important;
  padding: 0 !important;
  background: none !important;
}
#mce-success-response {
  clear: both;
  float: none;
  display: block;
  position: absolute;
  width: 350px;
  font-size: 16px;
  color: #FFF;
  right: 0;
  top: 135px;
  background: #d0af2abf;
  padding: 0 5px 0px 5px;
}
#mce-success-response:after {
  content: " ";
  position: absolute;
  right: 45%;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #d0af2abf;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #006ec7;
}
a:visited {
  color: #006ec7;
}
a:hover, a:focus, a:active {
  color: #006ec7;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
  background: none;
  border: 0;
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 10px;
  z-index: 30;
}
.menu-toggle .fi-x {
  display: none;
  color: #0A316A;
}
.main-navigation {
  position: absolute;
  z-index: 3000;
  display: block;
  margin: 0 auto 15px 0;
  width: 100%;
}
.main-navigation #logo, .main-navigation #hover-logo {
  height: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 0px 30px 0 20px;
}
@media (max-width: 550px) {
  .main-navigation #logo, .main-navigation #hover-logo {
    height: auto;
    max-width: 95px;
    max-height: 150px;
    margin: -10px 30px 0 20px;
  }
}
.main-navigation.hovered a, .main-navigation.hovered svg {
  color: #0A316A;
}
.main-navigation.hovered .social-search svg {
  color: #0A316A;
}
.main-navigation.hovered .social-search .linkedin {
  fill: #0a316a;
}
.main-navigation.hovered .menu-menu-2-container li {
  border-color: #0A316A;
}
.main-navigation ul {
  display: none;
  text-align: right;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
@media (max-width: 550px) {
  .main-navigation ul ul {
    float: none;
    position: relative;
    left: auto;
    top: auto;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  border: 0;
}
.main-navigation ul ul li {
  text-align: left;
  padding: 0 0 8px 0;
  font-size: 14px;
  text-transform: capitalize;
  border: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  color: #0A316A;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 15px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  text-decoration: underline;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-navigation a:hover {
  text-decoration: underline;
}
.main-navigation .box a {
  border: #fff 1px;
  border-style: solid;
  padding: 1px 8px;
}
.main-navigation .social-search {
  text-align: right;
  margin-right: 5%;
  margin-top: 20px;
  position: relative;
  z-index: 20;
}
.main-navigation .social-search .search-submit {
  display: none;
}
.main-navigation .social-search .header-search {
  display: inline-block;
  vertical-align: top;
}
.main-navigation .social-search .search-field {
  width: 300px;
  height: 24px;
  margin-right: 10px;
  padding: 5px;
  color: #979797;
  display: none;
}
@media (max-width: 550px) {
  .main-navigation .social-search .search-field {
    width: 250px;
  }
}
.main-navigation .social-search svg {
  color: #fff;
  cursor: pointer;
}
.main-navigation .social-search svg:hover {
  color: #0a316a;
}
.main-navigation .social-search .linkedin {
  fill: #fff;
}
.main-navigation .social-search .linkedin:hover {
  fill: #0a316a;
}
.main-navigation .social-search a {
  display: inline-block;
  margin-left: 10px;
}
.main-navigation .social-search a:hover {
  color: #0a316a;
}
@media (max-width: 550px) {
  .main-navigation {
    overflow: scroll;
    padding-bottom: 30px;
  }
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 821px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.menu-menu-1-container {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 550px) {
  .menu-menu-1-container {
    order: 2;
    width: 100%;
    padding: 5%;
  }
  .menu-menu-1-container li li li a {
    padding-left: 10%;
  }
  .menu-menu-1-container li li a {
    background-image: url(../images/chevron-right-1.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .hovered .menu-menu-1-container {
    background: #FFF;
  }
}
.menu-menu-2-container {
  display: inline-block;
}
.menu-menu-2-container li {
  border: 1px solid #FFF;
  padding: 5px 15px;
  margin-left: 10px;
}
.menu-menu-2-container li:hover {
  background: #015294;
  border-color: #015294;
  text-decoration: none;
}
.menu-menu-2-container li:hover a {
  text-decoration: none;
}
.menu-menu-2-container li:first-child {
  margin-left: 10px;
}
.site-header .site-branding {
  display: inline-block;
  text-align: center;
}
.site-header .site-branding .site-title {
  margin-top: 0;
}
.site-header .site-branding img {
  margin: 0 30px 0 20px;
  width: 150px;
}
.menu-holder {
  margin: auto;
  width: 100%;
  margin-top: -30px;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
#menu-menu-1 {
  text-align: left;
}
#menu-menu-1 li:first-child {
  padding-left: 0;
}
#menu-menu-1 li:last-child {
  padding-right: 0;
}
@media (max-width: 550px) {
  #menu-menu-1 li {
    width: 100%;
    padding: 15px 0px;
  }
  #menu-menu-1 li a {
    border-bottom: 1px solid #0A316A;
  }
  #menu-menu-1 li a:hover {
    text-decoration: none;
  }
  #menu-menu-1 li li {
    padding: 10px 0;
  }
  #menu-menu-1 li li a {
    border-bottom: none;
  }
}
#menu-menu-2 {
  margin-top: 15px;
}
.white-nav-background {
  background: #FFF;
  display: none;
  height: 430px;
  position: absolute;
  z-index: 1001;
  transition: height 2s;
  width: 100%;
}
@media (max-width: 550px) {
  .white-nav-background {
    height: 100%;
    position: fixed;
  }
}
.wwd-nav-img {
  width: 560px;
  display: none;
  margin-top: 95px;
  margin-left: 420px;
  font-size: 12px;
  position: absolute;
  z-index: 10000;
}
.wwd-nav-img .img {
  width: 186px;
  padding-right: 10px;
}
.wwd-nav-img .img span {
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: none;
}
.wwd-about-img {
  width: 560px;
  display: none;
  margin-top: 95px;
  margin-left: 285px;
  font-size: 12px;
  position: absolute;
  z-index: 10000;
}
.wwd-about-img .img {
  width: 186px;
  padding-right: 10px;
}
.wwd-about-img .img span {
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: none;
}
#hover-logo {
  display: none;
}
.main-navigation ul li#menu-item-401:hover > ul, .main-navigation ul li#menu-item-401.focus > ul {
  left: -245px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .main-navigation ul li#menu-item-401:hover > ul, .main-navigation ul li#menu-item-401.focus > ul {
    left: 0;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.main-navigation ul li#menu-item-401 ul li {
  margin-bottom: 6px;
  padding-bottom: 0;
}
.main-navigation ul li#menu-item-401:hover > ul li, .main-navigation ul li#menu-item-401.focus > ul li {
  display: inline-block;
  width: 20%;
  font-size: 14x;
  margin-bottom: 6px;
  padding-bottom: 0;
  line-height: 14px;
}
@media (max-width: 550px) {
  .main-navigation ul li#menu-item-401:hover > ul li, .main-navigation ul li#menu-item-401.focus > ul li {
    width: 100%;
  }
}
.main-navigation ul li#menu-item-401 ul li a:hover {
  text-decoration: underline;
}
.main-navigation ul ul ul {
  left: 0;
  margin-top: 15px;
  float: none;
  position: relative;
}
.main-navigation ul ul ul a, .main-navigation ul ul ul a:hover {
  text-decoration: none;
}
.main-navigation ul ul ul li {
  border: none;
}
.main-navigation ul li#menu-item-401:hover > ul li li, .main-navigation ul li#menu-item-401.focus > ul li li {
  display: block;
  float: none;
  width: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 0;
}
.main-navigation .border > a {
  border-bottom: 1px solid grey;
  text-decoration: none !important;
}
.amount input[type=text] {
  font-size: 12px;
  padding: 2px;
  display: inline;
  width: 100px;
  border: 1px solid #0A316A;
  background: #e7e7e7;
  margin-right: 5px;
  margin-top: 15px;
}
.amount input[type=submit] {
  border-radius: 0;
  display: inline;
  color: #0A316A;
  background: #FFF;
  text-transform: uppercase;
}
.main-navigation #menu-item-400 .sub-menu li, .main-navigation #menu-item-165653 .sub-menu li {
  display: block;
  clear: both;
  float: none;
  width: 300px;
}
@media (max-width: 550px) {
  .main-navigation #menu-item-400 .sub-menu li, .main-navigation #menu-item-165653 .sub-menu li {
    width: auto;
  }
}
.main-navigation #menu-item-400 .sub-menu, .main-navigation #menu-item-165653 .sub-menu {
  padding-top: 30px;
  min-width: 900px;
  min-height: 240px;
}
.main-navigation #menu-item-400 .sub-menu a, .main-navigation #menu-item-165653 .sub-menu a {
  font-size: 14px;
}
@media (max-width: 550px) {
  .main-navigation #menu-item-400 .sub-menu, .main-navigation #menu-item-165653 .sub-menu {
    min-width: auto;
    min-height: auto;
    padding-top: 0;
  }
}
.main-navigation #menu-item-401 .imga, .main-navigation #menu-item-401 .imgb {
  padding-top: 10px;
}
.main-navigation #menu-item-401 .imga a, .main-navigation #menu-item-401 .imgb a {
  text-align: center;
  width: 100%;
}
.main-navigation ul ul ul li a {
  font-size: 14px;
}
.main-navigation .mobile-only-2 {
  display: none !important;
}
@media (max-width: 550px) {
  #menu-item-159905 a:nth-child(3) {
    padding-top: 15px;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  #menu-item-401 .sub-menu {
    padding-top: 20px;
  }
  #menu-item-401 .sub-menu li {
    border-bottom: 1px solid #0A316A;
    padding-bottom: 15px !important;
  }
  #menu-item-401 .sub-menu li a {
    background-image: none;
  }
  #menu-item-401 .sub-menu li li {
    border: none;
    padding-bottom: 0px !important;
  }
  #menu-item-401 .sub-menu li li a {
    background-image: url(../images/chevron-right-1.svg);
    background-position: right;
    background-repeat: no-repeat;
  }
  #menu-item-401 .sub-menu .sub-menu {
    padding-top: 0;
  }
  .main-navigation .mobile-only-2 {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  h1.site-title.mobile {
    display: inline-block;
    margin-top: 25px;
    font-size: 10px;
    line-height: 10px;
  }
  .site-branding {
    margin-top: -5px;
  }
  h1.site-title.desktop {
    display: none;
  }
  .main-navigation .social-search a {
    display: none;
  }
  #menu-menu-2 {
    display: block;
    margin-top: 20px;
  }
  .menu-holder {
    flex-wrap: wrap;
  }
  h1.title.blue {
    margin-top: 170px;
    font-size: 42px;
  }
  #menu-menu-2 li {
    font-size: 12px;
  }
}
body.modal {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 550px) {
  body.modal .menu-menu-2-container {
    order: 2;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.site-footer .site-info {
  position: relative;
}
.site-footer .site-info .footer-grey-top-events {
  height: 300px;
  max-width: 1300px;
  background-color: #e9e7e8;
  margin: auto;
  position: relative;
  z-index: 1;
}
.site-footer .site-info .footer-grey-top-events img {
  margin: auto;
  padding-top: 20px;
  display: block;
}
.site-footer .site-info .footer-top {
  background: #006ec7;
  text-align: center;
  color: #e6f0f9;
  z-index: 0;
  position: relative;
  height: 475px;
  /* margin-top: -125px; COMMENTED OUT BY PENTERA */
  margin-top:0;
  font-size: 36px;
}
.site-footer .site-info .footer-top .bluefoot {
  max-width: 900px;
  font-family: georgia;
  display: block;
  margin: 0 auto;
  padding-top: 115px;
}
.site-footer .site-info .footer-top .bluefoot span {
  width: 33%;
  color: #e6f0f9;
  font-family: "helveticaregular";
  float: left;
  font-size: 18px;
  line-height: 24px;
  padding: 32px 14px;
}
.site-footer .site-info .footer-top .bluefoot span a {
  color: white;
  background-color: #979797;
  text-decoration: none;
  font-family: "helveticaneuelight";
  font-weight: 100;
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  font-size: 30px;
  padding: 17px;
  display: block;
  transition: 0.4s;
  margin-top: 15px;
}
.site-footer .site-info .footer-top .bluefoot span a:hover {
  background: #015294;
}
.site-footer .site-info .footer-top .bluefoot .white-footer-button {
  color: #979797;
  background-color: white;
}
.site-footer .site-info .footer-top .bluefoot .white-footer-button:hover {
  color: #FFF;
}
.site-footer .site-info .footer-top .bluefoot .gold-footer-button {
  background-color: #d0af2a;
}
.site-footer .site-info form {
  padding-top: 10px;
}
.site-footer .site-info .footer-middle {
  background: #d4c8c8;
  position: relative;
  max-width: 1227px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 13px -7px #A5A5A5, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #A5A5A5, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-top: -115px;
  z-index: 1;
  height: 125px;
  font-family: helvetica regular;
  font-size: 24pt;
  color: #000;
}
.site-footer .site-info .footer-middle span {
  width: 40%;
  float: left;
  padding: 20px 0px 20px 100px;
  font-size: 18px;
  line-height: 22px;
  font-family: "helveticaregular";
}
.site-footer .site-info .footer-middle span .form-title {
  font-family: georgia;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}
.site-footer .site-info .footer-middle .emailformzip {
  width: 110px;
  text-align: center;
  margin-right: 20px;
}
.site-footer .site-info .footer-middle input {
  color: #979797;
}
.site-footer .site-info .footer-middle .email {
  width: 300px;
  padding: 5px;
  color: #979797;
  font-family: "helveticaregular", sans-serif !important;
  font-size: 1rem !important;
  padding: 0 2px !important;
}
.site-footer .site-info .footer-middle input[type="submit"] {
  cursor: pointer;
  width: 160px;
  transition: 0.4s;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  color: #979797;
  text-transform: none;
  font-size: 16px;
  vertical-align: bottom;
  letter-spacing: 2px;
  /* font-weight: bold; */
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  height: 40px;
}
.site-footer .site-info .footer-middle input[type="submit"]:hover {
  background: #015294;
  color: #FFF;
}
.site-footer .site-info .center-footer {
  padding-bottom: 50px;
}
.site-footer .site-info .center-footer .menu {
  list-style: none;
}
.site-footer .site-info .center-footer .menu :nth-child(3) {
  padding-bottom: 20px;
}
.site-footer .site-info .center-footer .menu .boldmenu a {
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer .site-info .center-footer .menu a {
  text-decoration: none;
  color: #fff;
}
.site-footer .site-info .footer-bottom {
  padding-bottom: 20px;
}
.site-footer .site-info .footer-bottom .location {
  margin-left: 35px;
  width: 15%;
  line-height: 18px;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.site-footer .site-info .footer-bottom .location .fa {
  color: #0c306c;
  font-size: 25px;
  padding: 5px 25px 18px 5px;
}
.site-footer .site-info .footer-bottom .footmenu {
  width: 40%;
  float: left;
}
.site-footer .site-info .footer-bottom .footmenu span {
  width: 41%;
  letter-spacing: 2px;
  float: left;
  line-height: 20px;
}
.site-footer .site-info .footer-bottom .footmenu span a {
  color: #093071;
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  font-size: 15px;
}
.site-footer .site-info .footer-bottom .footmenu span a:hover {
  color: #006ec7;
  font-weight: bold;
}
.site-footer .site-info .footer-bottom .footmenu nav {
  width: 42%;
  float: left;
}
.site-footer .site-info .footer-bottom .footmenu nav ul {
  padding: 0;
}
.site-footer .site-info .footer-bottom .footmenu nav ul li {
  list-style: none;
  padding-bottom: 10px;
}
.site-footer .site-info .footer-bottom .footmenu nav ul li a {
  color: #093071;
  font-size: 14px;
  font-weight: normal;
}
.site-footer .site-info .footer-bottom .footmenu nav ul li a:hover {
  color: #006ec7;
  font-weight: bold;
}
.site-footer .site-info .footer-bottom .logo {
  width: 25%;
  float: right;
  margin-right: 35px;
}
.site-footer .footer-bottom {
  max-width: 1300px;
  margin: auto;
  font-family: "helveticaregular";
  color: #0A316A;
  letter-spacing: normal;
}
.site-footer .footer-bottom a {
  font-weight: bold;
  font-size: 18px;
  color: #0A316A;
}
.site-footer .footer-bottom a[href*="tel"] {
  font-size: 14px;
  font-weight: 900;
}
.post-type-archive-job .site-footer .site-info .footer-top {
  margin-top: -100px;
  height: 400px;
}
.post-type-archive-job .site-footer .site-info .footer-top .bluefoot, .post-type-archive-agency .site-footer .site-info .footer-top .bluefoot {
  padding-top: 70px;
}
.post-type-archive-agency .site-footer .site-info .footer-top {
  margin-top: 0px;
  height: 400px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title {
  display: none;
}
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Annual Report*/
.postid-174687.single-events .special-event-content .video-holder {
  max-height: 431px !important;
}
.report-covers {
  float: left;
  padding-right: 15px;
}
.annual-top {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 55px;
}
.annual-top img {
  max-height: 350px;
  float: left;
  padding-right: 25px;
  margin-bottom: 5%;
}
.annual-top span {
  width: 70%;
  display: block;
  float: left;
  font-size: 15px;
}
.annual-top span h4 {
  margin-top: 0;
}
.annual-bottom {
  background: #939fab;
  float: left;
}
.annual-bottom h3 {
  margin: 4% 10% 0%;
}
.annual-bottom .old-annual {
  width: 22%;
  float: left;
  margin: 2% 0% 2% 10%;
  font-size: 15px;
  font-weight: 600;
}
.annual-bottom .old-annual img {
  max-height: 120px;
  float: left;
  margin-right: 10px;
}
.annual-bottom .old-annual a {
  display: block;
  color: #404040;
}
.site-header {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.site-header .social-search {
  text-align: right;
}
.site-header .social-search i {
  display: inline-block;
  color: #FFF;
  margin-right: 10px;
  font-size: 22px;
}
.site-header .social-search a {
  display: inline-block;
}
.site-header .title {
  text-align: center;
  font-size: 64px;
  color: #fff;
  width: 90%;
  margin: auto;
  font-weight: 400;
  letter-spacing: 1.3px;
  padding-top: 1px;
}
.site-header .header-search {
  vertical-align: top;
}
.page-id-42 p, .page-id-540 p, .page-id-12 p {
  color: rgba(0, 0, 0, 0.7);
}
.page-id-540 strong, .page-id-12 strong {
  color: black;
}
/* Leadership*/
.page-template-leadership .leader-top {
  clear: both;
  padding: 80px 0;
}
.page-template-leadership .leader-top .top-inside {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.page-template-leadership .leader-top .top-inside img {
  float: left;
}
.page-template-leadership .leader-top .top-inside span {
  float: left;
  width: 70%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
}
.page-template-leadership .leader-top .top-inside span h4 {
  margin-top: 2px;
}
.page-template-leadership .leader-bottom {
  clear: both;
  background: lightgrey;
  min-height: 1000px;
  padding-top: 30px;
}
.page-template-leadership .leader-bottom section {
  max-width: 1250px;
  margin: 0 auto;
}
.page-template-leadership .leader-bottom h4 {
  padding: 21px 0px;
}
.page-template-leadership .leader-bottom span {
  width: 25%;
  float: left;
  margin-bottom: 30px;
  line-height: 15px;
  font-size: 13px;
}
.page-template-leadership .leader-bottom span img {
  float: left;
}
.page-template-leadership .leader-bottom span p {
  width: 55%;
  float: left;
  margin-left: 2%;
  margin: 0 0 0 2%;
}
/*Volunteer*/
.volunteer-button button {
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.volunteer-involved {
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  background: #eae7e8;
  padding: 0px 5%;
  max-width: 1200px !important;
  float: none !important;
  margin: auto;
  z-index: 2;
}
.volunteer-involved .s1 {
  color: #056bc0;
  text-transform: uppercase;
  font-weight: 900;
}
.volunteer-involved img {
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  transition: transform 0.2s;
  /* Animation */
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.volunteer-involved img:hover {
  transform: scale(1.075);
}
/* Our Story*/
.page-template-our-story .our-mission {
  background-color: lightgray;
  min-height: 344px;
}
.page-template-our-story .our-mission span {
  width: 38%;
  float: left;
  margin: 5% 0% 5% 8%;
}
.page-template-our-story .our-mission span p {
  font-size: 16px;
  line-height: 20px;
}
.page-template-our-story .more-info {
  max-width: 1220px;
  margin: 0 auto;
  min-height: 525px;
}
.page-template-our-story .more-info h3 {
  text-align: center;
}
.page-template-our-story .more-info iframe {
  float: left;
}
.page-template-our-story .more-info span {
  float: left;
  width: 45%;
  padding-left: 5%;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 50px;
}
.page-template-our-story .history {
  background-color: #d4d3d5;
  padding-bottom: 275px;
  padding-top: 75px;
}
.page-template-our-story .history h3 {
  text-align: center;
}
.page-template-our-story .history .bubblerow {
  width: 80%;
  margin: 0 auto;
  display: block;
  clear: both;
}
.page-template-our-story .history .bubblerow img {
  float: left;
  margin-top: -85px;
}
.page-template-our-story .history .bubblerow span {
  float: left;
  width: 47%;
  padding: 0 1%;
  font-size: 14px;
}
.history-line img, .history-line-right img {
  -webkit-box-shadow: 0px 10px 13px -7px #a5a5a5, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #a5a5a5, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
/*Board of Trustees*/
.page-template-board .board {
  width: 90%;
  margin: 0 auto;
  margin-top: 70px;
}
.page-template-board .board span {
  width: 25%;
  float: left;
  padding-right: 5%;
  min-height: 120px;
  font-size: 14px;
}
.page-template-board .trustees, .page-template-board .officers {
  background: grey;
  min-height: 292px;
  padding-top: 15px;
}
.page-template-board .trustees section, .page-template-board .officers section {
  width: 90%;
  margin: 0 auto;
}
.page-template-board .trustees span, .page-template-board .officers span {
  width: 25%;
  float: left;
  padding-right: 5%;
}
header .container .title p {
  margin: 0;
}
.vc_section {
  max-width: calc(100% + 15px);
}
.grey1nuemoprhism img {
  -webkit-box-shadow: 0px 10px 13px -7px #5A5A5A, 5px 5px 15px 5px rgba(123, 123, 123, 0);
  box-shadow: 0px 10px 13px -7px #5A5A5A, 5px 5px 15px 5px rgba(123, 123, 123, 0);
}
.whitenuemorphism img {
  -webkit-box-shadow: 0px 10px 13px -7px #5A5A5A, 5px 5px 15px 5px rgba(123, 123, 123, 0);
  box-shadow: 0px 10px 13px -7px #5A5A5A, 5px 5px 15px 5px rgba(123, 123, 123, 0);
}
/*Homepage*/
.home h2, .page-id-287412 h2 {
  line-height: 60px;
}
.home #home-map-back, .page-id-287412 #home-map-back {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 150px 0;
}
.home #home-tabs, .page-id-287412 #home-tabs {
  margin-top: -100px;
  margin-right: 15%;
  margin-left: 15%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .home #home-tabs, .page-id-287412 #home-tabs {
    margin-top: -20px;
  }
}
.home .vc_custom_1626017525823, .page-id-287412 .vc_custom_1626017525823 {
  padding-top: 5% !important;
  background-color: #e6f0f9 !important;
}
@media (max-width: 768px) {
  .home #home-map-back, .page-id-287412 #home-map-back {
    background: none !important;
  }
  .home .vc_custom_1626017525823, .page-id-287412 .vc_custom_1626017525823 {
    padding-top: 0 !important;
  }
}
#home-map-back {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 150px 0;
}
.newyork {
  position: absolute;
  top: 0;
  left: 90px;
}
.newyork img {
  max-width: 750px !important;
}
.leadnews-image {
  position: absolute !important;
  z-index: 100;
}
.leadnews-content {
  width: 959px !important;
  position: absolute !important;
  right: 0;
  top: 75px;
  z-index: 99;
}
.leadnews-content .leadnews-headline {
  width: 54%;
  float: right;
  font-size: 30px;
  margin-right: 16%;
  padding-bottom: 55px;
}
.leadnews-content .leadnews-headline p {
  font-size: 38px;
  line-height: 40px;
  color: white;
  font-family: georgia;
}
.middle-news {
  max-width: 70%;
  margin: 0 auto !important;
}
.justlove {
  max-width: 85%;
  margin: 0 auto !important;
}
.stories {
  max-width: 85%;
  margin: 0 auto !important;
}
.tune-in {
  box-shadow: #d0af2a -40px -30px;
}
.news-heading p {
  font-size: 25px;
  margin-top: 5px;
  line-height: 26px;
}
.news-blurb p {
  font-size: 18px;
}
/*What We Do*/
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 0px 20px 15px 20px !important;
}
.wwd-toprow {
  margin: auto !important;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  max-width: calc(800px + 20%);
}
.wwd-toprow .wp-image-107046 {
  float: none;
}
.www-impact {
  position: relative;
}
.www-impact .wwd-impactbutton {
  background: #d0af2a;
  width: 150px;
  height: 150px;
  margin: 0 auto !important;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  padding-top: 11px;
  box-shadow: #0000003d 5px 3px 5px 0px;
}
.www-impact .wwd-impactbutton p {
  color: white;
  margin: 0;
}
.impact-numbers {
  padding-bottom: 25px;
}
@media (max-width: 550px) {
  .impact-numbers .vc_col-sm-3 .vc_column-inner {
    padding-top: 0 !important;
  }
}
@media (max-width: 550px) {
  .impact-numbers .vc_col-sm-3:first-child .vc_column-inner {
    padding-top: 40px !important;
  }
}
#gold-circle, #gold-circle p {
  font-family: "Georgia regular";
  font-size: 32px;
  padding-top: 18px;
}
.wwd-numbers {
  margin-bottom: 0 !important;
  margin-top: 35px;
}
.wwd-numbers p {
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  color: white;
}
.wwd-number-descrip p {
  color: white;
}
.vc_tta-container h2 {
  text-align: center;
  font-size: 32px;
  color: #076bb6;
}
.vc_tta-container h2 {
  position: relative;
  background-color: #eeecefb8;
  max-width: 990px;
  margin: auto;
  display: block;
  padding: 20px;
}
.wwd-accordion {
  max-width: 990px;
  margin: 0px auto 120px;
}
.wwd-background-image {
  position: absolute;
  right: 0;
  top: 0;
}
.wwd-background-image-left {
  position: absolute;
  left: 0;
  top: 0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f8f8f84a;
  border: none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #eeecefb8 !important;
  border: none !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #d1af2a !important;
}
.home .site-header, .page-id-287412 .site-header {
  height: 600px;
  position: relative;
  display: block;
  z-index: 0;
}
#home-tabs {
  display: flex;
  justify-content: space-between;
}
#home-tabs .wpb_column {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  width: 100%;
}
#home-tabs .wpb_column a:hover {
  text-decoration: none;
}
#home-tabs .wpb_column h2 {
  font-size: 48px;
  font-family: "helveticaneuelight";
  color: #FFF;
  margin: 15px 0 0 0;
  font-weight: 300;
}
#home-tabs .wpb_column p {
  color: #FFF;
  font-size: 18px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #home-tabs .wpb_column.vc_col-sm-4 {
    width: 32%;
  }
}
#home-tabs .wpb_column .vc_column-inner {
  padding-top: 0;
}
#home-tabs .wpb_column:nth-child(2) h2, #home-tabs .wpb_column:nth-child(2) p {
  color: #0A316A;
}
#home-story-block, #footer-story-block {
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  #home-story-block, #footer-story-block {
    margin-top: -90px;
  }
}
#home-story-block .home-story, #footer-story-block .home-story {
  background: #FFF;
  padding: 0px 10%;
  max-width: 1227px;
  position: relative;
  margin: auto;
  z-index: 2;
  min-height: 407px;
}
#home-story-block .home-story h3, #footer-story-block .home-story h3 {
  color: #006ec7;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "helveticaregular", sans-serif;
  margin-top: 30px;
}
#home-story-block .home-story .title, #footer-story-block .home-story .title {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 0 20px 0;
  font-family: "Georgia Regular";
  font-size: 26px;
  line-height: 28px;
  font-weight: 100;
}
#home-story-block .home-story .title span, #footer-story-block .home-story .title span {
  display: block;
}
#home-story-block .home-story .excerpt, #footer-story-block .home-story .excerpt {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  width: 80%;
  font-family: "Georgia Regular";
}
#home-story-block .home-story .excerpt .curly-quotes, #footer-story-block .home-story .excerpt .curly-quotes {
  margin: 0;
}
#home-story-block .home-story .excerpt .curly-quotes:before, #home-story-block .home-story .excerpt .curly-quotes:after, #footer-story-block .home-story .excerpt .curly-quotes:before, #footer-story-block .home-story .excerpt .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 36px;
  font-size: 80px;
  font-family: "Georgia Regular";
  color: #b2b2b2;
}
#home-story-block .home-story .excerpt .curly-quotes:before, #footer-story-block .home-story .excerpt .curly-quotes:before {
  content: "“";
  margin-right: 4px;
  margin-left: -36px;
  padding-top: 13px;
}
#home-story-block .home-story .excerpt .curly-quotes:after, #footer-story-block .home-story .excerpt .curly-quotes:after {
  content: "”";
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#home-story-block .home-story .excerpt span, #footer-story-block .home-story .excerpt span {
  padding-left: 40px;
  display: block;
  margin-top: -43px;
  position: relative;
  font-weight: 600;
  width: 85%;
  quotes: "“" "”" "‘" "’";
}
#home-story-block .home-story .more, #footer-story-block .home-story .more {
  margin-bottom: 40px;
}
#home-story-block .home-story .story-right, #footer-story-block .home-story .story-right {
  height: 96%;
  position: absolute;
  right: 0;
  top: 0;
}
#home-story-block .home-story .story-right .story-image, #footer-story-block .home-story .story-right .story-image {
  height: 100%;
  margin-top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.footer-events, .footer-news {
  padding: 0px 5%;
  max-width: 1227px;
  position: relative;
  margin: auto;
  justify-content: space-between;
  z-index: 2;
  background-color: #e9e7e8;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.footer-events li, .footer-news li {
  list-style: none;
}
.footer-events .cols, .footer-news .cols {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
}
.footer-events .num-date, .footer-news .num-date {
  color: #000000b3;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  margin-right: 10px;
  height: 147px;
  width: 67px;
  float: left;
  text-align: center;
  background-position: left;
  background-image: url(../images/CCNY_events-e1625548814315.png);
  background-repeat: no-repeat;
  padding-top: 10px;
}
.footer-events .num-date span, .footer-news .num-date span {
  display: block;
}
.footer-events .num-date .digits, .footer-news .num-date .digits {
  font-size: 36px;
  line-height: 40px;
}
.footer-events .num-date .day, .footer-news .num-date .day {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-events .title, .footer-news .title {
  font-weight: 900;
  line-height: 1;
  color: #000000b3;
  padding-bottom: 3px;
}
.footer-events .more, .footer-news .more {
  font-weight: 900;
}
.footer-events .vc_col-sm-9, .footer-news .vc_col-sm-9 {
  width: 24%;
}
.footer-events h3, .footer-events h4, .footer-news h3, .footer-news h4 {
  letter-spacing: 3px;
  font-size: 18px;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: "helveticaregular";
  width: 49%;
  display: inline-block;
}
.footer-events h3, .footer-news h3 {
  width: 75.2%;
}
.footer-events.four, .footer-news.four {
  background: #FFF;
  margin-top: -144px;
}
.footer-events.four h3, .footer-news.four h3 {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}
.footer-events h4, .footer-news h4 {
  width: 24%;
}
@media (max-width: 550px) {
  .footer-events h4, .footer-news h4 {
    margin-top: 0;
    width: auto;
  }
}
.footer-events .bydate, .footer-events .bycategory, .footer-news .bydate, .footer-news .bycategory {
  display: inline-block;
  vertical-align: top;
}
.footer-events .bydate p, .footer-events .bycategory p, .footer-news .bydate p, .footer-news .bycategory p {
  margin-top: 0;
}
.footer-events .bydate span, .footer-events .bycategory span, .footer-news .bydate span, .footer-news .bycategory span {
  display: block;
}
.footer-events .bydate, .footer-news .bydate {
  width: 25%;
}
.footer-events .bycategory, .footer-news .bycategory {
  width: 68%;
}
.footer-events .viewby, .footer-news .viewby {
  margin-left: 4%;
  font-weight: 900;
}
@media (max-width: 550px) {
  .footer-events .viewby, .footer-news .viewby {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .footer-events {
    margin-bottom: 100px;
  }
}
@media (max-width: 550px) {
  .footer-events, four {
    margin-bottom: 0px;
  }
}
.blog .footer-events .wpb_column {
  display: block;
}
.footer-news .story {
  width: 20%;
}
@media (max-width: 550px) {
  .footer-news .story {
    width: 45%;
    padding-bottom: 20px;
  }
}
.footer-news .story a {
  color: #000;
}
.footer-news .story .title {
  font-family: "Georgia Regular";
  font-size: 18px;
  font-weight: 100;
  line-height: 22px;
  font-size: 20px;
}
.footer-news .story .category {
  font-weight: 900;
  line-height: 1;
  color: #197ccb;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.footer-news .story .category a {
  color: #197ccb;
}
.footer-news .cols {
  padding-bottom: 50px;
}
@media (max-width: 550px) {
  .footer-news .cols {
    flex-wrap: wrap;
  }
}
.footer-news h3, .footer-news h4 {
  margin-bottom: 0;
}
#videoBG {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
}
@media (max-width: 550px) {
  #videoBG {
    display: none;
    width: 108%;
  }
}
#videoBG.mobilehome {
  display: none;
}
@media (max-width: 550px) {
  #videoBG.mobilehome {
    display: block;
  }
}
#home-icons .wpb_wrapper .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-icons .home-icon {
  font-weight: 100;
  font-family: "helveticaregular";
  font-size: 18px;
  text-align: center;
  background-color: #006dc6;
  line-height: normal;
  width: 32%;
  padding: 20px 10px 10px 10px;
  color: #FFF;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
#home-icons .home-icon img {
  height: 100px;
  display: block;
  margin: auto;
  padding-bottom: 10px;
}
#home-icons .home-icon .hover-img {
  display: none;
}
@media (max-width: 768px) {
  #home-icons .home-icon {
    width: 49%;
  }
}
#home-icons .home-icon a {
  color: #FFF;
}
#home-icons .home-icon a:hover {
  text-decoration: none;
}
#home-icons .home-icon:hover {
  background-color: #FFF;
  cursor: pointer;
}
#home-icons .home-icon:hover .hover-img {
  display: block;
}
#home-icons .home-icon:hover .main-img {
  display: none;
}
#home-icons .home-icon:hover a {
  color: #006dc6;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-container h2 {
  background: white !important;
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0.6727065826) 100%) !important;
  border: none !important;
  border-color: linear-gradient(90deg, white 81%, rgba(255, 255, 255, 0.6727065826) 100%) !important;
}
.vc_tta-panel p, .vc_tta-panel .vc_btn3-container {
  padding-left: 5.5%;
  margin-top: 0;
  padding-right: 5.5%;
  font-size: 16px;
  line-height: 24px;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #d0af2a !important;
}
.feedzy-rss {
  transition: transform 0.2s;
  /* Animation */
}
.feedzy-rss .rss_item .rss_image .fetched {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.feedzy-rss:hover {
  transform: scale(1.075);
}
.feedzy-rss .rss_item .rss_image {
  width: auto !important;
  height: auto !important;
  margin: 0;
}
.feedzy-rss .rss_item .rss_image span {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.feedzy-rss .rss_item .rss_image a {
  width: 375px !important;
  height: 210px !important;
  display: block !important;
}
.feedzy-rss .rss_item {
  padding: 0 !important;
}
.rss-date {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Georgia Regular";
  font-size: 26px;
  line-height: 31px;
  font-weight: 100;
}
.home pre, .page-id-287412 pre {
  background-color: #e6f0f9 !important;
  margin: 0;
  overflow: hidden;
}
.rsswidget {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Georgia Regular";
  font-size: 26px;
  line-height: 31px;
  font-weight: 100;
}
.rssSummary {
  margin-top: 10px;
}
a.rsswidget:hover {
  color: #015294;
}
#home-just-love .vc_col-sm-12 {
  max-width: 990px;
  margin: auto;
}
#home-just-love .vc_column_container > .vc_column-inner, #home-just-love pre {
  padding: 0;
}
#home-just-love .vc_wp_rss {
  margin-bottom: 15px;
}
#home-just-love .widget {
  margin-bottom: 0;
}
#home-just-love .widgettitle {
  display: none;
}
#home-just-love .widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-just-love .alignleft {
  margin-right: 20px;
  vertical-align: top;
  box-shadow: #0000003d -2px 3px 2px 0px;
  -webikit-box-shadow: #0000003d -2px 3px 2px 0px;
  width: 100px;
  border-radius: 100%;
}
#home-just-love h3 {
  font-family: "helveticaregular";
  margin: 10px 0 0 0;
  color: #0A316A;
  letter-spacing: 2px;
  font-size: 34px;
  padding-bottom: 10px;
  font-weight: 900;
}
#home-just-love p {
  font-family: "helveticaregular";
  margin: 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
#home-just-love .fetched {
  margin-left: 0;
}
#home-just-love #home-just-love-summary ul {
  margin: 0;
  padding: 0;
}
#home-just-love #home-just-love-summary ul:before, #home-just-love #home-just-love-summary ul:after {
  content: none;
}
#home-just-love #home-just-love-summary li {
  font-family: "helveticaregular";
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
#home-just-love #home-just-love-summary a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  font-family: "Georgia Regular";
  line-height: 28px;
  font-weight: bold;
}
#home-just-love #home-just-love-link .vc_col-sm-2 {
  width: 10.666666%;
}
#home-just-love #home-just-love-link p {
  font-size: 16px;
  font-weight: 900;
}
#home-just-love #home-jl-icon {
  width: 50px;
}
#home-just-love .feedzy-rss .title {
  display: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  margin-bottom: 1px;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  margin-bottom: 1px;
}
.vc_tta-panel:last-child i {
  display: none;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  -webkit-transform: rotate(270deg) translateY(25%) !important;
  transform: rotate(270deg) translateY(25%) !important;
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  -webkit-transform: rotate(360deg) translateY(25%) !important;
  transform: rotate(360deg) translateY(25%) !important;
}
.vc_custom_1624731284263:hover, .vc_custom_1624731302840:hover, .vc_custom_1624731353677:hover {
  background-color: #015294 !important;
  color: #FFF;
}
.vc_custom_1624731284263:hover a, .vc_custom_1624731302840:hover a, .vc_custom_1624731353677:hover a {
  color: #FFF !important;
}
.vc_custom_1624731284263:hover h2, .vc_custom_1624731284263:hover p, .vc_custom_1624731302840:hover h2, .vc_custom_1624731302840:hover p, .vc_custom_1624731353677:hover h2, .vc_custom_1624731353677:hover p {
  color: #FFF !important;
}
.page-id-141499 #get-involved p, .page-id-141499 #get-involved a {
  font-weight: 900;
}
/* Events */
.single-events .width {
  margin: 0 10%;
}
.single-events h3 {
  text-align: center;
}
.single-events .event, .single-events .date {
  display: inline-block;
  margin-bottom: 30px;
  width: 33%;
}
.single-events .event .title, .single-events .date .title {
  width: 100%;
}
.single-events .event .num-date, .single-events .date .num-date {
  color: #000000b3;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-bottom: 200px;
  margin-right: 25px;
  height: 147px;
  width: 67px;
  float: left;
  text-align: center;
  background-position: left;
  background-image: url(../images/CCNY_events-e1625548814315.png);
  background-repeat: no-repeat;
  padding-top: 10px;
}
.single-events .event .num-date span, .single-events .date .num-date span {
  display: block;
}
.single-events .event .num-date .digits, .single-events .date .num-date .digits {
  font-size: 36px;
  line-height: 40px;
}
.single-events .event .num-date .day, .single-events .date .num-date .day {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.single-events .event .title, .single-events .date .title {
  font-weight: 900;
  line-height: 1;
  color: #000000b3;
  font-family: "helveticaregular", sans-serif;
  margin-bottom: 0px;
}
.single-events .event .more, .single-events .date .more {
  font-weight: 900;
}
.post-type-archive-events #main {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.post-type-archive-events #content h3 {
  text-align: center;
  font-size: 36px;
}
.post-type-archive-events .event, .post-type-archive-events .date {
  display: inline-block;
  margin-bottom: 30px;
  width: 33.33%;
  padding-right: 15px;
}
.post-type-archive-events .event .title, .post-type-archive-events .date .title {
  width: 100%;
}
.post-type-archive-events .event .num-date, .post-type-archive-events .date .num-date {
  color: #000000b3;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-bottom: 100px;
  margin-right: 25px;
  height: 147px;
  width: 67px;
  float: left;
  text-align: center;
  background-position: left;
  background-image: url(../images/CCNY_events-e1625548814315.png);
  background-repeat: no-repeat;
  padding-top: 10px;
}
.post-type-archive-events .event .num-date span, .post-type-archive-events .date .num-date span {
  display: block;
}
.post-type-archive-events .event .num-date .digits, .post-type-archive-events .date .num-date .digits {
  font-size: 36px;
  line-height: 40px;
}
.post-type-archive-events .event .num-date .day, .post-type-archive-events .date .num-date .day {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.post-type-archive-events .event .title, .post-type-archive-events .date .title {
  font-weight: 900;
  line-height: 1;
  color: #000000b3;
  font-family: "helveticaregular", sans-serif;
  margin-bottom: 0px;
}
.post-type-archive-events .event .more, .post-type-archive-events .date .more {
  font-weight: 900;
}
.post-type-archive-events .site-content {
  margin: 0 10% 35px 10%;
}
.post-type-archive-events .site-footer .site-info .footer-top {
  margin-top: -100px;
}
.post-type-archive-job {
  color: rgba(0, 0, 0, 0.7);
}
.post-type-archive-job p {
  color: rgba(0, 0, 0, 0.7);
}
.post-type-archive-job #content h2 {
  font-size: 32px;
  color: #076bb6;
}
.post-type-archive-job .feather-map-pin, .post-type-archive-job .feather-clock {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.post-type-archive-job #content h3 {
  font-size: 32px;
  color: #076bb6;
  margin-top: 0;
  margin-bottom: 20px;
}
.post-type-archive-job #content .how-to-apply {
  background: #006ec7;
  color: #FFF;
  padding: 20px;
  margin-top: 40px;
}
.post-type-archive-job #content .how-to-apply a {
  color: #FFF;
  text-decoration: underline;
}
.post-type-archive-job #content .how-to-apply h3 {
  font-family: "helveticaregular", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #FFF;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.post-type-archive-job #content i {
  font-size: 24px;
  padding-top: 5px;
}
.post-type-archive-job .job {
  margin: 30px 0;
}
.post-type-archive-job .job .job-short {
  border: 1px solid #ccc;
  padding: 20px;
}
.post-type-archive-job .job .title {
  width: 50%;
  display: inline-block;
  font-weight: 900;
}
.post-type-archive-job .job .posted {
  width: 49%;
  text-align: right;
  display: inline-block;
}
.post-type-archive-job .job .site {
  width: 25%;
  display: inline-block;
  margin-top: 10px;
}
.post-type-archive-job .job .job-type {
  width: 25%;
  display: inline-block;
}
@media (max-width: 768px) {
  .post-type-archive-job .job .job-type {
    width: 33%;
  }
}
.post-type-archive-job .job .closed-hidden {
  display: none;
}
.post-type-archive-job .job .classification {
  margin-top: 10px;
}
.post-type-archive-job .job .learn-more, .post-type-archive-job .job .apply-now {
  width: 48%;
  text-align: right;
  display: inline-block;
}
.post-type-archive-job .job .learn-more span, .post-type-archive-job .job .apply-now span {
  background: #006ec7;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
  color: #e6f0f9;
  margin-left: 1%;
  padding: 5px 40px;
}
.post-type-archive-job .job .apply-now {
  display: none;
}
@media (max-width: 550px) {
  .post-type-archive-job .job .apply-now {
    width: 100%;
    margin-top: 10px;
  }
}
.post-type-archive-job .job .expand {
  margin-top: 10px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.post-type-archive-job .job .close-description {
  padding-right: 20px;
  color: #006ec7;
  position: absolute;
  right: 5%;
  cursor: pointer;
  font-size: 24px;
  margin-top: -10px;
}
.post-type-archive-job .job .job-description {
  padding-right: 40px;
}
.post-type-archive-job .page-header {
  display: none;
}
.post-type-archive-job .job-filters {
  width: 20%;
  margin-top: 30px;
}
.post-type-archive-job .job-filters item {
  display: block;
}
.post-type-archive-job .job-filters h4 {
  margin: 30px 0 0px 0;
  font-size: 18px;
  font-weight: 900;
  color: #404040;
  font-family: "helveticaregular", sans-serif;
}
.post-type-archive-job .jobs-area {
  width: 75%;
}
.post-type-archive-job .site-main {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  margin-bottom: 150px;
}
.postid-174617 .single-events .special-event-content .committee ul {
  column-count: 1 !important;
}
.single-events .normal-event-content {
  margin: 0px 10% 130px 10%;
  font-size: 16px;
  vertical-align: top;
}
.single-events .normal-event-content .video-holder {
  float: left;
  max-width: 68%;
  margin-right: 40px;
  margin-bottom: 50px;
}
.single-events .normal-event-content h1 {
  font-size: 36px;
  text-align: center;
}
.single-events .normal-event-content h3 {
  text-align: left;
  font-size: 18px;
}
.single-events .normal-event-content .date {
  display: block;
  vertical-align: top;
  padding-bottom: 60px;
}
.single-events .normal-event-content .date .num-date {
  margin-bottom: 0px;
}
.single-events .normal-event-content .content {
  clear: both;
  margin-bottom: 50px;
}
.single-events .normal-event-content .feature-photos {
  display: flex;
  padding: 0 9%;
}
.single-events .normal-event-content .feature-photos img {
  max-width: 300px;
  height: 160px;
  margin: 15px;
}
.single-events .normal-event-content .entry-content {
  margin-left: 95px;
  padding-bottom: 35px;
  display: flex;
  justify-content: left;
}
.single-events .normal-event-content .entry-content .ebody {
  display: block;
  width: 50%;
  margin-right: 10%;
  display: inline-block;
  vertical-align: top;
}
.single-events .normal-event-content .entry-content .committee, .single-events .normal-event-content .entry-content .sponsors {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.single-events .normal-event-content .entry-content .committee h4, .single-events .normal-event-content .entry-content .sponsors h4 {
  font-size: 22px;
  margin-top: 0;
}
.single-events .normal-event-content .button {
  padding: 10px 20px;
  display: block;
  width: 121px;
  background-color: #006ec7;
  color: #FFF;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  text-align: center;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.single-events .normal-event-content .calendar a {
  display: block;
}
.single-events .normal-event-content .calendar {
  margin: 30px 0 30px;
  font-size: 16px;
}
.single-events .special-event-content {
  font-size: 16px;
  vertical-align: top;
}
.single-events .special-event-content .event-gallery {
  background: #e6f0f9;
  padding-bottom: 160px;
}
.single-events .special-event-content .event-gallery .slick-list {
  margin: 0 10%;
}
.single-events .special-event-content .event-gallery .slick-list .slick-slide {
  margin: 0 5px;
}
.single-events .special-event-content .event-gallery .slick-prev {
  left: 100px;
  color: #066fca;
}
@media (max-width: 650px) {
  .single-events .special-event-content .event-gallery .slick-prev {
    left: 10px;
  }
}
.single-events .special-event-content .event-gallery .slick-next {
  right: 100px;
  color: #066fca;
}
@media (max-width: 650px) {
  .single-events .special-event-content .event-gallery .slick-next {
    right: 15px;
  }
}
.single-events .special-event-content .event-gallery h4 {
  color: #056fc9;
  text-align: center;
  margin: 0;
  padding: 50px;
}
.single-events .special-event-content .event-gallery .video {
  width: 60%;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.single-events .special-event-content .event-gallery .video span {
  padding: 0 12%;
}
.single-events .special-event-content .event-gallery .video p {
  font-size: 20px;
  color: #056ec8;
  margin-top: 0px;
}
.single-events .special-event-content .event-gallery .video iframe {
  margin-top: 20px;
}
.single-events .special-event-content .committee {
  background: #eae7e8;
  text-align: center;
  padding: 0px 16% 50px 19%;
}
.single-events .special-event-content .committee table {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.single-events .special-event-content .committee h4 {
  color: #056fc9;
  width: 100%;
  font-size: 32px !important;
  text-align: center;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 20px;
}
.single-events .special-event-content .committee ul {
  display: inline-block;
  margin: 10px;
  padding: 0 0 30px 0;
}
.single-events .special-event-content .committee ul li {
  list-style: none;
  text-align: center;
  padding-top: 0px;
}
.single-events .special-event-content .video-holder {
  float: left;
  max-width: 68%;
  max-height: 435px;
  overflow: hidden;
  margin-bottom: 50px;
}
.single-events .special-event-content h1 {
  font-size: 60px;
  text-align: center;
  color: #016fc8;
}
.single-events .special-event-content h3 {
  text-align: left;
  font-size: 18px;
}
.single-events .special-event-content .date {
  display: block;
  vertical-align: top;
  padding-bottom: 30px;
  float: right;
  font-size: 20px;
  width: 30%;
}
.single-events .special-event-content .content {
  clear: both;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
  font-family: "Georgia Regular";
}
.single-events .special-event-content .content p {
  font-family: "Georgia Regular";
  font-size: 32px;
  line-height: 34px;
}
.single-events .special-event-content .content p:nth-child(2), .single-events .special-event-content .content p:nth-child(3), .single-events .special-event-content .content p:nth-child(4) {
  font-family: "helveticaregular", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
}
.single-events .special-event-content .content div {
  text-align: center;
  color: #056fc9;
  font-size: 30px;
  margin-top: 36px;
}
.single-events .special-event-content .feature-photos {
  display: flex;
  padding: 0 9%;
  margin-bottom: 35px;
}
.single-events .special-event-content .feature-photos img {
  max-width: 300px;
  height: 160px;
  margin: 15px;
}
.single-events .special-event-content .entry-content {
  display: flex;
  justify-content: space-between;
}
.single-events .special-event-content .entry-content .ebody {
  display: block;
  width: 50%;
  margin-right: 10%;
  display: inline-block;
  vertical-align: top;
}
.single-events .special-event-content .entry-content .committee, .single-events .special-event-content .entry-content .sponsors {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.single-events .special-event-content .entry-content .committee h4, .single-events .special-event-content .entry-content .sponsors h4 {
  font-size: 22px;
  margin-top: 0;
}
.single-events .special-event-content .button {
  padding: 10px 20px;
  background-color: #006ec7;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  width: 141px;
  background-color: #006ec7;
  color: #FFF;
  margin-top: 15px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.single-events .special-event-content .calendar a {
  display: block;
}
.single-events .special-event-content .calendar, .single-events .special-event-content .rsvp-invitation {
  margin: 10px 0 30px;
  font-size: 16px;
}
.single-events .site-footer .site-info .footer-top {
  margin-top: -170px;
  height: 520px;
}
.single-events .site-footer .site-info .footer-top .bluefoot {
  padding-top: 225px;
}
.single-events .footer-events .cols {
  padding-bottom: 10px;
}
.postid-200122 .entry-footer, .postid-174617 .entry-footer, .post-174617 .entry-footer, .postid-174687 .entry-footer, .postid-88182 .entry-footer {
  margin-top: 0;
}
.postid-88182 .single-events .special-event-content .content {
  background: #eae7e8 !important;
}
.postid-88182 .single-events .special-event-content .committee {
  background: white !important;
}
.post-174617 .special-event-content .committee {
  justify-content: space-around;
}
.post-174617 .special-event-content .committee ul {
  width: 30%;
  vertical-align: top;
}
.post-174617 .special-event-content .committee ul img {
  webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  top: -4px !important;
  border-width: 10px !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 70px !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 26px !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 40px !important;
}
.events .tabs {
  display: flex;
  overflow: hidden;
}
.events .tabs a {
  display: flex;
  width: 25%;
  background-color: #016fc8;
  color: #FFF;
  text-align: center;
  padding-top: 12px;
  box-shadow: -38px 27px 43px -39px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: -38px 27px 43px -39px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: -38px 27px 43px -39px rgba(0, 0, 0, 0.75) inset;
  padding: 12px 5% 15px 5%;
  text-decoration: none;
  font-weight: 900;
  line-height: 20px;
}
.events .tabs a .event-button {
  display: flex;
  align-items: center;
}
.single-events h1.title.blue img {
  position: absolute;
  margin-top: -30px;
}
.events .tabs a.active {
  background: #FFF;
  color: #016fc8;
}
.events .tabs a.not-active1 {
  background: #016fc8;
  color: #FFF;
}
.events .tabs a.not-active2 {
  background: #015294;
  color: #FFF;
}
.events .tabs a.not-active3 {
  background: #004681;
  color: #FFF;
}
h1.title.blue img {
  vertical-align: middle;
  margin-left: 40PX;
}
.single-events h2 {
  font-size: 32px;
  color: #076bb6;
  text-align: center;
}
.reports {
  padding: 35px 100px !important;
}
.event-address {
  line-height: 22px;
}
.postid-174617.single-events .special-event-content .event-gallery .video {
  width: 100% !important;
  display: block !important;
}
.vc_custom_1632848250985, .vc_custom_1632850783388, .vc_custom_1632850894391, .vc_custom_1632850907276, .vc_custom_1632860178387, .mobile-car, .mobile {
  display: none;
}
.search-results .load-more-news {
  display: none;
}
.search-results .title.blue {
  text-transform: capitalize;
}
.search-results .site-content {
  max-width: 990px;
  margin: auto;
}
.search-results .site-content .page-title {
  font-size: 32px;
  color: #076bb6;
  text-align: center;
}
.search-results .site-content .page-title span {
  text-transform: capitalize;
}
.search-results .site-content img {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  transition: transform 0.2s;
}
.search-results .site-content img:hover {
  transform: scale(1.075);
}
.single-events .video p {
  min-width: 211px;
}
/* .page-id-214462 .site-header {  height:500px;
	.appeals-titles {display:flex;
		
	h1 { width:50%; display:inline-block; font-size:40px; line-height: inherit; }
	.appeals-header-secondary { color:#FFF; font-family: 'Georgia Regular'; font-size:18px; width: 80%;
    margin: auto; }
	}
	.donation-form { width: 44%; display:inline-block; background:#FFF; padding:20px 1% 20px 3%; margin-right:5%;
		h4 { margin:0 0 20px 0; font-size:24px; }
		selector { display:flex; flex-wrap:wrap;
			span{ 
				margin-bottom:15px; width:20%; margin-right:5%; padding:10px 0; cursor:pointer;
				display:inline-block; border:1px solid #000; text-align:center; vertical-align:middle; font-size: 19px;
    font-weight: 100;
				&.choose-text { border:none; font-size:14px; text-align:left; line-height:16px; display:inline; }
				&.active { border-color: #006cc6; color:#006cc6; }
				&:hover { border-color: #006cc6; color:#006cc6; }
			}
		}
		.choose{
						input[type="text"], input[type="text"]:focus { width: 100%;
    border: none; 
			}
		}
		buttons { font-size:14px; 
			input[type="submit"]{
				float: right;
    margin-top: -26px;
    margin-right: 5%;
    background: #006cc6;
    color: #FFF;
				padding-top:5px;
			}
		}
	}
} */
@media (max-width: 1025px) {
  .wwd-numbers {
    margin-top: 65px;
  }
  .wwd-numbers p {
    margin-top: 60px;
  }
  .single-stories .other-stories .blocks {
    width: 100% !important;
  }
  .single-stories .other-stories .blocks a {
    width: 21% !important;
  }
  .single-stories .other-stories .blocks a#story-154820 {
    background-size: 83% !important;
  }
  .single-stories .other-stories .blocks a#story-130275 {
    background-size: 70% !important;
  }
}
@media (max-width: 770px) {
  .post-type-archive-job .site-main {
    flex-wrap: wrap !important;
  }
  .post-type-archive-job .job-filters {
    width: 100% !important;
  }
  .post-type-archive-job .job-filters h4 {
    margin-top: 10px !important;
  }
  .locations-filter {
    width: 35%;
    float: left;
    margin-bottom: 25px;
  }
  .job-type-filter {
    width: 29%;
    float: left;
    margin-top: -43px;
  }
  .education-level-filter {
    width: 28%;
    float: left;
    margin-top: -40px;
  }
  .post-type-archive-job #content .how-to-apply {
    clear: both;
  }
  .post-type-archive-job .jobs-area {
    width: 100% !important;
  }
  .single-stories .content-right {
    margin-right: 4.5% !important;
    width: 30% !important;
  }
  .single-stories .content-right .excerpt {
    font-size: 24px !important;
    padding-left: 30px;
    padding-right: 20px;
  }
  .single-stories .other-stories .blocks a {
    width: 23% !important;
    height: 175px !important;
    margin: 1% !important;
  }
  #home-news .category {
    margin-top: 10px;
  }
  #home-just-love .wpb_text_column:first-child p:last-child {
    padding-left: 35%;
  }
  .blog .news-half .img-container, #home-news .news-half .img-container, .category .news-half .img-container, .archive .news-half .img-container {
    width: 340px !important;
  }
  .blog .news-half, #home-news .news-half, .category .news-half, .archive .news-half {
    width: 50% !important;
  }
  .blog .news-archive, #home-news .news-archive, .category .news-archive, .archive .news-archive {
    width: 95%;
  }
  .blog .news-slider-half:nth-child(even), #home-news .news-slider-half:nth-child(even), .category .news-slider-half:nth-child(even), .archive .news-slider-half:nth-child(even) {
    height: 270px !important;
  }
  .archive-news-slider-title {
    line-height: 29px;
    font-size: 26px;
  }
  .site-footer .site-info .footer-bottom {
    overflow-x: hidden;
  }
  #home-just-love-summary {
    width: 100% !important;
  }
  .site-footer .site-info .footer-bottom .location {
    width: 22%;
  }
  .footer-events .vc_col-sm-9, .footer-news .vc_col-sm-9 {
    width: 50%;
  }
  .page-id-12 .vc_custom_1621829810820, .page-id-12 .vc_custom_1621829825644 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
  }
  .page-id-12 .vc_custom_1615827615765 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-id-540 .vc_custom_1615827268383 {
    margin: 0 !important;
  }
  .page-id-540 .vc_custom_1615827399231 {
    padding: 15px !important;
    margin: 0 !important;
  }
  .wwd-numbers {
    margin-top: 33px;
  }
  .impact-numbers {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .wwd-number-descrip {
    margin-bottom: 0 !important;
  }
  .site-footer .site-info .footer-middle span {
    width: 50%;
    padding: 20px 0px 20px 35px;
  }
  .site-footer .site-info form {
    padding-top: 12px;
  }
  .site-footer .site-info .footer-bottom .location i {
    padding: 5px 10px 18px 5px;
  }
  .post-520 .vc_custom_1625156964458 {
    margin: 0 !important;
  }
  .post-520 .vc_custom_1625156602361 {
    padding: 0 !important;
  }
  .post-520 .vc_col-sm-6 {
    width: 100% !important;
  }
  #mapback {
    padding: 0 !important;
    margin: 0 !important;
    left: none !important;
  }
  .post-520 .vc_col-sm-4 {
    width: 50% !important;
  }
  .history-hide {
    display: none !important;
  }
  .page-id-520 .vc_custom_1625610648199 {
    padding-bottom: 100px !important;
  }
  #mapback:after {
    display: none;
  }
}
@media (max-width: 550px) {
  .blog .news-slider-half, .category .news-slider-half, .archive .news-slider-half {
    width: 100%;
    position: relative;
  }
  .news-slider-half:nth-child(even) {
    height: 250px;
    width: 100%;
    margin: 0px;
  }
  .blog .archive-item, .category .archive-item, .archive .archive-item {
    display: block;
  }
  .blog .archive-item:nth-child(odd) .news-half:nth-child(1), .blog .archive-item:nth-child(odd) .news-half:nth-child(2) {
    width: 100%;
  }
  .single-stories .other-stories .blocks a .story-title {
    height: 175px !important;
  }
  .renewal-archive-set-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .renewal-text {
    width: 100% !important;
  }
  .renewal-image {
    width: 100% !important;
  }
  .renewal-image .wpb_single_image.vc_align_right {
    text-align: center !important;
  }
  .post-154905 .entry-content h1 {
    margin-bottom: 285px !important;
  }
  .single-stories .site-footer .site-info .footer-top {
    padding-top: 0px !important;
  }
  .events .tabs a {
    line-height: 17px;
    font-size: 14px;
  }
  .our-mission {
    padding-top: 15px;
  }
  .history-timeline h5 {
    line-height: 28px;
  }
  .renewal-content h2 {
    margin-top: -32px !important;
  }
  .page-id-214509 #footer-story-block, .page-id-287186 #footer-story-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0px !important;
  }
  .page-id-214509 #footer-story-block2, .page-id-287186 #footer-story-block2 {
    padding: 0px !important;
  }
  .page-id-214509 .site-footer .site-info .footer-top {
    padding-top: 0px !important;
  }
  .reports {
    padding: 35px 15px !important;
  }
  .mobile {
    display: block !important;
  }
  .vc_custom_1623274175222 {
    padding-right: 0px !important;
    padding-left: 20px !important;
  }
  .single-events .site-footer {
    margin-top: 135px !important;
  }
  .single-events .normal-event-content h1 {
    line-height: 38px !important;
  }
  .single-events .normal-event-content .entry-content {
    display: block;
  }
  .single-events .normal-event-content .entry-content .ebody, .single-events .normal-event-content .entry-content .committee, .single-events .normal-event-content .entry-content .sponsors {
    width: 100% !important;
  }
  .single-events .date {
    width: 100% !important;
  }
  .post-type-archive-events .event {
    margin-bottom: 0px;
    width: 100%;
  }
  .vc_tta .vc_tta-controls-icon {
    width: 18px !important;
  }
  .history-text {
    margin-bottom: 20px !important;
  }
  .history-video {
    margin: -20px 0;
  }
  .post-520 h2 {
    text-align: center;
  }
  .top-article {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .feeding-image {
    margin-bottom: 0px !important;
  }
  .wwd-numbers p {
    margin-top: 0px;
  }
  .wwd-numbers {
    margin-top: 0px;
  }
  .vc_custom_1623795127348 {
    padding-top: 20px;
  }
  .vc_custom_1631896484275 {
    padding-bottom: 25px;
  }
  .single-stories iframe {
    height: 225px !important;
  }
  .single-stories .entry-content h1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .single-post .site-footer .site-info .footer-top {
    margin-top: -50px !important;
  }
  .footer-news .story {
    width: 100% !important;
  }
  .footer-news h4 {
    padding-top: 0px !important;
  }
  .footer-news img {
    max-height: 168px !important;
    width: 300px;
  }
  .footer-news .vc_col-sm-9 {
    width: 100% !important;
  }
  .single-post .content-left {
    width: 100% !important;
    padding: 15px !important;
  }
  .single-post .sidebar {
    width: 91% !important;
    margin-top: 50px !important;
  }
  .blog .news-half, .cateogry .news-half, .archive .news-half {
    padding-bottom: 4%;
  }
  .blog .archive-item:nth-child(odd) .news-half:nth-child(2), .category .archive-item:nth-child(odd) .news-half:nth-child(2), .archive .archive-item:nth-child(odd) .news-half:nth-child(2) {
    text-align: left !important;
  }
  .volunteer-title h2 {
    line-height: 36px;
  }
  .page-id-12 .site-header {
    background-position-x: 42% !important;
  }
  h1.title.blue {
    line-height: 48px;
  }
  .locations-filter {
    width: 55%;
    float: left;
    margin-bottom: 20px;
  }
  .job-type-filter {
    width: 40%;
    float: left;
    margin-top: -39px;
  }
  .education-level-filter {
    width: 100%;
    margin-top: 0;
    float: none;
  }
  .single-stories .other-stories .blocks a:hover .story-title {
    padding-top: 35px !important;
  }
  .single-stories .blue-box {
    display: none !important;
  }
  .single-stories .entry-content {
    max-width: 100% !important;
    margin: 20px !important;
  }
  .single-stories .content-right {
    margin-right: 0 !important;
    width: 100% !important;
    margin-top: 35px !important;
    padding-left: 20px;
    margin-bottom: 0px !important;
  }
  .single-stories .other-stories .blocks a {
    width: 46% !important;
    height: 225px !important;
    margin: 2% !important;
  }
  .post-141499 #home-story-block, #footer-story-block {
    margin-top: 0px !important;
  }
  .history-line, .history-line-right {
    display: flex;
    flex-wrap: wrap;
  }
  .history-line-right {
    flex-direction: column-reverse;
  }
  .page-id-141499 .site-footer .site-info .footer-top .bluefoot {
    padding-top: 35px !important;
  }
  .site-footer .site-info .footer-top .bluefoot {
    padding-top: 0 !important;
  }
  .single-events .special-event-content .video-holder {
    max-width: 100%;
  }
  .single-events .special-event-content .date {
    width: 100%;
  }
  .single-events .date .num-date {
    margin-bottom: 135px;
  }
  .post-174617 .special-event-content .committee ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-events h1.title.blue img {
    display: none;
  }
  .footer-events .cols {
    display: grid;
  }
  .footer-events .vc_col-sm-9 {
    width: 100%;
  }
  .site-header .title {
    line-height: 62px;
  }
  .vc_custom_1632847648402, .vc_custom_1632845030377, .vc_custom_1632860080515, .vc_custom_1632859958807, .computer {
    display: none;
  }
  .vc_custom_1632848250985, .vc_custom_1632850783388, .vc_custom_1632850894391, .vc_custom_1632850907276, .vc_custom_1632860178387, .mobile-car, .mobile {
    display: block !important;
  }
  .blog .archive-item, #home-news .archive-item, .category .archive-item, .archive .archive-item {
    flex-wrap: wrap;
    text-align: left;
  }
  .blog .news-half, #home-news .news-half, .category .news-half, .archive .news-half {
    width: 95% !important;
    margin: auto;
  }
  #home-just-love {
    padding: 0 5%;
  }
  #home-news .archive-item:nth-child(odd) .news-half:first-child, .blog .archive-item:nth-child(odd) .news-half:first-child, .category .archive-item:nth-child(odd) .news-half:first-child, .archive .archive-item:nth-child(odd) .news-half:first-child {
    order: 2;
  }
  #home-news .news-archive {
    text-align: center;
  }
  .blog .news-slider-half:nth-child(even), #home-news .news-slider-half:nth-child(even), .category .news-slider-half:nth-child(even), .archive .news-slider-half:nth-child(even) {
    padding-left: 5% !important;
  }
  .blog .news-slider-half, #home-news .news-slider-half, .category .news-slider-half, .archive .news-slider-half {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .page-id-141499 .volunteer-involved {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .page-id-141499 .wpb_single_image.vc_align_left {
    text-align: center !important;
    margin-bottom: 25px;
  }
  .page-id-520 .wpb_single_image.vc_align_right {
    text-align: left !important;
  }
  .site-header {
    height: 300px;
  }
  .site-footer .site-info .footer-middle span {
    width: 100%;
    text-align: center;
    padding: 25px 20px 20px 20px;
  }
  .site-footer .site-info .footer-top .bluefoot span {
    width: 100%;
  }
  .site-footer .site-info .footer-top {
    height: 920px !important;
  }
  .site-footer .site-info .footer-middle {
    height: 440px;
    width: 75%;
  }
  .site-footer .site-info .footer-middle .email {
    width: 200px;
  }
  .site-footer .site-info .footer-middle input[type="submit"] {
    margin-top: 30px;
  }
  .site-footer .site-info .footer-middle .emailformzip {
    width: 200px;
    margin-right: 0px;
    text-align: left;
    padding-left: 7px;
  }
  .site-footer .site-info .footer-top .bluefoot span a {
    width: 281px;
    margin: auto;
    margin-top: 15px;
  }
  .site-footer .site-info .footer-bottom {
    width: 56%;
  }
  .site-footer .site-info form {
    text-align: center;
  }
  .site-footer .site-info .footer-bottom .location {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer .site-info .footer-bottom .footmenu {
    width: 100%;
  }
  .site-footer .site-info .footer-bottom .footmenu nav {
    width: 100%;
  }
  .site-footer .site-info .footer-bottom .footmenu nav ul {
    margin-left: 35px;
    margin-bottom: 0;
  }
  .site-footer .site-info .footer-bottom .logo {
    float: left;
    width: 100%;
  }
  #home-story-block .home-story, #footer-story-block .home-story {
    padding-top: 20px;
  }
  #home-story-block .home-story .excerpt, #footer-story-block .home-story .excerpt {
    font-size: 21px;
    margin-left: 5%;
    margin-bottom: 0px;
    line-height: 25px;
  }
  #home-story-block .home-story .story-right, #footer-story-block .home-story .story-right {
    bottom: 0;
    top: auto;
    height: 44%;
    right: -66px;
    left: auto;
  }
  .post-520 .vc_col-sm-4 {
    width: 100% !important;
  }
  .vc_custom_1625697557012 {
    margin: 0 !important;
  }
  .post-520 .vc_custom_1625610648199 {
    padding-bottom: 100px !important;
  }
  .home .site-header, .page-id-287412 .site-header {
    height: 375px;
  }
  .vc_custom_1625784279553 {
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .post-type-archive-job .job .title, .post-type-archive-job .job .posted, .post-type-archive-job .job .expand {
    width: 100% !important;
    text-align: left !important;
  }
  .post-type-archive-job .job .site {
    width: 50% !important;
  }
  .single-stories .video-holder {
    left: 5.5% !important;
    top: 13% !important;
    width: 88% !important;
  }
  .single-stories .other-stories .blocks a {
    height: 175px !important;
  }
}
.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
  display: none;
}
.vc_custom_1625784279553 {
  padding-bottom: 100px;
}
.search #masthead {
  background-color: #093071;
}
.search .news-half {
  width: 45%;
  padding-right: 5%;
  display: inline-block;
}
.search .news-half a {
  display: inline-block;
}
.search .news-half .img-container {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  height: 210px;
  width: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
  /* Animation */
}
.search .news-half .img-container:hover {
  transform: scale(1.075);
}
.search .news-half:nth-child(even) {
  width: 55%;
  padding-right: 0;
  display: inline-block;
}
.search .site-footer .site-info .footer-top {
  margin-top: 0;
}
.search .entry-summary p {
  color: #404040;
  font-family: "helveticaregular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.search article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.search .button {
  cursor: pointer;
  width: 100%;
  border: 1px solid #006ec7;
  text-align: center;
  color: #006ec7;
  margin: auto;
  padding: 10px;
  margin-top: 30px;
}
.search .button:hover {
  background: #006ec7;
  color: #fff;
}
@media (max-width: 600px) {
  .search #content {
    padding: 10px 10%;
  }
  .search h1 {
    line-height: normal;
  }
  .search .news-half, .search .news-half:nth-child(even) {
    width: 100%;
  }
}
@media (max-width: 812px) {
  .wwd-numbers {
    margin-top: 50px;
  }
  .title-icon {
    position: absolute;
    left: 0px;
    margin-left: -55px;
    margin-top: 15px;
  }
  h2 {
    margin-top: 35px;
    line-height: 36px;
  }
  .site-footer .site-info .footer-top .bluefoot {
    padding-top: 28px !important;
  }
}
@media (max-width: 768px) {
  .mobile-wwd-top-text {
    padding-left: 7%;
    padding-right: 7%;
  }
  .mobile-wwd-top-title {
    padding-left: 15%;
    padding-right: 10%;
  }
  .mobile-wwd-top-title .title-icon {
    margin-left: 10px;
  }
  .wwd-toprow {
    padding-left: 0;
    padding-right: 0;
  }
  .wwd-numbers {
    margin-top: 50px;
  }
  .title-icon {
    position: absolute;
    left: 0px;
    margin-left: -35px;
    margin-top: 45px;
  }
  h2 {
    margin-top: 35px;
    line-height: 36px;
  }
  .site-footer .site-info .footer-top .bluefoot {
    padding-top: 28px !important;
  }
}
@media (min-width: 551px) and (max-width: 800px) {
  .single-events .special-event-content .committee ul {
    column-count: 1 !important;
  }
  .title-icon {
    margin-top: 35px;
  }
}
#frm_form_4_container .frm_button_submit {
  background: #015294;
  border: 1px solid #fff;
  border-radius: 0;
  color: #FFF;
  font-family: "helveticaregular";
}
.error404 .site-content {
  height: 500px;
  padding: 55px 120px 35px;
}
.error404 h2 {
  font-size: 32px;
  font-family: "Georgia Regular";
}
.mc-field-group {
  display: inline-block;
}
.slick-autoplay-toggle-button {
  display: none;
}
.nojobs {
  display: none;
}
.single-crisis h2 {
  text-align: center;
  color: #1d73b9;
  font-size: 32px;
}
.single-crisis p {
  font-size: 18px;
  line-height: 24px;
}
.single-crisis .food-button a {
  font-family: "helveticaneuelight" !important;
  font-weight: 100 !important;
  -webkit-box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0) !important;
  font-size: 30px !important;
  padding: 8px 5% !important;
  transition: 0.4s !important;
  margin-top: 15px !important;
}
.single-crisis .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern, .single-crisis .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
  background: #015294;
}
.vc_tta .vc_tta-controls-icon {
  width: 20px !important;
  height: 20px !important;
}
.postid-88182.single-events .special-event-content .committee {
  background-color: #fff;
}
.postid-88182 .content.sponsors {
  padding: 30px 0;
  margin-bottom: 0;
  background: #eae7e8;
  display: none;
}
.postid-88182.single-events .special-event-content .committee ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 600px) {
  .postid-88182.single-events .special-event-content .committee ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.postid-200122.single-events .special-event-content .committee ul {
  width: 30%;
}
@media (max-width: 820px) {
  .postid-200122.single-events .special-event-content .committee ul {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .postid-200122.single-events .special-event-content .committee ul {
    width: 90%;
  }
}
.modal-popup {
  display: none;
}
.tingle-modal-box__content .vc_column_container > .vc_column-inner, .tingle-modal-box__content .wpb_content_element {
  padding: 0;
  margin: 0;
}
.tingle-modal-box h2 {
  line-height: 39px;
}
.tingle-modal-box__content .vc_col-has-fill > .vc_column-inner, .tingle-modal-box__content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .tingle-modal-box__content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .tingle-modal-box__content .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
.tingle-modal {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
body::before {
  content: url(../images/image006.jpg?id=286969);
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}
@media (max-width: 600px) {
  .tingle-modal-box {
    max-width: 90% !important;
    margin: 50px auto;
  }
  .tingle-modal__close {
    width: 10%;
    background: none;
    left: inherit;
    height: 34px;
  }
  .tingle-modal__closeLabel {
    display: none;
  }
  .tingle-modal__closeIcon {
    margin: 0;
  }
  .tingle-modal__closeIcon svg {
    height: 15px;
  }
  .side-image-mobile-popup {
    height: 350px;
    display: block;
  }
}
.tingle-modal {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  z-index: 10000;
}
.tingle-modal .vc_btn3.vc_btn3-color-blue, .tingle-modal .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat, .tingle-modal .vc_btn3.vc_btn3-color-blue:hover, .tingle-modal .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background: #015294;
}
.tingle-modal__close svg * {
  fill: #FFF;
}
a.button {
  text-decoration: none;
  background-color: #015294 !important;
}
a.button:hover {
  background-color: #006ec7 !important;
}
.main-navigation .social-search svg.fi-x-twitter, .site-footer .footer-bottom a svg.fi-x-twitter, .single-post .share a svg.fi-x-twitter {
  width: 15px !important;
}
.food-button a {
  font-family: "helveticaneuelight" !important;
  font-weight: 100 !important;
  -webkit-box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0) !important;
  font-size: 30px !important;
  padding: 8px 15% !important;
  transition: 0.4s !important;
  margin-top: 15px !important;
}
#post-174617 .committee h2 {
  margin-top: -25px;
}
#post-174617 .committee ul {
  display: flex;
  vertical-align: top;
  justify-content: space-evenly;
  width: 100%;
}
@media (max-width: 600px) {
  #post-174617 .committee ul {
    display: block;
    margin: 0;
    padding: 0;
  }
}
#post-174617 .committee ul li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 600px) {
  #post-174617 .committee ul li {
    width: 100%;
    display: block;
  }
  #post-174617 .committee ul li:nth-child(2) {
    margin-top: 30px;
  }
}
.single-events .tingle-modal-box {
  background: none;
  text-align: center;
  color: #e6f0f9;
}
.single-events .pop {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.single-events .pop:hover {
  filter: brightness(50%);
}
.single-events .image-caption {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
## Agency Listing
--------------------------------------------------------------*/
.post-type-archive-agency .mobile-pillar-bar-title {
  order: 3;
}
.post-type-archive-agency #masthead {
  background-position: right;
}
.post-type-archive-agency .pillar-select {
  margin-top: 10px;
}
.post-type-archive-agency .pillar-select[filter="Youth"] .main-pillar-dot img {
  padding-bottom: 0;
}
.post-type-archive-agency .main-pillar-dot {
  position: relative;
  font-weight: 100;
  box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  font-family: "helveticaregular";
  font-size: 16px;
  text-align: center;
  line-height: normal;
  padding: 20px 30px 10px 30px;
  height: 172px;
  color: #006ec7;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.post-type-archive-agency .main-pillar-dot:hover {
  color: #FFF;
  background: #006ec7;
}
.post-type-archive-agency .main-pillar-dot:hover .main {
  display: none;
}
.post-type-archive-agency .main-pillar-dot:hover .hover {
  display: block;
}
.post-type-archive-agency .main-pillar-dot img {
  height: 100px;
  display: block;
  margin: auto;
  padding-bottom: 10px;
}
@media (max-width: 550px) {
  .post-type-archive-agency .main-pillar-dot img {
    height: 80PX;
  }
}
.post-type-archive-agency .main-pillar-dot .active-all {
  border: 2px solid #006ec7;
  width: 90px;
  border-radius: 100%;
  height: 87px;
  font-size: 24px;
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .post-type-archive-agency .main-pillar-dot .active-all {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 550px) {
  .post-type-archive-agency .main-pillar-dot {
    font-size: 14px;
    height: 165px;
  }
}
.post-type-archive-agency .pillar-select[filter="All"] .main-pillar-dot {
  padding-bottom: 12px;
}
.post-type-archive-agency .current .main-pillar-dot, .post-type-archive-agency .current .active-all, .post-type-archive-agency .main-pillar-dot:hover .active-all {
  background: #006ec7;
  color: #FFF;
  border-color: #FFF;
}
.post-type-archive-agency .current .main-pillar-dot .main, .post-type-archive-agency .current .active-all .main, .post-type-archive-agency .main-pillar-dot:hover .active-all .main {
  display: none;
}
.post-type-archive-agency .current .main-pillar-dot .hover, .post-type-archive-agency .current .active-all .hover, .post-type-archive-agency .main-pillar-dot:hover .active-all .hover {
  display: block;
}
.post-type-archive-agency .main-pillar-dot img.hover {
  display: none;
}
.post-type-archive-agency #content {
  width: 90%;
  margin: 0 auto 50px auto;
}
.post-type-archive-agency .mobile-scroll {
  width: 100%;
}
@media (max-width: 550px) {
  .post-type-archive-agency .mobile-scroll {
    width: 1085px;
    overflow-x: scroll;
    height: 196px;
  }
}
.post-type-archive-agency .pillar-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px 0;
  cursor: pointer;
}
@media (max-width: 550px) {
  .post-type-archive-agency .pillar-bar {
    display: block;
  }
}
.post-type-archive-agency .pillar-bar .pillar-select {
  display: inline-block;
  color: #5a5b5c;
  text-align: center;
  vertical-align: bottom;
  width: 13.8%;
  line-height: 20px;
  margin-right: 0.5%;
}
.post-type-archive-agency .pillar-bar .pillar-select:last-child {
  margin-right: 0;
}
@media (max-width: 550px) {
  .post-type-archive-agency .pillar-bar .pillar-select {
    width: 150px;
    padding-right: 5px;
  }
}
.post-type-archive-agency .pillar-bar .pillar-select .main-pillar-dot {
  margin: auto;
  text-align: center;
}
.post-type-archive-agency .pillar-bar .pillar-select .main-pillar-dot svg {
  height: 60px;
}
.post-type-archive-agency .pillar-bar .pillar-select:hover, .post-type-archive-agency .pillar-bar .pillar-select.current {
  color: #305792;
  font-weight: 900;
}
.post-type-archive-agency .pillar-bar .title {
  width: 100%;
  font-size: 28px;
  color: #5a5b5c;
  margin-bottom: 20px;
  font-weight: 900;
  cursor: default;
}
@media (max-width: 900px) {
  .post-type-archive-agency .pillar-bar .title {
    margin-top: 0;
  }
}
.post-type-archive-agency .search-bar-title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  color: #5a5b5c;
}
.post-type-archive-agency .three-pillars {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .post-type-archive-agency .three-pillars {
    display: block;
  }
}
.post-type-archive-agency .agency-list-item.hidden {
  position: relative;
}
.post-type-archive-agency #map-holder {
  height: 500px;
}
@media (max-width: 550px) {
  .post-type-archive-agency #map-holder {
    height: 300px;
  }
}
.post-type-archive-agency .listing-sidebar-filter {
  width: 175px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 550px) {
  .post-type-archive-agency .listing-sidebar-filter {
    width: 100%;
  }
}
.post-type-archive-agency .right-side {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 550px) {
  .post-type-archive-agency .right-side {
    width: 100%;
  }
}
.post-type-archive-agency .site-main {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
@media (max-width: 550px) {
  .post-type-archive-agency .site-main {
    width: 100%;
  }
}
.post-type-archive-agency .agency-list-item {
  margin-bottom: 20px;
}
.post-type-archive-agency .agency-list-item .agency-text {
  line-break: loose;
  margin-bottom: 20px;
  margin-left: 10px;
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.post-type-archive-agency .agency-list-item .agency-text a {
  color: #305792;
  text-decoration: none;
}
.post-type-archive-agency .agency-list-item .agency-text a:hover {
  text-decoration: underline;
}
.post-type-archive-agency .agency-list-item .agency-text a:hover span {
  text-decoration: none;
}
.post-type-archive-agency .agency-list-item .agency-text a span {
  color: #000;
}
.post-type-archive-agency .agency-list-item .agency-text .single-share {
  cursor: pointer;
  color: #4b4b4b;
  margin-top: 5px;
}
.post-type-archive-agency .agency-list-item .agency-text .single-share .feather {
  width: 20px;
  vertical-align: text-bottom;
}
.post-type-archive-agency .agency-list-item .agency-text .read-more {
  color: #4b4b4b;
  margin-top: 20px;
}
.post-type-archive-agency .agency-list-item .agency-text .read-more span {
  cursor: pointer;
  color: #1f87e5;
}
.post-type-archive-agency .agency-list-item .agency-text .read-more p {
  text-decoration: none;
  color: #4b4b4b;
}
.post-type-archive-agency .agency-list-item .agency-text .read-more .read-more-content {
  display: none;
  text-decoration: none;
}
.post-type-archive-agency .agency-list-item .agency-text .share-over {
  margin-top: 10px;
  display: none;
}
.post-type-archive-agency .agency-list-item .agency-text .share-over .fa {
  color: #305792;
  font-size: 24px;
}
.post-type-archive-agency .agency-list-item .agency-text .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 20px;
}
.post-type-archive-agency .agency-list-item .logo {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.post-type-archive-agency .agency-list-item .appointment-type {
  font-weight: 900;
}
.post-type-archive-agency .agency-list-item .hours {
  padding-top: 15px;
}
.post-type-archive-agency .agency-list-item .hours select {
  padding-top: 0;
  border: 0;
}
.post-type-archive-agency .agency-list-item .hours span {
  font-weight: 900;
  border-radius: 0;
  border: none;
}
.post-type-archive-agency .agency-list-item .hours span.select2-selection__arrow {
  width: auto !important;
}
.post-type-archive-agency .agency-list-item .hours .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.post-type-archive-agency .agency-list-item .hours .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  padding-right: 5px;
}
.post-type-archive-agency .agency-list-item .hours .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  margin-left: 2px;
  margin-top: -5px;
}
.post-type-archive-agency .listing-sidebar-filter ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.post-type-archive-agency .listing-sidebar-filter ul li {
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 8px;
  line-height: 18px;
}
.post-type-archive-agency .listing-sidebar-filter ul li.noline {
  text-decoration: none;
  cursor: default;
  padding-top: 15px;
}
.post-type-archive-agency .listing-sidebar-filter ul li.noline:first-child {
  padding-top: 0;
}
.post-type-archive-agency .listing-sidebar-filter ul li:active {
  color: blue;
}
.post-type-archive-agency input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.post-type-archive-agency .search-bar {
  display: flex;
  justify-content: space-between;
  margin: 0px 0 30px 0;
}
@media (max-width: 550px) {
  .post-type-archive-agency .search-bar {
    display: block;
    margin: 0;
  }
}
.post-type-archive-agency .search-bar input {
  padding-left: 10px;
  padding-right: 10px;
  width: 40%;
}
@media (max-width: 550px) {
  .post-type-archive-agency .search-bar input {
    width: 100%;
  }
}
.post-type-archive-agency .current-location {
  cursor: pointer;
}
.post-type-archive-agency .current-location img {
  vertical-align: middle;
}
@media (max-width: 550px) {
  .post-type-archive-agency .current-location img {
    width: 18px;
  }
}
.post-type-archive-agency .current-location svg {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.post-type-archive-agency .current-location svg path:nth-child(2) {
  fill: #CCC;
}
.post-type-archive-agency .current-location:hover svg path:nth-child(2) {
  fill: #1173C3;
}
@media (max-width: 550px) {
  .post-type-archive-agency .current-location {
    margin-top: 5px;
  }
}
.post-type-archive-agency .current-location {
  display: inline-block;
}
.post-type-archive-agency .congress-filters select, .post-type-archive-agency .pillar-filters select {
  display: block;
  margin-bottom: 10px;
  width: 95%;
  border: none;
}
.post-type-archive-agency .congress-filters h3, .post-type-archive-agency .pillar-filters h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}
.post-type-archive-agency .congress-filters .select2-selection, .post-type-archive-agency .pillar-filters .select2-selection {
  border: none;
}
.post-type-archive-agency .congress-filters .select2-container--default .select2-selection--single .select2-selection__arrow, .post-type-archive-agency .pillar-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.post-type-archive-agency .congress-filters .select2-container--default .select2-selection--single .select2-selection__rendered, .post-type-archive-agency .pillar-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
.post-type-archive-agency .congress-filters .select2-container--default .select2-selection--single .select2-selection__arrow b, .post-type-archive-agency .pillar-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  margin-left: 2px;
  margin-top: -5px;
}
.post-type-archive-agency .filter-bar {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .post-type-archive-agency .filter-bar {
    display: block;
    margin-top: 20px;
  }
}
.post-type-archive-agency .filter-bar .filter-more-text {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
  width: 16.5%;
}
.post-type-archive-agency .filter-bar .results-title {
  padding-right: 25px;
  font-weight: 900;
}
.post-type-archive-agency .filter-bar .results span, .post-type-archive-agency .filter-bar .results item {
  background: #ddd;
  padding: 5px 10px;
  margin-right: 5px;
}
.post-type-archive-agency .filter-bar .results span i, .post-type-archive-agency .filter-bar .results item i {
  color: #5a5b5c;
  font-size: 12px;
}
.post-type-archive-agency .filter-bar .results span span, .post-type-archive-agency .filter-bar .results span item, .post-type-archive-agency .filter-bar .results item span, .post-type-archive-agency .filter-bar .results item item {
  padding: 0;
  margin: 0;
}
.post-type-archive-agency .under-map {
  background: #e6f0f9;
  padding: 30px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #5a5b5c;
}
@media (max-width: 550px) {
  .post-type-archive-agency .under-map {
    width: 100%;
  }
}
.post-type-archive-agency .share-list {
  color: #4b4b4b;
  cursor: pointer;
  padding-top: 3px;
  padding-left: 10px;
}
@media (max-width: 550px) {
  .post-type-archive-agency .share-list {
    padding-left: 0;
    margin-top: 10px;
  }
}
.post-type-archive-agency .share-list .feather {
  width: 20px;
  vertical-align: text-bottom;
}
.post-type-archive-agency .share-list .share-over {
  display: none;
  margin-left: 20px;
}
.post-type-archive-agency .pager div {
  float: left;
  border: 1px solid gray;
  margin: 5px;
  padding: 10px;
}
.post-type-archive-agency .pager div.disabled {
  opacity: 0.25;
}
.post-type-archive-agency .pager .pageNumbers a {
  display: inline-block;
  padding: 0 10px;
  color: gray;
}
.post-type-archive-agency .sub-pillars li[checker="1"] {
  color: #1f87e5;
}
.post-type-archive-agency .sub-pillars li:hover {
  text-decoration: underline;
}
.post-type-archive-agency .share-icon {
  width: 15px;
  display: inline-block;
  height: 15px;
  background-size: contain;
  background-image: url(../images/shareuploadnew-2.png);
}
.post-type-archive-agency .gm-style-iw-d h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "helveticaregular", sans-serif;
}
.post-type-archive-agency .gm-style-iw-d p {
  margin-bottom: 10px;
}
.post-type-archive-agency .map-outer {
  width: 33%;
  height: 750px;
  position: absolute;
  z-index: 10000;
  display: block;
  top: 880px;
  right: 5%;
}
@media (max-width: 550px) {
  .post-type-archive-agency .map-outer {
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 10000;
    display: block;
    top: auto;
    right: auto;
  }
}
.post-type-archive-agency .backtotop {
  border-radius: 10px;
  background-color: #305792;
  color: #FFF;
  padding: 25px 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  display: none;
  cursor: pointer;
}
.post-type-archive-agency .show-more-agencies {
  cursor: pointer;
  width: 200px;
  border: 1px solid #006ec7;
  text-align: center;
  color: #006ec7;
  margin: auto;
  padding: 10px;
}
.post-type-archive-agency .show-more-agencies .feather {
  width: 12px;
  height: 12px;
}
.post-type-archive-agency .select2 {
  overflow: visible;
}
.post-type-archive-agency .select2-selection__rendered {
  margin-top: -15px;
}
.post-type-archive-agency .current-filters .feather {
  width: 19px;
  height: 19px;
  vertical-align: text-top;
}
@media (max-width: 550px) {
  .post-type-archive-agency .content-area {
    display: flex;
    flex-wrap: wrap;
  }
  .post-type-archive-agency .content-area .search-bar-title {
    order: 1;
  }
  .post-type-archive-agency .content-area .search-bar {
    order: 2;
  }
  .post-type-archive-agency .content-area .filter-bar {
    order: 4;
  }
  .post-type-archive-agency .content-area .pillar-bar-holder {
    order: 3;
    max-width: 100%;
    overflow-x: scroll;
  }
  .post-type-archive-agency .content-area .map-outer {
    order: 5;
  }
  .post-type-archive-agency .content-area .three-pillars {
    order: 6;
    display: flex;
    flex-wrap: wrap;
  }
  .post-type-archive-agency .content-area .three-pillars .listing-sidebar-filter {
    order: 2;
    margin-top: 25px;
    background: #eee;
    padding: 10px;
  }
  .post-type-archive-agency .content-area .three-pillars #main {
    order: 1;
  }
  .post-type-archive-agency .content-area .under-map {
    order: 7;
  }
  .post-type-archive-agency .content-area select {
    background-color: #FFF;
  }
}
.page-id-560, .page-id-214807 {
  padding: 20px;
}
@media (max-width: 550px) {
  .filter-more-text {
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
## News Archive / Single
--------------------------------------------------------------*/
.term-news .wpb_column, #home-news .wpb_column, .category .wpb_column, .date .wpb_column, .tag .wpb_column, .blog .wpb_column {
  display: none;
}
.term-news .footer-events .wpb_column, #home-news .footer-events .wpb_column, .category .footer-events .wpb_column, .date .footer-events .wpb_column, .tag .footer-events .wpb_column, .blog .footer-events .wpb_column {
  display: block;
}
.term-news #main, #home-news #main, .category #main, .date #main, .tag #main, .blog #main {
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.term-news .category, #home-news .category, .category .category, .date .category, .tag .category, .blog .category {
  color: #006ec7;
  font-size: 16x;
  font-weight: bold;
  text-transform: uppercase;
}
.term-news .news-archive, #home-news .news-archive, .category .news-archive, .date .news-archive, .tag .news-archive, .blog .news-archive {
  max-width: 990px;
  margin: auto;
}
.term-news .archive-item, #home-news .archive-item, .category .archive-item, .date .archive-item, .tag .archive-item, .blog .archive-item {
  display: flex;
  margin-bottom: 60px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.term-news .archive-listing-title, #home-news .archive-listing-title, .category .archive-listing-title, .date .archive-listing-title, .tag .archive-listing-title, .blog .archive-listing-title {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 0 15px 0;
  font-family: "Georgia Regular";
  font-size: 26px;
  line-height: 31px;
  font-weight: 300;
}
.term-news .archive-listing-title a, #home-news .archive-listing-title a, .category .archive-listing-title a, .date .archive-listing-title a, .tag .archive-listing-title a, .blog .archive-listing-title a {
  color: rgba(0, 0, 0, 0.7);
}
.term-news .archive-listing-title a:hover, #home-news .archive-listing-title a:hover, .category .archive-listing-title a:hover, .date .archive-listing-title a:hover, .tag .archive-listing-title a:hover, .blog .archive-listing-title a:hover {
  text-decoration: underline;
  color: #015294;
}
.term-news .news-half, #home-news .news-half, .category .news-half, .date .news-half, .tag .news-half, .blog .news-half {
  width: 45%;
  padding-right: 5%;
  display: inline-block;
}
.term-news .news-half a, #home-news .news-half a, .category .news-half a, .date .news-half a, .tag .news-half a, .blog .news-half a {
  display: inline-block;
}
.term-news .news-half .img-container, #home-news .news-half .img-container, .category .news-half .img-container, .date .news-half .img-container, .tag .news-half .img-container, .blog .news-half .img-container {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  height: 210px;
  width: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
  /* Animation */
}
.term-news .news-half .img-container:hover, #home-news .news-half .img-container:hover, .category .news-half .img-container:hover, .date .news-half .img-container:hover, .tag .news-half .img-container:hover, .blog .news-half .img-container:hover {
  transform: scale(1.075);
}
.term-news .news-half:nth-child(even), #home-news .news-half:nth-child(even), .category .news-half:nth-child(even), .date .news-half:nth-child(even), .tag .news-half:nth-child(even), .blog .news-half:nth-child(even) {
  width: 55%;
  padding-right: 0;
  display: inline-block;
}
.term-news .news-carousel, #home-news .news-carousel, .category .news-carousel, .date .news-carousel, .tag .news-carousel, .blog .news-carousel {
  box-shadow: none;
  color: #FFF;
  font-family: "Georgia Regular";
}
.term-news .news-slider-half, #home-news .news-slider-half, .category .news-slider-half, .date .news-slider-half, .tag .news-slider-half, .blog .news-slider-half {
  width: 50%;
  float: left;
  position: absolute;
  box-shadow: none;
  margin-top: -25px;
  z-index: 1;
  color: #FFF;
  -webkit-box-shadow: 0px 10px 9px -9px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -9px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.term-news .news-slider-half a, #home-news .news-slider-half a, .category .news-slider-half a, .date .news-slider-half a, .tag .news-slider-half a, .blog .news-slider-half a {
  color: #FFF;
}
.term-news .news-slider-half a:hover, #home-news .news-slider-half a:hover, .category .news-slider-half a:hover, .date .news-slider-half a:hover, .tag .news-slider-half a:hover, .blog .news-slider-half a:hover {
  text-decoration: underline;
}
.term-news .news-slider-half img, #home-news .news-slider-half img, .category .news-slider-half img, .date .news-slider-half img, .tag .news-slider-half img, .blog .news-slider-half img {
  width: 100%;
  display: block;
}
.term-news .news-slider-half:nth-child(even), #home-news .news-slider-half:nth-child(even), .category .news-slider-half:nth-child(even), .date .news-slider-half:nth-child(even), .tag .news-slider-half:nth-child(even), .blog .news-slider-half:nth-child(even) {
  background: #006ec7;
  box-shadow: none;
  width: 65%;
  padding-left: 21%;
  padding-right: 5%;
  margin-top: 25px;
  z-index: 0;
  margin-left: 35%;
  position: relative;
  line-height: 44px;
  font-size: 40px;
}
.term-news .news-slider-half:nth-child(even) span, #home-news .news-slider-half:nth-child(even) span, .category .news-slider-half:nth-child(even) span, .date .news-slider-half:nth-child(even) span, .tag .news-slider-half:nth-child(even) span, .blog .news-slider-half:nth-child(even) span {
  font-family: "helveticaregular", sans-serif;
  font-size: 16px;
  margin-top: 50px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.term-news .news-slider-half:nth-child(even) span:hover, #home-news .news-slider-half:nth-child(even) span:hover, .category .news-slider-half:nth-child(even) span:hover, .date .news-slider-half:nth-child(even) span:hover, .tag .news-slider-half:nth-child(even) span:hover, .blog .news-slider-half:nth-child(even) span:hover {
  text-decoration: underline;
}
.term-news .news-slider-half:nth-child(even) newstitle:hover, #home-news .news-slider-half:nth-child(even) newstitle:hover, .category .news-slider-half:nth-child(even) newstitle:hover, .date .news-slider-half:nth-child(even) newstitle:hover, .tag .news-slider-half:nth-child(even) newstitle:hover, .blog .news-slider-half:nth-child(even) newstitle:hover {
  text-decoration: underline;
}
.term-news .slick-dots, #home-news .slick-dots, .category .slick-dots, .date .slick-dots, .tag .slick-dots, .blog .slick-dots {
  bottom: 60px;
  width: 50%;
  right: 0;
}
.term-news .slick-dots li.slick-active button .slick-dot-icon, .term-news .slick-dots li.slick-active button:focus .slick-dot-icon, #home-news .slick-dots li.slick-active button .slick-dot-icon, #home-news .slick-dots li.slick-active button:focus .slick-dot-icon, .category .slick-dots li.slick-active button .slick-dot-icon, .category .slick-dots li.slick-active button:focus .slick-dot-icon, .date .slick-dots li.slick-active button .slick-dot-icon, .date .slick-dots li.slick-active button:focus .slick-dot-icon, .tag .slick-dots li.slick-active button .slick-dot-icon, .tag .slick-dots li.slick-active button:focus .slick-dot-icon, .blog .slick-dots li.slick-active button .slick-dot-icon, .blog .slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #FFF;
}
.single-post .content-area img {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.single-post .entry-header-content {
  width: 84%;
  vertical-align: top;
  display: inline-block;
}
.single-post .entry-header-content .author {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.single-post .entry-title {
  display: block;
  font-size: 26px;
  line-height: 28px;
  margin-top: 0px;
  font-weight: 100;
}
.single-post #content {
  max-width: 1200px;
  margin: auto;
}
.single-post .content-left {
  width: 70%;
  display: inline-block;
}
.single-post #main {
  margin-bottom: 30px;
}
.single-post #main .category-icon {
  text-transform: uppercase;
  margin-top: 30px;
  margin-right: 5%;
  display: inline-block;
  color: #197ccb;
  width: 100%;
  text-align: left;
  line-height: 17px;
  font-family: "helveticaregular", sans-serif;
  font-weight: 900;
}
.single-post #main .category-icon .img {
  display: none;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 32px;
  vertical-align: top;
  margin-bottom: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 84px;
  height: 58px;
}
.single-post #main p, .single-post #main h1, .single-post #main h2, .single-post #main h3, .single-post #main h4 {
  color: rgba(0, 0, 0, 0.7);
}
.single-post #main img {
  width: 100%;
  margin-top: 40px;
}
.single-post #main .no-shadow img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.single-post #main h4 {
  font-size: 24px;
  line-height: 26px;
}
.single-post .byline, .single-post .entry-date {
  display: block;
  color: rgba(0, 0, 0, 0.7);
}
.single-post .image-caption, .single-post figcaption {
  font-size: 12px;
  width: 70%;
  margin-right: 5%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.single-post .share {
  width: 24%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin-top: 10px;
}
.single-post .share a {
  color: #197ccb;
  font-size: 20px;
}
.single-post .entry-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "helveticaregular", sans-serif;
  line-height: 1.5;
}
.single-post blockquote p {
  font-size: 32px;
  line-height: 32px;
  font-family: "Georgia Regular";
  font-style: italic;
}
.single-post p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "helveticaregular", sans-serif;
  line-height: 1.5;
}
.single-post .curly-quotes {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0px;
  max-width: 675px;
  margin-left: 60px;
  font-family: "Georgia Regular";
  display: block;
}
.single-post .curly-quotes:before, .single-post .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 36px;
  font-size: 80px;
  font-family: "Georgia Regular";
  color: #b2b2b2;
}
.single-post .curly-quotes:before {
  content: "“";
  margin-right: 4px;
  margin-left: -36px;
  padding-top: 13px;
}
.single-post .curly-quotes:after {
  content: "”";
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 30px;
}
.single-post .top-call-out {
  display: block;
  font-size: 26px;
  line-height: 28px;
  margin-top: 30px;
  font-weight: 100;
  font-family: "Georgia Regular";
  margin-bottom: 30px;
}
.single-post .sidebar {
  vertical-align: top;
  width: 20%;
  margin-left: 9%;
  margin-top: 150px;
  display: inline-block;
}
.single-post .sidebar h3 {
  font-size: 18px;
  font-family: "helveticaregular", sans-serif;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 10px 0 0 0;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.single-post .sidebar .category {
  color: #197ccb;
  width: 80%;
  font-family: "helveticaregular", sans-serif;
  font-weight: bold;
  margin: 15px 0 0 0;
  display: block;
  text-transform: uppercase;
}
.single-post .sidebar .title {
  font-family: "Georgia Regular";
  font-size: 18px;
  font-weight: 100;
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000b3;
  display: block;
  width: 85%;
}
.single-post .sidebar img {
  width: 80% !important;
  margin-top: 20px !important;
  transition: transform 0.2s;
  /* Animation */
}
.single-post .sidebar img:hover {
  transform: scale(1.075);
}
.single-post .sidebar .other-news-side, .single-post .sidebar .neediest-cases-side {
  margin-bottom: 60px;
}
.single-post .sidebar .events-side a {
  color: #000000b3;
}
.single-post .sidebar .events-side h3 {
  margin-bottom: 20px;
}
.single-post .sidebar .events-side .event {
  display: block;
  margin-bottom: 30px;
}
.single-post .sidebar .events-side .event .title {
  width: 100%;
}
.single-post .sidebar .events-side .event .num-date {
  color: #000000b3;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  margin-right: 10px;
  height: 147px;
  width: 67px;
  float: left;
  text-align: center;
  background-position: left;
  background-image: url(../images/CCNY_events-e1625548814315.png);
  background-repeat: no-repeat;
  padding-top: 10px;
}
.single-post .sidebar .events-side .event .num-date span {
  display: block;
}
.single-post .sidebar .events-side .event .num-date .digits {
  font-size: 36px;
  line-height: 40px;
}
.single-post .sidebar .events-side .event .num-date .day {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.single-post .sidebar .events-side .event .title {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #000000b3;
  padding-bottom: 5px;
  font-family: "helveticaregular", sans-serif;
  margin-bottom: 0px;
}
.single-post .sidebar .events-side .event .more {
  font-weight: 900;
}
.home .slick-slider {
  margin-bottom: 75px;
}
#home-news .archive-item:nth-child(1) .news-half:nth-child(3), #home-news .archive-item:nth-child(3) .news-half:nth-child(3) {
  width: 40%;
}
#home-news .archive-item:nth-child(1) .news-half:nth-child(2), #home-news .archive-item:nth-child(3) .news-half:nth-child(2) {
  width: 60%;
}
.blog .archive-item:nth-child(even) .news-half:nth-child(1) {
  width: 45%;
}
.blog .archive-item:nth-child(even) .news-half:nth-child(2) {
  width: 55%;
}
.blog .archive-item:nth-child(odd) .news-half:nth-child(1) {
  width: 60%;
}
.blog .archive-item:nth-child(odd) .news-half:nth-child(2) {
  width: 40%;
  text-align: right;
}
.blog .site-footer .site-info .footer-top .bluefoot {
  padding-top: 135px;
}
.category .archive-item:nth-child(even) .news-half:nth-child(1) {
  width: 45%;
}
.category .archive-item:nth-child(even) .news-half:nth-child(2) {
  width: 55%;
}
.category .archive-item:nth-child(odd) .news-half:nth-child(1) {
  width: 60%;
}
.category .archive-item:nth-child(odd) .news-half:nth-child(2) {
  width: 40%;
  text-align: right;
}
.category .site-footer .site-info .footer-top .bluefoot {
  padding-top: 135px;
}
.date .archive-item:nth-child(even) .news-half:nth-child(1) {
  width: 45%;
}
.date .archive-item:nth-child(even) .news-half:nth-child(2) {
  width: 55%;
}
.date .archive-item:nth-child(odd) .news-half:nth-child(1) {
  width: 60%;
}
.date .archive-item:nth-child(odd) .news-half:nth-child(2) {
  width: 40%;
  text-align: right;
}
.date .site-footer .site-info .footer-top .bluefoot {
  padding-top: 135px;
}
.entry-footer {
  margin-top: 12px;
}
#home-just-love-summary {
  width: 430px;
}
#home-just-love-text {
  width: 56%;
}
.footer-news img {
  transition: transform 0.2s;
  /* Animation */
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  max-height: 121px;
}
.footer-news img:hover {
  transform: scale(1.075);
}
.load-more-news, .load-more-news-category, .load-more-news-date {
  cursor: pointer;
  width: 200px;
  border: 1px solid #006ec7;
  text-align: center;
  color: #006ec7;
  margin: auto;
  padding: 10px;
}
.load-more-news:hover {
  background: #006ec7;
  color: #fff;
}
.archive.category .footer-news h4 {
  display: none;
}
@media (max-width: 550px) {
  #home-just-love-text {
    width: 100%;
  }
  #home-story-block .home-story .story-right, #footer-story-block .home-story .story-right {
    position: relative;
    right: auto;
    left: auto;
  }
  #home-story-block .home-story .story-right .story-image, #footer-story-block .home-story .story-right .story-image {
    height: 400px;
  }
  .site-footer .site-info .footer-top .bluefoot {
    padding: 80px 5% !important;
  }
  .site-footer .site-info .footer-top {
    padding-top: 70px;
  }
  #home-story-block .home-story .excerpt, #footer-story-block .home-story .excerpt {
    width: 100%;
  }
}
#home-news .news-half {
  width: auto;
}
/*--------------------------------------------------------------
## Stores Archive / Single
--------------------------------------------------------------*/
.single-stories .stories {
  max-width: 100% !important;
  position: relative;
}
.single-stories .blue-box {
  height: 420px;
  display: block;
  background: #e7f0f9;
  position: absolute;
  width: 100%;
  top: 169px;
  z-index: -1;
}
.single-stories .video-holder {
  position: absolute;
  left: 12.5%;
  top: 14%;
  width: 50%;
  height: auto;
}
.single-stories iframe {
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
.single-stories .entry-content {
  max-width: 56%;
  float: left;
  background: white;
  margin-top: 50px;
  margin-left: 7.5%;
  margin-bottom: 50px;
  padding: 3% 5% 3% 5%;
  -webkit-box-shadow: 0px 10px 13px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 23px -7px #4a4a4a, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .single-stories .entry-content {
    padding: 10% 5% 3% 5%;
  }
}
.single-stories .entry-content h1 {
  font-size: 38px;
  line-height: 40px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.7);
}
.single-stories .entry-content p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.7);
}
.single-stories .content-right {
  float: right;
  margin-bottom: 50px;
  margin-right: 7.5%;
  width: 25%;
  margin-top: 98px;
}
@media (max-width: 550px) {
  .single-stories .content-right {
    display: flex;
    flex-wrap: wrap;
  }
}
.single-stories .content-right img {
  height: 490px;
}
@media (max-width: 550px) {
  .single-stories .content-right img {
    order: 2;
  }
}
.single-stories .content-right .excerpt {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: Georgia Regular;
}
.single-stories .content-right .excerpt .curly-quotes {
  margin: 0;
}
.single-stories .content-right .excerpt .curly-quotes:before, .single-stories .content-right .excerpt .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 36px;
  font-size: 80px;
  font-family: Georgia Regular;
  color: #b2b2b2;
}
.single-stories .content-right .excerpt .curly-quotes:before {
  content: "“";
  margin-right: 4px;
  margin-left: -36px;
  padding-top: 13px;
}
.single-stories .content-right .excerpt .curly-quotes:after {
  content: "”";
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 20px;
}
.single-stories .content-right.Video {
  margin-right: 4%;
  margin-top: 200px;
}
.single-stories .other-stories {
  clear: both;
  background: #e7f0f9;
  margin-top: 20px;
}
.single-stories .other-stories span {
  display: block;
  padding: 50px 0;
  text-align: center;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 18px;
}
.single-stories .other-stories .blocks {
  width: 85%;
  margin: auto;
  padding-bottom: 130px;
}
.single-stories .other-stories .blocks a {
  -webkit-box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #4A4A4A, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  text-decoration: none;
  margin: 2%;
  float: left;
  width: 20%;
  background: white;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.single-stories .other-stories .blocks a#story-154825 {
  background-size: 63%;
  background-position: left top;
}
.single-stories .other-stories .blocks a#story-154824 {
  background-position-x: 20px;
  background-position-y: -20px;
}
.single-stories .other-stories .blocks a#story-154905 {
  background-position: bottom;
}
.single-stories .other-stories .blocks a#story-130275 {
  background-size: 66%;
}
.single-stories .other-stories .blocks a#story-154820 {
  background-size: 80%;
}
.single-stories .other-stories .blocks a#story-154905 {
  background-size: 130%;
}
.single-stories .other-stories .blocks a .story-title {
  display: none;
  background: #0a316a;
  height: 225px;
  color: white;
  font-family: Georgia Regular;
  font-size: 21px;
  padding: 18%;
  text-align: center;
}
.single-stories .other-stories .blocks a .story-image img {
  max-height: 225px;
}
.single-stories .other-stories .blocks a:hover .story-title {
  display: block;
  text-decoration: none;
  padding-top: 82px;
}
.single-stories .other-stories .blocks a:hover .story-title#story-130275 {
  padding-top: 64px;
}
@media (max-width: 550px) {
  .single-stories .other-stories {
    padding: 0 10px;
  }
}
.single-stories .share {
  text-align: right;
}
.single-stories .share a {
  font-size: 24px;
  padding-right: 10px;
  color: #076bb6;
}
.single-stories .site-footer .site-info .footer-top {
  height: 430px;
}
.single-stories .site-footer .site-info .footer-top .bluefoot {
  padding-top: 65px;
}
.post-520 h2 {
  font-size: 30px;
  line-height: 36px;
}
.history-timeline {
  position: relative;
}
.history-timeline h5 {
  font-size: 26px;
  margin: 0;
  color: #000000b3;
}
#mapback:after {
  content: "";
  opacity: 0.7;
  height: 290%;
  width: 142%;
  background-size: 120%;
  background-position: center;
  top: -113%;
  background-repeat: no-repeat;
  left: -632px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-image: url(../images/CCNY_footer_map2.png);
}
.addthis-smartlayers.addthis-smartlayers-desktop {
  display: none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fcatholiccharitiesny.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fccny%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Ftypography%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Ftypography%2F_headings.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Ftypography%2F_copy.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Felements%2F_elements.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Felements%2F_lists.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Felements%2F_tables.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fforms%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fforms%2F_fields.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fnavigation%2F_links.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fnavigation%2F_menus.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fnavigation%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmodules%2F_accessibility.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmodules%2F_alignments.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmodules%2F_clearings.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fsecondary%2F_widgets.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fprimary%2F_posts-and-pages.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fprimary%2F_comments.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fprimary%2F_agency-listing.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fprimary%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fsite%2Fprimary%2F_stories.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmodules%2F_infinite-scroll.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmedia%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmedia%2F_captions.scss%22%2C%22wp-content%2Fthemes%2Fccny%2Fsass%2Fmedia%2F_galleries.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0BA%3BAAAA%3BAAAA%3BAAAA%3BAD1BA%3BAAAA%3BAAAA%3BAAAA%3BACoCA%3BAAAA%3BAAAA%3BAAAA%3BADpCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjDA%3BAAAA%3BAAAA%3BAAAA%3BAC4DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwEA%3BAAAA%3BAAAA%3BADxEA%3BAAAA%3BAAAA%3BAAAA%3BACiFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjFA%3BAAAA%3BAAAA%3BAC2FA%3BAAAA%3BAAAA%3BAD3FA%3BAAAA%3BAAAA%3BAAAA%3BACqGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrGA%3BAAAA%3BAAAA%3BACgHA%3BAAAA%3BAAAA%3BADhHA%3BAAAA%3BAAAA%3BAAAA%3BACyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADrIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgJA%3BAAAA%3BAAAA%3BADhJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5JA%3BAAAA%3BAAAA%3BAAAA%3BAC4KA%3BAAAA%3BAAAA%3BAAAA%3BAD5KA%3BAAAA%3BAAAA%3BAAAA%3BACsLA%3BAAAA%3BAAAA%3BAAAA%3BADtLA%3BAAAA%3BAAAA%3BAC%2BLA%3BAAAA%3BAAAA%3BAD%2FLA%3BAAAA%3BAAAA%3BAC0MA%3BAAAA%3BAAAA%3BAAAA%3BAD1MA%3BAAAA%3BAAAA%3BACsNA%3BAAAA%3BAAAA%3BADtNA%3BAAAA%3BAAAA%3BACiOA%3BAAAA%3BAAAA%3BADjOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5OA%3BAAAA%3BAAAA%3BACyPA%3BAAAA%3BAAAA%3BADzPA%3BAAAA%3BAAAA%3BACiQA%3BAAAA%3BAAAA%3BADjQA%3BAAAA%3BAAAA%3BAAAA%3BAC0QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1QA%3BAAAA%3BAAAA%3BACoRA%3BAAAA%3BAAAA%3BADpRA%3BAAAA%3BAAAA%3BAAAA%3BAC8RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9RA%3BAAAA%3BAAAA%3BACuSA%3BAAAA%3BAAAA%3BADvSA%3BAAAA%3BAAAA%3BAAAA%3BACgTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4TA%3BAAAA%3BAAAA%3BAD5TA%3BAAAA%3BAAAA%3BACoUA%3BAAAA%3BAAAA%3BADpUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BUA%3BAAAA%3BAAAA%3BAD%2FUA%3BAAAA%3BAAAA%3BACuVA%3BAAAA%3BAAAA%3BADvVA%3BAAAA%3BAAAA%3BAEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAJjDA%3BAAAA%3BAAAA%3BAKAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAE5BA%3BAAAA%3BAAAA%3BAAAA%3BAFiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALjCA%3BAAAA%3BAAAA%3BAQAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATrFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAVdD%3BAAAA%3BAAAA%3BAWAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxJD%3BAW8JA%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAX9bD%3BAAAA%3BAAAA%3BAYiBC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAZ7NA%3BAAAA%3BAAAA%3BAAAA%3BAaCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbbD%3BAamCA%3BAAAA%3BAAAA%3BAbnCA%3BAAAA%3BAAAA%3BAcAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdZA%3BAAAA%3BAAAA%3BAeAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAffA%3BAAAA%3BAAAA%3BAgBAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAhBJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAjBvBA%3BAiB8BA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjB9ED%3BAiBmFC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB1GH%3BAiBsHC%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAjBpID%3BAiBwIC%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAjB3JA%3BAiB%2BJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAjBlLA%3BAiByLC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAjB7PD%3BAiBiQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAE%2BB%3BAAAA%3BAAAA%3BAjBpwBhC%3BAiBwwBC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAjBppCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiByrCA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBzpDA%3BAAAA%3BAAAA%3BAkBAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAlBHA%3BAAAA%3BAAAA%3BAmBCC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB9dJ%3BAAAA%3BAAAA%3BAoBCC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BApB7VA%3BAAAA%3BAAAA%3BAqBCC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BArB5LA%3BAAAA%3BAAAA%3BAAAA%3BAsBCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBDA%3BAsBOA%3BAAAA%3BAAAA%3BAtBPA%3BAAAA%3BAAAA%3BAuBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBAA%3BAuBUA%3BAAAA%3BAAAA%3BAvBVA%3BAuBiBA%3BAAAA%3BAAAA%3BAvBjBA%3BAAAA%3BAAAA%3BAwBAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAxBbA%3BAAAA%3BAAAA%3BAyBAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%22%7D */