#page_content a, #page_content a:link, #page_content a:visited {
  font-weight: bold;
  color: #005c9b;
  text-decoration: underline;
}

#page_content a:hover {
  color: #005c9b;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: none;
}

section:not(.intro-text) h1:not(.text-center) {
  display: none;
}

html {
  font-size: 62.5%; /* Now 10px = 1rem! */
}

body {
  color: #333;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 2rem;
  padding-right: 2rem;
}

#wrapper_bot {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

#header * {
  box-sizing: initial;
}

#breadcrumbs {
  margin: 8px auto;
}

#breadcrumbs .breadcrumbComponent {
  display: flex;
}

#breadcrumbs a.breadcrumb {
  color: #004473;
  background-color: transparent;
}

#breadcrumbs span.breadcrumbseparator {
  position: relative;
  top: 7px;
}

#breadcrumbs a.breadcrumb:last-of-type {
  color: #cf4b04;
}

#page_content {
  padding: 0;
}

/*
@media (max-width:767px) {
  #internal_banner {
    height: 130px;
    width: auto;
  }
}
*/

.blue {
  background: #004473;
}

@media (min-width: 1200px) {
  main .container, #breadcrumbs {
    max-width: 1170px;
  }
}

@media (max-width: 640px) {
  section.intro-text .container, .featured.blue .container, .resources.blue .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* General Styles  */
#page_content img.floatImgRight {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

#page_content img.floatImgLeft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

span.bold {
  font-weight: bold;
}

/* NOTE: H1 - H5 can be orange, white or dark blue 
   Need to find out where each one goes */
h1, h2, h3, h4, h5, h6 {
  color: #cf4b04;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
  color: #fff;
}

h1 {
  font-size: 3.4rem;
  line-height: 4.2rem;
  padding-bottom: 1.3rem;
}

@media (min-width:768px) {
  h1 {
    font-size: 3.8rem;
    line-height: 4.6rem;
    padding-bottom: 1.5rem;
  }

}

h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding-bottom: 1.3rem;
}

@media (min-width:768px) {
  h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    padding-bottom: 1.5rem;
  }

}

h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-bottom: 1.2rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-bottom: .8rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: .8rem;
}

h5, h6 {
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-bottom: .8rem;
}

#page_content p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.large {
  color: #333;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding-bottom: 1.5rem;
}

/* Button Styles */
#page_content a.btn, #page_content a.btn:link, #page_content a.btn:visited {
  color: #fff;
  background-color: #cf4b04;
  border-radius: 0;
  border-color: #cf4b04;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.4rem;
  padding: .25rem 1rem;
  text-align: center;
  text-decoration: none;
}

#page_content .btn-wrap .btn.btn-primary {
  line-height: normal;
  padding: 1.7rem 3rem;
}

/* General */
.intro-text {
  max-width: 960px;
  margin: 0 auto;
}

#blank-internal .intro-text {
  max-width: none;
}

/*Card */
.blue .card h4, .blue .card h3 {
  color: #cf4b04;
}

.card {
  border: 0;
  border-radius: 0;
}

.card-title {
  margin: 0;
}

.card-body {
  padding: 2.6rem 2.4rem;
}

.card-text {
  line-height: 2.4rem;
}

/* Internal General - Resources*/
.blue.resources {
  padding: 6rem 0 7rem 0;
  background: #007cb1 url(https://www.easterseals.com/assets/images/interior-layouts/resources-background-canoe.jpg);
  background-size: auto;
  background-size: cover;
}

.blue.resources h2.section-heading, .blue.featured h2.section-heading {
  padding-bottom: 5rem;
}

.blue.resources .row, .blue.featured .row, .blue.secondary-resources .row, .blue.services .row {
  justify-content: center;
}

.blue.featured .row .col-lg-6, .blue.resources .row .col-lg-3, .blue.secondary-resources .row .col-lg-4, .blue.services .row .col-lg-4 {
  flex: 1;
  /* max-width: 50%; */
  min-width: 290px;
}

