/* line 2, ../scss/header.scss */
header {
  padding: 60px 20px;
  background-color: white;
  z-index: 100;
  width: 100%;
}
@media (max-width: 1250px) {
  /* line 2, ../scss/header.scss */
  header {
    padding: 20px;
  }
}
@media (max-width: 875px) {
  /* line 2, ../scss/header.scss */
  header {
    position: relative;
  }
}
@media (min-width: 1250px) {
  /* line 18, ../scss/header.scss */
  header.small {
    padding: 10px;
  }
}
/* line 23, ../scss/header.scss */
header .logo {
  float: left;
}
@media (max-width: 875px) {
  /* line 23, ../scss/header.scss */
  header .logo {
    float: none;
  }
}
@media (max-width: 575px) {
  /* line 31, ../scss/header.scss */
  header .logo img {
    width: 260px;
  }
}
/* line 37, ../scss/header.scss */
header nav {
  float: right;
  text-transform: uppercase;
}
@media (max-width: 875px) {
  /* line 37, ../scss/header.scss */
  header nav {
    float: none;
  }
}
/* line 46, ../scss/header.scss */
header nav .top a, header nav .top div {
  float: right;
  margin-right: 30px;
}
@media (max-width: 875px) {
  /* line 46, ../scss/header.scss */
  header nav .top a, header nav .top div {
    display: inline-block;
    float: none;
    margin-top: 20px;
  }
}
/* line 59, ../scss/header.scss */
header nav .top img#celebration {
  margin-top: -5px;
}
/* line 64, ../scss/header.scss */
header nav .top div p {
  text-align: right;
  color: #2b5e97;
  font-size: 25px;
  margin: 0;
}
@media (max-width: 875px) {
  /* line 64, ../scss/header.scss */
  header nav .top div p {
    text-align: center;
  }
}
/* line 74, ../scss/header.scss */
header nav .top div p + p {
  line-height: 30px;
  font-size: 31px;
}
@media (max-width: 575px) {
  /* line 82, ../scss/header.scss */
  header nav .top a {
    margin-right: 10px;
  }
  /* line 84, ../scss/header.scss */
  header nav .top a img {
    width: 35px;
  }
}
@media (max-width: 400px) {
  /* line 91, ../scss/header.scss */
  header nav .top div {
    display: block;
    margin-right: 0;
  }
}
/* line 98, ../scss/header.scss */
header nav .bottom {
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 45px;
}
/* line 106, ../scss/header.scss */
header nav .bottom li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #2b5e97;
  /*
                  &:last-of-type {
                      border: none;
                      a {
                          color: #B70042;
                      }
                  }
  */
}
/* line 113, ../scss/header.scss */
header nav .bottom li.red a {
  color: #B70042;
}
/* line 116, ../scss/header.scss */
header nav .bottom li a {
  color: #2b5e97;
  font-size: 17px;
  text-decoration: none;
}
/* line 131, ../scss/header.scss */
header nav .bottom li .sub-menu {
  display: none;
  background-color: white;
  position: absolute;
  left: 15px;
  z-index: 10000;
  width: 300px;
  text-align: left;
  margin: 0;
  padding: 5px 0 0;
}
/* line 142, ../scss/header.scss */
header nav .bottom li .sub-menu li {
  display: block;
  border-right: none;
  border-bottom: 1px solid #2b5e97;
  padding: 0;
  /*
                          &:last-of-type {
                              a {
                                  color: #2b5e97;
                              }
                          }
  */
}
/* line 147, ../scss/header.scss */
header nav .bottom li .sub-menu li.red a {
  color: #B70042;
}
/* line 150, ../scss/header.scss */
header nav .bottom li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}
/* line 169, ../scss/header.scss */
header nav .bottom li:hover .sub-menu {
  display: block;
}
@media (max-width: 400px) {
  /* line 106, ../scss/header.scss */
  header nav .bottom li {
    position: static;
  }
  /* line 176, ../scss/header.scss */
  header nav .bottom li .sub-menu {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media (max-width: 1165px) {
  /* line 98, ../scss/header.scss */
  header nav .bottom {
    padding-top: 25px;
    width: 450px;
    text-align: right;
  }
  /* line 190, ../scss/header.scss */
  header nav .bottom li {
    margin-bottom: 10px;
  }
}
@media (max-width: 875px) {
  /* line 98, ../scss/header.scss */
  header nav .bottom {
    width: 100%;
    text-align: center;
  }
  /* line 199, ../scss/header.scss */
  header nav .bottom li {
    padding: 0 20px;
  }
}

/* line 1, ../scss/main.scss */
body {
  font-family: 'Lato', Arial, sans-serif;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #55575a;
}

/* line 11, ../scss/main.scss */
.centered {
  width: 1150px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1160px) {
  /* line 11, ../scss/main.scss */
  .centered {
    width: auto;
  }
}

/* line 21, ../scss/main.scss */
.aligned {
  width: 1150px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1280px) {
  /* line 21, ../scss/main.scss */
  .aligned {
    width: auto;
  }
}
/* line 31, ../scss/main.scss */
.aligned .content {
  float: left;
  width: 60%;
}
@media (max-width: 800px) {
  /* line 31, ../scss/main.scss */
  .aligned .content {
    float: none;
    width: 100%;
  }
}
/* line 40, ../scss/main.scss */
.aligned .content-full {
  float: none;
  width: 100%;
}
/* line 46, ../scss/main.scss */
.aligned aside {
  width: 32%;
  padding-left: 5%;
  float: right;
}
@media (max-width: 800px) {
  /* line 46, ../scss/main.scss */
  .aligned aside {
/*     float: none; */
    width: 100%;
  }
}
/* line 55, ../scss/main.scss */
.aligned aside ul {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
/* line 60, ../scss/main.scss */
.aligned aside ul li {
  list-style-type: none;
}
/* line 63, ../scss/main.scss */
.aligned aside ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #2b5e97;
  padding: 5px 0;
}
/* line 70, ../scss/main.scss */
.aligned aside ul li.current_page_item a {
  font-weight: bold;
}

/* line 79, ../scss/main.scss */
.clear {
  clear: both;
}

/* line 83, ../scss/main.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 90, ../scss/main.scss */
.pull-right {
  float: right;
}

/* line 94, ../scss/main.scss */
.pull-left {
  float: left;
  margin-top: 60px;
}

/* line 99, ../scss/main.scss */
img.alignleft {
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 400px) {
  /* line 99, ../scss/main.scss */
  img.alignleft {
    float: none !important;
    width: 100%;
    height: auto;
  }
}

/* line 109, ../scss/main.scss */
img.aligncenter {
  margin: 0 auto;
}

/* line 113, ../scss/main.scss */
a {
  color: #2b5e97;
}

/* line 117, ../scss/main.scss */
p {
  margin-top: 0;
}

/* line 121, ../scss/main.scss */
h1, h2, h3 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
}

/* line 128, ../scss/main.scss */
table td {
  padding: 20px;
}

/* line 133, ../scss/main.scss */
[class*='col-'] {
  float: left;
  z-index: 100;
}
/* line 138, ../scss/main.scss */
[class*='col-'].padded {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
}
/* line 143, ../scss/main.scss */
[class*='col-'].padded.last {
  margin-right: 0;
}
/* line 148, ../scss/main.scss */
[class*='col-'].col-1-3 {
  width: 33.33%;
}
/* line 152, ../scss/main.scss */
[class*='col-'].col-2-3 {
  width: 66.66%;
}
/* line 156, ../scss/main.scss */
[class*='col-'].col-1-2 {
  width: 49.5%;
}
/* line 158, ../scss/main.scss */
[class*='col-'].col-1-2.padded {
  width: 45%;
  margin: 2%;
}
@media (max-width: 800px) {
  /* line 156, ../scss/main.scss */
  [class*='col-'].col-1-2 {
    width: 100%;
    float: none;
  }
  /* line 165, ../scss/main.scss */
  [class*='col-'].col-1-2.padded {
    width: 100%;
    margin: 0px;
  }
}
/* line 173, ../scss/main.scss */
[class*='col-'].col-2-2 {
  width: 100%;
}
/* line 177, ../scss/main.scss */
[class*='col-'].col-1-4 {
  width: 22%;
  margin-right: 3%;
}
@media (max-width: 1240px) {
  /* line 177, ../scss/main.scss */
  [class*='col-'].col-1-4 {
    width: 35%;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 30px;
  }
}
@media (max-width: 655px) {
  /* line 177, ../scss/main.scss */
  [class*='col-'].col-1-4 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

/* line 198, ../scss/main.scss */
.ie section.main svg#wheel {
  width: 100%;
  padding-bottom: 60%;
  overflow: visible;
  box-sizing: content-box;
  enable-background: new 0 0 381.1 381.1;
}
/* line 201, ../scss/main.scss */
.ie section.contact .map svg {
  width: 90%;
  padding-bottom: 120%;
  overflow: visible;
  box-sizing: content-box;
  overflow: hidden;
}

/* line 1, ../scss/form.scss */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 97%;
  font-size: 22px;
  padding: 2% 5px;
  border: 1px solid #295f99;
  margin-bottom: 5px;
}

