/* Updated 9/14 - fixed overflow issues / horizontal mobile scrolling */

#footer .ourcommitment {
    max-width: 100%;
}


/* MAIN MENU ANGLE */

#main_nav > ul > li > a {
    -webkit-transform: skew(-32deg); 
    -moz-transform: skew(-32deg); 
     -ms-transform: skew(-32deg); 
      -o-transform: skew(-32deg); 
         transform: skew(-32deg); 
}

#main_nav > ul > li > a > span {
    display: inline-block;
    -webkit-transform: skew(32deg); 
    -moz-transform: skew(32deg); 
     -ms-transform: skew(32deg); 
      -o-transform: skew(32deg); 
         transform: skew(32deg); 
}

#main_nav > ul > li.activeNew {
    background-color: unset;
}

/*
#main_nav > ul > .activeNew > a {
    color: #0163aa;
} */


/* GENERAL */

body {
    background-color: #ffffff !important;
}

.alg21 h2 {
    font-family: 'Benton Sans Lt';
    font-size: 61px;
    line-height: 1.15;
    color: #002B54;
}

.alg21 h2 span::after {
    display: none;
}

.alg21 h3 {
    font-size: 37px;
    line-height: 1.135;
    font-weight: 700;
    color: #002B54;
    margin: 80px 0 30px;
}

.alg21 p {
    font-family: 'Benton Sans Reg';
    font-size: 29px;
    line-height: 1.25;
    font-weight: 400;
    color: #002B54;
}

.alg21 strong {
    font-family: 'Benton Sans Bd';
}

.alg21 a {
    color: #136CAF;
}

.alg21 .large-link {
    font-family: 'Benton Sans Bd';
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
}

.alg21 button.large-link {
    border: 0;
    padding: 0;
    margin: 0;
    color: #136CAF;
}

.alg21 button.large-link:hover {
    text-decoration: underline;
    background: unset;
}

.alg21 hr {
    border-color: #4FA3DF;
}

/* SKEWED BUTTONS */

.skewed-link-wrapper {
    display: inline-block;
    background-color: #136CAF;
    -webkit-transform: skew(-32deg); 
    -moz-transform: skew(-32deg); 
     -ms-transform: skew(-32deg); 
      -o-transform: skew(-32deg); 
         transform: skew(-32deg); 
}

.skewed-link-wrapper a {
    font-family: 'Benton Sans Bd';
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: skew(32deg); 
    -moz-transform: skew(32deg); 
     -ms-transform: skew(32deg); 
      -o-transform: skew(32deg); 
         transform: skew(32deg); 
    background-color: transparent;
    padding: 13px 26px 13px 26px;
    display: inline-block;
    transition: font-size 0.3s ease-in-out;
}

.alg21 .skewed-link-wrapper a {
    color: #fff;
}

.alg21-force-show {
    display: block !important;
}

.alg21-force-hide {
    display: none !important;
}

.mobile-only-480 {
    display: none;
}

.hero-logo-wrapper {
    display: inline-block;
}

.wr-hero-section .hero-logo-wrapper {
    width: 30.4%;
    margin-top: 110px;
}

.cl-hero-section .hero-logo-wrapper {
    width: 44.6%;
    margin-top: 150px;
}

.hero-logo-wrapper h1 {
    margin: 0;
}

.hero-logo-wrapper img {
    max-width: 100%;
}

.cl-hero-section .hero-subtext p {
    font-size: 45px;
    line-height: 1.2;
}

.cl-hero-section .hero-subtext strong {
    font-size: 59px;
    line-height: 1.15;
    color: #136CAF;
}

.cl-hero-section .indent-text {
    display: block;
    margin-left: 115px;
    max-width: 900px;
}

.hero-graphic-wrapper {
    float: right;
    position: relative;
    font-size: 10px;
    height: 46em;
    margin-top: 5em;
}

.wr-hero-section .hero-graphic-wrapper {
    width: 51%;
}

.cl-hero-section .hero-graphic-wrapper {
    width: 55.4%;
    overflow: hidden;
}

.wrh-element,
.clh-element,
.clh-semitrans-element {
    opacity: 0;
}

.wrh-png-element img,
.clh-png-element img {
    width: 100%;
    height: auto;
}


#wrh-city-left {
    position: absolute;
    bottom: 4.8em;
    right: 31em;
    z-index: 18;
    width: 30.9em;
}

#wrh-city-right {
    position: absolute;
    bottom: 4.8em;
    right: 10.6em;
    z-index: 18;
    width: 37em;
}

#wrh-tri-left {
    position: absolute;
    bottom: 27.4em;
    right: 45.5em;
    z-index: 15;
    width: 8em;
}

#wrh-tri-right {
    position: absolute;
    bottom: 9.2em;
    right: 12.7em;
    z-index: 14;
    width: 18em;
}

#wrh-diag-left-bottom {
    position: absolute;
    bottom: 0;
    right: 30.8em;
    z-index: 13;
    width: 26em;
}

#wrh-diag-left-top {
    position: absolute;
    bottom: 19.2em;
    right: 24.5em;
    z-index: 12;
    width: 25em;
}

#wrh-diag-right-top {
    position: absolute;
    bottom: 27.2em;
    right: .5em;
    z-index: 11;
    width: 27em;
}

#wrh-911-text  {
    position: absolute;
    bottom: 0;
    right: 1.5em;
    z-index: 20;
    width: 41em;
}

#clh-tri-left {
    position: absolute;
    bottom: 26em;
    right: 51em;
    z-index: 15;
    width: 9em;
}

#clh-tri-right-bottom {
    position: absolute;
    bottom: 6.3em;
    right: 15.7em;
    z-index: 15;
    width: 21.6em;
}

#clh-diag-left-bottom {
    position: absolute;
    bottom: -1.7em;
    right: 35.6em;
    z-index: 15;
    width: 26.6em;
}

#clh-diag-left {
    position: absolute;
    bottom: 17.2em;
    right: 31.8em;
    z-index: 15;
    width: 23.9em;
}

#clh-diag-right-top {
    position: absolute;
    bottom: 25.8em;
    right: 5em;
    z-index: 15;
    width: 27em;
}

#clh-diag-semit-left {
    position: absolute;
    bottom: 8.8em;
    right: 33.8em;
    z-index: 21;
    width: 27.5em;
    height: 33.1em;
    opacity: 0.7;
}

#clh-diag-semit-right {
    position: absolute;
    bottom: 8.8em;
    right: -16em;
    z-index: 21;
    width: 45em;
    height: 33.3em;
    opacity: 0.7;
}

.clh-png-element {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#clh-hands-hearts {
    position: absolute;
    bottom: 9em;
    right: 2em;
    z-index: 20;
    width: 59em;
}

.hero-subtext {
    margin-top: 70px;
    margin-bottom: 70px;
}

.hero-subtext p {
    font-family: 'Benton Sans Lt';
    font-weight: 300;
    font-size: 59px;
    line-height: 1.15;
}

.wr-top-copy p {
    font-family: 'Benton Sans Bk';
}

.wr-top-copy p:last-child {
    margin-top: 40px;
}

.candles-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 15px;
}

.candle-block {
    position: relative;
    margin-bottom: 20px;
    width: 15%;
    margin-right: 2%;
}

.candles-container .canlde-block:nth-child(6n) {
    margin-right: 0;
}

