:root {
  --primary: #00acbd;
  --gray-1: #676767;
  --gray-2: #6d6e71;
  --gray-4: #9a9a9a;
  --gray-5: #d3d3d3;
  --gray-6: #f3f3f4;
  --cool-gray-10: #f2f4f8;
  --cool-gray-90: #21272a;
  --charcoal: #2c2c2c;
}

.button {
  text-transform: uppercase;
  text-align: center;
}

.button.button-secondary {
  color: #ffffff;
  background: #00acbd;
  border-color: #00acbd;
}

.button.button-secondary:hover {
  color: #00acbd;
  background-color: rgba(0, 172, 189, 0.18);
  border-color: #00acbd;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.section {
  padding: 30px 0;
}

.section.p-small {
  padding: 25px 0;
}

.section .container {
  padding: 0 20px;
}

.section p {
  margin: 0;
}

.section a {
  transition: 0.3s ease;
}

.section .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.section .col {
  width: 100%;
  padding: 0 15px;
}

.section-heading {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.section-heading h2 {
  margin: 0;
  line-height: 1.157;
}

.bg-gray {
  background: #f3f3f4;
}

.btn-wrap .button {
  margin-bottom: 0;
}

.img-wrap a:hover {
  opacity: 0.7;
}

.img-cover {
  position: relative;
  padding-top: 56.25%;
}

.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph-large {
  font-size: 21px;
  line-height: 1.16;
}

.content-block .container .container {
  padding: 0;
  width: 100%;
}

.content-block .body-content ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.content-block .body-content ul li + li {
  margin-top: 5px;
}

.list-tick-square ul,
.list-tick-circle ul {
  padding-left: 0 !important;
}

.list-tick-square ul li,
.list-tick-circle ul li {
  position: relative;
  padding-left: 35px;
  min-height: 24px;
  list-style: none;
}

.list-tick-square ul li + li,
.list-tick-circle ul li + li {
  margin-top: 8px !important;
}

.list-tick-square ul li:before,
.list-tick-circle ul li:before {
  content: "";
  position: absolute;
  top: 0;
  /*  top: 50%;*/
  left: 0;
  transform: none;
  width: 24px;
  height: 24px;
  /*background-repeat: no-repeat;
  margin-top: -2px;*/
}

.list-tick-circle ul li:before {
  background-image: url("../images/icon-tick-circle.svg");
}

.list-tick-square ul li:before {
  background-image: url("../images/icon-tick-square.svg");
}

.accessability .header-cta {
  background: #00acbd;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3334;
  min-height: 42px;
  display: flex;
  align-items: center;
}

.accessability .header-cta:hover {
  color: #00acbd;
  background-color: rgba(0, 172, 189, 0.18);
}

.accessability form.search-form input.search-field {
  width: 309px;
}

.content-with-sidebar {
  padding-top: 25px;
}

.content-with-sidebar .container {
  padding: 0 20px;
}

.content-with-sidebar-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.content-with-sidebar .content {
  width: 100%;
}

.content-with-sidebar .content:only-child {
  padding-right: 0;
  width: 100%;
}

.content-with-sidebar .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.content-with-sidebar .sidebar-title {
  border-bottom: 1px solid #00acbd;
  padding-bottom: 8px;
  font-weight: 700;
  color: #00acbd;
  margin: 0;
}

.content-with-sidebar .sidebar-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-with-sidebar .sidebar-lists ul li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px solid #00acbd;
}

.content-with-sidebar .sidebar-lists ul li:last-child {
  border-bottom: none;
}

.content-with-sidebar .sidebar-lists ul li a {
  color: #2c2c2c;
}

.content-with-sidebar .sidebar-lists ul li a:hover {
  color: #00acbd;
}

.content-with-sidebar .sidebar-content .sidebar-title {
  margin-bottom: 7px;
}

.content-with-sidebar .sidebar-content .text {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.content-with-sidebar .sidebar-content p {
  margin: 0;
}

.content-with-sidebar .sidebar-content p a {
  color: #2c2c2c;
}

.content-with-sidebar .sidebar-content p a:hover {
  color: #00acbd;
}

.card-image-with-content .text-wrap {
  padding: 20px;
  background: #f3f3f4;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 16px;
  line-height: 1.375;
}

.card-image-with-content .text-wrap > * {
  margin: 0;
}

.card-image-with-content .text-wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  list-style-position: inside;
  padding-left: 20px;
}

.card-image-with-content .text-wrap ul li a {
  font-weight: 700;
}

.card-image-with-content .text-wrap .links {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-image-with-content .text-wrap .links a {
  margin: 0;
  text-align: center;
}

.image-with-content-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.content-text-block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.content-text-block > * {
  margin: 0;
}

.content-text-block p a {
  font-weight: 700;
}

.content-text-block p a:hover {
  text-decoration: underline;
}

.content-text-block .btn-wrap {
  margin-top: 10px;
}

.cta-box {
  padding: 20px;
  box-shadow: 3px 3px 0 0 #e9e9e9;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.cta-box > * {
  margin: 0;
}

.cta-box h2 {
  line-height: 1.157;
}

.cta-box .btn-wrap {
  margin-top: 10px;
}

.card-case-study .card-wrap {
  position: relative;
  height: 100%;
}

.card-case-study .card-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.25));
  z-index: 1;
}

.card-case-study .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-case-study .card-wrap .text-wrap {
  padding: 20px;
  min-height: 195px;
  position: relative;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}

.card-case-study .card-wrap .text-wrap h3 {
  margin: 0 0 15px;
}

.card-case-study .card-wrap .text-wrap h3 a {
  color: #ffffff;
}

