html {
  font-size: medium;
}
a {
  color: #3366CC;
  
}
body {
  font-family: 'Lato', sans-serif;
  font-size: medium;
  line-height: 22px;
  background: #fff;
  color: #000;
}
h1,
h2 {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #024a80;
}
h2 {
  font-size: 140%;
  font-weight: bold;
}
h3,
.black-lato {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 140%;
  margin: 10px 0;
}
h3.pad-top,
.black-lato.pad-top {
  padding-top: 20px;
}
h3.black-italic,
.black-italic {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: bold;
  font-size: 130%;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5,
.small-bold {
  font-size: 105%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6 {
  font-size: 110%;
  font-weight: bold;
  color: #024a80;
}
p {
  margin: 10px 0;
  font-size: 95%;
}
p.larger-font {
  font-size: 110%;
  line-height: 150%;
}
p.smaller-font {
  font-size: 90%;
}
p + h5,
p + .small-bold {
  margin-top: 20px;
  margin-bottom: 10px;
}
ul {
  margin: 0;
  padding-left: 20px;
}
ul.bordered-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.bordered-list li {
  border-top: 1px solid #ebebeb;
  padding: 9px 0;
}
ul.bordered-list li:first-child {
  border-top: 0;
}
ul.bordered-list li a {
  color: #6d6c6c;
  font-weight: bold;
}
ul.no-style {
  list-style: none;
}
ul li {
  padding: 3px 0;
}
hr {
  border-top: 1px solid #d7d7d7;
}
hr.extra-margin {
  margin: 40px 0;
}
.header {
  background: #f0f0f0;
  border-bottom: 10px solid #c11028;
  padding: 10px 0 0;
  position: relative;
  z-index: 1000;
}
.header .hmg-logo {
  padding-top: 30px;
  padding-bottom: 10px;
}
.header .top-nav {
  padding: 10px 0;
  text-align: right;
}
.header .top-nav ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px 0 0;
  float: left;
}
.header .top-nav ul li {
  display: inline-block;
  border-left: 2px solid #6d6c6c;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 0 9px 0 11px;
  margin: 0;
  font-size: small;
}
.header .top-nav ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.header .top-nav ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.header .top-nav .header-search input[type=text] {
  padding: 8px 0 8px 15px;
  color: #6d6c6c;
  border: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  vertical-align: top;
  height: 36px;
  max-width: 160px;
}
.header .top-nav .header-search .btn-header-search {
  background: url(../images/search-btn.png);
  width: 38px;
  height: 36px;
  border: 0;
  vertical-align: top;
}
.header .bottom-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.header .bottom-nav ul li {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  text-align: center;
  color: #024a80;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 90%;
}
.header .bottom-nav ul li:hover,
.header .bottom-nav ul li.hover {
  background: #dedede;
}
.header .bottom-nav ul li:hover .nav-dropdown,
.header .bottom-nav ul li.hover .nav-dropdown {
  display: block;
  position: absolute;
  width: 150%;
  left: 0;
  padding: 15px;
  border: 5px solid #dedede;
  background: #fff;
  margin-top: 10px;
}
.header .bottom-nav ul li:hover .nav-dropdown.two-col,
.header .bottom-nav ul li.hover .nav-dropdown.two-col {
  width: 260%;
}
.header .bottom-nav ul li:hover ul,
.header .bottom-nav ul li.hover ul {
  margin: 0;
  padding: 0;
}
.header .bottom-nav ul li:hover ul li,
.header .bottom-nav ul li.hover ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 5px 1px;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
}
.header .bottom-nav ul li:hover ul li:last-child,
.header .bottom-nav ul li.hover ul li:last-child {
  border-bottom: 0;
}
.header .bottom-nav ul li:hover ul li:hover,
.header .bottom-nav ul li.hover ul li:hover {
  background: none;
}
.header .bottom-nav ul li:hover ul li a,
.header .bottom-nav ul li.hover ul li a {
  color: #6d6c6c;
  text-decoration: none;
}
.header .bottom-nav ul li:hover ul li a:hover,
.header .bottom-nav ul li.hover ul li a:hover {
  color: #c11028;
}
.header .bottom-nav ul li a {
  color: #024a80;
}
.header .bottom-nav ul li .nav-dropdown {
  display: none;
}