.blue.featured .card, .blue.resources .card, .blue.secondary-resources .card, .blue.services .card {
  min-height: 50rem;
}

.blue.featured .btn-wrap, .blue.resources .btn-wrap, .blue.secondary-resources .btn-wrap, .blue.services .btn-wrap {
  margin-top: 5rem;
}

@media (max-width:992px) {
  .blue.featured .card, .blue.resources .card, .blue.secondary-resources .card, .blue.services .card {
    min-height: 26rem;
    margin: 0 0 2rem 0;
  }

  .blue.featured .card .card-img-top, .blue.resources .card .card-img-top, .blue.secondary-resources .card .card-img-top {
    display: none;
  }
}

@media (max-width:767px) {
  .blue.featured .card, .blue.resources .card,  .blue.secondary-resources .card, .blue.services .card {
    min-height: initial;
  }
}

/*In Spotlight */
.in-spotlight {
  padding: 6rem 0;
  color: #fff;
}

.in-spotlight h2 {
  color: #fff;
  padding-bottom: 4.5rem;
}

.in-spotlight h3 {
  color: #fff;
}

.in-spotlight-wrap, #education-internal .in- {

  /* background: #004473;
  background: linear-gradient(to right bottom, #1a5781 50%, #004473 50%); */
  border-radius: 1.2rem;
  padding: 0 5rem 0 5rem;
}

@media (max-width:992px) {
  .in-spotlight-wrap {
    padding: 6rem 10rem 7.8rem 10rem;
  }

  .in-spotlight-wrap img {
    margin-bottom: 4.5rem;
  }

  #page_content .in-spotlight .btn.btn-primary {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center !important;
    line-height: normal;
    padding: 1.7rem 3rem;
    max-width: 16rem;
    margin-top: 4rem;
  }
}

@media (max-width:767px) {
  .in-spotlight-wrap {
    border-radius: 0;
    padding: 0 2rem 0 2rem;
  }

  .in-spotlight .container .row:nth-child(2) {
    flex-direction: column-reverse !important;
  }

  #page_content .in-spotlight .btn.btn-primary {
    margin: 4rem auto 6rem auto;
  }

  .in-spotlight-wrap img {
    margin-bottom: 0;
  }
}

/* In Spotlight Slider */
.in-spotlight {
  background: linear-gradient(to right bottom, #1a5781 50%, #004473 50%);
  border-radius: 1.2rem;
  padding: 6rem 5rem 7.8rem 5rem;
  max-width: 1170px;
  margin: 6rem auto;
}

@media(max-width:767px) {
  .in-spotlight {
    border-radius: 0;
  }
}

.in-spotlight img {
  -webkit-box-shadow: 1px 2px 15px 1px #000;
  box-shadow: 1px 2px 15px 1px #000;
}

.spotlight-slider {
  border-radius: 1.2rem;
  padding: 6rem 5rem 7.8rem 5rem;
}

@media(min-width:991px) {
  .spotlight-slide.slick-slide {
    display: flex;
  }
}

.in-spotlight .slick-next::before, .in-spotlight .slick-prev::before {
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
  font-size: 20px;
}

.slick-dots li button::before {
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.slick-next::before, .slick-prev::before {
  font-size: 30px;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -45px;
}

.slick-dots {
  bottom: -75px;
}

@media(max-width:767px) {
  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -27px;
  }

  .slick-dots {
    bottom: -10px;
  }
}

/* Find Us  */
.find-us {
  padding: 4.7rem 0 5rem 0;
  background: #004473 url(https://www.easterseals.com/assets/images/interior-layouts/polka-dot-pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.find-us .container {
  max-width: 73rem;
}

.find-us h2 {
  padding-bottom: 4.5rem;
}

#page_content .find-us p {
  color: #fff;
  margin: 0 0 1rem 0;
}

#page_content .find-us p.location-street {
  margin: 0;
}

#page_content .find-us p.location-city-state {
  margin: 0 0 0 3.4rem;
}

#page_content .find-us a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.find-us span {
  color: #fff;
  display: inline-block;
  margin-right: .8rem;
  vertical-align: middle;
}