.card-case-study .card-wrap .text-wrap h3 a:hover {
  color: #00acbd;
}

.card-case-study .card-wrap .text-wrap .button {
  position: relative;
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  margin: 0;
}

.card-case-study .card-wrap .text-wrap .button:hover {
  background: #ffffff;
  border-color: #00acbd;
  color: #00acbd;
}

.licence-case-studies-block .row {
  row-gap: 20px;
}

.licence-case-studies-block .btn-wrap {
  margin-top: 40px;
}

.licence-case-studies-block .btn-wrap a {
  width: 100%;
  text-align: center;
}

.member-services-box {
  background: #f3f3f4;
  padding: 20px;
}

.member-services-box .heading {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 22px;
}

.member-services-box .heading h2 {
  font-size: 32px;
  line-height: 1.125;
}

.member-services-box .heading > * {
  margin: 0;
}

.member-services-box .member-content-detail {
  margin-bottom: 24px;
}

.member-services-box .member-content-detail h3 {
  margin: 0 0 10px;
}

.member-services-box .member-content-detail .contact-list {
  border-top: 1px solid rgba(109, 110, 113, 0.25);
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.member-services-box .member-content-detail .contact-list > strong {
  display: flex;
  gap: 6px;
}

.member-services-box .member-content-detail .contact-list > strong a {
  word-break: break-all;
}

.member-services-box .service-member-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 24px;
}

.member-services-box .service-member-lists .service-member-list {
  padding: 0 12px;
  width: 100%;
}

.member-services-box .service-member-lists .service-member-list .img-wrap {
  padding-top: 100%;
}

.member-services-box .service-member-lists .service-member-list .text-wrap {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 24px;
}

.member-services-box .service-member-lists .service-member-list .text-wrap h4,
.member-services-box .service-member-lists .service-member-list .text-wrap h3 {
  margin: 0 0 10px;
}

.member-services-box .service-membership-box {
  border-top: 1px solid #d1d1d3;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.member-services-box .service-membership-box > * {
  margin: 0;
}

.member-services-box .service-membership-box .btn-wrap {
  padding-top: 10px;
}

.member-services-box .service-membership-box .btn-wrap a {
  text-align: center;
  width: 100%;
}

.get-in-touch-team-lists-block .get-in-touch-box {
  border-top: 1px solid #d1d1d3;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.get-in-touch-team-lists-block .get-in-touch-box > * {
  margin: 0;
}

.get-in-touch-team-lists-block .get-in-touch-box .btn-wrap {
  padding-top: 10px;
}

.get-in-touch-team-lists-block .get-in-touch-box .btn-wrap a {
  text-align: center;
  width: 100%;
}

.get-in-touch-team-lists {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.get-in-touch-team-lists .get-in-touch-team-list {
  background: #f3f3f4;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.get-in-touch-team-lists .get-in-touch-team-list > * {
  margin: 0;
}

.get-in-touch-team-lists .get-in-touch-team-list h3 {
  border-bottom: 1px solid rgba(109, 110, 113, 0.25);
  text-transform: initial;
  padding: 0 0 10px;
}

.get-in-touch-team-lists .get-in-touch-team-list .contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.get-in-touch-team-lists .get-in-touch-team-list .contact-list > strong {
  display: flex;
  gap: 6px;
}

.get-in-touch-team-lists .get-in-touch-team-list .contact-list > strong a {
  word-break: break-all;
}

.enquiry-form-tabs-box {
  background: #f3f3f4;
}

.enquiry-form-tabs-box .form-heading {
  padding: 30px 30px 15px;
}

.enquiry-form-tabs-box .form-heading .sub-title {
  display: none;
}

.enquiry-form-tabs-box .tabs-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.enquiry-form-tabs-box .tabs-block .tab-title {
  display: block;
  background: #2c2c2c;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  width: 100%;
}

.enquiry-form-tabs-box .tabs-block .tab-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(136deg);
  margin-top: -7px;
}

.enquiry-form-tabs-box .tabs-block .tabs {
  width: 100%;
  margin: 0;
  padding: 10px;
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  background: #ffffff;
  z-index: 2;
}

.enquiry-form-tabs-box .tabs-block .tabs li {
  list-style: none;
}

.enquiry-form-tabs-box .tabs-block .tabs li + li {
  margin-top: 8px;
}

.enquiry-form-tabs-box .tabs-block .tabs li.tab-active a {
  background: #2c2c2c;
  color: #ffffff;
}

.enquiry-form-tabs-box .tabs-block .tabs li a {
  display: block;
  background: rgba(0, 128, 128, 0.25);
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
}

.enquiry-form-tabs-box .tabs-block .tabs li a:focus,
.enquiry-form-tabs-box .tabs-block .tabs li a:hover {
  background: #2c2c2c;
  color: #ffffff;
  text-decoration: none;
}

.enquiry-form-tabs-box .tabs-block .tabs-container {
  padding: 20px;
}

.enquiry-form-tabs-box .tabs-block .tab-content {
  display: none;
}

.enquiry-form-tabs-box .tabs-block .tab-content:first-child {
  display: block;
}