.alert {
  text-align: left;
  background-color: #FED971;
}
.blue-button {
  background: #024a80;
  /* Old browsers */
  background: -moz-linear-gradient(top, #024a80 0%, #033c67 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #024a80), color-stop(100%, #033c67));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #024a80 0%, #033c67 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #024a80 0%, #033c67 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #024a80 0%, #033c67 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #024a80 0%, #033c67 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024a80', endColorstr='#033C67', GradientType=0);
  /* IE6-9 */
  border: 1px solid #024a80;
  color: #fff;
  padding: 8px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: bold;
  font-size: 120%;
  margin: 10px 0;
  display: inline-block;
}
.blue-button:hover,
.blue-button:active,
.blue-button:focus {
  color: #FEC524;
  text-decoration: none;
  text-shadow: 1px 1px 2px #024a80;
}
.blue-button.blue-button-small {
  font-size: 90%;
  padding: 4px 18px;
}
.blue-button.blue-button-short {
  padding: 8px 20px;
}
.blue-button.blue-button-long {
  padding: 8px 50px;
}
.blue-button.no-margin {
  margin: 0;
}
.blue-button.thinner {
  padding: 5px 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: bold;
  margin: 10px 0;
  font-size: 100%;
}
.yellow-button {
  background: #fdc424;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdc424 0%, #d9a81f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdc424), color-stop(100%, #d9a81f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdc424 0%, #d9a81f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdc424 0%, #d9a81f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdc424 0%, #d9a81f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdc424 0%, #d9a81f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc424', endColorstr='#d9a81f', GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
}
.yellow-button:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #967415;
}
.refer-a-child {
  position: absolute;
  top: 0;
  right: 10%;
  width: 220px;
  /*transition:height 1s;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;*/
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  z-index: 999;
  overflow: hidden;
  margin-top: -100px;
}
.refer-a-child-so {
  position: absolute;
  top: 0;
  right: 10%;
  width: 220px;
  /*transition:height 1s;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;*/
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  z-index: 999;
  overflow: hidden;
  margin-top: -140px;
}
.refer-a-child-es {
  position: absolute;
  top: 0;
  right: 10%;
  width: 220px;
  /*transition:height 1s;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;*/
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  z-index: 999;
  overflow: hidden;
  margin-top: -160px;
}
.refer-a-child-hmn {
  position: absolute;
  top: 0;
  right: 10%;
  width: 220px;
  /*transition:height 1s;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;*/
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  z-index: 999;
  overflow: hidden;
  margin-top: -160px;
}
.refer-a-child a {
  color: #fff;
}
.refer-a-child img {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.refer-a-child:hover,
.refer-a-child.hovered {
  margin-top: 0;
}
.refer-a-child:hover img,
.refer-a-child.hovered img {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.refer-a-child .refer {
  padding: 5px 20px;
  font-weight: bold;
}
.refer-a-child .refer.refer-parents {
  background: #368fd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #368fd6 0%, #368bd1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #368fd6), color-stop(100%, #368bd1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #368fd6 0%, #368bd1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #368fd6 0%, #368bd1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #368fd6 0%, #368bd1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #368fd6 0%, #368bd1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#368fd6', endColorstr='#368bd1', GradientType=0);
  /* IE6-9 */
}
.refer-a-child .refer.refer-professionals {
  background: #006dc4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006dc4 0%, #0066b8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006dc4), color-stop(100%, #0066b8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #006dc4 0%, #0066b8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #006dc4 0%, #0066b8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #006dc4 0%, #0066b8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #006dc4 0%, #0066b8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006dc4', endColorstr='#0066b8', GradientType=0);
  /* IE6-9 */
}
.refer-a-child .refer.refer-friends {
  background: #3685c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3685c6 0%, #367fb9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3685c6), color-stop(100%, #367fb9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3685c6 0%, #367fb9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3685c6 0%, #367fb9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3685c6 0%, #367fb9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3685c6 0%, #367fb9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3685c6', endColorstr='#367fb9', GradientType=0);
  /* IE6-9 */
}
.refer-child-button {
  background: #005ca6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005ca6 0%, #005599 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005ca6), color-stop(100%, #005599));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005ca6 0%, #005599 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005ca6 0%, #005599 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #005ca6 0%, #005599 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #005ca6 0%, #005599 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ca6', endColorstr='#005599', GradientType=0);
  /* IE6-9 */
  padding: 5px 15px 5px 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: bold;
  border: 2px solid #0071cc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.refer-child-button a {
  color: #e6f7fe;
  padding-right: 40px;
  font-size: 100%;
}
.carousel-holder {
  background: #f4f4f4;
}
.carousel .carousel-caption {
  right: 0;
  top: 80px;
  left: auto;
  width: 50%;
  padding: 10px 80px 10px 20px;
  text-shadow: none;
  color: #000;
}
.carousel .carousel-caption h1 {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #024a80;
}
.carousel .carousel-caption p {
  padding: 0 40px;
  font-size: 120%;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}

.carousel .carousellang-caption p {
    padding: 0 0px;
	font-size: 120%;
    line-height: 120% !important;
}

.carousel .carousel-control .glyphicon-triangle-right,
.carousel .carousel-control .glyphicon-triangle-left {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: larger;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel .carousel-control .glyphicon-triangle-right {
  margin-right: -15px;
}
.carousel .carousel-control .glyphicon-triangle-left {
  margin-left: -15px;
}
.carousel.no-sliding .carousel-caption {
  padding: 10px 60px 10px 20px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 15;
}
.rotator-selections {
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.rotator-selections .sel-heading {
  font-size: 130%;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: bold;
  margin: 8px 0 10px;
  line-height: 100%;
}
.rotator-selections .sel-heading a {
  color: #fff;
}
.rotator-selections p {
  font-size: 85%;
  line-height: 140%;
}
.rotator-selections [class*='rotator-'] {
  padding: 15px 20px !important;
  height: 130px;
}
@media all and (max-width: 980px) {
  .rotator-selections [class*='rotator-'] {
    padding: 15px 20px !important;
    height: auto;
  }
}
.rotator-selections .rotator-1 {
  background: url(../images/blue-bg.png);
}
.rotator-selections .rotator-2 {
  background: url(../images/green-bg.jpg);
}
.rotator-selections .rotator-3 {
  background: url(../images/red-bg.png);
}
.rotator-selections .rotator-4 {
  background: url(../images/dblue-bg.jpg);
}
.white-row {
  background: #fff;
  padding: 50px 0;
}
.tan-row {
  background: #f7f6f6;
  padding: 50px 0;
}
.col-centered {
  text-align: center!important;
}
.col-left {
  text-align: left!important;
}
.side-padding-xs {
  padding-left: 20px;
  padding-right: 20px;
}
.side-padding-sm {
  padding-left: 30px;
  padding-right: 30px;
}
.side-padding-md {
  padding-left: 40px;
  padding-right: 40px;
}
.side-padding-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.top-padding-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-padding-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-padding-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-padding-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-padding-only-sm {
  padding-top: 20px;
}
.row-no-padding {
  padding: 0!important;
}
.bordered-left {
  border-left: 1px solid #d7d7d7;
}
.bordered-right {
  border-right: 1px solid #d7d7d7;
}
.green-row {
  background: url(../images/child-pattern.jpg);
  padding: 70px 0;
}
.green-row .box {
  border: 3px solid #e1e1e1;
  background: #fff;
  padding: 30px;
  margin: 0 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  font-size: 90%;
}
.green-row .box h5,
.green-row .box .small-bold {
  font-size: 115%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.green-row .box p,
.green-row .box ul li {
  text-align: left;
}
.green-row .box p.button-class,
.green-row .box ul li.button-class {
  text-align: center;
  padding-top: 60px;
}
.pre-footer-yellow {
  background: #ffd150;
  position: relative;
  z-index: 1;
  max-height: 170px;
}
.pre-footer-yellow .container {
  background: url(../images/pre-footer-arrow.png) left center no-repeat;
}
.pre-footer-yellow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #FBE5A6;
  z-index: -1;
}
.pre-footer-yellow .yellow-text {
  padding-top: 10px;
}

.pre-footer-yellow .yellow-text-lang {
  padding-top: 0px;
}
.pre-footer-yellow .blue-button {
  margin-top: 50px;
  font-size: 100%;
}
.footer {
  background: #000;
  padding: 20px 0;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
}
.footer .footer-note {
  font-size: 80%;
  line-height: 100%;
  padding: 15px;
}
.footer .footer-links {
  text-align: center;
  padding-top: 10px;
  font-size: 95%;
}
.footer .footer-links a {
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
}
.footer .footer-call {
  text-align: center;
  padding-top: 15px;
}
.footer .footer-call img {
  padding-right: 10px;
}
.footer .footer-call a,
.footer .footer-call a:hover {
  color: #0CA042!important;
}
.footer .social {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 110%;
  font-weight: bold;
  color: #024a80;
}
.footer .social-media {
  text-align: center;
}
.footer .social-media a {
  padding: 0 5px;
}
.footer .social-media p.social {
  color: white;
}
.color-red {
  color: #c11028;
}
.color-red a {
  color: #c11028;
}
.color-blue {
  color: #024a80;
}
.color-blue a {
  color: #024a80;
}
.color-green {
  color: #00822f;
}
.color-green a {
  color: #00822f;
}
.milestones-dropdown,
.dropdown-2 {
  padding: 10px 15px 10px 10px;
  font-family: 'Droid Serif', serif;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 120%;
}
.milestone-picker {
  background: #01b7ff;
  padding: 20px 0;
}
.milestone-picker .milestone-holder {
  overflow: hidden;
}
.milestone-picker .milestone-holder .milestone-holder-inner {
  height: 110px;
  overflow: hidden;
  width: 1261px;
  margin-left: -15px;
  transition: all linear 1s;
}
.milestone-picker .milestone-holder .milestone-holder-inner.slide-left {
  margin-left: -302px;
}
.milestone-picker .milestone-holder .milestone-holder-inner .milestone-chooser {
  width: 97px;
  float: left;
  padding: 0 5px;
}
.milestone-picker .milestone-age {
  text-align: center;
  font-size: 90%;
}
.milestone-picker .milestone-age img {
  width: 100%;
  padding-bottom: 5px;
}
.milestone-picker .milestone-age.active a {
  color: #00153c;
}
.milestone-picker .milestone-age.active a:hover,
.milestone-picker .milestone-age.active a:focus {
  color: #00153c;
}
.milestone-picker .milestone-age a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.milestone-picker .milestone-age a:hover,
.milestone-picker .milestone-age a:focus {
  color: #00153c;
  text-decoration: underline;
}
.milestone-picker .milestone-navigate {
  color: #fff;
  font-size: 200%;
  text-align: center;
  padding-top: 35px;
}
.milestone-picker .milestones-container ul {
  margin-bottom: 20px;
}
.yellow-box {
  margin: 30px 0;
  background: #ffd150;
  border: 3px solid #fbba04;
  padding: 20px 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.yellow-box div {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.yellow-box.side-yellow-box {
  padding-bottom: 30px;
}
.blue-side-box {
  margin: 0 0 20px;
  background: #005ba5;
  border: 3px solid #32B4E6;
  padding: 20px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.blue-side-box h3,
.blue-side-box .parent-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 120%;
  text-align: left;
  margin: 10px 0;
  font-weight: bold;
}
.blue-side-box h3 a,
.blue-side-box .parent-heading a {
  color: #fff;
  text-decoration: none;
}
.blue-side-box h3 a:focus,
.blue-side-box .parent-heading a:focus,
.blue-side-box h3 a:hover,
.blue-side-box .parent-heading a:hover {
  text-decoration: underline;
}
.blue-side-box .dev-ms-nav .dev-ms-item {
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.blue-side-box .dev-ms-nav .dev-ms-item a {
  color: #fff;
  text-decoration: none;
}
.blue-side-box .dev-ms-nav .dev-ms-item a:hover,
.blue-side-box .dev-ms-nav .dev-ms-item a:focus {
  text-decoration: underline;
}
.blue-side-box .side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blue-side-box .side-nav ul li {
  padding: 4px 0;
  color: #fff;
}
.blue-side-box .side-nav ul li i {
  padding-right: 5px;
  font-size: 80%;
}
.blue-side-box .side-nav ul li a {
  color: #fff;
  font-style: italic;
}
.blue-side-box .side-nav ul li ul {
  padding-left: 30px;
  display: none;
  padding-top: 3px;
}
.blue-side-box .side-nav ul li ul li {
  color: #fff;
  font-size: 90%;
  padding: 2px 0;
}
.blue-side-box .side-nav ul li ul li a {
  color: #fff;
}
.blue-side-box-dropdown .side-nav-dropdown {
  padding: 10px 15px 10px 10px;
  font-family: 'Droid Serif', serif;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 120%;
  width: 100%;
}
.blue-side-box-dropdown .side-nav-dropdown option.sub {
  color: #c11028;
}
.tan-box {
  background: #f7f6f6;
  padding: 20px 35px;
  margin-top: 20px;
}
.mini-milestone {
  padding: 20px;
}
.mini-milestone.tan-bg {
  background: #f7f6f6;
}
.lang-ages {
  padding-bottom: 20px;
}
.lang-ages img {
  padding-top: 30px;
}
.form .form-label {
  margin: 10px 0;
}
.form .form-label.no-bottom-margin {
  margin-bottom: 0;
}
.form .blue-heading {
  font-size: 110%;
  font-weight: bold;
  color: #024a80;
  margin: 10px 0;
}
.img-responsive {
  display: inline;
}
.dropdown {
  padding: 10px 15px 10px 10px;
  font-family: 'Droid Serif', serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 120%;
  width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  /* background:#f8f8f8;*/
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  /*  background:#005ba5;*/
  padding-left: 0;
  padding-bottom: 0 !important;
  border: none;
}
.panel-group .panel .panel-heading img {
  max-height: 50px;
  margin-right: 0px;
}
.panel-group .panel .panel-heading h4,
.panel-group .panel .panel-heading h4 a,
.panel-group .panel .panel-heading h3,
.panel-group .panel .panel-heading h3 a {
  color: #024a80;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 20px;
  text-decoration: none;
  font-size: 1.3em;
}
.panel-group .panel .panel-heading h4:focus,
.panel-group .panel .panel-heading h4 a:focus,
.panel-group .panel .panel-heading h3:focus,
.panel-group .panel .panel-heading h3 a:focus {
  color: #FFD150 !important;
}
.panel-group .panel .panel-heading .panel-body {
  margin: 0 0 0 50px;
  padding: 0;
}
.condition-listing {
  padding-bottom: 30px;
}
.condition-listing ul {
  margin: 0;
  padding: 0;
}
.condition-listing .letter {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 140%;
  margin: 10px 0;
}
@media screen and (min-width: 1200px) {
  body {
    font-family: 'Lato', sans-serif;
  }
  .carousel .carousel-caption {
    top: 50px;
    padding: 10px 80px 10px 20px;
    width: 60%;
  }
  .carousel .carousel-caption h1 {
    font-size: 260%;
  }
  .carousel .carousel-caption p {
    font-size: 120%;
    line-height: 150%;
  }

  .carousel.no-sliding .carousel-caption {
    padding: 10px 100px 10px 20px;
  }
  .carousel .carousellang-caption p {
    padding: 0 0px;
	font-size: 120%;
    line-height: 120% !important;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    font-size: 95%;
  }
  .header .top-nav ul li {
    font-size: 75%;
  }
  .header .bottom-nav ul li {
    font-size: 90%;
    padding: 10px 30px 10px 30px;
  }
  .header .bottom-nav ul li ul li {
    font-size: 100%;
  }
  .rotator-selections p.sel-heading {
    font-size: 120%;
  }
  .refer-a-child {
    margin-top: -87px;
  }
  .carousel .carousel-caption {
    top: 50px;
    padding: 10px 60px 10px 20px;
  }
  .carousel.no-sliding .carousel-caption {
    padding: 10px 30px 10px 20px;
  }
  .milestone-picker .milestone-holder .milestone-holder-inner {
    height: 100px;
  }
  .milestone-picker .milestone-holder .milestone-holder-inner .milestone-chooser {
    width: 90px;
  }
  .milestone-picker .milestone-holder .milestone-holder-inner.slide-left {
    margin-left: -375px;
  }
  .milestone-picker .milestone-age {
    font-size: 90%;
  }
  .yellow-box.side-yellow-box {
    padding: 20px 30px 30px;
  }
  .blue-side-box {
    padding: 20px;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .entry-content img,
  .entry-content iframe,
  .entry-content object,
  .entry-content embed {
    max-width: 100%;
  }
  .pre-footer-yellow .container {
    background-position-x: right;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-family: 'Lato', sans-serif;
    line-height: 20px;
  }
  h1,
  h2 {
    margin: 10px 0;
  }
  .header .hmg-logo {
    padding-top: 0;
    width: 100%;
    max-width: 152px;
  }
  .header .top-nav .header-search .btn-header-search {
    background: url(../images/search-btn-sm.png);
    width: 28px;
    height: 26px;
  }
  .header .top-nav .header-search input[type=text] {
    padding: 3px 10px;
    width: 70%;
    height: 26px;
  }
  .header .mobile-menu {
    font-size: 200%;
    color: #024a80;
  }
  .header .mobile-menu #menu-toggle {
    padding: 10px 8px;
    float: right;
  }
  .header .mobile-menu .toggled {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #024a80;
  }
  .header .nav-collapse {
    position: absolute;
    width: 96%;
    left: 2%;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #024a80;
    margin-top: -18px;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li {
    padding: 13px 35px;
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #dad9d9;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li a {
    color: #c11028;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li i {
    color: #c11028;
    padding-right: 5px;
    margin-left: -20px;
    font-size: 80%;
    cursor: pointer;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li ul {
    display: none;
    list-style: none;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li ul li {
    padding: 13px 30px;
    font-size: 100%;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li ul li ul {
    display: none;
    list-style: none;
  }
  .header .nav-collapse .mobile-nav ul.mobile-main-menu li ul li ul li {
    padding: 13px 30px;
    font-size: 100%;
  }
  .header .nav-collapse .mobile-nav ul.mobile-sub-menu {
    list-style: none;
    margin: 15px 0;
    padding: 0;
  }
  .header .nav-collapse .mobile-nav ul.mobile-sub-menu li {
    padding: 2px 30px;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
  }
  .header .nav-collapse .mobile-nav ul.mobile-sub-menu li a {
    color: #6d6c6c;
  }
  .refer-a-child {
    margin-top: -91px;
  }
  .carousel .carousel-caption {
    top: 50px;
    padding: 20px 0 20px 20px;
  }
  .carousel .carousel-caption h1 {
    font-size: 160%;
  }
  .carousel .carousel-caption p {
    padding: 0 10px;
    font-size: 90%;
  }
  .carousel .carousel-control {
    display: none;
  }
  .carousel.no-sliding .carousel-caption {
    padding: 10px;
    width: 60%;
    top: 30px;
  }
  .carousel .carousellang-caption p {
    padding: 0 0px;
	font-size: 120%;
    line-height: 120% !important;
}
  .blue-button {
    padding: 6px 30px;
    font-size: 110%;
    margin: 10px 0;
  }
  .blue-button.blue-button-small {
    font-size: 90%;
    padding: 4px 18px;
  }
  .blue-button.blue-button-short {
    padding: 8px 20px;
  }
  .white-row,
  .tan-row {
    padding: 20px 0;
  }
  .side-padding-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .side-padding-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-padding-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-padding-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-padding-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-padding-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .green-row {
    padding: 20px 0;
  }
  .green-row .box {
    margin: 30px 15px;
  }
  .green-row .box p {
    font-size: 100%;
  }
  .green-row .box p.button-class {
    text-align: center;
    padding-top: 10px;
  }
  .green-row .box p.button-class a {
    font-size: 120%;
  }
  .yellow-box div {
    bottom: -25px;
  }
  .yellow-box.side-yellow-box {
    padding: 15px 15px 25px 15px;
  }
  .yellow-box.side-yellow-box div {
    bottom: 5px;
  }
  .blue-side-box {
    padding: 20px;
  }
  .footer {
    font-size: 110%;
    padding: 20px;
  }
  .footer .footer-logo {
    text-align: center;
    padding-bottom: 10px;
  }
  .footer .footer-logo img {
    display: inline;
  }
  .footer .footer-call {
    line-height: 140%;
  }
  .footer .footer-call img {
    float: left;
  }
  .footer .social-media {
    padding-top: 10px;
  }
  .tablet-centered {
    text-align: center;
  }
  .mobile-padding-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-resize {
    max-width: 300px;
  }
  .milestone-page-dropdown {
    margin: 0;
  }
  .tan-box {
    padding: 15px 20px;
  }
  .tablet-extra-padding-top-md {
    padding-top: 40px;
  }
  .lang-ages img {
    padding-top: 20px;
  }
  .pre-footer-yellow {
    background: #ffd150;
    max-height: inherit;
  }
  .pre-footer-yellow .container {
    background: #ffd150;
  }
  .pre-footer-yellow .yellow-text {
    padding-top: 5px;
  }
  .pre-footer-yellow:after {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-family: 'Lato', sans-serif;
    font-size: 90%;
    line-height: 20px;
  }
  .header .hmg-logo {
    max-width: 88px;
  }
  .header .nav-collapse {
    margin-top: -5px;
  }
  .refer-a-child {
    margin-top: -92px;
  }
  .carousel .carousel-caption {
    top: 30px;
    padding: 10px;
    width: 60%;
  }
  .carousel .carousel-caption h1 {
    font-size: 140%;
  }
  .carousel .carousel-caption p {
    padding: 0 5px;
    font-size: 85%;
    line-height: 140%;
  }
  .carousel .carousellang-caption p {
    padding: 0 0px;
	font-size: 120%;
    line-height: 120% !important;
}
  .carousel .carousel-control {
    display: none;
  }
  .carousel.no-sliding .carousel-caption {
    width: 70%;
  }
  .rotator-selections p.sel-heading {
    text-align: left;
    line-height: 190%;
  }
  .rotator-selections p.sel-heading img {
    display: inline!important;
    float: right;
  }
  .rotator-selections [class*='rotator-'] {
    padding: 5px 20px;
  }
  .yellow-box {
    padding: 10px 20px;
  }
  .yellow-box.side-yellow-box div {
    bottom: -25px;
  }
  .green-row .box {
    padding: 20px;
  }
  .bordered-left {
    border-left: 0;
  }
  .mobile-centered {
    text-align: center;
  }
  .mobile-extra-padding-top-sm {
    padding-top: 30px;
  }
  .mobile-extra-padding-top-lg {
    padding-top: 50px;
  }
  .blue-button.no-margin {
    margin: 10px 0;
  }
  .lang-ages img {
    max-width: 120%;
    padding-top: 10px;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .entry-content img,
  .entry-content iframe,
  .entry-content object,
  .entry-content embed {
    max-width: 100%;
  }
  .pre-footer-yellow .container {
    background: #ffd150;
  }
  .pre-footer-yellow .container .blue-button {
    margin-top: 0;
  }
}