/*Styles for zip code button*/
.find-us form [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cf4b04;
  background: #cf4b04;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: .5rem;
}

/* Internal Page override to remove line above Footer */
.clearer {
  height: auto;
}

/* Internal Services */
.secondary-resources.blue {
  background: #007cb1;
}

.services.blue, .secondary-resources.blue {
  padding: 6.2rem 0 7.5rem 0;
}

.services.blue h2, .secondary-resources.blue h2 {
  padding-bottom: 5rem;
}

.services.blue .btn-wrap, .secondary-resources.blue .btn-wrap {
  margin-top: 5.5rem;
}

@media(max-width:992px) {
  .secondary-resources.blue .card-img-top {
    display: none;
  }

  .secondary-resources.blue .col-lg-4.col-md-6:last-child, .services .col-lg-4.col-md-6:last-child {
    margin: 3rem auto;
  }
}

@media(max-width:992px) {
  .services.blue .card, .secondary-resources.blue .card {
    margin-bottom: 1.5rem;
    min-height: initial;
  }
}

@media(max-width:776px) {
  .secondary-resources.blue .col-lg-4.col-md-6:last-child, .services .col-lg-4.col-md-6:last-child {
    margin: 0;
  }
}

/* Secondary Text */
section.secondary-text {
  padding: 8.7rem 0 8rem 0;
}

section.secondary-text .col-md-12 > h2 {
  text-align: center;
}

/* Internal Services */
#services-internal .intro-text, #education-internal .intro-text, #internal-general .intro-text {
  padding: 0 0 5rem 0;
}

@media (max-width:767px) {
  #services-internal .intro-text, #education-internal .intro-text, #internal-general .intro-text {
    padding: 0 2rem 5rem 2rem;
  }
}

#services-internal .services.blue {
  background: #004473 url(https://www.easterseals.com/assets/images/interior-layouts/featured-service-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Education Internal */
#education-internal .featured.blue, #services-internal .secondary-resources.blue {
  background: #0097cf url(https://www.easterseals.com/assets/images/interior-layouts/transport-resources-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.3rem 0;
}

/*
#page_content #education-internal .featured.blue img.card-img-top {
  max-width: 26rem;
  margin: auto;
  padding: 1rem;
}
*/

#page_content .featured.blue .card-link {
  text-align: center;
}

#page_content #education-internal .main-content {
  padding: 7.8rem 0 4rem 0;
  max-width: 970px;
  margin: auto;
}

#page_content #education-internal ul, #page_content #internal-general ul {
  padding-left: 2.2rem;
  margin-left: 2.2rem;
}

#page_content #education-internal ul li, #page_content #internal-general ul li {
  background: none;
  list-style: disc;
  padding-left: 0;
  padding-bottom: 1.5rem;
}

#page_content #education-internal ul li::marker, #page_content #internal-general ul li::marker {
  color: #cf4b04;
  font-size: 2.4rem;
}

#page_content #education-internal .centeredMainContent {
  max-width: 776px;
  margin: auto;
  padding: 4rem 0 4.5rem 0;
}

#page_content #education-internal .centeredMainContent h3 {
  padding: 2.5rem 0;
}

#page_content #education-internal .centeredMainContent h3:before {
  content: '';
  height: 3.5rem;
  width: 3.5rem;
  display: inline-block;
  background-size: inherit;
  background: url(https://www.easterseals.com/assets/images/interior-layouts/check-icon-2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: -3px;
}

#page_content #education-internal .centeredMainContent ul {
  padding-left: 7.2rem;
}

@media (max-width:992px) {
  #page_content #education-internal .featured.blue img.card-img-top {
    display: none;
  }

  #page_content #education-internal .featured.blue .card {
    margin: 0 0 4rem 0;
  }
}

/* Blank Internal  */
#blank-internal h5, #blank-internal h4 {
  color: #cf4b04;
  font-weight: 300;
}

#blank-internal .main-content {
  padding-bottom: 6rem;
}

.leadership-contact h3 {
  padding-bottom: 1rem;
}