.enquiry-form-tabs-box .tabs-block .tab-content .heading {
  display: flex;
  margin-bottom: 16px;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="color"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="date"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="datetime-local"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="datetime"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="email"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="month"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="number"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="password"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="search"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="tel"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="text"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="time"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="url"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  input[type="week"],
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  select,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  textarea {
  padding: 8px 12px;
  border-color: #ccc;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gfield
  input {
  border-color: #ccc;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large {
  padding: 8px 12px;
  height: 58px;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gfield_label {
  margin-bottom: 5px;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gfield_required {
  display: none;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer {
  padding: 0;
  margin-top: 16px;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  button,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  input,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input {
  color: #ffffff;
  background: #00acbd;
  border-color: #00acbd;
}

.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  button:focus,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  button:hover,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  input:focus,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_footer
  input:hover,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  button:focus,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  button:hover,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input:focus,
.enquiry-form-tabs-box
  .tabs-block
  .tab-content
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input:hover {
  color: #00acbd;
  background-color: rgba(0, 172, 189, 0.18);
  border-color: #00acbd;
}

.licence-table {
  background: #f3f3f4;
  padding: 30px 20px;
  margin-top: 40px;
  display: none;
}

.licence-table-wrap {
  overflow: auto;
}

.licence-table img {
  max-width: 100%;
  width: auto;
}

.licence-table .table-title {
  display: flex;
  justify-content: flex-end;
  padding-right: 16%;
}

.licence-table .table-title h3 {
  margin: 0 0 20px;
}

.licence-table .grid-row {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(160px, 150px) 1fr 1fr 1fr 1fr 1fr;
  min-width: 720px;
}

.licence-table .grid-row .grid-head {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #00acbd;
  background-color: #00acbd;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.licence-table .grid-row .grid-head > a {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.licence-table .grid-row .grid-head h3 {
  margin: 0;
}

.licence-table .grid-row .grid-head img {
  opacity: 0.6;
}

.licence-table .grid-row .grid-head.is-first {
  color: #2c2c2c;
  cursor: auto;
  background-color: #f3f3f4;
  border-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 0;
}

.licence-table .grid-row .grid-cell {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid rgba(109, 110, 113, 0.2);
  border-left: 1px solid #e9e9e9;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.licence-table .grid-row .grid-cell.sub-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  background: #f3f3f4;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.licence-table .grid-row .grid-foot:not(.grid-cell) {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  border-color: #2c2c2c;
  background-color: #2c2c2c;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 1.2857;
  padding: 20px 5px;
  text-align: center;
}

.licence-table .grid-row .grid-foot.grid-cell {
  background: #f3f3f4;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.mobile-licence-table .grid-row {
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  background-color: #f3f3f4;
  border-bottom: 1px solid rgba(109, 110, 113, 0.2);
  grid-template-rows: auto;
}

.mobile-licence-table .grid-head {
  background: #2c2c2c;
  color: #ffffff;
  padding: 15px 20px;
}

.mobile-licence-table .grid-head.border-left {
  border-left: 1px solid #505050;
}

.mobile-licence-table .grid-head h3 {
  margin: 0;
  text-transform: inherit;
}

.mobile-licence-table .grid-cell {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #2c2c2c;
  padding: 15px 20px;

  justify-content: center;
}

.mobile-licence-table .grid-cell.border-left {
  border-left: 1px solid #d8d8da;
}

.breadcrumb-list.has-space {
  margin-bottom: 30px;
}

/*Sidebar*/
.sidebar-cta {
  background: #f3f3f4;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-cta + .sidebar-cta {
  margin-top: 32px;
}

.sidebar-cta .sidebar-cta-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-cta .sidebar-cta-text .title,
.sidebar-cta .sidebar-cta-text p strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.sidebar-cta .sidebar-cta-text p {
  margin: 0;
}

.sidebar-cta .button {
  text-align: center;
}

.page-sidebar .sidebar-cta + .widget {
  margin-top: 32px;
}

.page-sidebar .widget .pagenav h3 {
  margin-top: 0;
}

/*
* Two columns content block
*/
.card-two-columns-content {
}
.card-two-columns-content .card-wrap {
  background: var(--gray-6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 1.3;
  height: 100%;
}

.card-two-columns-content .card-wrap * {
  margin: 0;
}

.card-two-columns-content .card-wrap .card-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-two-columns-content .card-wrap .card-heading h3 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
}

.card-two-columns-content .card-wrap .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-two-columns-content .card-wrap .card-content .title {
  color: var(--cool-gray-90);
}

.card-two-columns-content .card-wrap .card-btn .button {
  width: 100%;
  text-align: center;
  padding: 0.625em 0.2em;
}

.two-columns-content-block .row {
  margin: 0;
  flex-wrap: nowrap;
}

.two-columns-content-block .row > .col {
  padding: 0;
  width: auto;
}

.two-columns-content-block .slider-navigation {
  margin-top: 16px;
}

.two-columns-content-block .two-columns-info {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 32px;
}

.two-columns-content-block .two-columns-info .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-columns-content-block .two-columns-info .text > * {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
}

/*
* Support Block
*/
.support-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--gray-6);
  padding: 32px;
  font-size: 16px;
  line-height: 1.3;
}

.support-block * {
  margin: 0;
}

.support-block h3 {
  text-transform: inherit;
  font-size: 24px;
}

.support-block .support-block-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-block .support-block-content ul li {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.support-block .support-block-content ul > li + li {
  margin-top: 16px !important;
}

.support-block .support-block-content ul li:before {
  top: 0;
  transform: none;
}

.support-block .support-block-content ul li p:first-child {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.support-block .support-block-content ul li p + p {
  margin-top: 8px;
}

.support-block .support-block-content ul ol {
  counter-reset: alpha;
  padding-left: 0;
}

.support-block .support-block-content ul ol li {
  counter-increment: alpha;
  position: relative;
  display: block;
  padding-left: 0;
}

.support-block .support-block-content ul ol li::before {
  content: counter(alpha, lower-alpha) ") ";
  background: none;
  position: static;
}

/*
* Trust Block
*/
.trust-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust-block .trust-header {
  display: flex;
  align-items: center;
  gap: 48px;
}
.trust-block .trust-header .trust-logo {
  position: relative;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.trust-block .trust-header .trust-brand:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  height: 65px;
  width: 1px;
  background: var(--gray-5);
}

.trust-block .trust-content {
  font-size: 16px;
  line-height: 1.3;
}

.trust-block .trust-content ul li + li {
  margin-top: 16px !important;
}

.trust-block .partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-around;
  padding: 32px;
  background: var(--cool-gray-10);
}

.trust-block .partner-logos img {
  max-height: 40px;
}

/*
* Schedule Block
*/
.schedule-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
  line-height: 1.3;
}

.schedule-block * {
  margin: 0;
}

.schedule-block .schedule-heading {
  gap: 16px;
}
.schedule-block .schedule-heading > * {
  margin: 0 !important;
}

.schedule-block .schedule-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.schedule-block .schedule-cta .schedule-cta-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.schedule-block .schedule-cta .schedule-cta-content > * {
  margin-bottom: 0 !important;
}

.schedule-block .schedule-cta .schedule-cta-content h3 {
  font-size: 24px;
  text-transform: inherit;
}

.schedule-block .schedule-cta .schedule-cta-content p:first-child {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}

.schedule-block .table-wrap {
  overflow-x: auto;
}

.schedule-block .table-wrap .schedule-table {
  width: 100%;
  border-collapse: separate;
  min-width: 720px;
}

.schedule-block .table-wrap .schedule-table th,
.schedule-block .table-wrap .schedule-table td {
  padding: 10px 16px;
  border: 1px solid #a6a6a6;
  text-align: left;
  vertical-align: top;
  font-size: 14.4px;
  line-height: 1.45833333;
}

.schedule-block .table-wrap .schedule-table th strong {
  display: block;
}

.schedule-block .table-wrap .schedule-table tbody td,
.schedule-block .table-wrap .schedule-table thead th {
}

.schedule-block .table-wrap .schedule-table thead th {
  font-weight: 700;
  color: #000;
  background: transparent;
  text-transform: initial;
}

.schedule-block .table-wrap .schedule-table tbody td {
}

.schedule-block .table-wrap .schedule-table tbody td img {
  width: 20px;
  height: 20px;
}

/*
* Service Block
*/
.service-card-block {
}
.service-card {
}
.service-card .img-wrap {
  aspect-ratio: 793/320;
  overflow: hidden;
  position: relative;
}
.service-card .img-wrap img {
  height: 100%;
  object-fit: cover;
}
.service-card .service-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.3;
  padding: 30px;
  background: var(--gray-6);
}
.service-card .service-card-content * {
  margin: 0;
}

.service-card .service-card-content h2 {
  font-size: 24px;
}

.service-card .service-card-content .small {
  color: var(--gray-1);
  font-size: 12px;
  line-height: 1.625;
}

.service-card .service-card-content .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}

/*
* Info Block
*/
.info-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-block .img-wrap {
  aspect-ratio: 793/320;
  overflow: hidden;
  position: relative;
}
.info-block .img-wrap img {
  height: 100%;
  object-fit: cover;
}
.info-block .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
  line-height: 1.3;
}
.info-block .content-wrap * {
  margin: 0;
}

.info-block .content-wrap .small-title h2 {
  font-size: 24px;
}

.info-block .content-wrap .large {
  font-size: 25px;
}

.info-block .content-wrap .top-content,
.info-block .content-wrap .main-content,
.info-block .content-wrap .bottom-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-block .content-wrap .bottom-content p:first-child {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

/*
* Artist Profile
*/
.artist-profile-section {
  background: #414042 url("../images/background-dark.jpg") center / cover
    no-repeat;
}

.artist-profile-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  color: #fff;
}
.artist-profile-wrap .img-wrap {
}
.artist-profile-wrap .artist-content {
}

.artist-profile-wrap .artist-content .artist-label {
  display: block;
  color: #797979;
  margin-bottom: 5px;
}

.artist-profile-wrap .artist-content h2 {
  margin: 0;
}
.artist-profile-wrap .artist-content .artist-category {
  display: block;
  color: #9c9c9c;
  margin-bottom: 18px;
}
.artist-profile-wrap .artist-content p {
  font-size: 18px;
  margin-bottom: 24px;
}
.artist-profile-wrap .artist-content .artist-credit {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 18px;
}
.artist-profile-wrap .artist-content .button {
  font-weight: 700;
}

/*
* Accordion
*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.accordion-item {
}

.accordion-item .accordion-header {
  background: var(--gray-6);
  padding: 8px 41px 8px 16px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  text-transform: initial;
  margin: 0;
  cursor: pointer;
}

.accordion-item .accordion-header:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #2c2c2c #2c2c2c transparent transparent;
  transform: rotate(136deg);
  margin-top: -6px;
  transition: 0.3s ease;
}

.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-item .accordion-content h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.2;
}

.accordion-item .accordion-content p {
  margin: 0 0 16px;
}

.accordion-item .accordion-content p:last-child {
  margin: 0;
}

.accordion-item .accordion-inner {
  padding: 16px 16px 0;
}

.accordion-item .accordion-inner h2 {
}

.accordion-item.active .accordion-header:before {
  transform: rotate(-45deg);
  margin-top: -2px;
  border-color: #00acbd #00acbd transparent transparent;
}

.accordion-section .section-heading {
  font-size: 16px;
  line-height: 1.3;
  gap: 23px;
  margin: 0;
}

.accordion-section > .container > .section-heading {
  margin-bottom: 0;
}

.accordion-section .section-heading * {
  margin: 0;
}
.accordion-section .section-heading h2 {
  font-size: 38px;
  text-transform: uppercase;
}

.accordion-section .section-heading h3,
.accordion-section .section-heading .h3,
.accordion-section .section-heading h2.h3 {
  font-size: 24px;
}

.accordion-section .section-heading .large {
  font-size: 25px;
  line-height: 1.16;
}

.accordion-section .section-heading + .accordion {
  margin-top: 32px !important;
}

/*
* Latest News
*/
.news-card {
}
.news-card .img-wrap {
  aspect-ratio: 360/137;
}
.news-card .img-wrap img {
  height: 100%;
  object-fit: cover;
}

.news-card .news-content {
  padding: 16px 16px 0;
  font-size: 16px;
  line-height: 1.3;
  color: #303237;
}

.news-card .news-content .news-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gray-4);
  display: block;
}
.news-card .news-content h3 {
  font-size: 24px;
  text-transform: initial;
  margin: 0;
}
.news-card .news-content h3 a {
  color: #2c2c2c;
}
.news-card .news-content h3 a:hover {
  color: #00acbd;
}
.news-card .news-content p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-card .news-content .link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.news-card .news-content .link-wrap .news-link {
  width: 24px;
  height: 24px;
  font-size: 0;
  /*  background:url('../images/img1.png') no-repeat;*/
  background-repeat: no-repeat;
  background-size: 100%;
}

