@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i);@import url(https://fonts.googleapis.com/css?family=Lora);* {
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 10px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
}
.green {
  color: #25bfb7;
}
.highlight {
  font-weight: bold;
}
body {
  background: #fff;
  color: #222;
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
  font-size: 1.8rem;
}
.post-content-and-feedback,
.page {
  width: 66%;
  margin-right: -0.25em;
  display: inline-block;
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1200px;
}
.leftwrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1260px;
}
.third {
  width: 33%;
  float: left;
  padding-left: 40px;
}
.border {
  border: 0 #d3e4e5 solid;
  border-right-width: 2px;
  margin-right: -20px;
  padding-right: 20px;
}
.white {
  color: #fff;
}
.right {
  margin-left: auto;
}
.center {
  text-align: center;
  color: #fff;
}
.center-hero {
  max-width: 650px;
  text-align: center;
  margin: 0px auto;
}
.half {
  width: 50%;
}
.full {
  width: 100%;
}
.padded {
  padding: 20px 40px;
}
.large-padded {
  padding: 30px 50px;
}
.medium-illustration {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.feature-list ul {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}
.feature-list li {
  color: #687491;
  padding: 0;
  padding-left: 50px;
  margin: 12px 0;
  position: relative;
  font-size: 1.6rem;
}
.feature-list li:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/uploads/tick.png");
  position: absolute;
  top: 7px;
  left: 0;
}
.rowi {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.row {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.radius {
  radius: 420px;
  position: absolute;
  overflow: hidden;
  height: 600px;
  right: 0;
  left: 50%;
}
.footer-right {
  height: 400px;
  position: absolute;
  overflow: hidden;
  height: 600px;
  right: 0;
  left: 50%;
}
.radius-left {
  position: absolute;
  overflow: hidden;
  height: 500px;
  left: 0;
  right: 50%;
}
.radius-left-inner {
  position: absolute;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
}
.radiustwo {
  radius: 420px;
  position: absolute;
  overflow: hidden;
  top: -120px;
  bottom: -120px;
  left: 0;
  right: 0;
  border-top-left-radius: 420px;
  border-bottom-left-radius: 420px;
}
.steps {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-top: 150px;
  width: 24%;
}
.step-info {
  text-align: center;
  margin: 40px 0px 20px;
  padding: 0px 18%;
}
.step-img {
  padding: 0px 18%;
  border-width: 0px;
  border-style: solid;
  border-color: #d3e4e5;
  border-image: initial;
}
.high {
  position: relative;
  top: -120px;
}
.location-hero {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("/uploads/nsw.jpg") center top;
  background-size: cover;
}
.price-hero {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("/uploads/photo-holding-child.jpg") center top;
  background-size: cover;
}
.package-hero {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("/uploads/photo-holding-friends.jpg") center top;
  background-size: cover;
}
.hp-hero {
  background-image: url("/uploads/photo-holding-candel.jpg");
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 120px;
  bottom: 120px;
  left: 0;
  right: 0;
  background-size: cover;
}
.column {
  padding: 20px;
  width: 50%;
  float: left;
}
.post-body-and-feedback {
  background-color: #fff;
  padding-right: 40px;
  padding-bottom: 15px;
  font-size: 18px;
  border-radius: 5px;
  color: #444;
  margin-bottom: 1em;
}
.post-avatar {
  display: inline-block;
  border-radius: 100%;
  background-size: 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
}
.webp .post-avatar {
  background-image: url("/uploads/alex.webp");
}
.no-webp .post-avatar {
  background-image: url("/uploads/alex.jpg");
}
.post-header {
  color: #444;
  font-weight: bold;
}
.inline-desktop {
  display: inline-block;
}
.reading-time {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  height: 30px;
}
.letter-body {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}
.h1,
h1 {
  font-family: 'Lora', serif;
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 0.5em 0 0.5em;
  color: #1b2952;
}
.green {
  color: #26bfb7;
}
.h2,
h2 {
  font-family: 'Lora', serif;
  font-size: 2em;
  line-height: 1.4em;
  margin: 1.5em 0 0.5em;
  color: #1b2952;
}
.h3,
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 1em 0 0.5em;
}
.h4,
h4 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 1.5em 0 0.5em;
}
.h5,
h5 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  margin: 1.3em 0 1.4em;
  color: #1b2952;
}
div {
  line-height: 1.75em;
  font-weight: 400;
  font-style: normal;
}
.post-meta {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.phero {
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
  font-size: 1.8rem;
}
p {
  font-size: 1.6rem;
  margin-bottom: 1.7em;
  line-height: 1.75em;
  font-weight: 400;
  font-style: normal;
  color: #687491;
}
p a:not(.button):not(.no-border) {
  border-bottom: 2px solid #222;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
}
.no-border a {
  border-bottom: 0 !important;
}
.block {
  display: block;
}
ul,
ol {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}
ul li,
ol li {
  line-height: 1.75em;
  font-weight: 400;
  font-style: normal;
}
input {
  display: block;
  padding: 0.75em 1em;
  border: 2px solid #808080;
  border-radius: 3px;
  margin: 0.5em 0;
  font-size: 16px;
  color: #222;
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}
label {
  font-size: 16px;
  color: #222;
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}
.intro {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
}
.intro h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
}
.hello-friend {
  margin-bottom: 0.4em;
}
.subscribe-button {
  padding: 1em;
  background-color: #2980b9;
}
.side-img {
  max-width: 300px;
}
.likes {
  display: inline-block;
  vertical-align: middle;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
}
.read-article {
  margin-right: 1.5em;
  margin-bottom: 1em;
}
#mc_embed_signup {
  clear: left;
}
#mc_embed_signup input {
  width: 100%;
}
blockquote {
  margin: 15px 0;
  padding: 1.2em 1.7em 1.7em;
  line-height: 1.5em;
  color: rgba(0,0,0,0.4);
  background: #f8f8f8;
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
  border-radius: 3px;
}
blockquote p {
  margin-bottom: 1.2em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote ol,
blockquote ul {
  padding-left: 1.2em;
}
.text-center {
  text-align: center;
}
.footer-logo {
  width: 20%;
}
.text-white {
  color: #fff;
}
.float-right {
  float: right;
  width: auto;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.float-left {
  float: left;
  width: auto;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
address {
  display: inline;
}
.title {
  font-size: 1.9em;
  font-family: "Open Sans", 'Didact Gothic', "Palatino Linotype", sans-serif;
  line-height: 1.4em;
}
.title-small,
.teaser-title {
  font-weight: normal;
  font-size: 2rem;
  font-family: "Open Sans", 'Didact Gothic', "Palatino Linotype", sans-serif;
  line-height: 1.4em;
}
.meta,
.post-meta,
.navigation li,
.teaser-meta,
.reading-time-meta {
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}
@media (max-width: 850px) {
  .post-title {
    font-size: 1.5em;
    line-height: 1.38em;
  }
  .post-content-and-feedback {
    padding: 0 0.5em 1em;
    margin: 0 0;
    border-radius: 0;
  }
  .post-body-and-feedback {
    padding: 30px;
    padding-bottom: 15px;
  }
  .post-header {
    padding: 0 1.5em;
  }
}
@media (max-width: 500px) {
  .float-left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    display: block;
    margin-bottom: 0.5em;
  }
  .float-right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    display: block;
    margin-bottom: 0.5em;
  }
  .intro h1 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 1em 0 0.5em;
  }
  .inline-desktop {
    display: block;
  }
  .post-body-and-feedback {
    padding: 10px;
  }
  .letter-body {
    padding: 15px;
  }
  .post-body {
    padding: 0.5em;
  }
  blockquote {
    padding: 1em;
  }
}
@media print {
  .button {
    display: none;
  }
  .post-title {
    font-size: 2.5em !important;
    margin-bottom: 0.25em !important;
  }
  .post-avatar {
    display: none;
  }
  .post-meta {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-left: 2em;
  }
  .post-body-and-feedback {
    padding-top: 0 !important;
  }
  h2,
  h3,
  h4 {
    page-break-before: avoid;
    page-break-after: avoid;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  body {
    font-size: 12px;
  }
  p {
    margin-bottom: 1.6em;
    line-height: 1.6em;
  }
  a {
    border-bottom: none !important;
  }
  .post-header {
    text-align: center;
  }
  blockquote {
    margin: 0 0 0.5em 1em !important;
    padding: 0.8em 1em 1em !important;
    line-height: 1.5em !important;
    color: #666;
    background: #eee;
    font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    border-left: 1px solid #808080;
  }
  blockquote p {
    margin-bottom: 0.8em;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  blockquote ol,
  blockquote ul {
    padding-left: 0.8em;
  }
  .no-print {
    display: none;
  }
}
.post-title {
  margin-bottom: 15px;
  margin-top: 0px;
}
.no-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
​,
.post-info {
  margin-bottom: 15px;
}
.post-meta {
  margin: auto;
  font-size: 16px;
}
.post-meta address {
  font-weight: bold;
  font-style: normal;
}
.post-meta .time {
  color: #757575;
}
.post-meta .dot:after {
  content: '\B7';
}
.post-header {
  text-align: left;
}
.post-top {
  padding: 150px 150px 0px 150px;
}
.post-content-and-feedback {
  width: 66%;
  margin-right: -0.25em;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
.post-content-and-feedback p,
.post-content-and-feedback li {
  color: #444;
}
.post-content.page {
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 850px;
}
.post-readmore {
  text-align: center;
}
.sidebar {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 1.5em 1.5em;
  margin-bottom: 1.2em;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.sidebar ul {
  margin-left: 0;
  margin-bottom: 0;
}
.sidebar ul .router-link-active li {
  color: #444;
  color: #999;
}
.sidebar ul .router-link-active li a {
  color: inherit;
}
.sidebar ul li.active {
  color: #444;
}
.sidebar ul li.active a {
  color: inherit;
}
.sidebar ul li {
  padding: 6px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  border-bottom: 1px solid #ddd;
  list-style: none;
  font-size: 16px;
  line-height: 21px;
  position: relative;
}
.sidebar ul li a {
  display: block;
  color: #2ba0a3;
}
.sidebar ul li a:before {
  content: "\203A";
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  height: 0;
  width: 0;
  left: -6px;
  position: absolute;
}
.comments {
  max-width: 850px;
  padding: 0 0em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .post-content-and-feedback {
    width: auto;
    display: block;
    margin-right: 0;
  }
  .post-body-and-feedback {
    margin: 0 -0.5em;
  }
  .sidebar {
    width: auto;
    display: block;
    padding-left: 0;
    padding: 1em;
    border-radius: 0;
    margin-bottom: 0em;
  }
  .sidebar h3 {
    margin: 0.5em 0 0.5em;
  }
}
.site-image {
  background-image: url("/uploads/image3.jpg");
  background-color: #1d1d1d;
  height: 430px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
}
.webp .site-image {
  background-image: url("/uploads/image3.webp");
}
.no-webp .site-image {
  background-image: url("/uploads/image3.jpg");
}
.site-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 1.4em 1.4em;
  background-color: #1d1d1d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.site-meta .site-logo {
  display: inline-block;
}
.site-meta .site-logo img {
  max-width: 50px;
  margin-bottom: 0.5em;
  margin-top: -0.5em;
}
.site-meta .site-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.site-meta .site-description {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7em;
  font-weight: 300;
  opacity: 0.6;
  text-align: center;
}
@media (max-width: 670px) {
  .site-image {
    height: 230px;
  }
  .site-meta {
    padding: 1em;
  }
  .site-meta .site-logo {
    display: inline-block;
  }
  .site-meta .site-logo img {
    max-width: 30px;
    margin-bottom: 0.5em;
    margin-top: -0.5em;
  }
  .site-meta .site-title {
    font-size: 1.4rem;
  }
  .site-meta .site-description {
    font-size: 1.35rem;
  }
  .post-header {
    padding: 0 1em;
  }
  .post-header .post-title {
    margin-top: 0.5em;
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .post-header .post-avatar {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-right: 16px;
  }
  .post-header .reading-time {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .navigation {
    margin-bottom: 2rem !important;
  }
}
main {
  padding-top: 80px;
}
.spacer {
  height: 100px;
}
.caller-holder {
  position: relative;
}
.learn-more {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 100px;
  height: 50px;
  line-height: 46px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 25px;
  padding: 0px 20px;
  border-width: 2px;
  border-style: solid;
  color: #7d88a4;
  border-color: #7d88a4;
  border-image: initial;
  transition: all 0.2s ease 0s;
  overflow: hidden;
}
.learn-more:hover {
  background-color: #f9f9f9;
}
.quote-text {
  position: absolute;
  right: 43% !important;
  width: 121px !important;
  height: 121px !important;
  box-sizing: border-box !important;
  line-height: 1.4 !important;
  padding: 34px 8px !important;
  border-radius: 50% !important;
  white-space: normal !important;
  top: 19px;
}
.quote-text:hover {
  background-color: #ffe162;
  border-color: #ffe162;
}
.quote-bubble {
  margin-top: 20px;
}
.quote-link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 100px;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border: 2px #7d88a4 solid;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffd72f;
  border-color: #ffd72f;
  color: #1b2952;
}
.caller-bubble {
  display: block;
  height: 120px;
  background-color: #e9f2f2;
  color: #25bfb7;
  cursor: pointer;
  border-radius: 68px;
  position: relative;
  width: 460px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.caller-bubble:hover {
  background-color: #f1f7f7;
}
.top {
  display: block;
  padding-bottom: 3px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 24px;
  left: 115px;
}
.bottom {
  position: absolute;
  top: 60px;
  left: 115px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: inherit;
}
.phone-icon {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  background-color: #24c9c3;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation {
  position: fixed;
  background: #fff;
  color: #777;
  left: 0;
  padding: 10px;
  height: 80px;
  width: 100%;
  z-index: 10;
  margin-bottom: 2rem;
  border-bottom: solid 1px #d2e4e4;
}
.navigation .nav-call {
  margin-left: auto;
  padding: 10px 20px;
  height: 48px;
  margin-top: 6px;
  background: #ffd72f;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.navigation .nav-call:hover {
  background-color: #ffe162;
  border-color: #ffe162;
}
.navigation .nav-call p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1b2952;
}
.navigation .nav-logo {
  max-height: 60px;
  padding-right: 20px;
}
.navigation .nav-logo img {
  max-height: 60px;
  max-width: 60px;
}
.navigation ul {
  display: flex;
  list-style: none;
  margin-bottom: 0 !important;
  width: 80%;
  margin: auto !important;
}
.navigation li {
  line-height: 50px;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
}
.navigation li a {
  padding: 9px 12px;
  cursor: pointer;
}
.navigation li a:hover {
  color: #585858;
}
.navigation li .router-link-active {
  color: #585858;
  border-bottom: solid #ffd72f;
}
.draft.teaser {
  color: #808080 !important;
}
.draft.teaser .teaser-title:after {
  content: ' (draft)';
}
.draft.teaser .read-article.button {
  background-color: #808080;
}
.teasers {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
  background-color: #fff;
  padding: 40px;
}
.teaser {
  flex: 1 1 350px;
  padding: 20px 20px 30px 20px;
}
.teaser-image {
  margin-bottom: 10px;
  text-align: center;
}
.teaser-image img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
}
.teaser-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}
.teaser-preview {
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1.5em;
  color: #666;
}
.teaser-preview p {
  font-style: italic !important;
}
.button {
  background: #222;
  color: #fff;
  display: inline-block;
  font: normal bold 1.2rem/1 "Open Sans", 'Didact Gothic', "Palatino Linotype", sans-serif;
  letter-spacing: 3px;
  padding: 20px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.read-article.button {
  padding: 1em;
  background-color: #347fb1;
  border-radius: 3px;
}
.button.blue {
  background-color: #347fb1;
  border-radius: 3px;
}
.teaser-meta {
  text-transform: uppercase;
  font-size: 0.8em;
}
.reading-time-meta {
  font-size: 0.8em;
}
@media (max-width: 850px) {
  .teasers {
    padding: 1em 0px;
  }
}
.site-footer {
  padding-bottom: 2rem;
  padding-top: 0.75em;
  color: #999;
  word-wrap: break-word;
  background-color: #243966;
}
.legal-text {
  padding: 2em;
}
.legal-text .h3 {
  margin-bottom: 1em;
}
.legal-text .privacy-warning {
  text-align: left;
  font-size: 16px;
}
.legal-text p {
  margin-bottom: 1em;
}
@media (max-width: 850px) {
  .legal-text {
    padding: 15px;
  }
}

#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px 0 12px 30px;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}
#cookieConsent span {
  padding: 5px 0;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #fff;
}
#cookieConsent a.cookieConsentOK {
  background-color: #fafafa;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #fafafa;
}