/* line 12, ../scss/form.scss */
input[type="submit"] {
  background-color: #295f99;
  color: white;
  font-size: 20px;
  padding: 15px 80px;
  float: right;
}

/* line 20, ../scss/form.scss */
.btn {
  background-color: #295f99;
  color: white;
  font-size: 10px 15px;
  padding: 10px;
  text-decoration: none;
}
/* line 26, ../scss/form.scss */
.btn:hover {
  background-color: #000000;
}
/* line 29, ../scss/form.scss */
.btn.block {
  display: block;
  margin-bottom: 20px;
}

/* line 35, ../scss/form.scss */
.gform_wrapper form .gform_footer {
  padding: 0px;
  margin: 0px;
}

/* line 1, ../scss/section.scss */
section {
  background-color: white;
}


/* This the full width style
section.hero {
  width: 100%;
  position: relative;
  height: auto;
}
  @media screen and (min-width: 1000px) {
	section.hero {
		height: 500px;
	}  
	section.hero .slide .title {
		bottom: 8px;
		}
	section.hero .slide{
		height: 500px;
	}
}
*/
	
section.hero {
  position: relative;
/*   max-height: 600px; */
  max-width:1150px;
  margin:auto;
  overflow:hidden;
}
  @media screen and (min-width: 1000px) {  
	section.hero .slide .title {
		bottom: 8px;
		}
	section.hero .slide{
		height: auto;
		width:100%;
	}
}
/* line 19, ../scss/section.scss */
section.hero .cycle-pager {
  position: absolute;
  z-index: 1000;
  top: 40px;
  right: 30px;
}
/* line 26, ../scss/section.scss */
section.hero .cycle-pager span {
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  border: 1px solid #fff;
  border-radius: 15px;
  color: transparent;
  margin-top: 13px;
  cursor: pointer;
}
/* line 37, ../scss/section.scss */
section.hero .cycle-pager span.cycle-pager-active {
  background-color: #fff;
}
/* line 44, ../scss/section.scss */
section.hero .slide {
  width: 100%;
  overflow: hidden;
}
/* line 49, ../scss/section.scss */
section.hero .slide img {
  width: 100%;
  object-fit:contain;
}
/* line 54, ../scss/section.scss */
section.hero .slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 1, 1, 0.45);
}
/* line 62, ../scss/section.scss */
section.hero .slide .title h2 {
  padding: 30px 0;
  font-size: 45px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
/* line 70, ../scss/section.scss */
section.hero .slide .title h2 a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 800px) {
  /* line 62, ../scss/section.scss */
  section.hero .slide .title h2 {
    padding: 40px 0;
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  /* line 62, ../scss/section.scss */
  section.hero .slide .title h2 {
    padding: 20px 0;
    font-size: 25px;
  }
}
/* line 89, ../scss/section.scss */
section.hero .slide .subtitle {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
/* line 95, ../scss/section.scss */
section.hero .slide .subtitle h1 {
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 42px;
  padding: 30px 0;
  margin-bottom: 0px;
}
@media (max-width: 800px) {
  /* line 95, ../scss/section.scss */
  section.hero .slide .subtitle h1 {
    padding: 10px 0;
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  /* line 95, ../scss/section.scss */
  section.hero .slide .subtitle h1 {
    padding: 5px 0;
    font-size: 22px;
  }
}
/* line 120, ../scss/section.scss */
section.main {
  padding: 15px 60px;
}
@media (max-width: 875px) {
  /* line 120, ../scss/section.scss */
  section.main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  /* line 120, ../scss/section.scss */
  section.main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 134, ../scss/section.scss */
section.main h2.title {
  margin-top: 50px;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 60px;
}
/* line 141, ../scss/section.scss */
section.main .alignright {
  float: right;
  padding-left: 15px;
}
/* line 146, ../scss/section.scss */
section.main .alignleft {
  float: left;
  padding-right: 15px;
}
/* @media (max-width: 1200px) { */
  /* line 151, ../scss/section.scss */
  section.main .logo {
    width: 250px;
    height: auto;
  }
/* } */
@media (max-width: 375px) {
  /* line 151, ../scss/section.scss */
  section.main .logo {
    width: 250px;
    height: auto;
  }
}
/* line 162, ../scss/section.scss */
section.main h1, section.main h2, section.main h3 {
  color: #2b5e97;
}
/* line 166, ../scss/section.scss */
section.main h1 {
  font-size: 52px;
  line-height: 85px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  /* line 166, ../scss/section.scss */
  section.main h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 800px) {
  /* line 166, ../scss/section.scss */
  section.main h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 470px) {
  /* line 166, ../scss/section.scss */
  section.main h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 187, ../scss/section.scss */
section.main h2 {
  font-size: 35px;
  text-transform: none;
}
/* line 192, ../scss/section.scss */
section.main p {
  font-size: 18px;
  line-height: 30px;
  color: #55575a;
}
/* line 197, ../scss/section.scss */
section.main p + h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}
/* line 204, ../scss/section.scss */
section.main ul + h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}
/* line 210, ../scss/section.scss */
section.main.intro {
  padding: 20px 60px 80px;
}
/* line 211, ../scss/section.scss */
section.main.intro a {
  text-decoration: none;
}
@media (max-width: 1260px) {
  /* line 210, ../scss/section.scss */
  section.main.intro {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  /* line 210, ../scss/section.scss */
  section.main.intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 223, ../scss/section.scss */
section.main.intro #top-callout {
  padding: 20px 0px 20px 0px;
}
@media (max-width: 1140px) {
  /* line 227, ../scss/section.scss */
  section.main.intro #top-callout .pull-left, section.main.intro #top-callout .pull-right {
    float: none;
    text-align: center;
    width: 100%;
  }
  /* line 228, ../scss/section.scss */
  section.main.intro #top-callout .pull-left .alignleft, section.main.intro #top-callout .pull-right .alignleft {
    float: none;
  }
}
/* line 238, ../scss/section.scss */
section.main.intro h1 {
  font-size: 70px;
  line-height: 110px;
}
@media (max-width: 1050px) {
  /* line 238, ../scss/section.scss */
  section.main.intro h1 {
    line-height: 80px;
  }
}
@media (max-width: 735px) {
  /* line 238, ../scss/section.scss */
  section.main.intro h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 252, ../scss/section.scss */
section.main.intro h2 {
  margin-bottom: 30px;
}
/* line 257, ../scss/section.scss */
section.main.intro p {
  clear: both;
}
@media (max-width: 735px) {
  /* line 262, ../scss/section.scss */
  section.main.intro .pull-right {
    float: none;
  }
  /* line 265, ../scss/section.scss */
  section.main.intro .pull-right img {
    width: 190px;
    height: auto;
  }
}
/* line 276, ../scss/section.scss */
section.main.lower-content img + img {
  margin-left: 50px;
}
@media (max-width: 625px) {
  /* line 276, ../scss/section.scss */
  section.main.lower-content img + img {
    margin-left: 0;
  }
}
/* line 284, ../scss/section.scss */
section.main.lower-content img + h1 {
  margin-top: 50px;
}
/* line 288, ../scss/section.scss */
section.main.lower-content h1 {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  /* line 288, ../scss/section.scss */
  section.main.lower-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 298, ../scss/section.scss */
section.main.lower-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
/* line 305, ../scss/section.scss */
section.main.lower-content #wheel path {
  cursor: pointer;
}
/* line 309, ../scss/section.scss */
section.main.lower-content #wheel .wheel-description {
  position: absolute;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  transition: all .25s ease-in;
}
/* line 317, ../scss/section.scss */
section.main.lower-content #wheel .wheel-description.visible {
  opacity: 1;
}
@media (max-width: 1170px) {
  /* line 309, ../scss/section.scss */
  section.main.lower-content #wheel .wheel-description {
    opacity: 1;
  }
}
/* line 327, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone {
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
/* line 332, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone[data-for="kids"] {
  width: 310px;
  height: 170px;
  top: 18%;
  left: 31%;
}
/* line 339, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone[data-for="rehab"] {
  top: 21%;
  left: 57%;
  width: 198px;
  height: 280px;
}
/* line 346, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone[data-for="senior-living"] {
  top: 55%;
  left: 55%;
  width: 230px;
  height: 220px;
}
/* line 353, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone[data-for="at-home"] {
  top: 62%;
  left: 30%;
  width: 310px;
  height: 180px;
}
/* line 360, ../scss/section.scss */
section.main.lower-content #wheel .wheel-hover-zone[data-for="long-term"] {
  top: 34%;
  left: 26%;
  width: 180px;
  height: 270px;
}
/* line 374, ../scss/section.scss */
section.services {
  background-image: url("../img/services-background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1330px) {
  /* line 374, ../scss/section.scss */
  section.services {
    background-size: auto 100%;
  }
}
/* line 384, ../scss/section.scss */
section.services h2 {
  font-size: 116px;
  line-height: 90px;
  color: white;
  padding: 40px 0;
}
@media (max-width: 1130px) {
  /* line 384, ../scss/section.scss */
  section.services h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
/* line 396, ../scss/section.scss */
section.services .service {
  float: left;
  background-color: white;
  width: 30%;
  min-height: 400px;
  margin-left: 3%;
  padding-top: 20px;
  margin-bottom: 3%;
}
@media (max-width: 1130px) {
  /* line 396, ../scss/section.scss */
  section.services .service {
    min-height: 400px;
  }
}
@media (max-width: 720px) {
  /* line 396, ../scss/section.scss */
  section.services .service {
    width: 45%;
  }
}
@media (max-width: 600px) {
  /* line 396, ../scss/section.scss */
  section.services .service {
    width: 94%;
    margin: 3%;
    padding-bottom: 10px;
    min-height: initial;
  }
}
/* line 422, ../scss/section.scss */
section.services .service img {
/*   width: 100%; */
  margin-bottom: 15px;
  max-width: 
}
/* line 431, ../scss/section.scss */
section.services .service h3, section.services .service p {
  padding: 0 20px;
}
/* line 435, ../scss/section.scss */
section.services .service h3 a {
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  color: #2b5e97;
  text-decoration: none;
  margin-bottom: 15px;
}
/* line 444, ../scss/section.scss */
section.services .service p {
  font-size: 16px;
  line-height: 22px;
}
/* line 454, ../scss/section.scss */
section.loop input {
  margin-top: 25px;
  width: 90%;
}
/* line 459, ../scss/section.scss */
section.loop .post, section.loop .not-found {
  min-height: 300px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #dae1e9;
}
@media (min-width: 750px) {
  /* line 465, ../scss/section.scss */
  section.loop .post img, section.loop .not-found img {
    float: left;
    padding-right: 20px;
  }
}
/* line 472, ../scss/section.scss */
section.loop .post .date + h2, section.loop .not-found .date + h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 478, ../scss/section.scss */
section.loop .post a, section.loop .not-found a {
  color: #2b5e97;
}
/* line 485, ../scss/section.scss */
section.partner {
  padding: 0px 0px 50px 0px;
}
/* line 489, ../scss/section.scss */
section.partner h2 {
  color: #295f99;
  font-size: 60px;
  padding: 50px;
}
/* line 494, ../scss/section.scss */
section.partner a.btn {
  font-size: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 20px;
  padding: 10px 20px;
}
/* line 500, ../scss/section.scss */
section.partner a.btn:hover {
  background: #ffffff;
  color: #295f99;
  border: 1px solid #295f99;
}
/* line 509, ../scss/section.scss */
section.gala img {
  width: 100%;
  height: auto;
}
/* line 512, ../scss/section.scss */
section.celebrate {
  background-color: #295f99;
  color: #ffffff;
  padding: 25px 0px 50px 0px;
}
/* line 517, ../scss/section.scss */
section.celebrate a {
  color: #ffffff;
  text-decoration: none;
}
/* line 520, ../scss/section.scss */
section.celebrate a:hover {
  text-decoration: underline;
}
/* line 525, ../scss/section.scss */
section.celebrate h2 {
  font-size: 60px;
  line-height: 90px;
  color: #ffffff;
  padding: 40px 0;
}
@media (max-width: 1130px) {
  /* line 525, ../scss/section.scss */
  section.celebrate h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
/* line 543, ../scss/section.scss */
section.news {
  background-image: url("../img/news-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-bottom: 60px;
}
/* line 552, ../scss/section.scss */
section.news h2 {
  font-size: 94px;
  line-height: 90px;
  color: white;
  padding: 40px 0;
}
@media (max-width: 1130px) {
  /* line 552, ../scss/section.scss */
  section.news h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
/* line 565, ../scss/section.scss */
section.news .post {
  float: left;
  width: 29%;
  min-height: 400px;
  border-bottom: 28px solid #90B62E;
  margin-left: 3%;
  background-color: white;
  text-align: left;
}
@media (max-width: 900px) {
  /* line 565, ../scss/section.scss */
  section.news .post {
    width: 45.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 750px) {
  /* line 565, ../scss/section.scss */
  section.news .post {
    width: 94%;
    margin-bottom: 3%;
    min-height: initial;
    min-height: auto;
  }
}
/* line 589, ../scss/section.scss */
section.news .post p.date {
  padding: 30px;
  padding-bottom: 0;
  font-size: 60px;
  color: #2b5e97;
  line-height: 80px;
  margin-bottom: 0;
}
/* line 598, ../scss/section.scss */
section.news .post h3 a {
  color: #2b5e97;
  text-decoration: none;
  padding: 15px 30px;
  display: block;
}
/* line 605, ../scss/section.scss */
section.news .post .excerpt {
  padding: 0 30px;
}
/* line 613, ../scss/section.scss */
section.contact {
  padding: 10px 60px 20px;
}
@media (max-width: 600px) {
  /* line 613, ../scss/section.scss */
  section.contact {
    padding: 10px 20px 20px;
  }
}
/* line 621, ../scss/section.scss */
section.contact h2 {
  font-weight: 400;
  margin-top: 30px;
  font-size: 94px;
  line-height: 110px;
  color: #2b5e97;
}
@media (max-width: 1130px) {
  /* line 621, ../scss/section.scss */
  section.contact h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
/* line 635, ../scss/section.scss */
section.contact h3 {
  font-weight: 400;
  color: #2b5e97;
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 1.2em;
}
@media (max-width: 1130px) {
  /* line 635, ../scss/section.scss */
  section.contact h3 {
    font-size: 20px;
  }
}
/* line 649, ../scss/section.scss */
section.contact h4 {
  font-weight: 400;
  color: #2b5e97;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
}
/* line 656, ../scss/section.scss */
section.contact h4 + p {
  font-size: 24px;
}
/* line 659, ../scss/section.scss */
section.contact h4:first-child {
  margin-top: 0px;
}
/* line 664, ../scss/section.scss */
section.contact .map svg {
  width: 90%;
  border: 9px solid #2b5e97;
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  /* line 664, ../scss/section.scss */
  section.contact .map svg {
    width: 100%;
  }
}
/* line 675, ../scss/section.scss */
section.contact .map rect {
  fill: transparent;
}
/* line 679, ../scss/section.scss */
section.contact .map .tooltip {
  display: none;
  position: absolute;
  width: 400px;
  background-color: white;
  padding: 15px;
  border: 2px solid #2b5e97;
}
@media (max-width: 815px) {
  /* line 679, ../scss/section.scss */
  section.contact .map .tooltip {
    width: auto;
    left: 0 !important;
    right: 0 !important;
  }
}
/* line 693, ../scss/section.scss */
section.contact .map .tooltip h3 {
  font-size: 20px;
  margin-bottom: 0;
}
/* line 698, ../scss/section.scss */
section.contact .map .tooltip .category {
  margin-bottom: 5px;
  color: grey;
}
/* line 706, ../scss/section.scss */
section.contact [class*="col-"] {
  text-align: left;
}
/* line 710, ../scss/section.scss */
section.contact .connect-with-us {
  margin-top: 40px;
}
/* line 714, ../scss/section.scss */
section.contact .connect-with-us a {
  font-size: 50px;
  line-height: 70px;
  text-transform: uppercase;
  float: left;
  color: #2b5e97;
  text-decoration: none;
}
/* line 723, ../scss/section.scss */
section.contact .connect-with-us img {
  float: left;
  margin-left: 20px;
}
@media (max-width: 1245px) {
  /* line 729, ../scss/section.scss */
  section.contact .connect-with-us a {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  /* line 735, ../scss/section.scss */
  section.contact .connect-with-us a {
    font-size: 27px;
  }
}
@media (max-width: 800px) {
  /* line 741, ../scss/section.scss */
  section.contact .connect-with-us a {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  /* line 747, ../scss/section.scss */
  section.contact .connect-with-us a {
    font-size: 20px;
    line-height: 40px;
  }
  /* line 752, ../scss/section.scss */
  section.contact .connect-with-us img {
    width: 40px;
  }
}
/* line 760, ../scss/section.scss */
section.contact .logos img {
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1235px) {
  /* line 760, ../scss/section.scss */
  section.contact .logos img {
    margin-left: 30px;
  }
}
@media (max-width: 1000px) {
  /* line 760, ../scss/section.scss */
  section.contact .logos img {
    width: 150px;
    height: auto;
    margin: 25px;
  }
}
/* line 778, ../scss/section.scss */
section.client-story {
  background-color: #5d2b48;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 785, ../scss/section.scss */
section.client-story img {
  width: 730px;
  height: auto;
}
/* line 789, ../scss/section.scss */
section.client-story img:first-child {
  margin-top: 50px;
}
/* line 794, ../scss/section.scss */
section.client-story h2 {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 52px;
  color: white;
}
@media (max-width: 1130px) {
  /* line 794, ../scss/section.scss */
  section.client-story h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 570px) {
  /* line 794, ../scss/section.scss */
  section.client-story h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 812, ../scss/section.scss */
section.client-story h3 {
  color: white;
  font-size: 42px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 70px;
}
@media (max-width: 570px) {
  /* line 812, ../scss/section.scss */
  section.client-story h3 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 770px) {
  /* line 827, ../scss/section.scss */
  section.client-story img {
    width: 100%;
  }
}
/* line 833, ../scss/section.scss */
section.client-story p {
  line-height: 30px;
  color: white;
}
/* line 838, ../scss/section.scss */
section.client-story .call-to-action {
  font-size: 42px;
  border-bottom: 1px solid white;
  color: white;
  text-decoration: none;
  margin-top: 10px;
  display: inline;
  line-height: 50px;
}
@media (max-width: 620px) {
  /* line 838, ../scss/section.scss */
  section.client-story .call-to-action {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 853, ../scss/section.scss */
section.client-story:nth-of-type(even) {
  background-color: white;
}
/* line 856, ../scss/section.scss */
section.client-story:nth-of-type(even) h1, section.client-story:nth-of-type(even) h2, section.client-story:nth-of-type(even) h3, section.client-story:nth-of-type(even) p {
  color: #55575a;
}

/* line 1, ../scss/footer.scss */
footer {
  padding: 90px 20px;
  background-color: #295f99;
}
/* line 6, ../scss/footer.scss */
footer p {
  font-size: 21px;
  color: #fff;
}
/* line 11, ../scss/footer.scss */
footer p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
/* line 18, ../scss/footer.scss */
footer img {
  display: inline;
}
@media (max-width: 1180px) {
  /* line 1, ../scss/footer.scss */
  footer {
    padding: 40px 20px;
  }
  /* line 26, ../scss/footer.scss */
  footer p, footer img {
    float: none;
  }
  /* line 30, ../scss/footer.scss */
  footer p {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

/* line 1, ../scss/timeline.scss */
#event_list {
  margin: 50px;
  padding: 25px;
}
/* line 4, ../scss/timeline.scss */
#event_list h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 9, ../scss/timeline.scss */
.timeline-wrapper {
  position: relative;
}

/* line 13, ../scss/timeline.scss */
.timeline-entry {
  position: relative;
  width: 65%;
  left: 30%;
  border-top: 1px solid #dae1e9;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 24, ../scss/timeline.scss */
.timeline-entry:first-of-type {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 875px) {
  /* line 13, ../scss/timeline.scss */
  .timeline-entry {
    left: 120px;
  }
}
@media (max-width: 540px) {
  /* line 13, ../scss/timeline.scss */
  .timeline-entry {
    left: 95px;
  }
}
@media (max-width: 460px) {
  /* line 13, ../scss/timeline.scss */
  .timeline-entry {
    left: 30px;
  }
}
/* line 42, ../scss/timeline.scss */
.timeline-entry h3 {
  margin-top: 0;
}
/* line 46, ../scss/timeline.scss */
.timeline-entry h2 {
  margin-bottom: 20px;
}
/* line 50, ../scss/timeline.scss */
/*
.timeline-entry img {
  width: 100%;
  height: auto;
}
*/

/* line 57, ../scss/timeline.scss */
aside.timeline {
  position: absolute;
  top: 0;
  width: 25%;
}
@media (max-width: 540px) {
  /* line 57, ../scss/timeline.scss */
  aside.timeline {
    margin: 0;
    margin-top: 30px;
  }
}
@media (max-width: 460px) {
  /* line 57, ../scss/timeline.scss */
  aside.timeline {
    display: none;
  }
}
/* line 71, ../scss/timeline.scss */
aside.timeline li {
  list-style: none;
}
/* line 74, ../scss/timeline.scss */
aside.timeline li.decade {
  font-size: 14px;
  color: grey;
  float: left;
  clear: left;
  margin-left: -20px;
}
/* line 84, ../scss/timeline.scss */
aside.timeline li.entry a {
  display: block;
  margin-left: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 11px;
  font-style: normal;
  border-bottom: 0;
  border-left: 2px solid #dadada;
  text-decoration: none;
  line-height: 1.5em;
}
/* line 97, ../scss/timeline.scss */
aside.timeline li.entry a.current {
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 104, ../scss/timeline.scss */
aside.timeline li.entry a.passed-through {
  border-left: 2px solid #2b5e97;
}
@media (max-width: 875px) {
  /* line 84, ../scss/timeline.scss */
  aside.timeline li.entry a {
    line-height: 10px;
    font-size: 1px;
    color: transparent;
  }
}

/*
#menu-item-23 {
	border-right: none !important;
}
*/

#menu-item-4417 {
	border-right: none !important;
}


.kids-hero {
  width:1150px;
  margin:auto;
  /* 	height: 270px; */
}

@media (max-width: 1150px) {
  .kids-hero {
    width:100%;
  }
}

.kids-hero:after {
  content: "";
  display: table;
  clear: both;
}

/*
.kids-hero ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
*/

.kids-image {
	width: 33.3333%;
	height: auto;
	float: left;
}

.color-bar {
	height: 20px;
}

.color-bar img {
	height: 20px;
	width: 100%;
}

.kids-logo {
	width: 60%;
	float: left;
}

.kids-logo img{
	width: 55%;
	height: auto;
	margin: 30px 0 30px 40px;
}

.kids-links {
	width: 32%;
	padding-left: 5%;
	float: right;
}

.kids-links ul {
	margin: 30px;
	padding: 0;
}

.kids-sidebar {
}

.kids-sidebar li {
	width: 80%;
	margin: 0 0 10px;
}

.kids-sidebar-image {
	width: 100%;
	height: 100%;
	
}

.kids-sidebar-info {
	text-align: center;
}

.kids-sidebar-info h4 {
	position: relative;
	margin: 5px 0;
}

.program-offerings {
	background-image: url(http://www.marthaandmary.org/wp-content/uploads/2017/07/SA700427.jpg);
	background-size: cover;
	overflow:hidden;
}

.content .program-offerings h2 {
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 0;
}

.program-offerings ul{
	list-style: none;
}

.program-offerings li{
	width: 40%;
	height: 200px;
	float: left;
    padding: 0 20px 140px;
}

.program-offerings-image {
	width: 100%;
	height: 100%;
}

.program-offerings-info {
	background-color: white;
	text-align: center;
	color:#2b5e97;
	height: 300px;
}

.program-offerings-info h4 {
	margin: 0;
}

.content .program-offerings-info p {
	font-size: 16px;
}
@media (min-width: 800px) {
	.main.kids .aligned .content {
		width:70%;
	}
}

@media (max-width: 800px) {
	.main.kids .aligned .content {
		width:100%;
	}
	.program-offerings li {
		width: 70%;
		height: 150px;
	}
	.main.kids .aligned aside {
	margin-top: 20px;
	width: 100% !important;
	}
	.program-offerings li {
		margin-bottom: 30px;
	}
	.aligned aside.kids-links {
	float: right;
    width: 32%;
    }
/*
    .kids-hero {
	    height: 200px;
    }
*/
}

.main.kids .aligned aside {
	width: 25%;
}

.program-offerings-info a {
	text-decoration: none;
}

.kids table {
	border: 1px solid black;
}

.kids table td {
	border: 1px solid black;
	padding: 10px;
}

ul.kids-sidebar li .kids-sidebar-info a {
	text-decoration: underline;
	border: 0;
}
.kids-sidebar-info p {
	margin-bottom: 0;
}

ul.sub-menu li a{
    font-size:12px;
}

.page-template-template-list .flex-grid-thirds .col{
  font-size: .6em;
  margin-bottom: 10px;
}

.page-template-template-list .flex-grid-thirds .col p{
  font-size: 1.0em;
  line-height:1.2em;
}


.flex-grid-thirds {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.flex-grid-thirds .col {
  flex-grow: 1;
	width: 20%;
	text-align:center;
}

.flex-grid-thirds .col .col-text{
  width:120px;
  text-align:center;
}

.flex-grid-thirds .col img{
  width:120px;
  height:auto;
}

.flex-grid-thirds .col .col-img{
  height:150px;
  display:inline-block;
  overflow:hidden;
}


@media (max-width: 1000px) {
  .flex-grid,
  .flex-grid-thirds {
    display: block;
    .col {
      width: 100%;
      margin: 0 0 10px 0;
    }
  }
}

#social-share{
  border-top:1px solid #ccc;
  text-align:center;
}
#share-buttons img {
  width: 35px;
  padding: 0px 5px 5px 5px ;
  border: 0;
  box-shadow: 0;
  display: inline;
}

#share-buttons a{
  text-decoration:none;
}
.postid-4873 .slide img{
	display: none;
}
#popmake-5010{
	background: #2b5e97;
	padding: 40px;
	padding-bottom: 0px;
}
#popmake-5010 .pum-close{
	background-color: white;
	color:#2b5e97;
}