body { font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 400; line-height: 1.875rem; padding-right: 0 !important; }
a:hover { color: #005c9b; text-decoration: none; }
@media(max-width:992px) {
  .container { max-width: 100%; }
}
a.btn.btn-primary { text-decoration: none; padding: .35rem 1rem; }
a.btn.btn-primary:hover, input.btn.btn-primary:hover
a.btn.btn-primary:focus, a.btn.btn-primary:active { background: #002640; }
#zip_search_submit_home:hover { background: #002640 !important; }
.btn-wrap .btn.btn-primary { font-size: 24px; font-weight: bold; min-width: 250px; line-height: normal; padding: .25rem 1rem; }
.btn-wrap { margin-top: 2rem; }

/* Inline Navigation Buttons */
/* used for donation buttons and show me info section */
.nav.nav-pills .btn { margin: 0 .5rem; width: 100%; max-width: 90%; padding: .6rem; }
/* .nav.nav-pills .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } */
@media(max-width:767px) {
  .nav.nav-pills .nav-item { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; margin: .25rem; }
  .nav.nav-pills .nav-item .btn.btn-primary { max-width: initial; margin: 0; }
}

/* Card Styles */
/* Generic Card override */
.card { border: 0 !important; border-radius: 0 !important; }
.card-link+.card-link { margin-left: initial; }
.card .card-text { line-height: 1.625rem; }
.card-img-top { border-radius: 0 !important; }

/* CARD LEFT STYLES */
.card.left { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.card-img-left { width: 100%; max-width: 170px; max-height: 140px; -o-object-fit: cover; object-fit: cover; }
.card.left { background: transparent; border: 0; margin-bottom: 1rem; }
.card.left .card-body { padding-top: 0; padding-bottom: 0; }
.card.left a { font-size: 1.125rem; font-weight: 500; line-height: 1.75rem; }
/* .card.left a:hover, .card.left a:focus, .card.left a:active { text-decoration: underline; } */
.card.left .card-subtitle { font-size: 0.875rem; font-weight: 500 !important; line-height: 1.625rem; margin: .5rem 0; }
.card.left .card-text { font-size: 0.875rem; line-height: 1.625rem; }

@media(min-width:768px) {
  .card.left.no-img .card-body { padding-left: 0; }
  .card.right { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; padding: 2.1875rem 1.5625rem; margin: 3.25rem 0 1.25rem; }
  .card-img-right { width: 60%; height: auto; }
  .card.middle { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; padding: 2.1875rem 1.5625rem; margin: 2rem 0 0; }
  .card.middle .card-body, .card.right .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 33%; flex: 1 1 33%; padding-top: 0; padding-bottom: 0; }
}
@media(max-width:992px) {
  .card.middle > .card-body:first-of-type { margin-top: 60px; }
}
.card .card-subtitle { color: #000; }
.card.middle a { font-size: 1.125rem; }

/* General Styles */
a { color: #005c9b; text-decoration: underline; }
section h1, section h2, section h3, section h4, section h5, section h6 { color: #cf4b04; font-family: 'Roboto', sans-serif; font-weight: 700; }
section h1 { font-size: 2.5rem; }
section h2 { font-size: 1.875rem; }
h2.section-heading { margin-bottom: 2.1875rem; }
@media(max-width:767px) {
  h2.section-heading { font-size: 1.75rem; line-height: 2.375rem; margin-bottom: 2.375rem; }
}
h3 { font-size: 1.5rem; line-height: 2rem; }
.btn-primary { color: #fff; background-color: #004473; border-radius: 0; border-color: #004473; padding: .25rem 1rem; }
section { padding: 4.375rem 0; position: relative; }
.gray { background: #e8e9ea; }
.white { background: #fff; }
.bk_img { background: url(https://www.easterseals.com/assets/images/blue-background-image.jpg); background-repeat: no-repeat; background-size: cover; }
.bk_img .section-heading { color: #fff; }

/* BLUE */
.blue { background: #004473; }
.blue .section-heading { color: #fff; margin-bottom: 1.875rem; }
.blue .btn-primary { border-color: #fff; padding: .25rem 1rem; }

/* Tagline Section */
.tagline { padding: 2.8125rem 0 2.375rem; }
.tagline p { font-size: 1.125rem; line-height: 1.75rem; margin-bottom: .5rem; }
.tagline h2.section-heading { margin-bottom: 1rem; }
@media(max-width:992px) {
  .tagline { padding: 2.5rem 0; }
}

/* OFFICE SECTION */
section.office.blue { padding: 3.25rem; }
@media (max-width:600px) {
  section.office.blue { padding: 3.25rem 1rem 1rem; }
}
.office.blue h2.section-heading { font-size: 1.5rem; margin-bottom: 1.25rem; }
@media (max-width:1199px) {
  .office .container { max-width: 100%; padding-bottom: 1rem; }
}
.office .arrow-down { width: 0; height: 0; border: 1.875rem solid transparent; border-top: 1.875rem solid #fff; border-bottom: none; position: absolute; top: 0; left: 0; right: 0; margin: auto; }
.office .nav { /* max-width: 1000px; */ margin: auto; /* margin: auto auto 3.25rem auto; */ }
.office .nav.nav-pills .nav-item .btn.btn-primary { font-weight: 500; font-size: 1.125rem; border-width: 0.125rem; }
.office form input { height: 41px; font-weight: 500; }
.office form input.btn.btn-primary { font-size: 18px; border: none; position: relative; bottom: 1px; }
.office .card.middle a.btn.btn-primary { margin-top: 20px; border: none; }
.office .card.right .card-body { line-height: normal; font-weight: 500; }
.office .card.right .card-body p { margin: 0; }
.office .card.right .card-body p a { display: block; margin-bottom: 10px; }
.office .card-link.affiliate-location-website, .card.middle .card-body a.card-link { display: inline-block; margin-bottom: 10px; padding-top: 5px; }
.card-img-right.affiliate-location-image { width: 100%; padding-right: 10px; }
.office form { margin-top: 10px; }
.office #zipCodeHome { text-indent: 10px; font-weight: normal; }
.office #zipCodeHome::-webkit-input-placeholder { color: #999; }
.office #zipCodeHome::-moz-placeholder { color: #999; }
.office #zipCodeHome:-ms-input-placeholder { color: #999; }
.office #zipCodeHome::-ms-input-placeholder { color: #999; }
.office #zipCodeHome::placeholder { color: #999; }
@media(max-width:992px) {
  .office .nav.nav-pills .nav-item { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .office .nav.nav-pills .nav-item .btn.btn-primary { font-size: 1rem; }
}

/* NATIONAL CARD */
@media(max-width:767px) {
  .office.blue { padding-bottom: 2.8125rem; }
  .office .card.right { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 2rem 0 0; }
  .office .card.right .card-body { padding: 1.875rem 1.875rem 0.5rem; /* padding: 1.125rem; */ }
  .office.blue .card-body h3 { line-height: 1.875rem; }
  .aff .office.blue .card-body h3 { line-height: 2.125rem; }
  .card-img-right.affiliate-location-image { padding: 1.875rem; /* padding: 1.875rem .625rem; */ }
}
.office .card.middle > .card-body:last-of-type { font-weight: 500; }
.office .card.middle > .card-body:last-of-type > p:first-of-type { margin-bottom: 8px; }
.office .card.middle > .card-body:last-of-type .card-text { font-weight: normal; }
.office .card.middle > .card-body:last-of-type .view-other { display: block; }
.office .card.middle a { text-decoration: none; }

/*AFFILIATE CARD */
@media(max-width:992px) {
  .office .card.middle { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
  .office .card.middle > .card-body:first-of-type { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
}
@media(max-width:767px) {
  .office .card.middle { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .office .card.middle > .card-body:first-of-type { -ms-flex-preferred-size: initial; flex-basis: initial; margin-top: 0; padding-bottom: 2.8125rem; }
}
.office .card.middle a.view-other { padding-top: 8px; font-size: 1rem; }

/* NEWS SECTION */
.aff .news.gray { padding-bottom: 3rem; }
@media(min-width:1200px) {
  .news.gray > .container { max-width: 980px; }
}
.news.gray .nav { background: #004473; position: absolute; width: 100%; top: 0; }
.news.gray .nav-tabs .nav-item { /* margin-bottom: 0; margin-right: .875rem; */ margin: 0 .375rem; }
@media(max-width:767px) {
  .news.gray .nav .nav-link { font-size: 1rem; }
}
.news.gray .nav .nav-link { border-radius: 0; font-size: 1.5rem; font-weight: 700; min-width: 17.3125rem; text-align: center; text-decoration: none; background: #0097cf; border: none; border-color: transparent; color: #fff; padding: 0; height: 50px; line-height: 50px; }

/* Click Event for show and hide */
.news.gray .row.fade-out.open { max-height: initial; overflow: visible; }
.news.gray .row.fade-out.open:after { content: initial; }
@media(max-width:600px) {
  .news.gray .nav .nav-link { min-width: initial; padding: 0 1rem; }
}
.news.gray .nav .nav-link.active { background: #e8e9ea; border-color: #e8e9ea; color: #004473; }

/* Contributed Content Heading that gets pulled in */
.teaserCont #whatsnew, #whatsnew { display: none; }
.news.gray h2.section-heading { margin: 0 0 2rem; }
.news.gray .tab-content h2.section-heading { margin: 2rem 0 0 0 !important; }
.news.gray h3 { color: #004473; }
.news.gray .tab-content h3 { color: #cf4b04; font-weight: 400; margin-bottom: 2.1875rem; }
@media(max-width:992px) {
  .news.gray .tab-pane { padding-top: 2.8125rem; }
  .news.gray .tab-content h2 { margin-bottom: 0; }
  .news.gray .tab-content h3 { margin-top: 0; }
}
@media(max-width:767px) {
  .news.gray h2.section-heading { line-height: 2.625rem; font-size: 2rem; }
  #latestNews .news.gray h2.section-heading { margin: 2rem 0 0 0 !important; }
  .news.gray h3 { text-align: center; margin: 3.75rem 0 0 0; }
  .news.gray .card-img-left { margin: 1rem auto; }
}

/* BLOG TAB ON AFFLIATE HOME PAGE */
.news.gray .row.fade-out { position: relative; max-height: 475px; overflow: hidden; }
.news.gray .row.fade-out:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-image: -o-linear-gradient(rgba(232, 233, 234, 0) 50%, #e8e9ea 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(232, 233, 234, 0)), to(#e8e9ea)); background-image: linear-gradient(rgba(232, 233, 234, 0) 50%, #e8e9ea 100%); height: 160px; }
.news.gray #blog .card.left .card-img-left { width: 4.6875rem; height: 4.6875rem; }
div[id*="rss"] { max-width: 885px; margin: 0 auto; width: 100%; display: block !important; }
.news.gray .blog-post.card.left .card-body { padding-left: 0; }
.news.gray .blog-post.card.left .card-img-left { margin-right: 1.25rem; }
@media(max-width:992px) {
  .news.gray { padding: 2.8125rem; /* padding: 2.8125rem 0; */ }
  .news.gray .container { max-width: 80%; }
  .news.gray h3 { margin: 1.25rem 0; }
  .news.gray h2.section-heading { margin: 0 !important; }
  .btn.btn-primary.more-posts { display: none; }
  .news.gray .row.fade-out { position: initial; max-height: initial; overflow: visible; }
  .news.gray .row.fade-out::after { content: initial; }
}
@media(max-width:767px) {
  .news.gray .container { max-width: 100%; }
  .news.gray #blog .card.left .card-img-left { max-width: 170px; width: 100%; height: auto; }
  .news.gray .card.left .card-body, .card.left.no-img .card-body { padding-top: .75rem; padding-bottom: 0; }
  div.fade-out > .col-lg-6 > div:first-child > .card:nth-child(3n+1) { display: none; }
}
@media(max-width:450px) {
  .news.gray .card.left { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .news.gray { padding: 2.8125rem 0 0; }
}

/* SPOTLIGHT SECTION */
@media(min-width:1200px) {
  .spotlight > .container { max-width: 100%; }
  .spotlight > .container .row .col-md-4 { padding: 0 30px; }
}
.spotlight > .container { max-width: 100%; }
.spotlight > .container .row:nth-child(2) { max-width: 1231px; margin: auto; }
.spotlight .card { /* min-height: 550px !important; */ margin: .5rem 0; }
.spotlight .card-body { padding: 1.25rem 1.875rem 1.875rem; }
.spotlight .card .card-text { line-height: 1.5rem; font-size: 1rem; font-weight: 500; }
.spotlight .card .card-link { text-transform: capitalize; font-size: 1rem; font-weight: 600; /*text-decoration: underline;*/ }
@media(max-width:767px) {
  .spotlight .card { margin: 0 0 2rem; }
  .spotlight .col-md-4:last-of-type .card { margin-bottom: 0; }
}

/* GIVE SECTION */
.give.blue .btn-primary { background: #fff; color: #004473; }
.give.blue h2.section-heading { font-size: 1.5rem; line-height: 2.125rem; font-weight: 500; }
@media(max-width:767px) {
  .give.blue h2.section-heading { font-size: 1rem; line-height: 1.5rem; }
}
.give.blue .btn-primary:hover, .give.blue .btn-primary:active
.give.blue .btn-primary:focus { background: #002640; color: #fff; }
.give.blue input.btn-primary.other:hover::-webkit-input-placeholder, .give.blue input.btn-primary.other:active::-webkit-input-placeholder, .give.blue input.btn-primary.other:focus::-webkit-input-placeholder { color: #fff; }
.give.blue input.btn-primary.other:hover::-moz-placeholder, .give.blue input.btn-primary.other:active::-moz-placeholder, .give.blue input.btn-primary.other:focus::-moz-placeholder { color: #fff; }
.give.blue input.btn-primary.other:hover:-ms-input-placeholder, .give.blue input.btn-primary.other:active:-ms-input-placeholder, .give.blue input.btn-primary.other:focus:-ms-input-placeholder { color: #fff; }
.give.blue input.btn-primary.other:hover::-ms-input-placeholder, .give.blue input.btn-primary.other:active::-ms-input-placeholder, .give.blue input.btn-primary.other:focus::-ms-input-placeholder { color: #fff; }
.give.blue input.btn-primary.other:hover::placeholder, .give.blue input.btn-primary.other:active::placeholder, .give.blue input.btn-primary.other:focus::placeholder { color: #fff; }
@media(min-width:768px) {
  .give.blue .nav.nav-pills .nav-item { -ms-flex-preferred-size: 16.6667%; flex-basis: 16.6667%; }
}
@media(max-width:768px) {
  .give.blue .nav.nav-pills .nav-item { -ms-flex-preferred-size: 45%; flex-basis: 45%; }
  .give.blue .nav.nav-pills .nav-item .btn.btn-primary { width: 100%; }
}
.give.blue .btn-primary.donate { background: #cf4b04; border-color: #cf4b04; color: #fff; }
.give.blue .btn-primary.donate:hover, .give.blue .btn-primary.donate:focus, .give.blue .btn-primary.donate:active { background: #b94405; }
.give.blue #other-amount input[type="text"], #donation-inner a, #donation-inner a:link, #donation-inner a:visited, #donation-inner a:active, #other-amount::after { font-size: 1.875rem; }
.give.blue #monthly-gift { border: 1px solid #fff; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; padding: 9px; position: relative; top: 3px; right: 5px; }
.give.blue #monthly-gift:checked::after { content: ''; position: absolute; left: 4px; top: 9px; background: white; width: 2px; height: 2px; -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
@media(max-width:992px) {
  .give.blue { padding: 4.6875rem 0; }
}

/* AFFILIATE CONTRIBUTED CONTENT STYLES */
.teaserFirst, .teaserFollow { position: relative; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; min-width: 0; word-wrap: break-word; background-clip: border-box; padding: 0 1rem; margin-bottom: 2rem; }
@media(max-width:767px) {
  .teaserFirst, .teaserFollow, .wf-wrap { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .teaserFirst .teaserImage, .teaserFollow .teaserImage { text-align: center; }
  .teaser-body { padding: 1.125rem 0; }
  .teaserFirst .teaser-body, .teaserFollow .teaser-body, #blog .card .card-body { width: 290px; margin: auto; max-width: 100%; }
}
.wf-headline h2 { font-size: 1.25em; color: #004473; font-weight: 500; }
.wf-wrap { background: #d5d2d2; padding: 1.5rem; margin-bottom: 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; }
/* div.wf-wrap > div.wf-img { margin-right: 1.875rem; } */
div.teaserImage img.teaserImage { width: auto; max-width: 170px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 1.875rem; }
.teaser-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-weight: 100; line-height: 1.5; }
.wf-wrap .teaser-body { -webkit-box-flex: 1; -ms-flex: 1 1 30%; flex: 1 1 30%; }
.teaser-body .CustomHeadline a, .teaser-body  .wf-button > a { display: block; margin-bottom: .5rem; font-size: 1.125rem; font-weight: 500; text-decoration: underline; }
/* .teaserImage > img { width: 100% !important; max-width: 100% !important; height: auto !important; } */
.wf-wrap .wf-img img, .wf-wrap .wf-img { width: 100%; /* max-width: 640px !important; height: auto !important; flex: 1 1 30%; */ }
.wf-wrap .wf-img > a { width: 50%; display: block; float: left; margin: 0 1.875rem 15px 0; min-width: 400px; }
@media(max-width:480px) {
  .wf-wrap .wf-img > a { min-width: initial; }
}
@media(max-width:900px) {
  .wf-wrap .wf-img > a { width: 100%; margin: 0 0 20px 0; }
}
.wf-wrap .wf-img p { margin-bottom: 0; }
/* .teaserFollow .teaserImage > img { width: 100%; max-width: 170px !important; height: auto !important; } */

/* HERO BANNER */
.hero { padding: 0; overflow: hidden; }
.jumbotron { background: #fff; margin: 0; padding: 0; position: relative; /* max-height: 720px; */ }
.jumbotron:after { content: ""; position: absolute; right: 0; bottom: 0; height: 70%; width: 100%; background-image: -o-linear-gradient(top, transparent 0%, #000 100%); background-image: -o-linear-gradient(top, transparent 0%, #000 120%); background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(120%, #000)); background-image: linear-gradient(to bottom, transparent 0%, #000 120%); background-color: transparent; }
.jumbotron > img { width: 100%; display: block; margin: 0 auto; -o-object-fit: cover; object-fit: cover; max-height: 720px; height: 100%; }
.jumbotron .jumbotron-body { position: absolute; bottom: 0; width: 100%; padding: 0 0 3rem 0; z-index: 5; }
a.video-btn span { vertical-align: middle; display: inline-block; color: #fff; vertical-align: text-top; }
@media(max-width:992px) {
  .jumbotron > img { height: auto; width: 100%; }
  .jumbotron .jumbotron-body { padding: 0 0 1.5rem 0; }
  .jumbotron .jumbotron-body .caption, .jumbotron .jumbotron-body .caption.right
  .jumbotron .jumbotron-body .caption.left { text-align: center; }
  .jumbotron .container { max-width: 720px; }
}
@media(max-width:767px) {
  .jumbotron .jumbotron-body { position: relative; background: #004473; padding: 1.5625rem 0; text-align: center; display: inline-block; }
  .jumbotron .jumbotron-body .title, .jumbotron .jumbotron-body h1.title { display: block; font-size: 1.5rem; line-height: 1.875rem; }
  .jumbotron:after { display: none; }
  .jumbotron .jumbotron-body .material-icons { font-size: 24px; }
}
/* @media(max-width:450px) {
  .jumbotron > img { height: 195px; width: auto; }
} */
.jumbotron .jumbotron-body.blue { position: relative; padding: 2rem; }
.jumbotron .jumbotron-body .caption { max-width: 38.75rem; width: 100%; }
.jumbotron .jumbotron-body .caption h1, .jumbotron .jumbotron-body .caption .lead { text-shadow: 0 0 10px #000; }
.jumbotron .jumbotron-body.blue .caption h1, .jumbotron .jumbotron-body.blue .caption .lead { text-shadow: none; }
.jumbotron .jumbotron-body.blue .caption { max-width: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
@media(max-width:767px) {
  .jumbotron .jumbotron-body .caption { max-width: none; }
  .jumbotron .jumbotron-body.blue .caption { display: block; }
  .jumbotron .jumbotron-body .caption h1, .jumbotron .jumbotron-body .caption .lead { text-shadow: none; }
}
.jumbotron .jumbotron-body.blue .caption .lead { -webkit-box-flex: 1; -ms-flex: 1 1 75%; flex: 1 1 75%; font-weight: 400; }
.jumbotron .jumbotron-body.blue .caption a { -webkit-box-flex: 1; -ms-flex: 1 1 25%; flex: 1 1 25%; height: 40px; }
.jumbotron-body.blue .caption h1.title { display: none; }
.jumbotron .jumbotron-body .caption.left { text-align: left !important; float: left !important; }
.jumbotron .jumbotron-body .caption.right { text-align: right !important; float: right !important; }
.jumbotron .jumbotron-body .caption.center { margin: 0 auto; text-align: center !important; }
.jumbotron .jumbotron-body .title { margin-bottom: 0; color: #fff; }
.jumbotron .jumbotron-body .lead { color: #fff; margin-bottom: 1.125rem; line-height: 1.5rem; }
.jumbotron .jumbotron-body .btn-primary { background: #cf4b04; border-color: #cf4b04; padding: .25rem 1rem; font-weight: bold; }
.jumbotron .jumbotron-body .btn-primary:hover, .jumbotron .jumbotron-body .btn-primary:focus, .jumbotron .jumbotron-body .btn-primary:active { background: #b94405; }
.jumbotron.no-shadow:after { background: none; }
.jumbotron.no-shadow .jumbotron-body .caption h1, .jumbotron.no-shadow .jumbotron-body .caption .lead { text-shadow: none; }

/* YOUTUBE VIDEO */
.modal-open { overflow: visible !important; }
.jumbotron .modal-dialog { max-width: 100%; margin: 0; }
.jumbotron .modal.show .modal-dialog { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; }
.jumbotron .modal { position: absolute; z-index: auto; }
.jumbotron .modal-body { padding: 0; height: 100%; display: block; }
.jumbotron .modal-content { background: transparent; display: block; height: 100%; }
.jumbotron button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 30px; width: 30px; background: #cf4b04; z-index: 50; color: #fff; border-radius: 50%; opacity: 1; font-size: 26px; right: 17%; top: 12px; position: absolute; }
.jumbotron #videoModal { background: rgba(0, 0, 0, .5); display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 0 !important; }
.jumbotron #videoModal.show { z-index: 1051; }
.jumbotron .embed-responsive { position: relative; display: block; width: 60%; padding: 0; overflow: hidden; margin: auto; max-width: 60%; width: 100%; height: 100%; }
/*.modal-backdrop.show { opacity: 0; z-index: -1; }*/

/* SLICK SLIDER STYLES - STORIES OF HOPE */
.hope-slider:before, .hope-slider:after { content: ""; position: absolute; z-index: 1; width: 140px; top: 0; height: 100%; pointer-events: none; }

/* image css for object fit */
.hope-slider img.card-img-top { -o-object-fit: cover; object-fit: cover; max-height: 275px; max-width: 275px; }
.hope-slider .card-body { padding-left: 0; line-height: normal; }
.hope-slider .card .card-text { line-height: 1.375rem; font-size: 1rem; }
.hope-slider .card-body .card-link { color: #cf4b04; display: block; font-size: 1.125rem; margin: 1rem 0 0.5rem; font-weight: 500; }
.hope-slider .card-body .card-link:hover, .hope-slider .card-body .card-link:focus, .hope-slider .card-body .card-link:active { color: #b94405; }
.hope-slider .slick-slide { margin: 0px 15px; }
img.card-img-middle { -o-object-fit: contain; object-fit: contain; padding: 0 1.125rem; height: 100%; margin: auto; /* -o-object-fit: cover; object-fit: cover; */ }
@media(max-width:767px) {
  img.card-img-middle { padding: 0.625rem; max-width: 100%; }
}
.hope-slider:before { left: 0; background: -o-linear-gradient(left, rgba(255, 255, 255, .7) 20px, rgba(255, 255, 255, .5)); background: linear-gradient(to right, rgba(255, 255, 255, .7) 20px, rgba(255, 255, 255, .5)); }
.hope-slider:after { right: 0; background: -o-linear-gradient(left, rgba(255, 255, 255, .7) 20px, rgba(255, 255, 255, .5)); background: linear-gradient(to right, rgba(255, 255, 255, .7) 20px, rgba(255, 255, 255, .5)); }
@media(max-width:992px) {
  .hope-slider:before, .hope-slider:after { width: 70px; /* background: none; */ }
}
@media(max-width:767px) {
  .hope-slider:before, .hope-slider:after { width: 60px; }
}
.hope-slider .slick-prev::before, .hope-slider .slick-next::before { font-family: 'slick' !important; font-size: 20px !important; line-height: 1 !important; opacity: .75 !important; color: #CF4B03 !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; }
.hope-slider .slick-prev, .hope-slider .slick-next { top: 35% !important; }
.hope-slider .slick-prev:before, .hope-slider .slick-next:before { font-size: 30px !important; }
.hope-slider .slick-prev { left: -21px !important; z-index: 30 !important; }
.hope-slider .slick-next { right: -11px !important; z-index: 30 !important; }
.card.slick-slide { border: 0; margin: 0 .5rem; }
.hope-slider .card .card-body { padding: 0; }
.card.slick-slide .card-body .card-link { color: #cf4b04; text-decoration: none; }
.card.slick-slide .card-body .card-link:hover, .card.slick-slide .card-body .card-link:focus, .card.slick-slide .card-body .card-link:active { color: #b94405; }
.hope .btn-wrap { margin-top: 3rem; }
.hope .btn.btn-primary { font-weight: 700; padding: .25rem 1rem; }
@media (max-width:992px) {
  .hope-slider img.card-img-top { max-width: 100% !important; }
  /* .slick-prev { left: -5px !important; } */
  /* .slick-next { right: 5px !important; } */
  .hope-slider .slick-prev:before, .hope-slider .slick-next:before { font-size: 40px !important; }
  .hope-slider .slick-next { right: 0 !important; width: 40px; height: 40px; }
  .hope-slider .slick-prev { left: 0 !important; width: 40px; height: 40px; }
}
@media (max-width:480px) {
  .hope-slider img.card-img-top { max-height: initial !important; max-width: 100% !important; }
  .hope-slider:before, .hope-slider:after { background: none; }
  /* .hope-slider .slick-prev { left: -5px !important; } */
  /* .hope-slider .slick-next { right: 5px !important; } */
}

/* Footer Sponsor Carousel */
#footer_sponsor_carousel .sponsor-slider { line-height: 0; }
#footer_sponsor_carousel h2 { margin: 0; line-height: 27px; }
#footer_sponsor_carousel .slick-prev::before, #footer_sponsor_carousel .slick-next::before { color: #888888 !important; font-size: 35px !important; }
#footer_sponsor_carousel .slick-prev { left: -45px; width: 35px; height: 35px; }
#footer_sponsor_carousel .slick-next { right: -45px; width: 35px; height: 35px; }

/* Contrubted Content */
@media(max-width:767px) {
  #wrapper_bot { padding-left: 0 !important; padding-right: 0 !important; }
  /* .aff div.teaserFirst div.teaserImage, .aff div.teaserFirst img.teaserImage { margin: auto; max-width: 100% !important; width: 100%; } */
}
@media(max-width:500px) {
  /* .aff div.teaserFirst div.teaserImage, .aff div.teaserFirst img.teaserImage { width: 100%; } */
}

/* DONATION FORM WIDGET */
#donation-inner { text-align: center; max-width: 1000px; margin: 0 auto; }
#donation-inner h1, #donation-inner p { display: none; }
#donation-inner p, #donation-inner label { color: #fff; font-size: 1rem; margin-left: .25rem; }
#donation-inner ul { width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 14px; }
#donation-inner ul li { float: left; display: inline-block; margin: 0 5px 10px; vertical-align: middle; padding: 0; text-align: center; position: relative; }
#donation-inner a, #donation-inner a:link, #donation-inner a:visited, #donation-inner a:active { font-size: 1.875rem; font-weight: bold; color: #004473; line-height: 50px; background-color: #fff; display: block; width: 100px; height: 50px; text-decoration: none; }
#other-amount::after { content: '\0024'; position: absolute; left: 15px; top: 0; color: #004473; line-height: 50px; font-size: 1.875rem; font-weight: bold; }
/* #other-amount:hover::after { color: #fff; } */
#other-amount input[type="text"] { width: 140px; font-size: 1.875rem; font-weight: bold; color: #004473; background-color: #fff; padding: 0 10px 0 33px; height: 50px; line-height: 50px; cursor: pointer; border: none; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; border-radius: 0; font-family: "Roboto", Arial, sans-serif; }
#other-amount input[type="text"]::-webkit-input-placeholder { color: #004473; opacity: 1; }
#other-amount input[type="text"]:-ms-input-placeholder { color: #004473; opacity: 1; }
#other-amount input[type="text"]::-ms-input-placeholder { color: #004473; opacity: 1; }
#other-amount input[type="text"]::-moz-placeholder { color: #004473; opacity: 1; }
#other-amount input[type="text"]::placeholder { color: #004473; opacity: 1; }
#other-amount input[type="text"]:hover, #donation-inner a:hover, body #donation-inner .selected { background-color: #002640; text-decoration: none; color: #fff; }
#other-amount input:hover::-moz-placeholder, #other-amount input:hover::-moz-placeholder,i#other-amount input:hover::-webkit-placeholder { color: #fff; }
#other-amount input:hover::-moz-placeholder { color: #fff; }
#other-amount input:hover::placeholder, #other-amount input:hover::-moz-placeholder,i#other-amount input:hover::-webkit-placeholder { color: #fff; }
a#submit-widget, a#submit-widget:link, a#submit-widget:visited, a#submit-widget:active { background: #cf4b04; padding: 0 20px; font-weight: 500; width: auto; color: #fff; /* background: #002640; */ }
a#submit-widget:hover { background: #b94405; /* background: #002640; */ }
@media (max-width:1200px) {
  #donation-inner { border: none; margin-bottom: 10px; }
}

/* Affiliate Override */
.aff #wrapper_bot { padding: 0; }
@media(max-width:767px) {
  #page_content { padding: 0 !important; }
  .aff #tagline { display: block !important; }
  .aff a#search_toggle_link { text-decoration: none; }
}
#cv-poweredBy { display: none !important; }

/* Do not show until Javascript has rendered the correct information */
section.office.blue .card.right { display: none; }

/* Affiliate Styles consolidated from display template */
body { line-height: 1.5; }
@media (max-width:419px) {
  h2 { font-size: 1.5rem; }
}
@media (max-width:419px) {
  .jumbotron-body h1.title { display: block; font-size: 1.5rem !important; }
}

/* links spacing css */
.nav.nav-pills .nav-item { /* -webkit-box-flex: 1; -ms-flex: 1; flex: 1; */ margin: .25rem; max-width: 175px; width: 100%; }

/* local office css line spacing */
p.office-title a { text-decoration: underline; }

/* wrap site location in p tags */
.office.blue .card-text { margin-bottom: 5px; }
.card-text.affiliate-location-phone { margin-top: 15px; }
.office.blue .card.right p.card-text:last-of-type { margin-top: 20px; font-style: italic; }
@media (max-width:419px) {
  .office.blue .right img { float: none; height: auto; width: 100%; }
}

/* blog section spacing and animation */
/* .news.gray h2.section-heading { margin: 2rem 0; } */
.blog-post .card-subtitle, .aff .blog-post .card-subtitle { margin: 0.25rem 0 0; }
/* .blog-post.card.left { margin-bottom: 0; } */
/* .blog-post .card-link { text-decoration: underline; } */
.news.gray .row.fade-out.open { max-height: 1500px; overflow: visible; -webkit-transition: max-height 0.8s; -o-transition: max-height 0.8s; transition: max-height 0.8s; }
.news.gray .row.fade-out { -webkit-transition: max-height 0.8s; -o-transition: max-height 0.8s; transition: max-height 0.8s; }

/* stories of hope carousel */
.hope-slider img.card-img-top { -o-object-fit: cover; object-fit: cover; max-height: 245px; max-width: 245px; }
.hope-slider .card { border: none; }

/* Newsletter Modal */
.collapsing { -webkit-transition: auto; -o-transition: auto; transition: auto; }
#collapseNewsletter { position: fixed; bottom: 30px; right: 30px; -webkit-box-shadow: 0 0 10px #33333399; box-shadow: 0 0 10px #33333399; /* bottom: 5%; right: 20px; */ }
#collapseNewsletter h2 { font-size: 1.35rem; /* font-size: 1.5rem; */ }
#collapseNewsletter h2, #collapseNewsletter p { color: #fff; max-width: 320px; width: 100%; /* line-height: 1.5; */ }
#collapseNewsletter p { font-size: 0.9rem; line-height: 1.5; margin-bottom: 0.9rem; }
#collapseNewsletter .card { background: #cf4b04; padding: 1rem; max-width: 400px; line-height: normal; /* max-width: 435px; */ }
#collapseNewsletter .card img { position: absolute; top: 0; right: 0; }
#collapseNewsletter .card img, .newsletter_closed .reopen img { background: #cf4b04; padding: 3px 3px 15px 15px; height: 70px; width: 70px; }
.newsletter_closed { position: relative; top: 0; right: 0; -webkit-box-shadow: 0 0 10px #33333399; box-shadow: 0 0 10px #33333399; /* top: -141px; */ }
/* .newsletter_closed .reopen img { position: relative; right: -5px; padding: 0 0 19px 20px; }
a.minus { position: absolute; top: -15px; right: -15px; } */
a.newsletter_btn, a.minus { position: absolute; top: -12px; right: -12px; z-index: 1001; /* top: -20px; right: -25px; */ }
a.newsletter_btn img, a.minus img { height: 20px; width: 20px; z-index: 1; }
/* .minus, .newsletter_btn img { z-index: 1; } */
#email-2019 { position: fixed; right: 30px; bottom: 30px; z-index: 1000; /* bottom: 5%; */ }
#email-2019 #email_address { width: 50%; margin-right: 6px; /* border-radius: 0; */ }
#email-2019 #zip_code { width: 27%; margin-right: 6px; }
#email-2019 #email_submit:hover, #email-2019 #email_submit:focus, #email-2019 #email_submit:active { background: #002640; }
#email-2019 #email_submit { color: #fff; background: #004473; border: none; padding: 0 15px; font-weight: 500; /* height: 40px; */ }
#email-2019 input { border: none; border-radius: 0; height: 36px; }
#email-2019 input[type="text"] { font-size: 0.9rem; padding-left: 10px; /* width: 35%; height: 40px; */ }
#email-2019 input[type="text"]::-webkit-input-placeholder { color: #999; }
#email-2019 input[type="text"]::-moz-placeholder { color: #999; }
#email-2019 input[type="text"]:-ms-input-placeholder { color: #999; }
#email-2019 input[type="text"]::-ms-input-placeholder { color: #999; }
#email-2019 input[type="text"]::placeholder { color: #999; }
#join_us_form { padding-bottom: 0; margin-bottom: 0; }
div.join_us_button { display: none; }
@media (max-width:767px) {
  .teaserImage { margin: 0 auto; }
}
@media (max-width:500px) {
  #email-2019 { display: none !important; }
}
div#ss-controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#toggleAutoPlayBtn { border: 0; background: transparent; color: #888; font-size: 30px; }
#toggleAutoPlayBtn:hover { color: #cf4b04; }