.candle-block:nth-of-type(6n) {
    margin-right: 0;
}

.candle-block img {
    width: 100%;
    height: auto;
}

.candle-block .candle-name {
    font-family: 'Benton Sans Bk';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: #717073;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.candle-block.no-candle .candle-name,
.candle-block:hover .candle-name,
.candle-name:focus {
    opacity: 1.0;
}

.candle-bio {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.candle-bio .modal-content {
    background-color: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 0 5px #136CAF;
    box-shadow: 0 0 5px #136CAF;
    border: none;
    border-radius: 0;
}

.candle-bio .modal-dialog {
    width: calc(100% - 12px);
    margin: 6px;
}

.candle-bio .modal-dialog .close {
    top: 50px;
    width: 65px;
    height: 65px;
    background-image: url('/AlgerImages/bio-close-button.svg');
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.candle-bio .modal-dialog .close:focus,
.candle-bio .modal-dialog button.close:hover {
    top: 48px;
    width: 68px;
    height: 68px;
}

.candle-bio .candle-name-title {
    display: flex;
}

.candle-bio .modal-body .candle-name-title img:first-child {
    margin-right: 20px;
}

.candle-bio-name-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.candle-bio .bio-name {
    font-family: 'Benton Sans Bd';
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.candle-bio .bio-title {
    font-family: 'Benton Sans Bk';
    font-size: 38px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 0;
}

.candle-bio .bio-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.candle-bio .bio-section p,
.candle-bio .bio-section a {
    font-family: 'Benton Sans Bk';
    font-size: 26px;
    line-height: 1.27;
}

.candle-bio .bio-section a {
    display: block;
    margin-bottom: 18px;
    color: #002B54;
    text-decoration: underline;
}

.candle-copyright-container p {
    font-family: 'Benton Sans Bk';
    font-size: 21px;
    line-height: 1.4;
}

.candle-copyright-container hr {
    margin-top: 100px;
    margin-bottom: 100px;
}

.wr-note-container h2 {
    text-align: right;
    color: #000;
    margin-bottom: 50px;
}

.wr-note-container p {
    font-family: 'Benton Sans Bk';
}

.wr-sticky-menu-wrapper,
.cl-sticky-menu-wrapper {
    padding: 70px 0;
    height: 97px;
}

#wr-sticky-menu-inner-wrapper,
#cl-sticky-menu-inner-wrapper {
    width: 100%;
    background-color: #fff;
}

.wr-sticky-horiz-menu,
.cl-sticky-horiz-menu {
    margin: 20px 0;
}

.skewed-menu-item {
    display: inline-block;
    background-color: #717073;
    transform: skew(-32deg);
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
}

.skewed-menu-item a,
.skewed-menu-item button {
    font-family: 'Benton Sans Reg';
    display: inline-block;
    -webkit-transform: skew(32deg); 
    -moz-transform: skew(32deg); 
     -ms-transform: skew(32deg); 
      -o-transform: skew(32deg); 
         transform: skew(32deg); 
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 13px 26px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
    margin-left: 0;
}

.wr-sticky-horiz-menu .skewed-menu-item a,
.cl-sticky-horiz-menu .skewed-menu-item a {
    color: #fff;
}

.skewed-menu-item a:hover {
    text-decoration: none;
}

.skewed-menu-item button:hover {
    background: none;
    text-decoration: underline;
}

.skewed-menu-item.active-skew {
    background-color: #136CAF;
}

.stick-it {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 200;
    box-shadow: 2px 0 5px #136CAF;
}

.wr-media {
    padding-top: 120px;
    overflow: hidden;
}

.video-row {
    position: relative;
    display: flex;
    padding: 40px 0;
}

.video-row-alt-order {
    flex-direction: row-reverse;
}

.video-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.video-text-wrapper h2 {
    display: block;
    text-transform: uppercase;
}

.video-text-wrapper h2 strong {
    font-weight: 700;
    color: #136CAF;
}

.video-text-wrapper p {
    font-family: 'Benton Sans Bk';
    display: block;
    font-size: 28px;
    line-height: 1.25;
    color: #002B54;
}

.video-link-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.video-link-wrapper .video-thumbnail {
    display: block;
    max-width: 100%;
}

.video-link-wrapper .video-play-button {
    position: absolute;
    z-index: 50;
    top: calc(50% - 68px);
    left: calc(50% - 68px);
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.video-link-wrapper .video-play-button:hover {
    background-color: #136CAF;
}

.wr-voices-video-bg-shape {
    position: absolute;
    left: 39.7%;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.wr-voices-video-bg-shape img {
    height: 100%;
}

.wr-remember-video-bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.wr-remember-video-bg-shape img {
    height: 100%;
}

.video-row-alt-order .video-link-wrapper {
    justify-content: flex-start;
}

.video-row-alt-order .video-text-wrapper {
    padding-left: 80px;
}

.video-row-alt-order .video-play-button {
    left: calc(50% - 98px);
}

#wr-video-row-1 .video-text-wrapper p {
    max-width: 500px;
}

.wr-tributes {
    padding-top: 120px;
}

.wr-tribute-2-col,
.cl-charity-2-col {
    margin-top: 100px;
    padding-bottom: 100px;
}

.wr-tribute-left,
.cl-charitable-left {
    font-size: 10px;
    width: 55%;
    height: 84em;
    float: left;
    position: relative;
}

.alg21-quad-graphic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
}

.wr-tribute-left .alg21-quad-graphic,
.cl-charitable-left .alg21-quad-graphic {
    width: 41em;
    height: 41em;
}

.wr-tribute-left .alg21-quad-graphic a,
.cl-charitable-left .alg21-quad-graphic a {
    z-index: 2;
}

.alg21-quad-graphic img {
    width: 100%;
    height: auto;
    max-width: 22.5em;
    z-index: 2;
}

.alg21-quad-graphic .bg-border {
    width: 25em;
    height: 25em;
    border: 2px solid #000;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}

.alg21-quad-graphic .grad-ext {
    width: 28em;
    height: 28em;
    position: absolute;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    z-index: -1;
}

.purple-quad .bg-border {
    border-color: rgba(113,47,126,1);
}

.purple-quad .grad-ext {
    background: rgb(249,249,249);
    background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(113,47,126,0.3) 50.1%, rgba(113,47,126,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(113,47,126,0.3) 50.1%, rgba(113,47,126,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(113,47,126,0.3) 50.1%, rgba(113,47,126,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#712f7e",GradientType=1);
    transform: all 0.3s ease-in-out;
}

.purple-quad a:hover + div + .grad-ext {
    background-color: rgba(113,47,126,1);
}

.blue-quad .bg-border {
    border-color: rgba(19, 108, 175,1);
}

.blue-quad .grad-ext {
    background: rgb(249,249,249);
    background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(19, 108, 175,0.3) 50.1%, rgba(19, 108, 175,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(19, 108, 175,0.3) 50.1%, rgba(19, 108, 175,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(19, 108, 175,0.3) 50.1%, rgba(19, 108, 175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#136CAF",GradientType=1);
}

.blue-quad a:hover + div + .grad-ext {
    background-color: rgba(19, 108, 175,1);
}

.red-quad .bg-border {
    border-color: rgba(163, 47, 47,1);
}

.red-quad .grad-ext {
    background: rgb(249,249,249);
    background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(163, 47, 47,0.3) 50.1%, rgba(163, 47, 47,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(1163, 47, 47,0.3) 50.1%, rgba(163, 47, 47,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(163, 47, 47,0.3) 50.1%, rgba(163, 47, 47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#A32F2F",GradientType=1);
}

.red-quad a:hover + div + .grad-ext {
    background-color: rgba(163, 47, 47,1);
}

.grad-ext-down .grad-ext {
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}

.alg21-quad-graphic.first-logo {
    top: 0;
}

.alg21-quad-graphic.second-logo {
    top: -19.7em;
    left: 20.8em;
}

.alg21-quad-graphic.third-logo {
    top: -39.4em;
}

.wr-tribute-right,
.cl-charitable-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 840px;
}

.wr-tribute-right h2,
.cl-charitable-right h2 {
    font-family: 'Benton Sans Bd';
    font-size: 37px;
    font-weight: 700;
    margin: 0;
}

.wr-tribute-right p,
.cl-charitable-right p {
    font-family: 'Benton Sans Bk';
    font-size: 28px;
    line-height: 1.25;
}

.wr-tribute-right h2 + p,
.cl-charitable-right h2 + p {
    margin-top: 20px;
}

.cl-charitable-right p {
    margin-bottom: 40px;
}

.wr-tribute-right a {
    display: block;
}

.cl-tribute-text {
    height: unset;
}

.wr-tribute-right div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 33.3%;
}

.wr-in-media {
    padding-top: 80px;
    padding-bottom: 180px;
}

.wr-in-media h2 {
    margin-bottom: 60px;
}

.wr-in-media h2 strong {
    text-align: center;
    font-weight: 700;
    display: block;
}

.wr-in-media h3 {
    font-family: 'Benton Sans Bd';
    font-weight: 700;
}

.wr-in-media a {
    font-family: 'Benton Sans Bd';
    font-size: 37px;
    line-height: 1.135;
    color: #136CAF !important;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
}

.wr-in-media p {
    font-family: 'Benton Sans Bk';
}

.funds-and-foundations-wrapper {
    background-color: #EFEFF2;
    padding-top: 147px;
    padding-bottom: 100px;
    position: relative;
}

.funds-and-foundations h2 strong {
    font-weight: 700;
}

.funds-and-foundations .sub-head {
    font-family: 'Benton Sans Bd';
    font-size: 37px;
    line-height: 1.135;
    font-weight: 700;
}

.wr-charity-list h3 {
    font-family: 'Benton Sans Bd';
    font-size: 28px;
}

.wr-charity-list a {
    font-family: 'Benton Sans Bd';
    display: inline-block;
    font-weight: 700;
}

.wr-charity-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wr-charity-list li {
    position: relative;
    font-family: 'Benton Sans Bk';
    font-size: 28px;
    line-height: 1.25;
    margin-left: 35px;
    margin-bottom: 10px;
}

.wr-charity-list li::before {
    content: '•';
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 0;
    color: #4FA3DF;
}

.wr-charity-list ul li::marker {
    color:#203863;
}

.alger-flame-graphic {
    position: absolute;
    right: 15%;
    top: -204px;
    z-index: 2;
    font-size: 10px;
}

.alger-flame-graphic .alg21-quad-graphic {
    width: 41em;
    height: 41em;
}

.alger-flame-graphic img {
    height: 22.5em;
    width: auto;
}

/* WE REMEMBER - CANDLELIGHT SECTION */

.wr-cl-container {
    padding-top: 170px;
    padding-bottom: 100px;
    position: relative;
    font-size: 10px;
}

.wr-cl-graphic-wrapper {
    float: left;
    position: relative;
    font-size: inherit;
    width: 67em;
    height: 53.7em;
    margin-right: 5em;
    overflow: hidden;
}

.wr-cl-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 53.7em;
    font-size: inherit;
}

.wr-cl-quote p {
    position: relative;
    z-index: 25;
    font-family: 'Benton Sans Reg';
    font-size: 37px;
    line-height: 1.24;
    color: #712F7E;
}

.wr-cl-container .skewed-link-wrapper {
    margin: 50px 0 0 20px;
}

/* CANDLELIGHT - ABOUT SECTION */

.cl-about-image {
    float: right;
    width: 12%;
    min-width: 60px;
    height: auto;
    margin: 10px 0 0 13%;
}

.cl-recent {
    padding-bottom: 50px;
}

.cl-recent h3 {
    font-size: 37px;
    line-height: 1.135;
    color: #002B54;
    font-weight: 700;
}

.cl-recent h4 {
    font-size: 28px;
    line-height: 1.25;
    color: #136CAF;
    font-weight: 700;
    margin-top: 40px;
    padding-right: 50px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;

    position: relative;
    padding-left: 50px;
}

.cl-recent h4::after {
    content: url('/AlgerImages/alger-blue-flame.svg');
    display: inline-block;
    position: absolute;
    left: 0;
    top: -6px;
    width: 20px;
    height: 48px;
}

.cl-recent p {
    margin-left: 50px;
}

.cl-recent-toggle.open-recent + p {
    display: block !important;
}

.recent-toggle-icon {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4FA3DF;
    transition: all 0.3s ease-in-out;
}

.open-recent .recent-toggle-icon {
    transform: rotate(180deg);
}

/* CANDLELIGHT - COMMITTEE STATS SECTION */

.cl-committee-stats {
    padding-top: 100px;
}

.cl-stats-2-col {
    font-size: 10px;
}

.cl-stats-left {
    width: 60em;
    height: 82.4em;
    position: relative;
    font-size: inherit;
    display: inline-block;
}

.cl-stats-right {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    padding-top: 180px;
    font-size: inherit;
}

.cl-stats-left .alg21-quad-graphic {
    width: 27.9em;
    height: 27.9em;

    position: absolute;
}

.cl-stats-left .alg21-quad-graphic .quad-overlay {
    position: absolute;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.cl-stats-left .alg21-quad-graphic .quad-overlay-shadow {
    position: absolute;
    z-index: 11;
    opacity: 0;
    width: 19.6em;
    height: 19.6em;
    box-shadow: 0 0 1.4em rgba(0,0,0,0.55);
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.cl-stats-left .alg21-quad-graphic .quad-overlay img {
    max-width: unset;
    transition: all 0.5s ease-in-out;
}

.cl-stats-left .alg21-quad-graphic.first-quad {
    top: 0;
    left: 0;
}

.cl-stats-left .alg21-quad-graphic.second-quad {
    top: 14em;
    left: 14em;
}

.cl-stats-left .alg21-quad-graphic.third-quad {
    top: 28em;
    left: 0;
}

.cl-stats-left .alg21-quad-graphic.fourth-quad{
    top: 28em;
    left: 28em;
}

.cl-stats-left .alg21-quad-graphic.fifth-quad {
    top: 42em;
    left: 14em;
}

.cl-stats-left .alg21-quad-graphic.sixth-quad {
    top: 56em;
    left: 0;
}

.cl-stats-left .alg21-quad-graphic.flex-active .quad-overlay-shadow {
    opacity: 1;
}

.cl-stats-left .alg21-quad-graphic.flex-active .quad-overlay {
    opacity: 1;
}

.cl-stats-left .alg21-quad-graphic.flex-active img {
    opacity: 0;
    width: 120%;
}

.cl-stats-right .flexslider {
    margin-top: -100px;
}

.cl-stats-right .slide-img-wrapper {
    position: relative;
    width: 100%;
    height: 425px;
    overflow: hidden;
}

.cl-stats-right .slide-img-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
    transform: rotate(-45deg);
    top: -5%;
    left: -40%;
}

.cl-stats-right .slide-img-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
    transform: rotate(-225deg);
    bottom: -15%;
    right: -33%;
}

.cl-stats-right .slide-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cl-stats-right p {
    font-family: 'Benton Sans Lt';
    /*font-size: 61px;*/
    font-size: 50px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}

.cl-stats-right p strong {
    /*font-size: 139px;*/
    font-size: 100px;
    line-height: 1.04;
    font-weight: 700;
}

.cl-stats-right .slides li .purple-text{
    color: #712F7E;
}

.cl-stats-right .slides li .red-text {
    color: #C64C31;
}

.cl-stats-right .slides li .blue-text {
    color: #136CAF;
}

.cl-stats-right .slides li .green-text {
    color: #41834F;
}

.cl-stats-right .flexslider .flex-direction-nav a:before {
    display: none;
}

.cl-stats-right .flexslider .flex-direction-nav a {
    top: 68%;
    width: 70px;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.cl-stats-right .flexslider .flex-direction-nav .flex-prev {
    background-image: url('/AlgerImages/alg21-arrow-left.svg');
    left: 1px;
} 

.cl-stats-right .flexslider .flex-direction-nav .flex-next {
    background-image: url('/AlgerImages/alg21-arrow-right.svg');
    right: 1px;
} 

.cl-committee-stats .flexslider .flex-direction-nav a:focus {
    box-shadow: none;
}

/* CANDLELIGHT - PROFILES IN GIVING SECTION */

.cl-giving {
    padding-top: 80px;
}

.cl-giving .flexslider {
    overflow: hidden;
}

.cl-giving h2 {
    font-size: 61px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 23px;
    color: #203863;
}

.cl-giving p {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 50px;
    color: #203863;
}

.cl-giving h2 + p {
    font-family: 'Benton Sans Bk';
}

.profile-in-giving-top {
    height: 416px;
    margin-bottom: 50px;
}

.profile-name-title {
    padding: 200px 0;
}

.profile-name-title h3 {
    font-family: 'Benton Sans Lt';
    font-size: 37px;
    line-height: 1.2;
    font-weight: 300;
    color: #203863;
    margin: 0;
}

.profile-name-title h3 strong {
    font-weight: 700;
}

.cl-profile-graphic-wrapper {
    float: right;
    position: relative;
    font-size: 6px;
    height: 100%;
}


.clp-element {
    opacity: 0;
    width: 0;
    transition: all 0s ease-out;
}

.cl-giving .flex-active-slide .clp-element {
    transition: all 0.5s ease-in;
}

.cl-giving .flex-active-slide .clp-image {
    position: absolute;
    bottom: 21.3em;
    right: 15.2em;
    z-index: 20;
    width: 32em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-tri-large-semit {
    position: absolute;
    bottom: 20.8em;
    right: 11em;
    z-index: 19;
    width: 43em;
    height: 37.24em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-poly {
    position: absolute;
    bottom: 21.3em;
    right: 13.6em;
    z-index: 18;
    width: 34.5em;
    height: 29.46em;
    opacity: 0.4;
}

.cl-giving .flex-active-slide .clp-diag-left-top {
    position: absolute;
    bottom: 50.6em;
    right: 34.8em;
    z-index: 14;
    width: 19.4em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-diag-bottom {
    position: absolute;
    bottom: 3.8em;
    right: 23.7em;
    z-index: 13;
    width: 26em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-tri-right {
    position: absolute;
    bottom: 38em;
    right: 4.7em;
    z-index: 12;
    width: 14.6em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-tri-large {
    position: absolute;
    bottom: 21.3em;
    right: 4.8em;
    z-index: 10;
    width: 55.2em;
    height: 47.8em;
    opacity: 0.4;
}

.cl-giving .flex-active-slide .clp-tri-large-semit,
.cl-giving .flex-active-slide .clp-poly,
.cl-giving .flex-active-slide .clp-tri-large,
.cl-giving .flex-active-slide .clp-qna-blue,
.cl-giving .flex-active-slide .clp-qna-grey {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.clp-qna-text {
    position: absolute;
    bottom: 3em;
    right: 160em;
    z-index: 20;
    width: 27em;
    opacity: 1;
}

.cl-giving .flex-active-slide .clp-qna-blue {
    position: absolute;
    bottom: -0.8em;
    right: 150.5em;
    z-index: 19;
    width: 49.7em;
    height: 19.3em;
    opacity: 0.4;
}

.cl-giving .flex-active-slide .clp-qna-grey {
    position: absolute;
    bottom: 1.7em;
    right: 150.5em;
    z-index: 18;
    width: 49.7em;
    height: 19.3em;
    opacity: 0.4;
}

.questions-and-answers h4 {
    font-family: 'Benton Sans Bd';
    font-size: 28px;
    line-height: 1.25;
    color: #136CAF;
    margin-bottom: 10px;
}

.questions-and-answers p {
    font-size: 28px;
    line-height: 1.25;
    color: #203863;
    margin-bottom: 60px;
}

.cl-giving .questions-and-answers .large-link {
    display: none;
}

 .cl-giving .flex-active-slide .questions-and-answers .large-link {
    display: block;
}

.cl-giving .flexslider .flex-direction-nav a:before {
    display: none;
}

.cl-giving .flexslider .flex-direction-nav a {
    top: 179px;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0s;
}

.cl-giving .flexslider .flex-direction-nav a:focus {
    box-shadow: none;
}

.cl-giving .flexslider .flex-direction-nav.sticky-arrows {
    position: fixed;
    top: 150px;
    left: calc(50% - 100px);
    width: 200px;
    z-index: 1000;
}

.cl-giving .flexslider .flex-direction-nav.sticky-arrows::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5000px;
    top: -53px;
    left: -1750px;
    height: 70px;
    background-color: #fff;
    z-index: -1;
    box-shadow: 2px 0 5px #136caf;
}


.no-sticky-arrows::before {
    display: none;
}

.cl-giving .flexslider .sticky-arrows a {
    top: -22px;
    opacity: 0.5;
}

.cl-giving .flexslider .flex-direction-nav .flex-prev {
    background-image: url('/AlgerImages/alg21-arrow-left.svg');
    left: 1px;
} 

.cl-giving .flexslider .flex-direction-nav .flex-next {
    background-image: url('/AlgerImages/alg21-arrow-right.svg');
    right: 1px;
} 

.padding-for-sticky-arrows {
    padding-top: 150px;
}

.hide-arrows .flex-direction-nav {
    display: none;
}

/* CANDLELIGHT - CHARITABLE ORGANIZATIONS */

.cl-charitable-organizations {
    margin-top: 70px;
}

.cl-charitable-organizations p {
    font-family: 'Benton Sans Bk';
}

.cl-charitable-right p {
    font-size: 24px;
    line-height: 1.18;
}

.cl-charitable-text .alg21-quad-graphic {
    height: 150px;
    margin: 0 0 20px 0;
    top: 0;
}

/* CANDLELIGHT - WE REMEMBER SECTION */

.cl-we-remember {
    padding-bottom: 100px;
    position: relative;
}

.cl-wr-graphic-wrapper {
    float: left;
    position: relative;
    font-size: 10px;
    width: 62.2em;
    height: 60em;
    margin: 5em 4.2em 11em 0;
    overflow: hidden;
}

.cl-wr-quote {
    margin-top: 80px;
}

.cl-wr-quote img {
    max-width: 43px;
    display: block;
    margin: 0 auto 35px;
}

.cl-wr-quote p {
    font-size: 37px;
    line-height: 1.24;
    color: #712F7E;
}

.cl-wr-quote em {
    font-family: 'Benton Sans Reg';
}

.cl-wr-quote .quote-text {
    margin: 0;
}

.cl-wr-quote .quote-source {
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 70px;
} 

.cl-wr-quote hr {
    margin-bottom: 35px;
    border-color: #712F7E;
    max-width: 145px;
}

#cl-wr-logo {
    position: absolute;
    bottom: 38em;
    right: 37.5em;
    z-index: 20;
    width: 24.4em
}

#wr-cl-logo {
    position: absolute;
    bottom: 42.8em;
    right: 28.5em;
    z-index: 20;
    width: 39.5em
}

.cl-we-remember .skewed-link-wrapper {
    position: absolute;
    bottom: 8em;
    left: 2em;
    z-index: 2;
}

/* ADA SPECIFIC */

/* 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. */
    /* The following 3 lines are to avoid auto-scan contrast errors */
    color: #fff;
    background: #000;
    background-color: #000;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* RESPONSIVE */

@media only screen and (max-width: 1500px) {

    .funds-and-foundations-wrapper {
        padding-top: 167px;
    }

    .alger-flame-graphic {
        top: -164px;
    }

    .alger-flame-graphic .alg21-quad-graphic {
        font-size: 8px;
    }

    .cl-stats-2-col {
        font-size: 8px;
    }

    .cl-stats-right {
        width: calc(100% - 60em);
        width: 48%;
    }

    .cl-stats-right .slide-img-wrapper {
        height: 375px;
    }

    .cl-stats-right .slide-img-wrapper::before {
        top: -13%;
        left: -42%;
    }
    
    .cl-stats-right .slide-img-wrapper::after {
        bottom: -13%;
        right: -43%;
    }

    .cl-stats-right .flexslider .flex-direction-nav a {
        top: 72%;
    }

    .alg21 .cl-stats-right p {
        font-size: 38px;
    }

    .alg21 .cl-stats-right p strong {
        font-size: 72px;
    }
}



@media only screen and (max-width: 1299px) {

    .wr-tribute-left,
    .cl-charitable-left {
        font-size: 8px;
        height: 90em;
        width: 45%;
    }

    .wr-tribute-right,
    .cl-charitable-right {
        height: 660px;
    }

    .alg21 .wr-tribute-right h2,
    .alg21 .cl-charitable-right h2 {
        font-size: 32px;
    }

    .wr-tribute-right p {
        font-size: 24px;
    }

    .cl-charitable-right p {
        font-size: 23px;
    }

}

@media only screen and (min-width: 1251px) and (max-width: 1299px) {

    .cl-hero-section .hero-logo-wrapper {
        margin-top: 80px;
    }

    .cl-hero-section .hero-graphic-wrapper {
        height: 41em;
    }
}

@media only screen and (min-width: 1250px) {

    .alg21 .container {
        width: 1240px;
    }

    .hero-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1250px) {

    .hero-graphic-wrapper {
        font-size: 9px;
    }

    .cl-about-image {
        margin-left: 5%;
    }

    .cl-hero-section .hero-logo-wrapper {
        margin-top: 119px;
    }

    .cl-hero-section .indent-text {
        margin-left: 0;
    }

    .cl-stats-right {
        width: 47%;
    }

}


@media only screen and (max-width: 1199px) {

    .alg21 h2 {
        font-size: 52px;
    }

    .alg21 h3 {
        font-size: 33px;
    }

    .alg21 p {
        font-size: 24px;
    }

    .alg21 .large-link {
        font-size: 22px;
    }

    .skewed-menu-item a,
    .skewed-menu-item button {
        font-size: 22px;
    }

    .hero-graphic-wrapper {
        font-size: 8px;
    }

    .wr-hero-section .hero-subtext p {
        font-size: 50px;
    }

    .cl-hero-section .hero-subtext p {
        font-size: 39px;
    }

    .cl-hero-section .hero-subtext p strong {
        font-size: 50px;
    }

    .candle-bio .bio-name,
    .candle-bio .bio-title  {
        font-size: 33px;
    }

    .candle-bio .bio-section p,
    .candle-bio .bio-section a {
        font-size: 22px;
    }
 
    .wr-tribute-left,
    .cl-charitable-left {
        font-size: 8px;
        height: 125em;
        width: 45%;
    }

    .alg21-quad-graphic.second-logo {
        top: 1.3em;
        left: 0;
    }

    .alg21-quad-graphic.third-logo {
        top: 2.6em;
    }

    .wr-tribute-right,
    .cl-charitable-right {
        font-size: 8px;
        height: 125em;
    }

    .wr-in-media a {
        font-size: 33px;
    }

    .funds-and-foundations .sub-head {
        font-size: 33px;
    }

    .wr-charity-list h3,
    .wr-charity-list li {
        font-size: 24px;
    }

    .cl-about-image {
        margin-left: 40px;
    }

    .cl-wr-graphic-wrapper,
    .wr-cl-graphic-wrapper,
    .wr-cl-container {
        font-size: 8px;
    }

    .cl-wr-quote .quote-source {
        font-size: 24px;
    }

    .questions-and-answers h4,
    .cl-recent h4 {
        font-size: 24px;
    }

    .cl-giving .flex-active-slide .clp-qna-text {
        right: 69em;
    }

    .cl-giving .flex-active-slide .clp-qna-blue {
        right: 59.5em;
    }

    .cl-giving .flex-active-slide .clp-qna-grey {
        right: 57.7em;
    }

    .profile-name-title h3 {
        font-size: 33px;
    }

    .skewed-link-wrapper a {
        font-size: 22px;
    }

    .cl-giving .flexslider .flex-direction-nav.sticky-arrows::before {
        top: -58px;
    }

    .cl-giving .flexslider .sticky-arrows a {
        top: -28px;
    }
}

@media only screen and (max-width: 1023px) {

    .candle-bio .modal-dialog {
        width: 100% !important;
    }

    .wr-cl-container .skewed-link-wrapper {
        margin-left: 0;
    }
}


@media only screen and (max-width: 991px) {
    
    .alg21 h2 {
        font-size: 42px;
    }

    .alg21 h3 {
        font-size: 27px;
    }

    .alg21 p {
        font-size: 20px;
    }

    .alg21 .large-link {
        font-size: 18px;
    }

    .skewed-menu-item a,
    .skewed-menu-item button {
        font-size: 18px;
    }

    .hero-graphic-wrapper {
        font-size: 6px;
    }

    .wr-hero-section .hero-subtext p {
        font-size: 40px;
    }

    .cl-hero-section .hero-logo-wrapper {
        margin-top: 89px;
    }

    .cl-hero-section .hero-subtext p {
        font-size: 32px;
    }

    .cl-hero-section .hero-subtext p strong {
        font-size: 40px;
    }

    .hero-subtext p br {
        display: none;
    }

    .cl-hero-section .hero-subtext p strong {
        display: block;
    }

    .candle-block {
        margin-bottom: 14px;
    }

    .candle-bio .bio-name,
    .candle-bio .bio-title  {
        font-size: 27px;
    }

    .candle-bio .bio-section p,
    .candle-bio .bio-section a {
        font-size: 18px;
    }

    .candle-block .candle-name {
        font-size: 20px;
    }

    .video-row {
        flex-wrap: wrap;
    }

    .video-text-wrapper,
    .video-link-wrapper {
        width: 100%;
    }

    .video-row-alt-order {
        flex-direction: row;
    }

    .video-row-alt-order .video-text-wrapper {
        padding-left: 0;
    }

    .video-row-alt-order .video-link-wrapper {
        justify-content: center;
    }

    .video-row-alt-order .video-play-button {
        left: calc(50% - 68px);
    }

    .wr-voices-video-bg-shape {
        left: 30px;
        bottom: 10px;
    }

    .wr-remember-video-bg-shape {
        left: 30px;
    }

    .wr-remember-video-bg-shape img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .wr-media div:first-child p:last-child {
        margin-bottom: 23px;
    }

    .wr-tribute-left,
    .wr-tribute-right,
    .cl-charitable-left,
    .cl-charitable-right {
        font-size: 6px;
    }

    .wr-tribute-left,
    .cl-charitable-left {
        width: 35%;
        margin-right: 5%;
    }

    .wr-in-media a {
        font-size: 27px;
    }

    .funds-and-foundations .sub-head {
        font-size: 27px;
    }

    .wr-charity-list h3,
    .wr-charity-list li {
        font-size: 20px;
    }

    .alger-flame-graphic {
        top: -123px;
    }

    .alger-flame-graphic .alg21-quad-graphic {
        font-size: 6px;
    }

    .cl-recent h4::after {
        width: 16px;
    }

    .cl-stats-2-col {
        font-size: 6px;
    }

    .cl-stats-right {
        padding-top: 130px;
        width: 47%;
    }

    .alg21 .cl-stats-right p {
        font-size: 28px;
    }

    .alg21 .cl-stats-right p strong {
        font-size: 74px;
    }

    .cl-stats-right .slide-img-wrapper {
        height: 250px;
    }

    .cl-stats-right .slide-img-wrapper::before {
        top: -35%;
        left: -47%;
    }
    
    .cl-stats-right .slide-img-wrapper::after {
        bottom: -40%;
        right: -43%;
    }

    .cl-stats-right .flexslider .flex-direction-nav a {
        top: 77%;
        width: 47px;
        height: 80px;
    }

    .cl-giving {
        padding-top: 0;
    }

    .cl-wr-graphic-wrapper,
    .wr-cl-graphic-wrapper,
    .wr-cl-container {
        font-size: 6px;
    }

    .cl-wr-graphic-wrapper {
        margin-bottom: 21em;
    }

    .cl-wr-quote .quote-source {
        font-size: 20px;
    }

    .questions-and-answers h4,
    .cl-recent h4 {
        font-size: 20px;
    }

    .cl-recent .recent-toggle-icon {
        top: 6px;
    }

    .profile-in-giving-top {
        height: 450px;
    }

    .profile-name-title {
        padding: 200px 0;
    }

    .profile-name-title h3 {
        font-size: 27px;
    }

    .profile-name-title h3 strong {
        display: block;
    }

    .profile-name-title h3 span {
        display: none;
    }

    .skewed-link-wrapper a {
        font-size: 18px;
    }

    .cl-giving .flexslider .flex-direction-nav.sticky-arrows::before {
        top: -63px;
    }

    .cl-giving .flexslider .sticky-arrows a {
        top: -29px;
    }
}

@media only screen and (max-width: 767px) {

    .cl-hero-section .hero-logo-wrapper {
        margin-top: 46px;
    }

    .cl-hero-section .hero-graphic-wrapper {
        font-size: 5px;
    }

    .wr-hero-section .hero-subtext {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .candles-container {
        margin-top: 20px;
    }

    .candle-copyright-container p {
        font-size: 16px;
    }

    .candle-name-title img {
        max-width: 40%;
        height: auto;
    }

    .candle-block .candle-name {
        font-size: 16px;
    }

    .cl-charity-2-col {
        padding-bottom: 50px;
    }

    .wr-tribute-left,
    .wr-tribute-right,
    .cl-charitable-left {
        font-size: 4px;
        height: 150em;
    }

    .cl-charitable-right {
        height: unset;
    }

    .wr-tribute-left,
    .cl-charitable-left {
        width: 25%;
        margin-right: 7%;
    }

    .alg21-quad-graphic.second-logo {
        top: 12.6em;
    }

    .alg21-quad-graphic.third-logo {
        top: 25.2em;
    }

    .wr-tribute-left .alg21-quad-graphic,
    .cl-charitable-left .alg21-quad-graphic {
        left: -6em;
    }

    .alg21 .wr-tribute-right h2,
    .alg21 .cl-charitable-right h2 {
        font-size: 28px;
    }

    .wr-sticky-menu-wrapper,
    .cl-sticky-menu-wrapper {
        height: unset;
        padding: 40px 0;
    }

    .cl-stats-2-col {
        font-size: 4px;
    }

    .cl-stats-right {
        padding-top: 70px;
        width: 55%;
    }

    .cl-stats-right .slide-img-wrapper {
        height: 240px;
    }

    .alg21 .cl-stats-right p {
        font-size: 22px;
        margin-top: 8px;
    }

    .alg21 .cl-stats-right p strong {
        font-size: 44px;
    }

    .cl-wr-graphic-wrapper,
    .wr-cl-graphic-wrapper,
    .wr-cl-container {
        float: none;
        margin: 3em auto;
    }

    .cl-wr-quote {
        margin-top: 0;
    }

    .cl-wr-quote img {
        max-width: 32px;
        margin: 0 auto 20px;
    }

    .cl-wr-quote .quote-source {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .cl-we-remember .skewed-link-wrapper {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }    

    .cl-profile-graphic-wrapper {
        font-size: 5px;
    }

    .profile-in-giving-top {
        height: 350px;
        margin-bottom: 80px;
    }

    .profile-name-title {
        padding: 150px 0;
    }

    .profile-name-title h3 {
        font-size: 24px;
    }

    .wr-cl-container {
        padding-top: 100px;
    }

    .wr-cl-quote {
        height: unset;
        margin: 50px auto 0 auto;
    }

    .wr-cl-container .skewed-link-wrapper {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 575px) {

    .alg21 h2 {
        font-size: 34px;
    }

    .alg21 h3 {
        font-size: 22px;
    }

    .alg21 p {
        font-size: 18px;
    }

    .wr-hero-section .hero-graphic-wrapper {
        font-size: 5px;
    }

    .cl-hero-section .hero-graphic-wrapper {
        font-size: 4px;
    }

    .wr-hero-section .hero-logo-wrapper {
        margin-top: 70px;
    }

    .wr-hero-section .hero-subtext p {
        font-size: 32px;
    }

    .cl-hero-section .hero-subtext p {
        font-size: 26px;
    }

    .cl-hero-section .hero-subtext p strong {
        font-size: 32px;
    }

    .candle-block {
        margin-bottom: 10px;

        width: 30%;
        margin-right: 5%;
    }

    .candle-block:nth-of-type(3n) {
        margin-right: 0;
    }

    .candle-bio .candle-name-title {
        display: block;
    }

    .candle-name-title img {
        margin-bottom: 30px;
    }

    .candle-bio .bio-name,
    .candle-bio .bio-title  {
        font-size: 22px;
    }

    .candle-bio .bio-section {
        padding-bottom: 0;
    }

    .candle-bio .bio-section p,
    .candle-bio .bio-section a {
        font-size: 17px;
    }

    .candle-block .candle-name {
        font-size: 16px;
    }

    .wr-in-media a {
        font-size: 20px;
    }

    .wr-in-media h2 strong {
        text-align: left;
    }

    .funds-and-foundations .sub-head {
        font-size: 22px;
    }

    .wr-charity-list h3,
    .wr-charity-list li {
        font-size: 18px;
    }

    .wr-charity-list li a {
        display: block;
    }

    .skewed-menu-item {
        margin-right: 1px;
    }

    .wr-sticky-horiz-menu .skewed-menu-item button,
    .cl-sticky-horiz-menu .skewed-menu-item button {
        font-size: 14px;
        padding: 13px;
    }

    .cl-stats-2-col {
        font-size: 3px;
    }

    .alg21 .cl-stats-right p {
        font-size: 20px;
    }

    .alg21 .cl-stats-right p strong {
        font-size: 30px;
    }

    .cl-stats-right {
        padding-top: 70px;
        width: 55%;
    }

    .cl-stats-right .slide-img-wrapper {
        height: 200px;
    }

    .cl-stats-right .slide-img-wrapper::before {
        top: -55%;
        left: -47%;
    }
    
    .cl-stats-right .slide-img-wrapper::after {
        bottom: -51%;
        right: -49%;
    }

    .cl-wr-graphic-wrapper,
    .wr-cl-graphic-wrapper,
    .wr-cl-container {
        font-size: 5px;
    }

    .cl-wr-quote .quote-source {
        font-size: 18px;
    }

    .cl-wr-quote hr {
        margin-bottom: 20px;
    }

    .questions-and-answers h4,
    .cl-recent h4 {
        font-size: 18px;
    }

    .cl-recent h4 {
        margin-top: 30px;
    }

    .cl-profile-graphic-wrapper {
        font-size: 4px;
    }

    .profile-in-giving-top {
        height: 280px;
        margin-bottom: 60px;
    }

    .profile-name-title {
        padding: 100px 0;
    }

    .profile-name-title h3 {
        font-size: 22px;
    }

    .cl-giving .flexslider .flex-direction-nav.sticky-arrows::before {
        top: -68px;
    }

    .cl-giving .flexslider .sticky-arrows a {
        top: -35px;
    }

}

@media only screen and (max-width: 480px) {

    .wr-hero-section .hero-graphic-wrapper {
        font-size: 4px;
    }

    .cl-hero-section .hero-logo-wrapper {
        margin-top: 26px;
    }

    .cl-hero-section .hero-graphic-wrapper {
        font-size: 3px;
    }

    .wr-hero-section .hero-logo-wrapper {
        margin-top: 50px;
    }

    .wr-hero-section .hero-subtext {
        margin-bottom: 24px;
    }

    .candle-bio .modal-dialog .modal-header {
        padding: 0;
    }

    .candle-bio .modal-dialog .close {
        background-size: 45px 45px;
        top: 15px;
        right: 0;
    }

    .candle-bio .modal-dialog .modal-body {
        padding: 15px;
    }

    .candle-copyright-container hr {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .wr-note-container h2 {
        margin-bottom: 30px;
    }

    .wr-media {
        padding-top: 0;
    }

    .wr-voices-video-bg-shape, 
    .wr-remember-video-bg-shape {
        left: 80px;
    }

    .wr-tributes {
        padding-top: 60px;
    }

    .wr-tribute-left,
    .cl-charitable-left {
        display: none;
    }

    .wr-tribute-right,
    .cl-charitable-right {
        width: 100%;
        height: unset;
    }

    .wr-tribute-text {
        height: unset;
        margin-bottom: 40px;
        min-height: 300px;
    }

    .wr-tribute-text .alg21-quad-graphic {
        height: 150px;
        margin: 0 0 60px 0;
        top: 0;
    }

    .cl-charitable-text {
        height: unset;
        margin-bottom: 40px;
        min-height: 300px;
    }

    .cl-charitable-text .alg21-quad-graphic {
        height: 150px;
        margin: 0 0 20px 0;
        top: 0;
    }

    .wr-tribute-right div:nth-child(2) {
        display: block;
    }

    .mobile-only-480 {
        display: block;
    }

    .alg21 .wr-tribute-right h2,
    .alg21 .cl-charitable-right h2 {
        font-size: 20px;
    }

    .wr-tribute-2-col,
    .cl-charity-2-col {
        padding-bottom: 0;
    }

    .alger-flame-graphic {
        right: 0;
    }

    .wr-charity-list h3 {
        margin-top: 40px;
    }

    .wr-in-media {
        padding-top: 10px;
        padding-bottom: 130px;
    }

    .funds-and-foundations-wrapper {
        padding-bottom: 50px;
    }

    .wr-charity-list li {
        margin-left: 25px;
    }

    .wr-charity-list li::before {
        left: -25px;
    }

    .cl-recent h4 {
        padding-left: 35px;
    }

    .cl-recent p {
        margin-left: 35px;
    }

    .cl-committee-stats {
        padding-top: 40px;
    }

    .cl-stats-2-col {
        font-size: 2px;
    }

    .cl-stats-right {
        width: calc(100% - 130px);
    }

    .cl-stats-right .flexslider .flex-direction-nav a {
        top: 74%;
        width: 45px;
        height: 45px;
    }

    .cl-stats-right .flexslider .flex-direction-nav .flex-prev {
        left: -8px;
    }

    .cl-stats-right .flexslider .flex-direction-nav .flex-next {
        right: -8px;
    }

    .cl-stats-right .slide-img-wrapper {
        height: 130px;
    }

    .cl-stats-right .slide-img-wrapper::before {
        top: -74%;
        left: -62%;
    }
    
    .cl-stats-right .slide-img-wrapper::after {
        bottom: -104%;
        right: -49%;
    }

    .cl-giving .flexslider {
        margin-bottom: 20px;
    }

    .cl-profile-graphic-wrapper {
        font-size: 3px;
    }

    .cl-giving .flex-active-slide .clp-qna-text {
        right: 62em;
        bottom: -19em;
    }

    .cl-giving .flex-active-slide .clp-qna-blue {
        right: 52.5em;
        bottom: -20.8em;
    }

    .cl-giving .flex-active-slide .clp-qna-grey {
        right: 50.7em;
        bottom: -18.3em;
    }

    .profile-in-giving-top {
        height: 350px;
        margin-bottom: -40px;
        padding-bottom: 140px;
    }

    .profile-name-title {
        position: relative;
        z-index: 20;
        padding-top: 150px;
    }

    .questions-and-answers p {
        margin-bottom: 30px;
    }

    .cl-giving .flex-active-slide .clp-diag-bottom {
        opacity: 0.2;
    }

    .cl-charitable-organizations {
        margin-top: 20px;
    }

    .cl-we-remember {
        padding-bottom: 50px;
    }
}


/************************************************************* CANDLE ANIMATIONS - ALL CODE BELOW IS SUBJECT TO CHANGE **********************************************/ 


.ani-flame {
    /*font-size: 9px; FIRST CLIENT REVIEW not big enough */
    font-size: 13px;
    position: absolute;
    border-radius: 50%;
    background-color: #FEE3AC;
    box-shadow: 0 0 0px 0px #fee3ac;
    opacity: 0;
}

#candle-block-1 .ani-flame {
	width: 4px;
    bottom: 33.11%;
    left: 115px;
    left: 63.36%;
}

#candle-block-2 .ani-flame {
    width: 4px;
    bottom: 58.68%;
    left: 45.18%;
}

#candle-block-3 .ani-flame {
    width: 4px;
    bottom: 88.02%;
    left: 49.04%;
}

#candle-block-4 .ani-flame {
    width: 4px;
    bottom: 44.43%;
    left: 45.18%;
}

#candle-block-5 .ani-flame {
    width: 4px;
    bottom: 81.73%;
    left: 45.73%;
}

#candle-block-6 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 49.03%;
}

#candle-block-7 .ani-flame {
    width: 4px;
    bottom: 59.94%;
    left: 50.69%;
}

#candle-block-8 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 49.59%;
}

#candle-block-9 .ani-flame {
    width: 4px;
    bottom: 86.34%;
    left: 45.18%;
}

#candle-block-10 .ani-flame {
    width: 4px;
    bottom: 72.93%;
    left: 46.28%;
}

#candle-block-11 .ani-flame {
    width: 4px;
    bottom: 78.38%;
    left: 34.71%;
}

#candle-block-12 .ani-flame {
    width: 4px;
    bottom: 75.44%;
    left: 52.34%;
}

#candle-block-13 .ani-flame {
    width: 4px;
    bottom: 83.83%;
    left: 46.83%;
}

#candle-block-14 .ani-flame {
    width: 4px;
    bottom: 65.38%;
    left: 46.28%;
}

#candle-block-15 .ani-flame {
    width: 4px;
    bottom: 83.83%;
    left: 57.85%;
}

#candle-block-16 .ani-flame {
    width: 4px;
    bottom: 46.1%;
    left: 49.03%;
}

#candle-block-17 .ani-flame {
    width: 4px;
    bottom: 78.8%;
    left: 47.38%;
}

#candle-block-18 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 50.69%;
}

