@font-face {
  font-family: 'Century Gothic Bold';
  src: url('fonts/CenturyGothic-Bold.eot');
  src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic-Bold.woff2') format('woff2'), url('fonts/CenturyGothic-Bold.woff') format('woff'), url('fonts/CenturyGothic-Bold.ttf') format('truetype'), url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/CenturyGothic.eot');
  src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic.woff2') format('woff2'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Century Gothic Bold';
  color: #244742;
  font-size: 14pt;
  background: url('images/Bella_Paddington_WebUse.JPG-11.jpg') no-repeat center center fixed;
  background-size: cover;
}
body .main-content {
  background-color: #B5CBB3;
}
@media (max-width: 992px) {
  body .main-content {
    background-color: rgba(181, 203, 179, 0.95);
  }
}
body #header {
  background-color: #244742;
}
body #header .client-logo span.logo-holder {
  background-image: url('images/Bella Square White.png');
  width: 100%;
  background-position: center;
  background-size: 100px;
}
body .questionHolder textarea.form-control {
  font-family: 'Century Gothic';
  color: #244742;
  font-size: 14pt;
}
body .funkyradio .funkyradio-success input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label:before {
  background-color: #244742;
}
body .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  background-color: #B58D52;
}
body .funkyradio input[type="radio"]:empty ~ label:before,
body .funkyradio input[type="checkbox"]:empty ~ label:before {
  background: #e8e8e8;
}
body div#content {
  min-height: calc(100vh - 140px);
}
body div#content .sv_p_title,
body div#content .questionTitle {
  font-family: 'Century Gothic Bold';
  color: #244742;
  font-size: 14pt;
}
body div#content .btn {
  font-family: 'Century Gothic Bold';
  font-size: 14pt;
  font-size: 2rem;
  color: #244742;
  width: 140px;
  padding: 10px;
  text-transform: uppercase;
}
body div#content .br-theme-bootstrap-stars .br-widget a:after {
  color: #e8e8e8;
}
body div#content .br-theme-bootstrap-stars a.br-active:after,
body div#content .br-theme-bootstrap-stars a.br-selected:after {
  color: #244742;
}
body .datetimepicker thead tr:first-child th:hover,
body .datetimepicker tfoot th:hover,
body .datetimepicker table tr td span:hover {
  background-color: rgba(181, 203, 179, 0.5);
  color: #244742;
}
body div.datetimepicker thead tr:first-child th:hover,
body div.datetimepicker tfoot th:hover,
body div.datetimepicker table tr td span:hover {
  background-color: rgba(181, 203, 179, 0.5);
}
body div.datetimepicker table tr td.active.active.active,
body div.datetimepicker table tr td span.active.active {
  background-color: #B5CBB3;
  color: #244742;
}
body div.datetimepicker table tr td.active.active:hover.active,
body div.datetimepicker table tr td span.active:hover.active {
  background-color: #B5CBB3;
  color: #244742;
}
body div.datetimepicker table tr td.today.active {
  border: 1px solid #e8e8e8;
}
body div.datetimepicker table tr td.day:hover {
  background-color: #d2e0d1;
  color: #244742;
}
body footer #footer {
  background: #244742;
  color: #FFF5E9;
}