.news-card .news-content .link-wrap .news-link:hover {
  /*  background-image:url('../images/background-dark.jpg');*/
}

.latest-news-section .section-heading {
  margin-bottom: 16px;
  gap: 16px;
}

.latest-news-section .section-heading * {
  margin: 0;
}

.latest-news-section .row {
  margin: 0 -8px;
  row-gap: 16px;
}

.latest-news-section .row > .col {
  padding: 0 8px;
}

.latest-news-slider-section .section-heading {
  gap: 16px;
  margin-bottom: 16px;
}

.latest-news-slider-section .section-heading > * {
  margin: 0 !important;
}

/*
* License Block
*/
.licence-card .img-wrap {
  aspect-ratio: 266/164;
}
.licence-card .img-wrap img {
  height: 100%;
  object-fit: cover;
}

.licence-card .card-content {
  padding: 15px 12px 0;
  font-size: 16px;
  line-height: 1.3;
}

.licence-card .card-content h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  text-transform: initial;
}

.licence-card .card-content h3 a {
  display: block;
  color: #2c2c2c;
  padding-right: 28px;
  position: relative;
  width: 100%;
}

.licence-card .card-content h3 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s ease;
}

.testimonial-card .content-wrap .link-wrap .testi-link.arrow,
.news-card .news-content .link-wrap .news-link.arrow,
.licence-card .card-content h3 a.arrow:before {
  background-image: url("../images/icon-right-arrow-gray.svg");
}

