@charset "UTF-8";
/* Additional Landing Page Overrides */
body {
  padding-top: 72px;
}
h2 {
  font-size: 2.625rem;
}
h1, h2, h3 {
  font-weight: 700;
}
h4 {
  font-weight: 400;
}
.mktoText h1 {
  font-weight: 700 !important;
  font-size: 3.5rem;
}
.mktoText h2 {
  font-weight: 700 !important;
  font-size: 2.625rem;
}
.text-berry h2 {
  font-weight: normal !important;
  font-size: 2.25rem !important;
  color: #A30283;
}
.lead p {
  font-size: 1.25rem;
  font-weight: 300;
}
.bg-berry {
  background: #A30283;
}
nav a {
  color: #080808;
  text-decoration: none;
}
.mktoText img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.container-fluid {
  max-width: 1920px;
}
.desktop-logo {
  display: block;
  width: 100%;
  height: 40px;
}
.mobile-logo {
  display: none;
}
.author-photo img {
  max-width: 80px !important;
  height: auto;
}
.card {
  height: 100%;
}
.card-title {
  font-weight: 600;
}
.card-img-top img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#mlFooter, #bfwFooter {
  font-size: 12px;
}
#mlFooter ul, #bfwFooter ul {
  display: flex;
  gap: 0.5em !important;
}
#mlFooter a, #bfwFooter a {
  color: #080808;
  text-decoration: none;
  font-size: 12px;
  padding-right: 8px;
  border-right: solid 1px #A30283;
}
#mlFooter a:hover, #mlFooter a:focus, #bfwFooter a:hover, #bfwFooter a:focus {
  color: #0600B4;
  text-decoration: underline;
}
#mlFooter a.no-line, #bfwFooter a.no-line {
  border-right: 0;
}
#mlFooter .social-icons > li > a, #bfwFooter .social-icons > li > a {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
#mlFooter .social-icons > li > a > img, #bfwFooter .social-icons > li > a > img {
  width: 36px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 54px;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
    height: 40px;
    width: auto;
  }
  .carousel-control-prev {
    width: 20px;
    left: -10px;
  }
  .carousel-control-next {
    width: 20px;
    right: -10px;
  }
  #mlfooter a, #bfwfooter a {
    border-right: none;
  }
}
/* iClicker */
#iclicker-logo {
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
#iclickerHeader ul li {
  display: block;
}
#iclickerHeader ul li a {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
#iclickerHeader a.nav-link:hover, #iclickerHeader a.nav-link:focus {
  color: #0092e5 !important;
}
#iclickerHeader ul li a.btn-outline-muted {
  padding: 6px 20px;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 2px;
  margin-left: 20px;
}
#iclickerHeader ul li a.btn-outline-muted:hover, #iclickerHeader ul li a.btn-outline-muted:focus {
  color: #0092e5;
  border-color: #0092e5 !important;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  background: #ffffff;
}
#iclickerHeader .navbar-light .navbar-toggler {
  border: none;
}
#iclickerFooter {
  background: white;
}
#iclickerFooter .row {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  padding: 30px 0 50px 0;
}
#iclickerFooter h4 {
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
#iclickerFooter ul li {
  padding: 4px 0 !important;
}
#iclickerIcons li {
  margin-right: 10px;
  display: inline-block;
}
#iclickerFooter, #iclickerHeader {
  font-family: 'Open Sans', sans-serif;
}
#iclickerFooter a, #iclickerFooter p, #iclickerHeader a.nav-link {
  color: #666666;
}
.iclicker-blue a {
  color: #1565c0 !important;
  line-height: 1.8;
  font-size: 13px;
}
/* Form Resets */
.mktoForm, .mktoForm form, .mktoFormRow, .mktoFormCol, .mktoForm .mktoButtonRow, .mktoHasWidth {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.mktoFormRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.mktoFormCol {
  flex: 1 1 100%;
  padding: 0 0.5rem;
}
.mktoButtonRow .mktoButton {
  width: auto !important;
  max-width: 100% !important;
  display: block;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-font-size: 1.1em;
  --bs-btn-border-radius: 3px;
}
.mktoForm {
  margin: 0 auto;
}
.mktoAsterisk {
  color: red;
  margin-left: 4px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.mktoLabel {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.mktoFormRow label {
  display: inline-flex;
  align-items: center;
}
.mktoForm .mktoCheckboxList, .mktoForm .mktoRadioList {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.mktoForm .mktoCheckboxList > label, .mktoForm .mktoRadioList > label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.mktoForm input[type="checkbox"], .mktoForm input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
}
.mktoForm label.mktoLabel {
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.mktoForm .mktoFieldWrap {
  padding: 0;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  padding: 6px !important;
}
div.mktoFormRow:has(#Organisation__c) {
  display: none
}
.mktoFormRow:has(#IamId__c) {
  display: none !important
}