#candle-block-19 .ani-flame {
    width: 4px;
    bottom: 82.15%;
    left: 42.42%;
}

#candle-block-20 .ani-flame {
    width: 4px;
    bottom: 62.87%;
    left: 45.73%;
}

#candle-block-21 .ani-flame {
    width: 4px;
    bottom: 80.89%;
    left: 60.06%;
}

#candle-block-22 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 46.83%;
}

#candle-block-23 .ani-flame {
    width: 4px;
    bottom: 46.1%;
    left: 50.14%;
}

#candle-block-24 .ani-flame {
    width: 4px;
    bottom: 83.83%;
    left: 48.48%;
}

#candle-block-25 .ani-flame {
    width: 4px;
    bottom: 53.65%;
    left: 42.98%;
}

#candle-block-26 .ani-flame {
    width: 4px;
    bottom: 83.83%;
    left: 48.48%;
}

#candle-block-27 .ani-flame {
    width: 4px;
    bottom: 88.02%;
    left: 45.73%;
}

#candle-block-28 .ani-flame {
    width: 4px;
    bottom: 50.3%;
    left: 49.59%;
}

#candle-block-29 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 50.14%;
}

#candle-block-30 .ani-flame {
    width: 4px;
    bottom: 90.95%;
    left: 39.67%;
}