.leadership-contact h5 {
  padding-bottom: 2.5rem;
}

@media (max-width:767px) {
  #page_content .leadership-contact .floatImgRight {
    float: none;
    margin-left: 0;
  }
}

.blog-feed-2 {
  display:  flex;
}

#page_content ul#blog .blog-feed-2 .card-subtitle {
  font-size:  1.3rem;
}

#page_content ul#blog li {
  color: inherit;
  padding-left: initial;
  background: revert;
  list-style: none;
  padding-bottom: 0;
}

.blog {
  background: #ebebeb;
  padding: 9rem 0;
}

.blog .container {
  max-width: 995px;
}

.blog h2 {
  padding-bottom: 4rem;
}

.blog-item {
  background: #fff;
  flex-direction: row;
  width: 100%;
  -webkit-box-shadow: 5px 7px 7px -7px #171717;
  box-shadow: 5px 7px 7px -7px #171717;
}

#page_content #blog img.card-img-left {
  object-fit: cover;
  width: 240px;
}

#page_content .blog-item a.btn {
  background: #004473;
  border-color: #004473;
}

#page_content .blog-item a.btn:hover, #page_content .blog-item a.btn:focus {
  background: #002640;
  border-color: #002640;
}

@media(max-width:992px) {
  .blog-item img {
    display: none;
  }
}

@media(max-width:776px) {
  .blog-item {
    flex-direction: column;
  }
}

.blog-feed-1 {
  display: none;
}

.find-us #lookup .go_button a {
  background: #cf4b04;
}

.find-us #lookup .go_button {
  all: revert;
}

.find-us #lookup input#zip_search_submit, .find-us #lookup input#zip_search_submit_footer {
  all: unset;
  background: #cf4b04;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  padding: 5px 10px;
}

.find-us #lookup input#zip_search_submit:hover, .find-us #lookup input#zip_search_submit:focus, .find-us #lookup input#zip_search_submit_footer:hover, .find-us #lookup input#zip_search_submit_footer:focus {
  background: #b94405;
}

.find-us input#zipCode, .find-us input#zipCode_footer {
  border: 0;
  border-radius: 0;
  font-size: 15px;
  max-width: 180px;
  width: 100%;
  height: 36px;
}

.find-us .styled-select {
  height: 36px;
  padding-top: 3px;
  border-radius: 0;
}

.find-us .styled-select select {
  font-size: 15px;
}

@media(max-width:767px) {
  .find-us div#lookup {
    background: none;
  }

  .find-us .styled-select {
    width: 24%;
  }
}

#page_content p.published-date {
  padding: 20px 20px 0;
}

a.navy-button, #page_content a.navy-button, a.orange-button, #page_content a.orange-button, a[href$="navy-button"], #page_content a[href$="navy-button"], a[href$="orange-button"], #page_content a[href$="orange-button"] {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

a.navy-button.large, #page_content a.navy-button.large, a.orange-button.large, #page_content a.orange-button.large, a[href$="large-navy-button"], #page_content a[href$="large-navy-button"], a[href$="large-orange-button"], #page_content a[href$="large-orange-button"] {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

a.navy-button, #page_content a.navy-button, a[href$="navy-button"], #page_content a[href$="navy-button"] {
  background: #004473;
}

a.navy-button:hover, #page_content a.navy-button:hover, a[href$="navy-button"]:hover, #page_content a[href$="navy-button"]:hover {
  background: #002640;
}

a.orange-button, #page_content a.orange-button, a[href$="orange-button"], #page_content a[href$="orange-button"] {
  background: #cf4b04;
}

a.orange-button:hover, #page_content a.orange-button:hover, a[href$="orange-button"]:hover, #page_content a[href$="orange-button"]:hover {
  background: #b94405;
}

#home-ads #bottom-social-bar h2, #bottom-social-bar h2 {
  line-height: 27px;
}



/* Internal Join Today Newsletter Update */

#footer {
  border-top: 0;
}

.internal-orange {
  background: #cf4b04;
  padding: 30px 0;
}

.internal-orange .container {
  max-width: 1170px;
}