.testimonial-card .content-wrap .link-wrap .testi-link.new-window,
.news-card .news-content .link-wrap .news-link.new-window,
.licence-card .card-content h3 a.new-window:before {
  background-image: url("../images/icon-expand-gray.svg");
}

.testimonial-card .content-wrap .link-wrap .testi-link.download,
.news-card .news-content .link-wrap .news-link.download,
.licence-card .card-content h3 a.download:before {
  background-image: url("../images/icon-download-gray.svg");
}

.testimonial-card .content-wrap .link-wrap .testi-link.download-file,
.news-card .news-content .link-wrap .news-link.download-file,
.licence-card .card-content h3 a.download-file:before {
  background-image: url("../images/icon-download-file-gray.svg");
}

.licence-card .card-content h3 a:hover {
  color: #00acbd;
}

.testimonial-card .content-wrap .link-wrap .testi-link:hover,
.news-card .news-content .link-wrap .news-link:hover,
.licence-card .card-content h3 a:hover:before {
  filter: brightness(0);
}

.licence-lists-section .section-heading {
  margin-bottom: 16px;
  gap: 16px;
}

.licence-lists-section .row {
  margin: 0 -8px;
  row-gap: 16px;
}

.licence-lists-section .row > .col {
  padding: 0 8px;
}

.licence-lists-slider-section .section-heading {
  gap: 16px;
  margin-bottom: 16px;
}
.licence-lists-slider-section .section-heading h2 {
  text-transform: uppercase;
}

.licence-lists-slider-section .section-heading > * {
  margin: 0 !important;
}

/*
* Swiper
*/
.swiper {
  /*  overflow: hidden;*/
}

.slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 24px;
  gap: 12px;
}

.slider-navigation
  :is(.swiper-button-prev, .swiper-button-next, .swiper-pagination) {
  position: static;
}

.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 7px;
  margin: 0;
  color: var(--charcoal);
}

.slider-navigation .swiper-pagination:not(.swiper-pagination-lock) {
  width: auto;
  display: flex;
  align-items: center;
}

.slider-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--gray-4);
  margin: 0 12px;
  opacity: 1;
}
.slider-navigation
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: var(--charcoal);
}

