/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
.breadcrumbs {
    display: none;
}
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}
body {margin: 0;}
h1 {font-size: 2em;margin: 0.67em 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
button,input,optgroup,select,textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}
/* Box sizing */
*, *::before, *::after {box-sizing: border-box;}
/*****
    font-family: 'Grand Hotel', cursive;
    font-family: 'Raleway', sans-serif;
*****/
@font-face {
  font-family: 'd-dinregular';
  src: url('../fonts/d-din-webfont.woff2') format('woff2'),
       url('../fonts/d-din-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.child-safety-rules a{color: #74b123;font-weight: bold;}
.child-safety-rules img{display:block;max-width: 100%;margin: 10px auto;}
.child-safety-rules h1,.child-safety-rules h2{font-weight: 100;}
.child-safety-rules h1{font-family: 'Grand Hotel', cursive;color: #444444;text-align: center;font-size: 3.2rem;margin-top: 0px;}
.child-safety-rules h2{font-family: 'd-dinregular';color: #f7512a;text-align: center;font-size: 2.2rem;}
.child-safety-rules h3{font-family: 'd-dinregular';color: #f7512a;font-size: 3.2rem;font-weight: 100;}
.child-safety-rules p,.child-safety-rules li {line-height: 1.75;}
.child-safety-rules ul{list-style-type: none;}
.child-safety-rules .larger{font-size: 4rem;}
.child-safety-rules .blue{color: #83bdc7;}
.child-safety-rules .green{color: #a2d24f;}
.child-safety-rules .yellow{color: #f4ac2c;}
@media only screen and (min-width: 568px){
  .child-safety-rules h1{font-size: 7rem;}
  .child-safety-rules h2{font-size: 4rem;}
}
.child-safety-rules .content{
  background-color: #ffffff;
  padding: 50px 10px;
  width: 1033px;
  max-width: 100%;
  margin: 0px auto;
}
.child-safety-rules .main{
  margin-bottom: 100px;
}
.child-safety-rules .main .content{
  margin-top: -40px;
}
@media only screen and (min-width: 568px) {
  .child-safety-rules .content{
    padding: 50px;
  }
}
.child-safety-rules .banner .content{
  background-color: #c5dbef;
}
.child-safety-rules .banner .content h1 span{
  font-family: 'd-dinregular';
  font-size: 3rem;
  font-weight: normal;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .child-safety-rules .banner{
    background: #c5dbef url('../images/banner.png') no-repeat center top;
    height: 520px;
  }
  .child-safety-rules .banner .content{
    background-color: transparent;
    padding: 80px 440px 50px 0px;
  }
}
/*** Greybox ***/
.child-safety-rules .greybox{
  position: relative;
  background-color: #f8f8f8;
  padding: 0px 40px 30px 40px;
  margin: 100px 0px;
}
.child-safety-rules .greybox::before, .child-safety-rules .greybox::after{
  content: "";
  background: transparent url('../images/squiggle.png') repeat-x left top;
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0px;
  top: -9px;
}
.child-safety-rules .greybox::before{
  top: unset;
  bottom: -9px;
}
.child-safety-rules .greybox::after{
  transform: rotateX(180deg);
}
.child-safety-rules .greybox img{
  position: relative;
  top: -65px;
  z-index: 5;
  max-width: 195px;
}
.child-safety-rules .greybox img.nofloat{
  position: unset;
  margin: 0px;
}
.child-safety-rules .greyboxes h3{
  margin-top: -40px;
}
@media only screen and (min-width: 640px){
  .child-safety-rules .greybox img{
    position: absolute;
    top: -65px;
    z-index: 5;
  }
  .child-safety-rules .greyboxes .greybox:nth-child(odd) img{
    left: 40px;
  }
  .child-safety-rules .greyboxes .greybox:nth-child(even) img{
    right: 40px;
  }
  .child-safety-rules .greyboxes h3{
    margin-top: initial;
    padding-top: 20px;
    width: 65%;
  }
  .child-safety-rules .greyboxes p:first-of-type{
    padding-top: 40px;
  }
  .child-safety-rules .greyboxes .greybox:nth-child(odd) h3{
    margin-left: 260px;
  }
}

/*** Resources ***/
.child-safety-rules .resources div{
  position: relative;
  padding: 30px 0px 30px 120px;
}
.child-safety-rules .resources a{
  color: #f87151;
}
.child-safety-rules .resources div::before{
  content: "";
  background: transparent url('../images/li-resources.png') no-repeat left top;
  width: 111px;
  height: 116px;
  position: absolute;
  left: 0px;
  top: 20px;
}
.child-safety-rules .resources div a{
  font-size: 1.8rem;
}


.t-all-resources .banner {
		background-size: contain !important;
}

#footer {
    font-family: "Avenir",helvetica,sans-serif;
}

#footer h3 {
    font-size: 18px;
}