.internal-orange h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.internal-orange h2,
.internal-orange p {
  color: #fff;
  text-align: left;
}


.internal-orange img {
  max-width: 100%;
  width: 100%;
  height: auto;
}


.internal-orange .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.internal-orange .col-lg-3 p {
  margin-bottom: 0;
}

.internal-orange .col-lg-2.join_contain {
  padding-right: 30px;
  /* border-right: 1px solid #eaeaea; */
  border-right: 1px solid #af3d00;
  padding-left: 0;
}

.internal-orange a.btn.btn-primary {
  /* padding: 10px 5px; */
  padding: .4rem;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #004473;
  border-radius: 0;
  border-color: #004473;
  /* font-size: 16px; */
  font-size: 1.25em;
  margin: 15px 0px;
  font-weight: 500;
}


/* Social Icons */
.internal-orange  #social-bar {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.internal-orange  #social-bar p {
  margin-bottom: 10px;
  margin-top: 0;
}

.internal-orange  #social-bar ul {
  display: flex;
}

.internal-orange  #social-bar li a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 0 0 17px;
  background: url(https://www.easterseals.com/assets/wrapper-images/social_links_sprite_mono_rebrand.png) no-repeat 0 0;
  font-size: 0;
}

.internal-orange  #social-bar li:first-of-type a {
  margin-left: 0;
}

.internal-orange  #social-bar .soc-fbk a {
  background-position: 0 0;
}

.internal-orange  #social-bar .soc-twt a {
  background-position: -52px 0;
}

.internal-orange  #social-bar .soc-ytb a {
  background-position: -104px 0;
}

.internal-orange  #social-bar .soc-pnt a {
  background-position: -156px 0;
}

.internal-orange  #social-bar .soc-ins a {
  background-position: -208px 0;
}

.internal-orange  #social-bar .soc-lkn a {
  background-position: -260px 0;
}

.internal-orange  #social-bar .soc-blg a {
  background-position: -314px 0;
}

.internal-orange .container .row:nth-child(2) {
    margin-left: 50px;
}

@media(max-width: 1070px) {
  .internal-orange .col-md-1 {
    padding: 0 10px;
    margin-top: -5px;
  }
}

@media(max-width: 992px) {
  .internal-orange .container .row:nth-child(2) {
    margin-left: 0;
  }
}

@media(min-width: 992px) {
  .internal-orange .container .row .col-md-6 h2 {
    display: none;
  }
}

@media(max-width: 991px) {
  .internal-orange .container .row:nth-child(2) {
    justify-content: center;
    align-items: center;
  }
  
  .internal-orange .container .row:nth-child(1) {
    display: none;
  }
  
  .internal-orange .container .row .col-md-6 h2 {
    display: block;
  }

  .internal-orange #social-bar {
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    border-top: 1px solid #af3d00;
    max-width: 800px;
    padding-top: 30px;
  }
  
  .internal-orange .col-lg-2.join_contain {
    border-right: none;
  }

}


@media(max-width: 767px) {
  .internal-orange .col-md-1 {
      display: none;
  }

  .internal-orange .col-md-3 p {
      margin-bottom: 20px;
  }

  .internal-orange h2.section-heading {
      margin: 20px 0 8px 0;
  }

  .internal-orange #social-bar {
    align-items: start;
  }

  .internal-orange #social-bar ul {
    justify-content: center;
  }
 
  .internal-orange .col-lg-1.col-md-2 img {
    max-width: 50px;
  }

}

@media(max-width: 767px) {
  .internal-orange {
      padding: 0;
  }
  
  .internal-orange .container .row .col-md-6 h2 {
      text-align: left !important;
  }
  
  .internal-orange .col-lg-1.col-md-2 {
      display: none;
  }
  
  .internal-orange div[class*="col"] {
      padding: 1rem;
  }   
  
  .internal-orange #social-bar {
    align-items: center;
  }

  .internal-orange .container .row:nth-child(2) {
    margin: 0;
  }

  .internal-orange .col-lg-2.join_contain {
    padding-right: 0;
  }
}