.o-control {
	display: inline-block;
	padding: 1rem 1rem;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer; }
	.o-control--blue {
	  background: #0054a6;
	  color: #fff;
	  font-weight: bold; }
  
  .c-sac .yui3-g {
	width: 62.5rem;
	max-width: calc(100% - 2rem);
	margin: 0 auto; }
  
  .yui3-g .yui3-g {
	max-width: 100%; }
  
  .c-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.85); }
  
  .c-sac__copy {
	margin: 0 0 2rem; }
  .c-sac__sub-title {
	font-family: Schoolbell, cursive !important;
	display: flex;
	align-items: center; }
	.c-sac__sub-title:before, .c-sac__sub-title:after {
	  content: ' ';
	  flex: 1;
	  height: 1px;
	  border-bottom: 6px double #ccc; }
	.c-sac__sub-title:before {
	  margin-right: 1rem; }
	.c-sac__sub-title:after {
	  margin-left: 1rem; }
  
  .c-child-list {
	position: relative; }
	.c-child-list__controls {
	  display: flex;
	  position: relative;
	  }
	  .c-child-list__controls > * {
		flex: 1; }
	  @media (max-width: 45.5rem) {
		.c-child-list__controls:before {
		  content: ' ';
		  position: absolute;
		  left: 0;
		  top: -1rem;
		  width: 100%;
		  height: 1rem;
		  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
		  z-index: 2;
		  } }
	.c-child-list__total {
	  margin: 0 0 1rem; }
	.c-child-list__results:before, .c-child-list__results:after {
	  content: ' ';
	  flex: 1 1 160px;
	  margin: 0 10px 0 0; }
	.c-child-list__results:before {
	  order: 1000; }
	.c-child-list__tags {
	  display: flex;
	  flex-wrap: wrap; }
	.c-child-list__tag {
	  background: #efefef;
	  padding: .5rem;
	  margin: 0 .5rem 1rem 0;
	  border-radius: .25rem;
	  font-size: .9rem; }
	.c-child-list__tag-remove {
	  padding: 0;
	  margin: 0 0 0 .25rem;
	  background: none;
	  border: 0;
	  cursor: pointer;
	  font-weight: bold; }
	.c-child-list__filters-trigger {
	  width: 100%;
	  margin: 0 0 1rem; }
	.c-child-list__filters-icon {
	  height: 1rem;
	  filter: brightness(10); }
	.c-child-list__map {
	  width: 100%;
	  padding: 4rem 2rem;
	  margin: 2rem 0;
	  background: #333;
	  background-image: url(/multimedia/map-trigger-background.jpg);
	  font-weight: bold;
	  background-size: cover;
	  background-position: center;
	  font-size: 1.5rem;
	  text-align: center;
	  text-shadow: 0 0 0.5rem black;
	  text-transform: uppercase;
	  color: #fff;
	  cursor: pointer; }
  
  @media (min-width: 45.5rem) {
	.c-child-filters {
	  padding-right: 1.5rem; } }
  @media (max-width: 45.5rem) {
	.c-child-filters {
	  display: none;
	  position: fixed;
	  top: 0%;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0);
	  transition: .2s linear;
	  overflow: hidden;
	  z-index: 1001; }
	  .c-child-filters--open {
		display: block; }
	  .c-child-filters--active {
		background: rgba(0, 0, 0, 0.6); } }
  @media (max-width: 45.5rem) {
	.c-child-filters__holder {
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 20rem;
	  max-width: 100%;
	  height: 100%;
	  max-height: 100vh;
	  background: #fff;
	  padding: 1rem;
	  transition: .2s linear;
	  } }
  .c-child-filters__input {
	margin-bottom: 1rem !important; }
  .c-child-filters__row {
	display: flex;
	align-items: flex-start;
	margin: 0 0 1rem; }
	.c-child-filters__row > .o-input {
	  flex: 1;
	  margin: 0 .5rem; }
	  .c-child-filters__row > .o-input:first-child {
		margin-left: 0; }
	  .c-child-filters__row > .o-input:last-child {
		margin-right: 0; }
  @media (max-width: 45.5rem) {
	.c-child-filters__fields {
	  height: calc(100% - 4.3rem);
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	  } }
  @media (max-width: 45.5rem) {
	.c-child-filters--active .c-child-filters__holder {
	  left: 0; } }
  @media (min-width: 45.5rem) {
	.c-child-filters--map.c-child-filters--open {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1001;
	  background: rgba(0, 0, 0, 0);
	  padding: 0;
	  transition: .2s linear; }
	  .c-child-filters--map.c-child-filters--open .c-child-list__map {
		display: none; }
	.c-child-filters--map .c-child-filters__holder {
	  position: absolute;
	  top: 0;
	  left: -25rem;
	  width: 25rem;
	  height: 100%;
	  padding: 1rem;
	  background: #fff;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	  transition: .2s linear; }
	.c-child-filters--map.c-child-filters--active {
	  background: rgba(0, 0, 0, 0.5); }
	  .c-child-filters--map.c-child-filters--active .c-child-filters__holder {
		left: 0; }
	.c-child-filters--map .c-child-filters__fields {
	  height: calc(100% - 3.25rem);
	  overflow: auto;
	  -webkit-overflow-scrolling: touch; } }
  
  .c-featured-child {
	padding: 2rem 0;
	background-repeat: repeat-x;
	margin: 0 0 2rem; }
	@media (min-width: 45.5rem) {
	  .c-featured-child {
		background-size: 100% auto; } }
	.c-featured-child__content {
	  max-width: 62.5rem;
	  width: calc(100% - 2rem);
	  margin: 0 auto; }
	  @media (min-width: 45.5rem) {
		.c-featured-child__content {
		  display: flex;
		  align-items: center;
		  justify-content: center; } }
	.c-featured-child__image-holder {
	  max-width: 15rem;
	  padding: .5rem;
	  margin: 0 2rem 0 0;
	  background: #fff;
	  box-shadow: 0 0 10px #000;
	  transform: rotate(-2deg); }
	  @media (max-width: 45.5rem) {
		.c-featured-child__image-holder {
		  margin: 0 auto 2rem; } }
	.c-featured-child__image {
	  width: 100%; }
	.c-featured-child__info {
	  padding: 1rem;
	  background: rgba(255, 255, 255, 0.4);
	  flex: 38rem; }
	.c-featured-child__title {
	  font-family: Schoolbell, cursive !important;
	  font-size: 2.5rem; }
	  @media (max-width: 45.5rem) {
		.c-featured-child__title {
		  font-size: 2rem; } }
	.c-featured-child__madlib {
	  display: inline-block;
	  padding: 0 .25em;
	  border-bottom: 2px solid;
	  font-family: Schoolbell, cursive;
	  font-size: 1.4em;
	  font-weight: bold;
	  line-height: 1.2em; }
	.c-featured-child__paragraph {
	  font-size: 1.3rem;
	  line-height: 2em; }
	  @media (max-width: 45.5rem) {
		.c-featured-child__paragraph {
		  font-size: 1rem; } }
	@media (max-width: 45.5rem) {
	  .c-featured-child__button {
		width: 100%;
		text-align: center; } }
  
  .c-sac-map {
	display: none;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: .2s linear; }
	.c-sac-map--open {
	  display: block; }
	.c-sac-map--active {
	  left: 0%; }
	.c-sac-map__close {
	  position: absolute;
	  right: 0;
	  top: 0;
	  z-index: 100;
	  background: #0054a6;
	  color: #fff;
	  border: 0;
	  line-height: 0;
	  height: 2rem;
	  width: 2rem;
	  border-bottom-left-radius: .25rem;
	  cursor: pointer;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	  z-index: 2; }
	.c-sac-map__window {
	  position: absolute;
	  top: 0;
	  right: 0;
	  z-index: 1;
	  background: #efefef;
	  transition: .2s linear; }
	  @media (min-width: 45.5rem) {
		.c-sac-map__window {
		  width: calc(100% - 25rem);
		  height: 100%; } }
	  @media (max-width: 45.5rem) {
		.c-sac-map__window {
		  width: 100%;
		  height: calc(100% - 19rem); } }
	.c-sac-map__aside {
	  position: absolute;
	  left: 0;
	  max-width: 100%;
	  background: #fff;
	  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
	  z-index: 3;
	  transition: .2s linear; }
	  @media (min-width: 45.5rem) {
		.c-sac-map__aside {
		  top: 0;
		  width: 25rem;
		  height: 100%; } }
	  @media (max-width: 45.5rem) {
		.c-sac-map__aside {
		  bottom: 0;
		  width: 100%;
		  height: 19rem;
		  max-height: calc(100% - 3rem); } }
	.c-sac-map__aside-trigger {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: absolute;
	  width: 2rem;
	  height: 3rem;
	  background: #efefef;
	  border: 1px solid #ccc;
	  border-top-right-radius: .25rem;
	  border-bottom-right-radius: .25rem;
	  box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.25);
	  cursor: pointer; }
	  @media (min-width: 45.5rem) {
		.c-sac-map__aside-trigger {
		  right: -2rem;
		  top: 1rem; } }
	  @media (max-width: 45.5rem) {
		.c-sac-map__aside-trigger {
		  transform: rotate(-90deg);
		  left: calc(50% - 1rem);
		  top: -2.5rem; } }
	.c-sac-map__aside-trigger-icon {
	  transition: .2s linear; }
	@media (min-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__aside {
		left: calc(0% - 25rem); } }
	@media (max-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__aside {
		bottom: -19rem; } }
	@media (min-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__window {
		width: 100%; } }
	@media (max-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__window {
		height: 100%; } }
	@media (min-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__aside-trigger-icon {
		transform: rotate(-180deg); } }
	@media (max-width: 45.5rem) {
	  .c-sac-map--expanded .c-sac-map__aside-trigger-icon {
		transform: rotate(180deg); } }
	.c-sac-map__aside-top {
	  display: flex;
	  position: relative;
	  z-index: 1;
	  padding: 1rem;
	  border-bottom: 1px solid #ccc; }
	.c-sac-map__details {
	  flex: 1;
	  font-size: .9rem; }
	.c-sac-map__aside-results {
	  padding: 1rem;
	  width: 100%;
	  height: calc(100% - 4.9rem);
	  overflow: auto;
	  -webkit-overflow-scrolling: touch; }
	  @media (min-width: 45.5rem) {
		.c-sac-map__aside-results {
		  position: absolute;
		  bottom: 0;
		  left: 0; } }
	.c-sac-map__pagination {
	  display: flex;
	  align-items: center;
	  margin: 2rem 0 0; }
	.c-sac-map__pagination-control {
	  flex: 1; }
	  .c-sac-map__pagination-control--next {
		text-align: right; }
  
  .c-child-cards {
	margin: 0;
	list-style: none; }
	.c-child-cards__item {
	  display: flex;
	  flex-wrap: wrap;
	  background: #efefef;
	  margin: 0 0 1rem;
	  border: 1px solid #ccc;
	  border-radius: .25rem;
	  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
	  .c-child-cards__item:last-child {
		margin: 0; }
	  @media (max-width: 45.5rem) {
		.c-child-cards__item {
		  font-size: .8rem; } }
	.c-child-cards__image-holder {
	  width: 8rem;
	  padding: .5rem;
	  background: #fff;
	  border-right: 1px solid #ccc;
	  border-top-left-radius: .25rem;
	  border-bottom-left-radius: .25rem; }
	.c-child-cards__image {
	  width: 100%;
	  height: 100%;
	  border-top-left-radius: .25rem;
	  border-bottom-left-radius: .25rem;
	  object-fit: cover;
	  object-position: center; }
	.c-child-cards__info {
	  flex: 1; }
	.c-child-cards__attribute {
	  display: block;
	  position: relative;
	  padding: .5rem 1rem;
	  border-bottom: 1px solid #ccc;
	  background: #fff; 
	  text-decoration: none; }
	  .c-child-cards__attribute--name {
		font-weight: bold;
	  	color: inherit; }
	  .c-child-cards__attribute--country, .c-child-cards__attribute--birthday {
		font-size: .8rem;
		padding-left: 3rem; }
		.c-child-cards__attribute--country:before, .c-child-cards__attribute--birthday:before {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 2.25rem;
		  height: 100%;
		  background: #efefef;
		  border-right: 1px solid #ccc;
		  font-family: "ci-icons";
		  color: #777; }
	  .c-child-cards__attribute--country:before {
		content: '\f041'; }
	  .c-child-cards__attribute--birthday:before {
		content: '\f1fd'; }
	.c-child-cards__cta {
	  padding: .5rem;
	  text-align: center;
	  font-size: .9rem; }
	.c-child-cards__button {
	  width: 100%;
	  text-align: center;
	  margin: 0 0 .5rem;
	  font-size: 1em; }
  
  .c-infowindow-child {
	display: flex;
	align-items: center;
	background: #efefef;
	margin: 0 0 .75rem;
	border-radius: .25rem;
	}
	.c-infowindow-child--active {
	  background: #c6daef;
	  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
	.c-infowindow-child:last-child {
	  margin: 0; }
	.c-infowindow-child__image-holder {
	  display: flex;
	  align-items: center;
	  width: 5rem;
	  height: 5rem;
	  border-top-left-radius: .25rem;
	  border-bottom-left-radius: .25rem;
	  overflow: hidden; }
	.c-infowindow-child__image {
	  width: 100%; }
	.c-infowindow-child__content {
	  padding: 1rem; }
	.c-infowindow-child__name {
          display: block;
	  font-family: Montserrat,Helvetica,Arial,sans-serif;
	  font-weight: bold;
	  font-size: 1rem;
          color: inherit;
          text-decoration: none;
	  margin-bottom: .5rem; }
  
  .c-tool-tip {
	position: relative; }
	.c-tool-tip__content {
	  display: none;
	  position: absolute;
	  max-width: 100%;
	  font-size: .8rem;
	  padding: 1rem;
	  background: #f1e5cc;
	  z-index: 1;
	  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25); }
	.c-tool-tip:hover .c-tool-tip__content {
	  display: block; }
  
  @media (max-width: 45.5rem) {
	.u-desktop-only {
	  display: none !important; } }
  
  @media (min-width: 45.5rem) {
	.u-tablet-mobile-only {
	  display: none !important; } }
  
  .childItem .button > a {
	font-size: .9rem;
	padding: 1rem; }
  
  .slider-range {
	width: 100%;
	margin: 0 0 .5rem; }
  
  .slider-range, div#search-child-range, .age-range {
	  display: block;
  }

  .c-sac-map__area-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
  }

  .c-sac-map__area-search {
	padding: 1rem;
	margin-bottom: .5rem;
	background: #fff;
    font-size: .85rem;
    border: 1px solid #ccc;
    border-radius: .5rem;
    color: #0054a6;
    font-weight: bold;
    cursor: pointer;
}

.c-sac-map__area-search[disabled] {
	display: none;
	background: #eee;
    color: #777;
    cursor: not-allowed;
}

.c-sac-map__area-search-clear {
	font-size: .85rem;
    padding: .25rem;
    display: inline-block;
    background: rgba(275,275,275, .25);
    text-decoration: none;
}

.c-sac-map__area-search-clear[disabled] {
	display: none;
}

.c-child-filters__age-label {
    position: relative !important;
    margin-bottom: -1rem; }

    .gm-style-iw.gm-style-iw-c {
    padding: 12px !important;
}