.enquiry-callout-section {
}
.enquiry-callout-section .enquiry-callout {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.enquiry-callout-section .enquiry-callout * {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.3;
}
.enquiry-callout-section .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.enquiry-callout-section .heading * {
  margin: 0 !important;
}
.enquiry-callout-section .heading h3 {
  font-size: 24px;
}

.enquiry-callout-section .large {
  font-size: 25px;
  line-height: 1.16;
}
.enquiry-callout-section .enquiry-callout p:first-child {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.enquiry-callout-section .enquiry-callout a:not(.button) {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.enquiry-callout-section .enquiry-callout a:hover {
  text-decoration: none;
}

.enquiry-callout-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.enquiry-callout-section ol li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 1.25rem;
  line-height: 1.45;
}
.enquiry-callout-section ol li:before {
  content: counter(step);
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--gray-2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.48;
}

.enquiry-callout-section ol li:first-child:before {
  background: #00b5e2;
}

.enquiry-callout-section .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

/*
* Testimonial Slider
*/
.testimonial-card {
}
/*.testimonial-card .card-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}*/
.testimonial-card .img-wrap {
  /*  aspect-ratio: 360/137;*/
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #cdd6f1;
}
.testimonial-card .img-wrap img {
  height: 100%;
  max-height: 100px;
  width: auto;
}

.testimonial-card .img-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}

.testimonial-card .img-wrap a:hover {
  opacity: 0.7;
}

.testimonial-card .content-wrap {
  padding: 16px 16px 0;
  font-size: 16px;
  line-height: 1.3;
  color: #303237;
}

.testimonial-card .content-wrap .tagline {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-4);
  display: block;
}
.testimonial-card .content-wrap h3 {
  font-size: 24px;
  text-transform: initial;
  margin: 0;
}
.testimonial-card .content-wrap h3 a {
  color: #2c2c2c;
}
.testimonial-card .content-wrap h3 a:hover {
  color: #00acbd;
}

.testimonial-card .content-wrap .link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.testimonial-card .content-wrap .link-wrap .testi-link {
  width: 24px;
  height: 24px;
  font-size: 0;
  /*  background:url('../images/img1.png') no-repeat;*/
  background-repeat: no-repeat;
  background-size: 100%;
}

/*
* Form Section
*/
.form-section {
}
.form-section .section-heading {
  gap: 16px;
  margin-bottom: 16px;
  /*  margin-bottom: 32px;*/
}

.form-section .section-heading > * {
  margin: 0 !important;
}
.form-section .form-content-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 37px 32px;
}
.form-section .form-box {
  padding: 32px;
  background: var(--gray-6);
}

/*
* Steps Block
*/
.steps-section {
}
.steps-section .section-heading {
  margin-bottom: 34px;
}
.step-lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: step;
}
.step-lists .step-list {
  counter-increment: step;
  position: relative;
  padding-left: 57px;
  min-height: 41px;
}
.step-lists .step-list:before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--gray-2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.48;
}

.step-lists .step-list:first-child:before {
  background: #00b5e2;
}

.step-lists .step-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 41px;
  /*  justify-content: center;*/
}