#candle-block-31 .ani-flame {
    width: 4px;
    bottom: 71.25%;
    left: 45.18%;
}

#candle-block-32 .ani-flame {
    width: 4px;
    bottom: 79.63%;
    left: 51.24%;
}

#candle-block-33 .ani-flame {
    width: 4px;
    bottom: 46.1%;
    left: 46.83%;
}

#candle-block-34 .ani-flame {
    width: 4px;
    bottom: 88.02%;
    left: 48.48%;
}

#candle-block-35 .ani-flame {
    width: 4px;
    bottom: 75.44%;
    left: 49.03%;
}

.candles-container .candle-block:nth-child(6n+1) .ani-flame.active {
    -webkit-animation: 3.0s flicker2 0.1s 1.6;
	animation: 3.0s flicker2 0.1s 1.6;
}

.candles-container .candle-block:nth-child(6n+2) .ani-flame.active {
    -webkit-animation: 3.5s flicker2 0.3s 1.4;
	animation: 3.5s flicker2 0.3s 1.4;
}

.candles-container .candle-block:nth-child(6n+3) .ani-flame.active {
    -webkit-animation: 3.3s flicker2 0.2s 1.5;
	animation: 3.3s flicker2 0.2s 1.5;
}

.candles-container .candle-block:nth-child(6n+4) .ani-flame.active {
    -webkit-animation: 3.8s flicker2 0s 1.3;
	animation: 3.8s flicker2 0s 1.3;
}