.step-lists .step-list-wrap .step-list-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 1.3;
}
.step-lists .step-list-wrap .step-list-inner p:first-child {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.step-lists .step-list-wrap .step-list-inner * {
  margin: 0;
}

@media (min-width: 768px) {
  .section .container {
    padding: 0 8px;
  }

  .paragraph-large {
    font-size: 25px;
  }

  .accessability {
    float: right;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
    margin: 0 0 20px;
    padding-right: 8px;
  }

  .accessability .btn-login {
    margin-left: 0;
  }

  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .content-with-sidebar .container {
    padding: 0 8px;
  }

  .content-with-sidebar .content {
    width: calc(100% - 257px);
    padding-right: 30px;
  }

  .content-with-sidebar .sidebar {
    width: 257px;
    text-align: right;
  }

  .card-image-with-content .text-wrap {
    padding: 30px;
  }

  .card-image-with-content .text-wrap .links {
    padding-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .image-with-content-lists {
    margin-top: 50px;
    row-gap: 50px;
  }

  .cta-box {
    padding: 30px;
  }

  .cta-box .btn-wrap {
    margin-top: 20px;
  }

  .licence-case-studies-block .card-case-study {
    width: 33.33%;
  }

  .licence-case-studies-block .btn-wrap a {
    width: auto;
  }

  .member-services-box {
    padding: 30px;
  }

  .member-services-box .service-member-lists .service-member-list {
    width: 33.3334%;
  }

  .member-services-box .service-membership-box .btn-wrap a {
    width: auto;
  }

  .get-in-touch-team-lists-block .get-in-touch-box .btn-wrap a {
    width: auto;
  }

  .licence-table {
    display: block;
  }

  .mobile-licence-table {
    display: none;
  }

  .artist-profile-wrap {
    grid-template-columns: 360px 1fr;
  }

  .latest-news-section .col {
    width: 33.33%;
  }

  .licence-lists-section .col {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .licence-table .grid-row > div:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-list.has-space {
    margin-bottom: 49px;
  }

  .section {
    padding: 50px 0;
  }

  .section.p-small {
    padding: 40px 0;
  }

  .img-cover {
    padding-top: 40.355%;
  }

  .accessability {
    width: calc(100% - 320px - 14px);
    padding-left: 30px;
    padding-right: 0;
  }

  .logo {
    width: 320px;
    margin: 0 0 0 14px;
  }

  .content-with-sidebar {
    padding-top: 50px;
  }

  .enquiry-form-tabs-box .form-heading .sub-title {
    display: block;
  }

  .enquiry-form-tabs-box .tabs-block .tab-title {
    display: none;
  }

  .enquiry-form-tabs-box .tabs-block .tabs {
    position: static;
    display: block;
    width: 265px;
    padding: 0;
    padding: 0 0 30px 30px;
    background: transparent;
  }

  .enquiry-form-tabs-box .tabs-block .tabs-container {
    padding: 0 30px 30px;
    width: calc(100% - 265px);
  }

  .licence-table {
    padding: 30px;
  }

  .licence-table .grid-row {
    grid-template-columns: minmax(200px, 150px) 1fr 1fr 1fr 1fr 1fr;
  }

  .two-columns-content-block .row {
    margin: 0 -8px;
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .two-columns-content-block .row > .col {
    padding: 0 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .two-columns-content-block.three-column .row > .col {
    padding: 0 8px;
    width: 33.33%;
    box-sizing: border-box;
  }

  .two-columns-content-block .slider-navigation {
    display: none;
  }

  .licence-lists-section .col {
    width: 25%;
  }

  .form-section .form-content-box {
    grid-template-columns: 1fr 252px;
  }

  .form-section .form-box:only-child {
    grid-column: 1 / -1;
  }

  .form-section .sidebar-cta {
    height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .accessability form.search-form input.search-field {
    width: 213px;
  }
}

@media (min-width: 1200px) {
  .section .container {
    padding: 0 15px;
  }

  .accessability {
    width: calc(100% - 420px - 14px);
  }

  .accessability form.search-form input.search-field {
    width: 272px;
  }

  .logo {
    width: 420px;
  }

  .content-with-sidebar .container {
    padding: 0 15px;
  }

  .content-with-sidebar .content {
    padding-right: 60px;
  }

  .enquiry-callout-section .enquiry-callout {
    gap: 32px;
  }

  .form-section .section-heading {
    margin-bottom: 32px;
  }
}

@media (max-width: 1023px) {
  .enquiry-form-tabs-box .tabs-block .tab-content {
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .info-block .content-wrap .large,
  .two-columns-content-block .two-columns-info .text > *,
  .accordion-section .section-heading .large,
  .enquiry-callout-section .large {
    font-size: 21px;
  }
  .licence-lists-slider {
    margin-right: -6%;
  }

  .artist-profile-wrap .artist-content .button {
    width: 100%;
  }

  .accordion-section .section-heading h3,
  .accordion-section .section-heading .h3,
  .accordion-section .section-heading h2.h3 {
    font-size: 17.6px;
  }
}

@media (max-width: 479px) {
  .mobile-licence-table .grid-row.grid-v2 {
    position: sticky;
    top: 0;
  }

  .mobile-licence-table .grid-head {
    padding: 15px;
  }

  .mobile-licence-table .grid-cell {
    padding: 15px;
  }

  .step-lists .step-list-wrap .step-list-inner .button {
    width: 100%;
  }
}

/*New style*/
.member-services-box .service-membership-box > * {
  text-transform: none;
}
.member-services-box .service-membership-box .btn-wrap a {
  font-weight: 600;
}
.member-services-box .service-membership-box .btn-wrap a:focus {
  text-decoration: none;
}
.get-in-touch-team-lists-block .section-heading h2 {
  font-size: 32px;
}
.get-in-touch-team-lists .get-in-touch-team-list h3 {
  font-size: 22px;
}
.get-in-touch-team-lists-block .get-in-touch-box .btn-wrap a,
.btn-wrap .button,
.card-image-with-content .text-wrap .links a,
.card-case-study .card-wrap .text-wrap .button {
  font-weight: 600;
}
.get-in-touch-team-lists-block .get-in-touch-box .btn-wrap a:focus,
.btn-wrap .button:focus,
.card-image-with-content .text-wrap .links a:focus,
.card-case-study .card-wrap .text-wrap .button:focus {
  text-decoration: none;
}
.get-in-touch-team-lists-block .get-in-touch-box > h3 {
  text-transform: none;
  font-size: 22px;
}
.content-with-sidebar .sidebar-lists ul li a {
  font-size: 14px;
}
.licence-table .table-title h3,
.licence-table .grid-row .grid-head h3 {
  text-transform: none;
  font-size: 24px;
}
.section.agency-licences-block .sub-heading p {
  font-size: 14px;
}
.cta-box h2 {
  font-size: 22px;
}
.licence-table .grid-row .grid-head img {
  max-width: 30px;
}
.section-heading h2 {
  font-size: 38px;
}
.image-with-content-lists .text-wrap h3 {
  font-size: 26px;
}
.button.button-secondary {
  font-weight: 600;
}
.button.button-secondary:focus {
  text-decoration: none;
}
.card-case-study .card-wrap .text-wrap h3 {
  text-transform: none;
  font-size: 22px;
}

.envira_noscript_images {
  display: none;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
article .card-content p:first-child {
  font-size: 1em;
}
.content-block .body-content .accordion-inner ul {
  padding-bottom: 20px;
  padding-left: 30px;
}
.accordion-inner table {
  box-shadow: none;
}
.accordion-inner table th,
.accordion-inner table td {
  border: 2px solid #dddddd;
  background: none;
  text-align: left;
  letter-spacing: 0px;
}

/*Newly added css*/
.body-content .info-section h2 {
  font-size: 2.4em;
}
.two-columns-content-block .swiper-wrapper {
  align-items: stretch;
}
.two-columns-content-block .swiper-slide {
  display: flex;
  height: auto;
}
.two-columns-content-block .card-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.two-columns-content-block:not(.three-column) .card-content {
  flex: 1;
}

.two-columns-content-block.list-tick-square ul li:before,
.two-columns-content-block.list-tick-circle ul li:before {
  top: 0px;
  transform: none;
}
.form-content-box p.gform_required_legend {
  display: none;
}
.form-content-box .form-customnew .button {
  background: #00acbd;
  color: #ffffff;
}
.form-content-box .form-customnew .button:hover {
  background: none;
  color: #00acbd;
}
.licence-lists-slider-section .licence-card .card-content h3 a:before {
  background-image: url(../images/icon-right-arrow-gray.svg);
}
.licence-card .card-content h3 {
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}
.steps-section .section-heading h2 {
  text-transform: uppercase;
}
.inner-page-wrap .body-content a:not([class]),
.inner-page-wrap .body-content a[class=""],
.sidebar-cta .sidebar-cta-text p a {
  text-decoration: underline;
}
.inner-page-wrap .body-content a:not([class]):hover,
.inner-page-wrap .body-content a[class=""]:hover,
.sidebar-cta .sidebar-cta-text p a:hover {
  text-decoration: none;
}

.info-section h2,
.licence-lists-slider-section h2,
.accordion-section .section-heading h2 {
  text-transform: uppercase;
}
.page-sidebar .img-credit {
  text-align: right;
}
.page-sidebar .img-credit p {
  font-size: 0.8em;
  color: #9a9a9a;
}

.licence-fee-table {
  width: 100%;
  border-collapse: collapse;

  line-height: 1.6;
}

.licence-fee-table th,
.licence-fee-table td {
  border: 1px solid #d5d5d5;
  padding: 16px;
  vertical-align: top;
}

.licence-fee-table th {
  width: 32%;
  /* font-weight: 700; */
  text-align: left;
  background: #fff;
}

.licence-fee-table td {
  width: 78%;
}

.licence-fee-table ol {
  margin: 8px 0 0 20px;
  padding: 0;
}

.licence-fee-table li {
  margin-bottom: 4px;
}

.accordion-inner table td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .licence-fee-table,
  .licence-fee-table tbody,
  .licence-fee-table tr,
  .licence-fee-table th,
  .licence-fee-table td {
    display: block;
    width: 100%;
  }

  .licence-fee-table tr {
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
  }

  .licence-fee-table th,
  .licence-fee-table td {
    border: none;
    border-bottom: 1px solid #d5d5d5;
  }

  .licence-fee-table tr td:last-child {
    border-bottom: none;
  }
}

.license-table {
  width: 100%;
  border-collapse: collapse;
}

.license-table th,
.license-table td {
  border: 1px solid #ddd;
  padding: 14px;
  width: 33%;
}

.license-table th {
  background: #f7f7f7;
  text-align: center;
  font-weight: 400;
}

.license-table th:first-child,
.license-table td:first-child {
  text-align: left;
}

.license-table td:not(:first-child) {
  text-align: center;
}

.license-table img {
  width: 20px;
  height: 20px;
}

.form-section form {
  margin: 0;
}

.form-section .gform_wrapper.gravity-theme .gform_footer,
.form-section .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}

.form-section .gform_wrapper.gravity-theme .gform_footer .gform_button,
.form-section .gform_wrapper.gravity-theme .gform_page_footer .gform_button {
  margin: 0;
}
.testimonials-slider-section .swiper-slide .card-wrap {
  position: relative;
}
.testimonials-slider-section .swiper-slide .card-wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section.sticky-section {
  display: none;
}

.section.sticky-section .button {
  margin-bottom: 0;
}

.text-gray-para p {
  color: #676767;
}
.licence-lists-slider .swiper-wrapper-grid,
.latest-news-slider-section .swiper-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  row-gap: 30px;
}
.licence-lists-slider.show-3 .swiper-wrapper-grid,
.latest-news-slider-section .show-3 .swiper-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 30px;
}
.trust-content h2{
  font-size: 38px;
}

@media (max-width: 1024px) {
  .two-columns-content-block .row.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .section.sticky-section {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 16px;
    text-align: center;
    background: #f3f3f4;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .body-content .info-section h2 {
    font-size: 2em;
  }
  .section-heading h2 {
    font-size: 2em;
  }
  section.inner-page-wrap .page-sidebar {
    background: #ffffff;
  }
  .widget_subpages li.pagenav {
    text-align: right;
  }
  .license-table th,
  .license-table td {
    padding: 8px;
  }
  .page-sidebar .img-credit {
    text-align: right;
    padding: 0 1em 0 1em;
    margin-left: 5%;
    margin-right: 5%;
  }

  .page footer {
    footer-top: 40px;
  }

  .form-section .form-box {
    padding: 16px;
  }

  .inner-page-wrap .button {
    width: 100%;
  }

  .license-table th {
    word-break: break-all;
  }

  .sidebar-cta {
    margin-inline: 16px;
  }

  .licence-lists-slider .swiper-wrapper-grid,
  .latest-news-slider-section .swiper-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 30px;
  }
  .licence-lists-slider.show-3 .swiper-wrapper-grid,
  .latest-news-slider-section .show-3 .swiper-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
.licence-lists-slider .swiper-wrapper-grid,
  .latest-news-slider-section .swiper-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    row-gap: 30px;
  }
  .licence-lists-slider.show-3 .swiper-wrapper-grid,
  .latest-news-slider-section .show-3 .swiper-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    row-gap: 30px;
  }
}

@media (min-width: 1025px) {
  .page-sidebar {
    position: sticky;
    top: 40px;
    height: fit-content;
  }
}
@media (min-width: 1200px) {
  .inner-page-wrap .body-content {
    width: 794px;
  }
  .inner-page-wrap .page-sidebar {
    float: left;
    width: 252px;
    margin-left: 51px;
    margin-right: 14.25px;
  }
  .two-columns-content-block .swiper-wrapper {
    width: auto;
  }
  .page-template-page-flexible-template-new-php .page-sidebar .widget_subpages {
    margin-bottom: 10px;
  }
}