.candles-container .candle-block:nth-child(6n+5) .ani-flame.active {
    -webkit-animation: 2.9s flicker2 0.5s 1.7;
	animation: 2.9s flicker2 0.5s 1.7;
}

.candles-container .candle-block:nth-child(6n+6) .ani-flame.active {
    -webkit-animation: 4.1s flicker2 0.2s 1.2;
	animation: 4.1s flicker2 0.2s 1.2;
}

.candles-container .candle-block:nth-child(4n+4) .ani-flame.active {
    animation-delay: 0.75s !important;
}

.candles-container .candle-block:nth-child(5n+5) .ani-flame.active {
    animation-delay: 1.0s !important;
}


@-webkit-keyframes flicker2 {
	0% {
		/*opacity: .03;*/
        opacity: .25;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.2em 0.5em #fff, 0 0 1.5em 1em gold;
		height: 1em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	12% {
		opacity: .04;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.5em #fff, 0 0 1.5em 1em gold;
		height: 1.7em;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
  
	22% {
		opacity: .06;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.5em #fff, 0 0 1.0em 1em gold;
		height: 1.3em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  
	33% {
		opacity: 0.35;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.3em 0.4em #fff, 0 0 1.5em 1em gold;
		height: 1.5em;
        /*transform: scaleY(1.4);*/
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
  
	41% {
		opacity: .25;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.5em #fff, 0 0 1.6em 1em gold;
		height: 1.3em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	54% {
		opacity: .24;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.6em 0.5em #fff, 0 0 1.5em 1em gold;
		height: 1.7em;
        /*transform: scaleY(0.8);*/
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
  
	60% {
		opacity: .15;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.8em #fff, 0 0 1.0em 1em gold;
		height: 1.3em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	73% {
		opacity: .3;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.7em 0.5em #fff, 0 0 1.5em 1em gold;
		height: 1.5em;
        /*transform: scaleY(0.8);*/
        -webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
  
	82% {
		opacity: .15;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.5em #fff, 0 0 1.4em 1em gold;
		height: 1.3em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	90% {
		opacity: .25;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.3em 0.4em #fff, 0 0 1.3em 1em gold;
		height: 1.8em;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
  
	100% {
		/*opacity: .2;*/
        opacity: .35;
        box-shadow: 0 0 1em 0.2em #fee3ac, 0 0 0.5em 0.5em #fff, 0 0 1.5em 1em gold;
		height: 1.3em;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/************************************************* END OF CANDLE ANIMATIONS ******************************************************************************/