@charset "UTF-8";
:root {
  --navigationHeight: 128px;
  --mobileNavHeight: 0px;
  --adminBarHeight: 0px;
  --newsFlashHeight: 50px;
}
@media all and (max-width: 1300px) {
  :root {
    --navigationHeight: 62px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --navigationHeight: 62px;
    --mobileNavHeight: 0px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --navigationHeight: 60px;
    --mobileNavHeight: 0px;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.color-white, .text-white {
  color: #fff !important;
}

.color-black, .text-black {
  color: #000 !important;
}

.text-large {
  font-size: 3rem !important;
}

.text-small {
  font-size: small !important;
}

.text-smaller {
  font-size: smaller !important;
}

.color-black-50, .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.color-white-50, .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.pointer-none {
  pointer-events: none !important;
}

.obj-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.obj-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.position-relative {
  position: relative !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

.pr-0, .px-0 {
  padding-right: 0 !important;
}

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

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-center {
  align-items: center !important;
  justify-content: center !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-1-5 {
  flex: 1.5 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1367px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1367px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
[v-cloak] {
  display: none !important;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  opacity: 0.6;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@font-face {
  font-family: "Greenway Font Icon";
  src: url("../fonts/greenway-fonticons.eot");
  src: url("../fonts/greenway-fonticons.eot?#iefix") format("embedded-opentype"), url("../fonts/greenway-fonticons.woff") format("woff"), url("../fonts/greenway-fonticons.ttf") format("truetype"), url("../fonts/greenway-fonticons.svg#Greenway Font Icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.stepps-icon, .stepps-icon:before {
  font-family: "Greenway Font Icon";
  font-style: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.stepps-icon.check-circle, .check-circle.stepps-icon:before {
  content: "a";
}
.stepps-icon.calendar, .calendar.stepps-icon:before {
  content: "b";
}
.stepps-icon.download-square, .download-square.stepps-icon:before {
  content: "c";
}
.stepps-icon.download-square:before {
  text-transform: lowercase;
}
.stepps-icon.download, .download.stepps-icon:before {
  content: "e";
}
.stepps-icon.prev, .prev.stepps-icon:before {
  content: "f";
}
.stepps-icon.next, .next.stepps-icon:before {
  content: "g";
}
.stepps-icon.facebook-circle, .facebook-circle.stepps-icon:before {
  content: "h";
}
.stepps-icon.instagram-circle, .instagram-circle.stepps-icon:before {
  content: "i";
}
.stepps-icon.linkedin-circle, .linkedin-circle.stepps-icon:before {
  content: "k";
}
.stepps-icon.linkedin-square, .linkedin-square.stepps-icon:before {
  content: "l";
}
.stepps-icon.linkedin-square:before {
  text-transform: lowercase;
}
.stepps-icon.email, .email.stepps-icon:before {
  content: "m";
}
.stepps-icon.email:before {
  text-transform: lowercase;
}
.stepps-icon.phone, .phone.stepps-icon:before {
  content: "n";
}
.stepps-icon.phone:before {
  text-transform: lowercase;
}
.stepps-icon.wifi, .wifi.stepps-icon:before {
  content: "o";
}
.stepps-icon.soundproofing, .soundproofing.stepps-icon:before {
  content: "p";
}
.stepps-icon.common-areas, .common-areas.stepps-icon:before {
  content: "q";
}
.stepps-icon.printing, .printing.stepps-icon:before {
  content: "r";
}
.stepps-icon.av, .av.stepps-icon:before {
  content: "s";
}
.stepps-icon.conference, .conference.stepps-icon:before {
  content: "t";
}
.stepps-icon.coffee, .coffee.stepps-icon:before {
  content: "u";
}
.stepps-icon.prev, .prev.stepps-icon:before {
  content: "v";
}
.stepps-icon.next, .next.stepps-icon:before {
  content: "w";
}
.stepps-icon.play, .play.stepps-icon:before {
  content: "x";
}
.stepps-icon.map-marker, .map-marker.stepps-icon:before {
  content: "y";
}
.stepps-icon.plus, .plus.stepps-icon:before {
  content: "z";
}
.stepps-icon.microphone, .microphone.stepps-icon:before {
  content: "A";
}
.stepps-icon.mouse, .mouse.stepps-icon:before {
  content: "B";
}
.stepps-icon.youtube-circle, .youtube-circle.stepps-icon:before {
  content: "@";
}
.stepps-icon.search, .search.stepps-icon:before {
  content: "2";
}
.stepps-icon.fullscreen, .fullscreen.stepps-icon:before {
  content: "3";
}
.stepps-icon.star-full, .star-full.stepps-icon:before {
  content: "4";
}
.stepps-icon.star-empty, .star-empty.stepps-icon:before {
  content: "5";
}
.stepps-icon.twitter-circle, .twitter-circle.stepps-icon:before {
  content: "6";
}
.stepps-icon.chevron-up, .chevron-up.stepps-icon:before {
  content: "7";
}
.stepps-icon.user, .user.stepps-icon:before {
  content: "8";
}
.stepps-icon.volume, .volume.stepps-icon:before {
  content: "9";
}
.stepps-icon.printer, .printer.stepps-icon:before {
  content: "10";
}
.stepps-icon.menu:before {
  content: "`";
}
.stepps-icon.search:before {
  content: "~";
}
.stepps-icon.star:before {
  content: "!";
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html body {
  display: block !important;
  min-height: 100% !important;
  overflow-x: initial !important;
  overflow-y: initial !important;
  position: static !important;
}

body[data-smooth-scrolling="0"] {
  overflow: initial;
}

@media screen and (max-width: 1024px) {
  .wpb_row.full-width-content {
    left: 0 !important;
  }
}

#header-outer[data-transparency-option] + #ajax-content-wrap .hero.hero-full-height {
  height: calc(100vh - 128px);
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  #header-outer[data-transparency-option] + #ajax-content-wrap .hero.hero-full-height {
    height: auto;
  }
}
#header-outer[data-transparency-option] + #ajax-content-wrap .hero.hero-full-height .col.span_12 {
  align-items: center;
  display: flex;
  height: 100%;
}

#header-outer[data-transparency-option="1"] + #ajax-content-wrap .hero.hero-full-height {
  height: 100vh;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  #header-outer[data-transparency-option="1"] + #ajax-content-wrap .hero.hero-full-height {
    height: auto;
  }
}
#header-outer[data-transparency-option="1"] + #ajax-content-wrap .hero.hero-full-height .col.span_12 {
  align-items: center;
  display: flex;
  height: 100%;
}

p {
  padding-bottom: 0;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.dropcap:first-letter {
  float: left;
  font-size: 66px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.font-s-10 {
  font-size: 10px !important;
  line-height: 18px !important;
}

.font-s-12 {
  font-size: 12px !important;
  line-height: 20px !important;
}

.font-s-14 {
  font-size: 14px !important;
  line-height: 22px !important;
}

.font-s-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.font-s-18 {
  font-size: 18px !important;
  line-height: 26px !important;
}

.font-s-20 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.font-s-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}

.font-s-24 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.font-s-26 {
  font-size: 26px !important;
  line-height: 34px !important;
}

.font-s-28 {
  font-size: 28px !important;
  line-height: 36px !important;
}

.font-s-30 {
  font-size: 30px !important;
  line-height: 38px !important;
}

.font-s-32 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.font-s-34 {
  font-size: 34px !important;
  line-height: 42px !important;
}

.font-s-36 {
  font-size: 36px !important;
  line-height: 44px !important;
}

.font-s-38 {
  font-size: 38px !important;
  line-height: 46px !important;
}

.font-s-40 {
  font-size: 40px !important;
  line-height: 48px !important;
}

.font-s-42 {
  font-size: 42px !important;
  line-height: 50px !important;
}

.font-s-44 {
  font-size: 44px !important;
  line-height: 52px !important;
}

.font-s-46 {
  font-size: 46px !important;
  line-height: 54px !important;
}

.font-s-48 {
  font-size: 48px !important;
  line-height: 56px !important;
}

.font-s-50 {
  font-size: 50px !important;
  line-height: 58px !important;
}

.font-s-52 {
  font-size: 52px !important;
  line-height: 60px !important;
}

.font-s-54 {
  font-size: 54px !important;
  line-height: 62px !important;
}

.font-s-56 {
  font-size: 56px !important;
  line-height: 64px !important;
}

.font-s-58 {
  font-size: 58px !important;
  line-height: 66px !important;
}

.font-s-60 {
  font-size: 60px !important;
  line-height: 68px !important;
}

.font-s-62 {
  font-size: 62px !important;
  line-height: 70px !important;
}

.font-s-64 {
  font-size: 64px !important;
  line-height: 72px !important;
}

.font-s-66 {
  font-size: 66px !important;
  line-height: 74px !important;
}

.font-s-68 {
  font-size: 68px !important;
  line-height: 76px !important;
}

.font-s-70 {
  font-size: 70px !important;
  line-height: 78px !important;
}

.font-s-72 {
  font-size: 72px !important;
  line-height: 80px !important;
}

.font-s-74 {
  font-size: 74px !important;
  line-height: 82px !important;
}

.font-s-76 {
  font-size: 76px !important;
  line-height: 84px !important;
}

.font-s-78 {
  font-size: 78px !important;
  line-height: 86px !important;
}

.font-s-80 {
  font-size: 80px !important;
  line-height: 88px !important;
}

.font-s-82 {
  font-size: 82px !important;
  line-height: 90px !important;
}

.font-s-84 {
  font-size: 84px !important;
  line-height: 92px !important;
}

.font-s-86 {
  font-size: 86px !important;
  line-height: 94px !important;
}

.font-s-88 {
  font-size: 88px !important;
  line-height: 96px !important;
}

.font-s-90 {
  font-size: 90px !important;
  line-height: 98px !important;
}

.font-s-92 {
  font-size: 92px !important;
  line-height: 100px !important;
}

.font-s-94 {
  font-size: 94px !important;
  line-height: 102px !important;
}

.font-s-96 {
  font-size: 96px !important;
  line-height: 104px !important;
}

.font-s-98 {
  font-size: 98px !important;
  line-height: 106px !important;
}

.font-s-100 {
  font-size: 100px !important;
  line-height: 108px !important;
}

.font-s-102 {
  font-size: 102px !important;
  line-height: 110px !important;
}

.font-s-104 {
  font-size: 104px !important;
  line-height: 112px !important;
}

.font-s-106 {
  font-size: 106px !important;
  line-height: 114px !important;
}

.font-s-108 {
  font-size: 108px !important;
  line-height: 116px !important;
}

.font-s-110 {
  font-size: 110px !important;
  line-height: 118px !important;
}

@media screen and (max-width: 1024px) {
  .font-s-md-10 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-12 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-14 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-16 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-18 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-20 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-22 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-26 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-28 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-30 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-32 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-34 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-36 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-38 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-40 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-42 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-44 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-46 {
    font-size: 46px !important;
    line-height: 54px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-48 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-50 {
    font-size: 50px !important;
    line-height: 58px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-52 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-54 {
    font-size: 54px !important;
    line-height: 62px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-56 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-58 {
    font-size: 58px !important;
    line-height: 66px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-60 {
    font-size: 60px !important;
    line-height: 68px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-62 {
    font-size: 62px !important;
    line-height: 70px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-64 {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-66 {
    font-size: 66px !important;
    line-height: 74px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-68 {
    font-size: 68px !important;
    line-height: 76px !important;
  }
}

@media screen and (max-width: 1024px) {
  .font-s-md-70 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-10 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-12 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-14 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-16 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-18 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-20 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-22 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-26 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-28 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-30 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-32 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-34 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-36 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-38 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-40 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-42 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-44 {
    font-size: 44px !important;
    line-height: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-46 {
    font-size: 46px !important;
    line-height: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-48 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-50 {
    font-size: 50px !important;
    line-height: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-52 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-54 {
    font-size: 54px !important;
    line-height: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-56 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-58 {
    font-size: 58px !important;
    line-height: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-60 {
    font-size: 60px !important;
    line-height: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-62 {
    font-size: 62px !important;
    line-height: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-64 {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-66 {
    font-size: 66px !important;
    line-height: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-68 {
    font-size: 68px !important;
    line-height: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .font-s-sm-70 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
}

.leading-10 {
  line-height: 10px !important;
}

.leading-12 {
  line-height: 12px !important;
}

.leading-14 {
  line-height: 14px !important;
}

.leading-16 {
  line-height: 16px !important;
}

.leading-18 {
  line-height: 18px !important;
}

.leading-20 {
  line-height: 20px !important;
}

.leading-22 {
  line-height: 22px !important;
}

.leading-24 {
  line-height: 24px !important;
}

.leading-26 {
  line-height: 26px !important;
}

.leading-28 {
  line-height: 28px !important;
}

.leading-30 {
  line-height: 30px !important;
}

.leading-32 {
  line-height: 32px !important;
}

.leading-34 {
  line-height: 34px !important;
}

.leading-36 {
  line-height: 36px !important;
}

.leading-38 {
  line-height: 38px !important;
}

.leading-40 {
  line-height: 40px !important;
}

.leading-42 {
  line-height: 42px !important;
}

.leading-44 {
  line-height: 44px !important;
}

.leading-46 {
  line-height: 46px !important;
}

.leading-48 {
  line-height: 48px !important;
}

.leading-50 {
  line-height: 50px !important;
}

.leading-52 {
  line-height: 52px !important;
}

.leading-54 {
  line-height: 54px !important;
}

.leading-56 {
  line-height: 56px !important;
}

.leading-58 {
  line-height: 58px !important;
}

.leading-60 {
  line-height: 60px !important;
}

.leading-62 {
  line-height: 62px !important;
}

.leading-64 {
  line-height: 64px !important;
}

.leading-66 {
  line-height: 66px !important;
}

.leading-68 {
  line-height: 68px !important;
}

.leading-70 {
  line-height: 70px !important;
}

.leading-72 {
  line-height: 72px !important;
}

.leading-74 {
  line-height: 74px !important;
}

.leading-76 {
  line-height: 76px !important;
}

.leading-78 {
  line-height: 78px !important;
}

.leading-80 {
  line-height: 80px !important;
}

.leading-82 {
  line-height: 82px !important;
}

.leading-84 {
  line-height: 84px !important;
}

.leading-86 {
  line-height: 86px !important;
}

.leading-88 {
  line-height: 88px !important;
}

.leading-90 {
  line-height: 90px !important;
}

.leading-92 {
  line-height: 92px !important;
}

.leading-94 {
  line-height: 94px !important;
}

.leading-96 {
  line-height: 96px !important;
}

.leading-98 {
  line-height: 98px !important;
}

.leading-100 {
  line-height: 100px !important;
}

.leading-102 {
  line-height: 102px !important;
}

.leading-104 {
  line-height: 104px !important;
}

.leading-106 {
  line-height: 106px !important;
}

.leading-108 {
  line-height: 108px !important;
}

.leading-110 {
  line-height: 110px !important;
}

@media screen and (max-width: 767px) {
  .leading-sm-10 {
    line-height: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-12 {
    line-height: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-14 {
    line-height: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-16 {
    line-height: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-18 {
    line-height: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-20 {
    line-height: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-22 {
    line-height: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-24 {
    line-height: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-26 {
    line-height: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-28 {
    line-height: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-30 {
    line-height: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-32 {
    line-height: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-34 {
    line-height: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-36 {
    line-height: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-38 {
    line-height: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-40 {
    line-height: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-42 {
    line-height: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-44 {
    line-height: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-46 {
    line-height: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-48 {
    line-height: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-50 {
    line-height: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-52 {
    line-height: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-54 {
    line-height: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-56 {
    line-height: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-58 {
    line-height: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-60 {
    line-height: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-62 {
    line-height: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-64 {
    line-height: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-66 {
    line-height: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-68 {
    line-height: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-70 {
    line-height: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-72 {
    line-height: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-74 {
    line-height: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-76 {
    line-height: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-78 {
    line-height: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-80 {
    line-height: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-82 {
    line-height: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-84 {
    line-height: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-86 {
    line-height: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-88 {
    line-height: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-90 {
    line-height: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-92 {
    line-height: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-94 {
    line-height: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-96 {
    line-height: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-98 {
    line-height: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-100 {
    line-height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-102 {
    line-height: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-104 {
    line-height: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-106 {
    line-height: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-108 {
    line-height: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .leading-sm-110 {
    line-height: 110px !important;
  }
}

.tracking-tighter {
  letter-spacing: -0.05rem;
}
.tracking-tight {
  letter-spacing: -0.02rem;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: 0.02rem;
}
.tracking-wider {
  letter-spacing: 0.05rem;
}
.tracking-widest {
  letter-spacing: 0.1rem;
}

.font-primary, #stepps-mobile-nav .menu > li, .popup-modal__content, input.input-control,
select.input-control, .input-control textarea, .input-control select, .input-control input, .btn-common {
  font-family: "Lato", "Trebuchet MS", Verdana, sans-serif !important;
  font-weight: 400 !important;
}

.font-w-300 {
  font-weight: 300 !important;
}
.font-w-400 {
  font-weight: 400 !important;
}
.font-w-600 {
  font-weight: 600 !important;
}

.text-primary {
  color: #002639;
}
.text-tertiary {
  color: #AA7446;
}
.text-white {
  color: #ffffff;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-stroke-0\.3 {
  -webkit-text-stroke: 0.3px;
}
.text-stroke-0\.5 {
  -webkit-text-stroke: 0.5px;
}

.color-gray {
  color: #f2f2f2 !important;
}
.color-secondary {
  color: #185254 !important;
}
.color-primary {
  color: #002639 !important;
}
.color-green {
  color: #6ac259 !important;
}

.bg-primary {
  background-color: #002639 !important;
}
.bg-light-primary {
  background-color: #F4F6F9 !important;
}
.bg-secondary {
  background-color: #185254 !important;
}
.bg-gray {
  background-color: #f2f2f2 !important;
}
.bg-error {
  background-color: #ff5350 !important;
}
.bg-success {
  background-color: #6ac259 !important;
}

.border {
  border: 1px solid transparent;
}
.border-t, .border-y {
  border-top: 1px solid transparent;
}
.border-r {
  border-right: 1px solid transparent;
}
.border-b, .border-y {
  border-bottom: 1px solid transparent;
}
.border-l {
  border-left: 1px solid transparent;
}
.border-primary {
  border-color: #002639 !important;
}
.border-secondary {
  border-color: #185254 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray {
  border-color: #f2f2f2 !important;
}
.border-gray-50 {
  border-color: #d5dfe3 !important;
}

.max-width-400,
.max-w-400 {
  max-width: 400px;
}
.max-width-500,
.max-w-500 {
  max-width: 500px;
}
.max-width-530,
.max-w-530 {
  max-width: 530px;
}
.max-width-550,
.max-w-550 {
  max-width: 550px;
}
.max-width-600,
.max-w-600 {
  max-width: 600px;
}
.max-width-620,
.max-w-620 {
  max-width: 620px;
}
.max-width-680,
.max-w-680 {
  max-width: 680px;
}
.max-width-700,
.max-w-700 {
  max-width: 700px;
}
.max-width-760,
.max-w-760 {
  max-width: 760px;
}
.max-width-800,
.max-w-800 {
  max-width: 800px;
}
.max-width-880,
.max-w-880 {
  max-width: 880px;
}
.max-width-1500,
.max-w-1500 {
  max-width: 1500px;
}

.min-width-120 {
  min-width: 120px;
}
.min-width-500 {
  min-width: 500px;
}

button {
  margin: 0;
}

.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-100 {
  opacity: 1;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.btn {
  -webkit-text-stroke: 0.15px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.44px;
  line-height: 1 !important;
  min-width: 180px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.btn[type=submit] {
  padding: 20px;
}
.btn.btn-small {
  min-width: auto;
  padding: 16px 23px;
}
@media screen and (max-width: 767px) {
  .btn.btn-sm-small {
    font-size: 12px;
    min-width: auto;
    padding: 13px 23px;
  }
}
.btn.btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #002639;
}
.btn.btn-white.btn-hover\:outline:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-white.btn-hover\:opacity-80:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}
.btn.btn-white.btn-outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-white.btn-outline.btn-hover\:bg-primary:hover {
  background: #002639;
  border: 1px solid #002639;
  color: #ffffff;
}
.btn.btn-white.btn-outline.btn-hover\:bg-tertiary:hover {
  background: #AA7446;
  border: 1px solid #AA7446;
  color: #ffffff;
}
.btn.btn-white.btn-outline.btn-hover\:bg-white:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #002639;
}
.btn.btn-primary {
  background: #002639;
  border: 1px solid #002639;
  color: #ffffff;
}
.btn.btn-primary.btn-hover\:opacity-80:hover {
  background: rgba(0, 38, 57, 0.8);
}
.btn.btn-primary.btn-outline {
  background: transparent;
  border: 1px solid #002639;
  color: #002639;
}
.btn.btn-primary.btn-outline:hover {
  background: #002639;
  color: #ffffff;
}
.btn.btn-tertiary.btn-outline {
  background: transparent;
  border: 1px solid #AA7446;
  color: #AA7446;
}
.btn.btn-tertiary.btn-outline.btn-hover\:bg-tertiary:hover {
  background: #AA7446;
  border: 1px solid #AA7446;
  color: #ffffff;
}

.btn-common {
  padding: 1rem 2.365rem;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
}
.btn-common.btn-small {
  padding: 8px 18px;
  font-size: 14px;
}
.btn-common.btn-border-5 {
  border-radius: 5px;
}
.btn-common.btn-outline-primary {
  background-color: transparent;
  border-color: #002639;
  color: #002639;
}
.btn-common.btn-outline-primary:hover {
  background-color: #002639;
  border-color: #002639;
  color: #fff;
  opacity: 1 !important;
}
.btn-common.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-common.btn-outline-white:hover {
  background-color: #002639;
  border-color: #002639;
  color: #fff;
  opacity: 1 !important;
}
.btn-common.btn-outline-gray {
  background-color: transparent;
  border-color: #e0e4e9;
  color: #185254;
}
.btn-common.btn-outline-gray:hover {
  color: #185254;
}
.btn-common.btn-outline-secondary {
  background-color: transparent;
  border-color: #185254;
  color: #185254;
}
.btn-common.btn-outline-secondary .blog-post__item:hover .blog-post__item-btn, .blog-post__item:hover .btn-common.btn-outline-secondary .blog-post__item-btn, .btn-common.btn-outline-secondary:hover, .btn-common.btn-outline-secondary.active {
  background-color: #002639;
  border-color: #002639;
  color: #fff;
  opacity: 1 !important;
}
.btn-common.btn-primary {
  background-color: #002639;
  border-color: #002639;
  color: #fff;
}
.btn-common.btn-secondary {
  background-color: #185254;
  border-color: #185254;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .btn-common:hover {
    color: #fff;
    opacity: 0.87;
  }
}
@media screen and (max-width: 1024px) {
  .btn-common {
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
}
.btn-common .disabled, .btn-common[disabled] {
  pointer-events: none;
  opacity: 0.47;
}

#sub-hero {
  min-height: 70vh !important;
}
#sub-hero > .col.span_12 {
  min-height: 70vh !important;
}

@media screen and (max-width: 767px) {
  .common-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

input.input-control,
select.input-control, .input-control textarea, .input-control select, .input-control input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #002639 !important;
  background-color: #ffffff !important;
  border: 1px solid #707070 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  display: block;
  font-size: 18px !important;
  height: 55px;
  min-width: 0;
  padding: 0.9rem 12px !important;
}
input.input-control::-moz-placeholder, select.input-control::-moz-placeholder, .input-control textarea::-moz-placeholder, .input-control select::-moz-placeholder, .input-control input::-moz-placeholder {
  color: #185254 !important;
  opacity: 1;
}
input.input-control::placeholder,
select.input-control::placeholder, .input-control textarea::placeholder, .input-control select::placeholder, .input-control input::placeholder {
  color: #185254 !important;
  opacity: 1;
}

label {
  color: #002639;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.select-dropdown-icon {
  position: relative;
}
.select-dropdown-icon::before {
  content: "";
  border-color: #003e54 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  z-index: 9;
}

a.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.pagination-archive {
  color: #185254;
  overflow: hidden;
}
.pagination-archive__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 55px;
  padding: 0.5rem;
  margin: 0;
  border: 1px solid #185254;
  color: #185254;
}
.pagination-archive__link-next, .pagination-archive__link-prev {
  background: #002639;
  color: #ffffff;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .pagination-archive__link-next, .pagination-archive__link-prev {
    min-width: 60px;
  }
}
.pagination-archive__link-next:hover, .pagination-archive__link-prev:hover {
  color: #ffffff;
}
.pagination-archive__link-next.disabled, .pagination-archive__link-prev.disabled {
  display: none;
}
.pagination-archive__link.active {
  color: #fff;
  background-color: #AA7446;
  border-color: #AA7446;
}
.pagination-archive__link.disabled {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pagination-archive__link {
    min-width: 45px;
    margin: 0 1px;
  }
}

.fade-leave, .fade-leave-to, .fade-leave-active {
  display: none !important;
  opacity: 0 !important;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 0.3s;
}

.multiselect {
  height: 55px;
}
.multiselect__single {
  font-family: "Lato";
  font-size: 18px;
  color: #185254;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.multiselect-gray .multiselect__single {
  background-color: #f2f2f2;
}
.multiselect__tags {
  align-items: center;
  border: 1px solid #d5dfe3;
  border-radius: 0;
  display: flex;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  padding: 0 40px 0 12px;
  position: relative;
}
.multiselect__tags input {
  background-color: #ffffff !important;
  border: 0 !important;
  font-size: 18px !important;
  height: 100% !important;
  left: 0;
  padding-left: 12px !important;
  position: absolute !important;
  top: 0;
  width: 100% !important;
}
.multiselect__tags input::-moz-placeholder {
  font-family: "Lato";
  color: #185254;
}
.multiselect__tags input::placeholder {
  font-family: "Lato";
  color: #185254;
}
.multiselect-gray .multiselect__tags {
  background-color: #f2f2f2;
}
.multiselect__tag {
  background-color: #002639;
  border-radius: 0;
  margin-bottom: 0;
}
.multiselect__tag-icon {
  border-radius: 0;
}
.multiselect__tag-icon:after {
  color: #fff;
}
.multiselect__tag-icon:hover {
  background-color: #185254;
}
.multiselect__select {
  height: 100%;
  transform-origin: center 50%;
  z-index: 9;
}
.multiselect__select:before {
  border-color: #185254 transparent transparent;
  top: 60%;
}
.multiselect--active {
  z-index: 999;
}
.multiselect__strong {
  margin-bottom: 0;
}
.multiselect__option {
  font-weight: 400;
}
.multiselect__option--selected {
  font-weight: 500;
}

.stepps-mfp-modal--small .mfp-content {
  max-width: 510px;
}

.login-modal {
  max-width: 550px;
  margin: 0 auto;
}

.popup-modal__content {
  line-height: 30px;
  border-radius: 0;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.0392156863);
  text-align: center;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .popup-modal__content {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-modal__content {
    margin: 0 !important;
  }
}
.popup-modal__content--close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .popup-modal__content--close {
    top: 0;
    right: 10px;
    color: #185254 !important;
  }
}
.popup-modal__content--close::before {
  color: #ffffff;
  content: "✕" !important;
}
@media screen and (max-width: 767px) {
  .popup-modal__content--close::before {
    color: #185254;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  background-color: #185254;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #002639;
}

.blurb-cta > .col.span_12 {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .blurb-cta > .col.span_12 {
    flex-wrap: wrap;
  }
  .blurb-cta > .col.span_12 .blurb-cta__col:last-child {
    margin-bottom: 12px !important;
  }
}
.blurb-cta__icon {
  font-size: 60px;
  color: #002639;
}
.blurb-cta__heading {
  font-weight: 400 !important;
}
.blurb-cta__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: #fff;
  min-height: 250px;
  padding: 0 !important;
  margin: 0 6px !important;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  padding: 0 38px !important;
}
@media screen and (max-width: 1024px) {
  .blurb-cta__col {
    flex: unset;
    width: calc(50% - 12px) !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .blurb-cta__col {
    width: 100% !important;
  }
}
.blurb-cta__col:hover {
  background-color: #185254;
  color: #fff;
}
.blurb-cta__col:hover .blurb-cta__heading {
  color: #fff;
}
.blurb-cta__col:hover .blurb-cta__btn {
  background-color: #002639;
  border-color: #002639;
  color: #fff;
  opacity: 1 !important;
}
.blurb-cta__col > .vc_column-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nectar_icon_wrap,
.svg-icon-holder {
  margin: 0 !important;
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
  content: "✕" !important;
}

@media screen and (max-width: 767px) {
  .mfp-wrap {
    top: 0 !important;
    overflow-y: auto;
  }
}

.img-with-aniamtion-wrap {
  max-width: 660px;
}
.img-with-aniamtion-wrap * {
  height: 100%;
  width: 100%;
}
.img-with-aniamtion-wrap img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}

.read-more__content {
  height: 120px;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.read-more__content.expand {
  height: 100%;
}
.read-more__content::before {
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 0%);
  content: "";
}
.read-more__content ~ .read-more__button {
  display: inline-block;
  margin-top: 8px;
}
.read-more__content.expand ~ .read-more__button {
  margin-top: 16px;
}

.lds-ripple {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #002639;
}
.lds-ripple div:nth-child(2) {
  border-color: #185254;
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.gform-spinner-360 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99999;
}
.gform-spinner-360 .listing-single__loader {
  background-color: transparent;
}

.ellipse-loader:before, .ellipse-loader:after, .ellipse-loader {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: ellipse-load 1.8s infinite ease-in-out;
}

.ellipse-loader {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.ellipse-loader:before, .ellipse-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.ellipse-loader:before {
  left: -1rem;
  animation-delay: -0.32s;
}
.ellipse-loader:after {
  left: 1rem;
}
@keyframes ellipse-load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#header-space {
  height: var(--navigationHeight) !important;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed;
  }
}

body.admin-bar {
  --adminBarHeight: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --adminBarHeight: 46px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar #header-space {
    height: calc(var(--navigationHeight)) !important;
  }
}

@media screen and (max-width: 1024px) {
  .ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent,
  .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
    transition: none !important;
  }
}

@media screen and (max-width: 1300px) {
  #header-outer:not([data-format=left-header]) #top > .container > .row nav {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1300px) {
  body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  body #top #logo img,
  #header-outer[data-permanent-transparent=false] #logo .dark-version {
    height: 37px !important;
  }
}

@media screen and (max-width: 1300px) {
  #top .span_3 #logo .mobile-only-logo.starting-logo {
    display: block !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1300px) {
  #header-outer[data-transparent-header=true] #logo .starting-logo:not(.dark-version) {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 999px) {
  body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo.starting-logo {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  #header-outer #logo, #header-outer .logo-spacing {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1300px) {
  body.material #header-outer[data-permanent-transparent=false] #logo .dark-version,
  #header-outer[data-permanent-transparent=false] #logo .dark-version {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  body #top #logo .starting-logo {
    left: 50%;
    transform: translateX(-68%);
  }
}
body #top nav ul li a {
  color: #002639;
}
@media screen and (max-width: 767px) {
  body #top #logo img,
  body #header-outer[data-permanent-transparent=false] #logo .dark-version {
    height: 37px !important;
  }
}
body #header-outer {
  border-bottom: 1px solid #dee3e5 !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer {
    background-color: #002639 !important;
    border-bottom: 1px solid #002639 !important;
  }
}
body #header-outer #top nav > ul:not(.sub-menu) > li:last-child > a {
  padding-right: 0 !important;
}
@media all and (max-width: 1550px) {
  body #header-outer #top nav > ul:not(.sub-menu) > li > a {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
body #header-outer[data-transparent-header=true].transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer[data-transparent-header=true].transparent {
    background-color: #002639 !important;
    border-bottom: 1px solid #002639 !important;
  }
}
body #header-outer[data-transparent-header=true].transparent .row .col.span_3 {
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer[data-transparent-header=true].transparent .row .col.span_3 {
    border-right: 0 !important;
  }
}
body #header-outer[data-transparent-header=true].transparent .row .col.span_9 .secondary-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer[data-transparent-header=true].transparent .row .col.span_9 .secondary-header {
    display: none !important;
  }
}
body #header-outer.scrolled-down {
  border-bottom: 1px solid #dee3e5 !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer.scrolled-down {
    border-bottom: 1px solid transparent !important;
  }
}
body #header-outer.scrolled-down .row .col.span_3 {
  border-right: 1px solid #dee3e5 !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer.scrolled-down .row .col.span_3 {
    border-right: 1px solid transparent !important;
  }
}
body #header-outer.scrolled-down .row .col.span_9 .secondary-header {
  border-bottom: 1px solid #dee3e5 !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer.scrolled-down .row .col.span_9 .secondary-header {
    display: none !important;
  }
}
body #header-outer .row .col.span_3 {
  border-right: 1px solid #dee3e5 !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer .row .col.span_3 {
    border-right: 0 !important;
  }
}
body #header-outer .row .col.span_9 .secondary-header {
  border-bottom: 1px solid #dee3e5 !important;
}
body #header-outer .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  body #header-outer .row {
    align-items: center;
  }
}
body #header-outer .row:before {
  content: unset;
}
@media screen and (max-width: 767px) {
  body #header-outer .row .col {
    width: auto !important;
  }
}
body #header-outer .row .col.span_3 {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 0;
  padding-right: 2%;
}
@media screen and (max-width: 1300px) {
  body #header-outer .row .col.span_3 {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  body #header-outer .row .col.span_3 {
    margin: 0 auto;
  }
}
body #header-outer .row .col.span_9 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
@media screen and (max-width: 1300px) {
  body #header-outer .row .col.span_9 {
    align-items: center;
    flex-direction: row !important;
    justify-content: flex-end;
    width: auto !important;
  }
}
body #header-outer .row .col.span_9 .mobile-search,
body #header-outer .row .col.span_9 .mobile-user {
  color: #ffffff !important;
  font-size: 26px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  body #header-outer .row .col.span_9 .mobile-search,
  body #header-outer .row .col.span_9 .mobile-user {
    font-size: 18px;
    order: -1;
    padding: 10px;
  }
}
body #header-outer .row .col.span_9 .mobile-search .icon-salient-search,
body #header-outer .row .col.span_9 .mobile-user .icon-salient-search {
  color: #ffffff !important;
  font-size: inherit;
  width: auto;
}
body #header-outer .row .col.span_9 .mobile-user {
  display: none;
}
@media all and (max-width: 1300px) {
  body #header-outer .row .col.span_9 .mobile-user {
    display: inline-block;
    font-size: 22px;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  body #header-outer .row .col.span_9 .mobile-user {
    font-size: 18px;
    order: 1;
  }
}
body #header-outer .row .col.span_9 .slide-out-widget-area-toggle {
  display: none !important;
  padding-left: 0;
}
@media all and (max-width: 1300px) {
  body #header-outer .row .col.span_9 .slide-out-widget-area-toggle {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 767px) {
  body #header-outer .row .col.span_9 .slide-out-widget-area-toggle {
    display: none !important;
  }
}
body #header-outer .row .col.span_9 .slide-out-widget-area-toggle a {
  padding: 0 18px;
}
body #header-outer .row .col.span_9 .slide-out-widget-area-toggle a:last-child {
  padding-right: 0;
}
body #header-outer .row .col.span_9 .slide-out-widget-area-toggle a span {
  font-size: 18px;
  height: auto;
  top: 0;
  width: 33px;
}
body #header-outer .row .col.span_9 .secondary-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  justify-content: flex-end;
  margin-right: -28px;
  padding: 0 28px;
  width: calc(100% + 28px);
  z-index: 11;
}
body #header-outer .row .col.span_9 .secondary-header > ul > li {
  padding: 16px 0;
}
body #header-outer .row .col.span_9 .secondary-header > ul > li > a {
  font-size: 12px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
body #header-outer .row .col.span_9 .secondary-header > ul > li .sub-menu a {
  font-size: 12px;
}
body #header-outer .row .col.span_9 .primary-header {
  flex: 1;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  body #header-outer .row .col.span_9 .primary-header {
    display: none !important;
  }
}
body #header-outer .row .col.span_9 .primary-header a {
  white-space: nowrap;
}
body #header-outer .row .col.span_9 .primary-header .buttons {
  margin-left: 0 !important;
}
body #header-outer .row .col.span_9 .primary-header #search-btn a {
  border: none !important;
}

@media screen and (max-width: 1366px) {
  .sf-menu > .menu-item > a {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.sf-menu > .menu-item.right-dropdown > .sub-menu {
  left: auto !important;
  right: 0 !important;
  top: 48px !important;
}
.sf-menu > .menu-item > .sub-menu {
  border-radius: 0;
  left: 32px !important;
  width: auto;
}
@media all and (max-width: 1550px) {
  .sf-menu > .menu-item > .sub-menu {
    left: 16px !important;
  }
}
.sf-menu > .menu-item > .sub-menu li:first-child a {
  padding-top: 0;
}
.sf-menu > .menu-item > .sub-menu li:last-child a {
  padding-bottom: 0;
}
.sf-menu > .menu-item > .sub-menu li a {
  padding: 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .sf-menu > .menu-item .search-toggle {
    padding-right: 0 !important;
  }
}

.menu-phone-number__list {
  display: none;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .menu-phone-number__list {
    align-items: center;
    display: inline-flex;
  }
}
.menu-phone-number__list li {
  display: inline-flex;
}
.menu-phone-number__list a {
  color: #ffffff !important;
  font-size: 24px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .menu-phone-number__list a {
    font-size: 18px;
    padding: 10px;
  }
}
.menu-phone-number__list a span.search {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .menu-phone-number__list a span.search {
    font-size: 17px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-phone-number__list a span.icon-salient-x {
    font-size: 22px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .menu-phone-number__list a span.icon-salient-x {
    font-size: 17px;
    top: 1px;
  }
}
.menu-phone-number a {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease-out !important;
}
.menu-phone-number a:hover {
  background-color: #002639;
}
.menu-phone-number a:after {
  display: none !important;
}

.search-toggle {
  font-size: 16px !important;
  padding-right: 0 !important;
}
.search-toggle .icon-salient-x {
  background-color: transparent !important;
}
.search-box {
  background: rgba(242, 242, 242, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 20px 15px;
  pointer-events: none;
  position: fixed;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .search-box {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .search-box {
    height: 100vh;
    top: 62px;
  }
}
.search-box.show {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.search-group {
  display: flex;
  height: 60px;
  max-width: 780px;
  position: relative;
  width: 100%;
}
.search-input {
  background: #ffffff !important;
  border: 1px solid #002639 !important;
  color: #002639 !important;
  font-family: "Lato" !important;
  font-size: 18px !important;
  height: 60px;
  letter-spacing: 0.54px;
  padding: 0 20px !important;
  width: 100%;
}
.search-input:focus::-moz-placeholder {
  opacity: 0.5;
}
.search-input:focus::placeholder {
  opacity: 0.5;
}
.search-input::-moz-placeholder {
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: 0.54px;
}
.search-input::placeholder {
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: 0.54px;
}
.search-button {
  background: transparent;
  border: 0;
  color: #002639;
  font-size: 18px;
  margin-top: 2px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-button:hover {
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .admin-bar .search-box {
    top: 94px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .search-box {
    top: 108px;
  }
}
@media screen and (max-width: 767px) {
  .admin-bar .search-box {
    top: 108px;
  }
}
.admin-bar .stepps-fullwidth-menu-nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .stepps-fullwidth-menu-nav {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .admin-bar .stepps-fullwidth-menu-nav {
    top: 46px;
  }
}

.stepps-fullwidth-menu-nav {
  background: #002639;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav {
    flex-direction: column;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav:after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
  }
}
@media screen and (max-width: 1300px) {
  .stepps-fullwidth-menu-nav.open {
    opacity: 1;
    pointer-events: initial;
  }
}
.stepps-fullwidth-menu-nav.open-submenu .stepps-fullwidth-menu-nav-back {
  opacity: 1;
}
.stepps-fullwidth-menu-nav.open-submenu .menu-full-screen-mobile-menu {
  visibility: hidden;
}
.stepps-fullwidth-menu-nav-section {
  align-items: center;
  display: flex;
  height: 75px;
  justify-content: flex-end;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav-section {
    justify-content: space-between;
    padding: 0 15px;
  }
}
.stepps-fullwidth-menu-nav-back {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .stepps-fullwidth-menu-nav-back {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav-back {
    display: inline-block;
    opacity: 0;
  }
}
.stepps-fullwidth-menu-nav-back .stepps-icon, .stepps-fullwidth-menu-nav-back .stepps-icon:before {
  font-size: 10px;
  transform: rotate(-45deg);
}
.stepps-fullwidth-menu-nav-shortlist, .stepps-fullwidth-menu-nav-search, .stepps-fullwidth-menu-nav-close {
  color: #ffffff !important;
  font-size: 26px;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav-shortlist, .stepps-fullwidth-menu-nav-search {
    display: none;
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu {
  margin: 0;
  padding: 30px 75px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu {
    padding: 65px 15px 0;
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.5);
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item:last-child {
  border: none;
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item-has-children.open .sub-menu {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item-has-children.open .sub-menu.open {
    top: 65px;
    visibility: visible;
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item-has-children.open a {
  opacity: 0.8;
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item a {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0.78px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item a {
    font-size: 16px;
    opacity: 1;
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu {
    margin: 0;
    position: absolute;
    width: calc(100% - 32px);
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu .menu-item {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu .menu-item {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.5);
  }
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu .menu-item:last-child {
  border: none;
}
.stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu .menu-item a {
  font-size: 22px;
  letter-spacing: 1.32px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .stepps-fullwidth-menu-nav .menu-full-screen-mobile-menu > li.menu-item .sub-menu .menu-item a {
    font-size: 16px;
  }
}

#slide-out-widget-area-bg,
#slide-out-widget-area {
  display: none !important;
}

#footer-outer {
  background: #002639;
  padding-bottom: 65px;
}
#footer-outer .footer-top {
  padding: 56px 0;
}
@media screen and (max-width: 1024px) {
  #footer-outer .footer-top {
    padding: 40px 0;
  }
}
#footer-outer .footer-top #footer-widgets .container .col {
  display: inline-block;
  width: auto;
}
#footer-outer .footer-top #footer-widgets .container .col:last-child h4 {
  border: none;
}
@media screen and (max-width: 1024px) {
  #footer-outer .footer-top #footer-widgets .container .col {
    margin-bottom: 0;
    padding: 0;
    width: 100% !important;
  }
}
#footer-outer .footer-top #footer-widgets .widget.active h4:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 1024px) {
  #footer-outer .footer-top #footer-widgets .widget.widget_nav_menu {
    margin-bottom: 0 !important;
    text-align: left;
  }
  #footer-outer .footer-top #footer-widgets .widget.widget_nav_menu > div {
    display: none;
    margin: 24px 0px;
  }
}
#footer-outer .footer-top #footer-widgets .widget h4 {
  color: #ffffff;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #footer-outer .footer-top #footer-widgets .widget h4 {
    border-bottom: 1px solid rgba(213, 223, 227, 0.3);
    margin-bottom: 0 !important;
    padding: 24px 0;
    text-align: left;
  }
  #footer-outer .footer-top #footer-widgets .widget h4:after {
    color: #ffffff;
    content: "7";
    font-family: "Greenway Font Icon";
    font-size: 7px;
    position: absolute;
    right: 0;
    text-transform: none;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
}
#footer-outer .footer-top #footer-widgets .widget a {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.75;
  padding-bottom: 0;
}
#footer-outer .footer-top #footer-widgets .widget a:hover {
  opacity: 1;
}
#footer-outer .footer-middle {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 42px 0;
}
#footer-outer .footer-middle .back-to-top {
  align-items: center;
  background: #002639;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #002639;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: -60px auto 40px;
  opacity: 1;
  position: unset;
  transition: all 0.2s ease-in-out;
  width: 40px;
}
#footer-outer .footer-middle .back-to-top:hover {
  background: #185254 !important;
  border: 1px solid #185254;
  color: #185254 !important;
  cursor: pointer;
}
#footer-outer .footer-middle .back-to-top:hover i {
  color: #ffffff !important;
}
#footer-outer .footer-middle .back-to-top i {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 8px;
  height: auto;
  line-height: 1;
}
#footer-outer .footer-middle .footer-logo {
  height: 80px;
  margin-bottom: 40px;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .gform_validation_errors {
  display: none;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 608px !important;
}
@media screen and (max-width: 767px) {
  #footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter {
    flex-direction: column;
  }
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  #footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body {
    flex-direction: column;
  }
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gform_fields {
  display: flex !important;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gfield {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 222px;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gfield .ginput_container {
  margin: 0 !important;
  position: relative;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gfield .ginput_container input {
  border: 0 !important;
  margin-bottom: 0 !important;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gfield.gfield_error {
  border: 1px solid #ff8d8d !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body .gfield .gfield_validation_message {
  display: none;
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body input {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_body input {
    height: 40px;
  }
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_footer {
  flex: 1;
  max-width: 144px;
}
@media screen and (max-width: 767px) {
  #footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_footer {
    max-width: 100%;
  }
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_footer input {
  border: 1px solid #ffffff !important;
}
@media screen and (max-width: 767px) {
  #footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_footer input {
    height: 40px;
  }
}
#footer-outer .footer-middle .subscribe-newsletter_wrapper .subscribe-newsletter .gform_footer input:hover {
  background-color: #185254 !important;
  border-color: #185254 !important;
}
#footer-outer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 42px 0;
}
#footer-outer .footer-bottom .footer-social {
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}
#footer-outer .footer-bottom .footer-social a {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin: 0 8px;
  opacity: 0.75;
  transition: all 0.1s ease-in;
  width: 28px;
}
#footer-outer .footer-bottom .footer-social a:hover {
  opacity: 1;
}
#footer-outer .footer-bottom .footer-social a i {
  color: #185254;
  font-size: 30px;
}
#footer-outer .footer-bottom .footer-copyright {
  letter-spacing: 0.6px;
}
#footer-outer .footer-bottom .footer-copyright a {
  color: #ffffff !important;
  opacity: 0.75;
}
#footer-outer .footer-bottom .footer-copyright a:hover, #footer-outer .footer-bottom .footer-copyright a:focus {
  color: #ffffff !important;
  opacity: 1;
}
#footer-outer.footer-2025 .footer-top {
  padding: 56px 0 16px 0;
}
#footer-outer.footer-2025 .widget-social .footer-social {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}
#footer-outer.footer-2025 .widget-social .footer-social li {
  padding: 0 !important;
  border: none !important;
}
#footer-outer.footer-2025 .widget-social .footer-social li > a {
  color: #CCC !important;
}
#footer-outer.footer-2025 .widget-social .footer-social a {
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  opacity: 0.75;
  transition: all 0.1s ease-in;
  width: 40px;
}
#footer-outer.footer-2025 .widget-social .footer-social a:hover {
  opacity: 1;
}
#footer-outer.footer-2025 .widget-social .footer-social a i {
  color: inherit;
  font-size: 40px;
  line-height: 0;
}
#footer-outer.footer-2025 .footer-legals .footer-legals-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.42857;
}

.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper div.validation_error {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield {
    margin-top: 12px !important;
  }
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 16px !important;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    max-width: 100% !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
}
.gform_wrapper select:not([type=radio]), .gform_wrapper select:not([type=checkbox]), .gform_wrapper select:not([type=submit]), .gform_wrapper select:not([type=button]), .gform_wrapper select:not([type=image]), .gform_wrapper select:not([type=file]), .gform_wrapper input:not([type=radio]), .gform_wrapper input:not([type=checkbox]), .gform_wrapper input:not([type=submit]), .gform_wrapper input:not([type=button]), .gform_wrapper input:not([type=image]), .gform_wrapper input:not([type=file]) {
  padding: 0px 20px !important;
}
@media screen and (max-width: 767px) {
  .gform_wrapper select:not([type=radio]), .gform_wrapper select:not([type=checkbox]), .gform_wrapper select:not([type=submit]), .gform_wrapper select:not([type=button]), .gform_wrapper select:not([type=image]), .gform_wrapper select:not([type=file]), .gform_wrapper input:not([type=radio]), .gform_wrapper input:not([type=checkbox]), .gform_wrapper input:not([type=submit]), .gform_wrapper input:not([type=button]), .gform_wrapper input:not([type=image]), .gform_wrapper input:not([type=file]) {
    padding: 0 16px !important;
  }
}

.gform_body select {
  font-size: 16px !important;
}
.gform_body select, .gform_body input {
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 38, 57, 0.5) !important;
  color: #002639;
  font-size: 16px;
  height: 55px;
  letter-spacing: 0.8px;
  line-height: 19px;
  margin-top: 0 !important;
  width: 100% !important;
}
.gform_body select[type=checkbox], .gform_body input[type=checkbox] {
  width: auto !important;
}
.gform_body select:focus::-moz-placeholder, .gform_body input:focus::-moz-placeholder {
  opacity: 0.5;
}
.gform_body select:focus::placeholder, .gform_body input:focus::placeholder {
  opacity: 0.5;
}
.gform_body select::-moz-placeholder, .gform_body input::-moz-placeholder {
  color: #002639;
  letter-spacing: 0.7px;
}
.gform_body select::placeholder, .gform_body input::placeholder {
  color: #002639;
  letter-spacing: 0.7px;
}
.gform_fields {
  width: 100%;
}
.gform_fields .gfield {
  margin-top: 0;
  padding-right: 0 !important;
}
.gform_footer {
  padding: 0 !important;
}
.gform_footer input[type=submit] {
  background-color: #002639 !important;
  border: 1px solid #002639 !important;
  color: #fff;
  font-family: "Lato";
  font-weight: 400;
  font-size: 12px !important;
  height: 55px;
  letter-spacing: 1.44px;
  line-height: 1 !important;
  margin-right: 0 !important;
  text-transform: uppercase;
  width: 100% !important;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.cpd-session-registration .gfield_checkbox {
  text-align: center;
  width: 100% !important;
}
.cpd-session-registration .gform_footer {
  margin-top: 39px;
  text-align: center;
}
.cpd-session-registration .gform_footer input[type=submit] {
  min-width: 200px;
  width: auto !important;
}

.subscribe-newsletter .gform_body input {
  background: #f3f3f3 !important;
}

@media screen and (max-width: 1024px) {
  #header-outer[data-transparent-header=true] ~ #ajax-content-wrap .hero .col.span_12 {
    padding-top: var(--navigationHeight) !important;
  }
}

.hero .span_12 {
  z-index: 11;
}
.hero .span_12 .vc_column-inner {
  align-items: center;
  display: flex;
  min-height: 600px;
  justify-content: center;
  padding-top: 188px;
  padding-bottom: 128px;
}
@media all and (max-width: 1280px) {
  .hero .span_12 .vc_column-inner {
    min-height: 480px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero .span_12 .vc_column-inner {
    min-height: 360px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .hero h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .hero h1 {
    font-size: 36px;
  }
}
.hero p {
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 27px;
  margin-top: 6px;
}
.hero p:first-child {
  font-size: 14px;
  letter-spacing: 4.2px;
  line-height: 17px;
  margin-bottom: 6px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero p:first-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hero p {
    font-size: 16px;
  }
}
.hero-cta-container {
  margin-top: 36px;
}
.hero-explore {
  bottom: -72px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .hero-explore {
    display: none;
  }
}
.hero-explore:before {
  color: #ffffff;
  content: "B";
  display: inline-block;
  font-family: "Greenway Font Icon";
  font-size: 20px;
  margin-bottom: 8px;
  animation-name: up-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.hero-explore:after {
  background: #ffffff;
  background: linear-gradient(0deg, #002639 50%, rgb(255, 255, 255) 50%);
  content: "";
  display: inline-block;
  height: 130px;
  margin-top: 8px;
  width: 1px;
}
.hero-explore:hover {
  cursor: pointer;
}
.hero-explore p {
  font-size: 12px;
  letter-spacing: 3.6px;
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.toggles {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .toggles {
    margin-top: 15px;
  }
}
.toggles:first-of-type {
  margin-top: 30px;
}

div[data-style=default] .toggle h3 {
  background: #fff;
  font-size: 24px;
  line-height: 1;
}
div[data-style=default] .toggle h3 a {
  align-items: center;
  background: #fff;
  border: 1px solid #E8E7E8;
  border-radius: 3px;
  color: #002639;
  display: flex;
  font-size: 24px;
  justify-content: space-between;
  line-height: 1;
  padding: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  div[data-style=default] .toggle h3 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  div[data-style=default] .toggle h3 a {
    font-size: 18px;
  }
}
div[data-style=default] .toggle h3 a i {
  color: #AA7446;
  font-size: 18px;
  font-weight: 400;
  left: auto;
  margin: 0;
  order: 2;
  position: relative;
  top: auto;
}
div[data-style=default] .toggle h3 a i.icon-minus-sign:before {
  content: "—";
  font-family: "Lato";
}
div[data-style=default] .toggle h3 a i.icon-plus-sign:before {
  font-family: "Greenway Font Icon";
  content: "z";
}
div[data-style=default] .toggle h3 a span {
  order: 1;
}
div[data-style=default] .toggle .inner-toggle-wrap {
  color: #185254;
  text-align: left;
  padding: 24px 30px !important;
}
div[data-style=default] .toggle .inner-toggle-wrap p:first-of-type {
  display: inline;
}
div[data-style=default] .toggle .inner-toggle-wrap p:nth-of-type(2) {
  margin-top: 16px;
}
div[data-style=default] .toggle .inner-toggle-wrap ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  div[data-style=default] .toggle .inner-toggle-wrap ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
div[data-style=default] .toggle .inner-toggle-wrap ul li {
  margin-bottom: 3px;
}

.message {
  align-items: center;
  background: #002639;
  border-radius: 50px;
  bottom: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  color: #ffffff;
  display: inline-flex;
  padding: 16px 24px;
  position: fixed;
  right: 20px;
  text-transform: uppercase;
  z-index: 1000;
}
.message:hover {
  color: #ffffff;
}
.message span.fas {
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  margin-top: 5px;
}

.cta-section {
  padding: 360px 0 !important;
}
@media screen and (max-width: 1024px) {
  .cta-section {
    padding: 260px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-section {
    padding: 80px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .full-width-content > .col.span_12, .full-width-section > .col.span_12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-id-6767 .home-hero, .page-id-16021 .home-hero {
  width: 100%;
  padding: 0 !important;
}
.page-id-6767 .home-hero .col, .page-id-16021 .home-hero .col {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - var(--navigationHeight) - var(--adminBarHeight));
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .home-hero .col, .page-id-16021 .home-hero .col {
    min-height: calc(100vh - var(--navigationHeight) - var(--adminBarHeight) - var(--newsFlashHeight));
  }
}
.page-id-6767 .home-hero .vc_column-inner, .page-id-16021 .home-hero .vc_column-inner {
  position: static;
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section, .page-id-16021 .who-we-are-section {
    padding-top: 0 !important;
  }
}
.page-id-6767 .who-we-are-section .vc_column-inner, .page-id-16021 .who-we-are-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .who-we-are-section .vc_column-inner, .page-id-16021 .who-we-are-section .vc_column-inner {
    padding: 0;
  }
}
.page-id-6767 .who-we-are-section .vc_column-inner:before, .page-id-16021 .who-we-are-section .vc_column-inner:before {
  background: #002639;
  content: "";
  display: block;
  height: 100%;
  left: 11.97%;
  position: absolute;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .who-we-are-section .vc_column-inner:before, .page-id-16021 .who-we-are-section .vc_column-inner:before {
    height: calc(100% - 150px);
    left: -15px;
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section .vc_column-inner:before, .page-id-16021 .who-we-are-section .vc_column-inner:before {
    height: 100%;
    left: 4.37%;
    top: 0;
  }
}
.page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper {
    padding-bottom: 35px !important;
    padding-top: 15px !important;
  }
}
.page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 450px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-top: 20px;
    padding-left: 8.74%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column .btn.btn-sm-small, .page-id-16021 .who-we-are-section .vc_column-inner > .wpb_wrapper .wpb_text_column .btn.btn-sm-small {
    padding: 12px 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .top-barristers-section, .page-id-16021 .top-barristers-section {
    padding-bottom: 90px !important;
  }
}
.page-id-6767 .top-barristers-section .vc_column-inner, .page-id-16021 .top-barristers-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1500px;
}
.page-id-6767 .top-barristers-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .top-barristers-section .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .top-barristers-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .top-barristers-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .top-barristers-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .top-barristers-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .top-barristers-section .vc_column-inner > .wpb_wrapper .wpb_text_column:not(.max-w-530), .page-id-16021 .top-barristers-section .vc_column-inner > .wpb_wrapper .wpb_text_column:not(.max-w-530) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .top-barristers-section .vc_column-inner > .wpb_wrapper .btn, .page-id-16021 .top-barristers-section .vc_column-inner > .wpb_wrapper .btn {
    font-size: 12px;
    line-height: 1.5 !important;
    padding: 12px 12px;
    white-space: break-spaces;
  }
}
.page-id-6767 .mediation-facilities-section, .page-id-16021 .mediation-facilities-section {
  height: 600px;
  margin-bottom: 400px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section, .page-id-16021 .mediation-facilities-section {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section, .page-id-16021 .mediation-facilities-section {
    height: 450px;
    margin-bottom: 210px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .page-id-6767 .mediation-facilities-section, .page-id-16021 .mediation-facilities-section {
    margin-bottom: 325px;
  }
}
.page-id-6767 .mediation-facilities-section .row-bg-wrap, .page-id-16021 .mediation-facilities-section .row-bg-wrap {
  background: #F3F3F4;
}
.page-id-6767 .mediation-facilities-section .row-bg-wrap:before, .page-id-16021 .mediation-facilities-section .row-bg-wrap:before {
  background: #AA7446;
  content: "";
  display: inline-block;
  height: 620px;
  left: 30.62%;
  position: absolute;
  top: -50px;
  width: 1000%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap:before, .page-id-16021 .mediation-facilities-section .row-bg-wrap:before {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap:before, .page-id-16021 .mediation-facilities-section .row-bg-wrap:before {
    height: 440px;
    left: 30px;
    top: -15px;
  }
}
.page-id-6767 .mediation-facilities-section .row-bg-wrap:after, .page-id-16021 .mediation-facilities-section .row-bg-wrap:after {
  background: #AA7446;
  content: "";
  display: inline-block;
  height: 570px;
  left: -15px;
  position: absolute;
  top: 130px;
  width: 534px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap:after, .page-id-16021 .mediation-facilities-section .row-bg-wrap:after {
    content: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap:after, .page-id-16021 .mediation-facilities-section .row-bg-wrap:after {
    content: "";
    height: 250px;
    top: 50%;
    width: 100px;
  }
}
.page-id-6767 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image, .page-id-16021 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image {
  left: 50%;
  transform: translateX(-50%);
  width: 1750px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image, .page-id-16021 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image {
    width: 708px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image, .page-id-16021 .mediation-facilities-section .row-bg-wrap .inner-wrap.using-image {
    width: calc(100% - 30px);
  }
}
.page-id-6767 .mediation-facilities-section .row-bg-wrap .row-bg-overlay, .page-id-16021 .mediation-facilities-section .row-bg-wrap .row-bg-overlay {
  left: 50%;
  max-width: 1750px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap .row-bg-overlay, .page-id-16021 .mediation-facilities-section .row-bg-wrap .row-bg-overlay {
    width: 708px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .row-bg-wrap .row-bg-overlay, .page-id-16021 .mediation-facilities-section .row-bg-wrap .row-bg-overlay {
    width: calc(100% - 30px);
  }
}
.page-id-6767 .mediation-facilities-section .col.span_12, .page-id-16021 .mediation-facilities-section .col.span_12 {
  height: 100%;
}
.page-id-6767 .mediation-facilities-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .mediation-facilities-section .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .mediation-facilities-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.page-id-6767 .mediation-facilities-section .mediation-facilities-slider, .page-id-16021 .mediation-facilities-section .mediation-facilities-slider {
  margin-right: 15px;
  transform: translateY(60%);
  width: 570px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-slider, .page-id-16021 .mediation-facilities-section .mediation-facilities-slider {
    margin-right: 0;
    transform: translateY(0);
    width: 630px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-slider, .page-id-16021 .mediation-facilities-section .mediation-facilities-slider {
    width: 100% !important;
  }
}
.page-id-6767 .mediation-facilities-section .mediation-facilities-text, .page-id-16021 .mediation-facilities-section .mediation-facilities-text {
  margin: 0 auto;
  max-width: 500px;
  order: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-text, .page-id-16021 .mediation-facilities-section .mediation-facilities-text {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    order: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-text, .page-id-16021 .mediation-facilities-section .mediation-facilities-text {
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-id-6767 .mediation-facilities-section .mediation-facilities-text h2, .page-id-16021 .mediation-facilities-section .mediation-facilities-text h2 {
  color: #ffffff;
  font-size: 44px;
  letter-spacing: 0.88px;
  line-height: 54px;
  margin-bottom: 30px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-text h2, .page-id-16021 .mediation-facilities-section .mediation-facilities-text h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.page-id-6767 .mediation-facilities-section .mediation-facilities-text p, .page-id-16021 .mediation-facilities-section .mediation-facilities-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-text p, .page-id-16021 .mediation-facilities-section .mediation-facilities-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.page-id-6767 .mediation-facilities-section .mediation-facilities-text .btn, .page-id-16021 .mediation-facilities-section .mediation-facilities-text .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-id-6767 .mediation-facilities-section .mediation-facilities-text .btn, .page-id-16021 .mediation-facilities-section .mediation-facilities-text .btn {
    margin-top: 25px;
    padding: 12px 24px;
    width: auto;
  }
}
.page-id-6767 .practice-areas-archive-container.full-width-content > .col.span_12, .page-id-16021 .practice-areas-archive-container.full-width-content > .col.span_12 {
  padding: 0 15px;
}
.page-id-6767 .practice-areas-archive-header, .page-id-16021 .practice-areas-archive-header {
  padding: 0 15px;
}
.page-id-6767 .practice-areas-archive-section .vc_column-inner, .page-id-16021 .practice-areas-archive-section .vc_column-inner {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .practice-areas-archive-section .vc_column-inner, .page-id-16021 .practice-areas-archive-section .vc_column-inner {
    margin-top: 50px;
  }
}
.page-id-6767 .practice-areas-archive-section .vc_column-inner:after, .page-id-16021 .practice-areas-archive-section .vc_column-inner:after {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 50%, #AA7446 50%);
  content: "";
  display: inline-block;
  height: 150px;
  left: 18.23%;
  position: absolute;
  top: -75px;
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .practice-areas-archive-section .vc_column-inner:after, .page-id-16021 .practice-areas-archive-section .vc_column-inner:after {
    background: #ffffff;
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, #AA7446 50%);
    height: 65px;
    left: 50px;
    top: -32.5px;
  }
}
.page-id-6767 .practice-areas-archive-section .vc_column-inner > .wpb_wrapper, .page-id-16021 .practice-areas-archive-section .vc_column-inner > .wpb_wrapper {
  margin: 0 auto !important;
  max-width: 1380px;
}
.page-id-6767 .practice-areas-archive-section .practice-areas-archive, .page-id-16021 .practice-areas-archive-section .practice-areas-archive {
  margin: 0 -50px;
  max-width: none;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .practice-areas-archive-section .practice-areas-archive, .page-id-16021 .practice-areas-archive-section .practice-areas-archive {
    margin: 0 -12.5px;
  }
}
.page-id-6767 .practice-areas-archive-section .practice-area-card, .page-id-16021 .practice-areas-archive-section .practice-area-card {
  margin: 0 50px;
  width: calc(33.33% - 100px);
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .practice-areas-archive-section .practice-area-card, .page-id-16021 .practice-areas-archive-section .practice-area-card {
    margin: 0 12.5px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .page-id-6767 .practice-areas-archive-section .practice-area-card, .page-id-16021 .practice-areas-archive-section .practice-area-card {
    width: calc(100% - 25px);
  }
}
.page-id-6767 .cpd, .page-id-16021 .cpd {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .cpd, .page-id-16021 .cpd {
    align-items: center;
    flex-direction: column;
  }
}
.page-id-6767 .cpd-events-sessions, .page-id-6767 .cpd-library, .page-id-16021 .cpd-events-sessions, .page-id-16021 .cpd-library {
  max-width: 850px;
  padding: 110px 5.72%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .cpd-events-sessions, .page-id-6767 .cpd-library, .page-id-16021 .cpd-events-sessions, .page-id-16021 .cpd-library {
    align-items: center;
    display: flex;
    height: 380px;
    max-width: 708px;
    padding: 75px 5.72%;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-6767 .cpd-events-sessions, .page-id-6767 .cpd-library, .page-id-16021 .cpd-events-sessions, .page-id-16021 .cpd-library {
    height: 290px;
    padding: 5.72%;
  }
}
.page-id-6767 .cpd-events-sessions:before, .page-id-6767 .cpd-library:before, .page-id-16021 .cpd-events-sessions:before, .page-id-16021 .cpd-library:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-6767 .cpd-events-sessions .btn.btn-primary,
  .page-id-6767 .cpd-events-sessions .btn.btn-white, .page-id-6767 .cpd-library .btn.btn-primary,
  .page-id-6767 .cpd-library .btn.btn-white, .page-id-16021 .cpd-events-sessions .btn.btn-primary,
  .page-id-16021 .cpd-events-sessions .btn.btn-white, .page-id-16021 .cpd-library .btn.btn-primary,
  .page-id-16021 .cpd-library .btn.btn-white {
    padding: 12px 23px;
  }
}
.page-id-6767 .cpd-events-sessions:before, .page-id-16021 .cpd-events-sessions:before {
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 60%, hsla(0, 0%, 100%, 0));
}
.page-id-6767 .cpd-library:before, .page-id-16021 .cpd-library:before {
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 60%, hsla(0, 0%, 100%, 0));
}

.page-id-16021 .home-hero {
  width: 100%;
  padding: 0 !important;
}
.page-id-16021 .home-hero .col {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - var(--navigationHeight) - var(--adminBarHeight) - 120px);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .home-hero .col {
    min-height: calc(100vh - var(--navigationHeight) - var(--adminBarHeight) - var(--newsFlashHeight) - 120px);
  }
}
.page-id-16021 .home-hero .vc_column-inner {
  position: static;
}
@media screen and (max-width: 767px) {
  .page-id-16021 .mediation-facilities-section-2 {
    padding-bottom: 90px !important;
  }
}
.page-id-16021 .mediation-facilities-section-2 .vc_column-inner {
  margin: 0 auto;
  max-width: 1500px;
}
.page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
.page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper .mediation-facility-col-1 {
  max-width: 500px;
}
@media screen and (max-width: 1366px) {
  .page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper .mediation-facility-col-1 {
    max-width: unset;
  }
}
@media screen and (max-width: 1366px) {
  .page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper .wpb_text_column:not(.max-w-530) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .mediation-facilities-section-2 .vc_column-inner > .wpb_wrapper .btn {
    font-size: 12px;
    line-height: 1.5 !important;
    padding: 12px 12px;
    white-space: break-spaces;
  }
}
.page-id-16021 .section-1500 .vc_column-inner {
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-id-16021 .search-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1500px;
}
.page-id-16021 .search-section .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
.page-id-16021 .search-section .vc_column-inner > .wpb_wrapper .search-section-html {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .search-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .search-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .search-section .vc_column-inner > .wpb_wrapper .wpb_text_column:not(.max-w-530) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .search-section .vc_column-inner > .wpb_wrapper .btn {
    font-size: 12px;
    line-height: 1.5 !important;
    padding: 12px 12px;
    white-space: break-spaces;
  }
}
.page-id-16021 .search-section .vc_column-inner .search-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.page-id-16021 .search-section .vc_column-inner .search-group .search-input-group {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .stepps-icon.search, .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search.stepps-icon:before {
  display: flex;
  color: white;
  font-size: 24px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .stepps-icon.search, .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search.stepps-icon:before {
    font-size: 24px;
  }
}
.page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  padding: 0 15px !important;
  margin: 0 15px;
  font-size: 28px !important;
}
.page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-size: 28px !important;
}
.page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input {
    font-size: 18px !important;
  }
  .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-id-16021 .search-section .vc_column-inner .search-group .search-input-group .search-input::placeholder {
    font-size: 18px !important;
  }
}
.page-id-16021 .section-enquiries {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: clip;
}
.page-id-16021 .section-enquiries .section-enquiries-inner {
  width: min(55%, 940px);
  margin-left: auto;
  background-color: #AA7446;
}
.page-id-16021 .section-enquiries .section-enquiries-inner .divider {
  border-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 1px;
}
.page-id-16021 .section-enquiries .section-enquiries-inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 100%;
  background-color: #AA7446;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .section-enquiries .section-enquiries-inner {
    width: min(75%, 940px);
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .section-enquiries .section-enquiries-inner {
    width: min(85%, 940px);
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    margin-top: 160px;
  }
}
.page-id-16021 .about-section-spacer {
  min-height: 480px;
}
@media screen and (max-width: 1366px) {
  .page-id-16021 .about-section-spacer {
    min-height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .about-section-spacer {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-16021 .about-section-spacer {
    min-height: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .page-id-16021 .about-learn-more-container {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-16021 .home-2025-about-section .span_3, .page-id-16021 .home-2025-about-section .span_6 {
    width: 100%;
  }
}

.section-enquiries {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: clip;
}
.section-enquiries .section-enquiries-inner {
  width: min(55%, 940px);
  margin-left: auto;
  background-color: #AA7446;
}
.section-enquiries .section-enquiries-inner .divider {
  border-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 1px;
}
.section-enquiries .section-enquiries-inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 100%;
  background-color: #AA7446;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-enquiries .section-enquiries-inner {
    width: min(75%, 940px);
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section-enquiries .section-enquiries-inner {
    width: min(85%, 940px);
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    margin-top: 160px;
  }
}
.section-enquiries .vc_column-inner {
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
}

.selling-advantage__cta-image {
  height: 600px !important;
  width: 1000px !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .selling-advantage__cta-image {
    height: 220px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .selling-advantage__col {
    margin-bottom: 0 !important;
  }
}
.selling-advantage__col > .vc_column-inner {
  height: 100%;
  background-color: #fff;
}
.selling-advantage__blurb-image {
  margin-bottom: 0 !important;
  height: 220px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.selling-advantage__blurb-info {
  padding: 24px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .selling-advantage__award {
    flex-wrap: wrap;
  }
  .selling-advantage__award > .flex-1 {
    flex: unset !important;
    width: 33.33% !important;
  }
}

@media screen and (max-width: 1024px) {
  #sub-hero.property-management__team-bg {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 767px) {
  #sub-hero.property-management__team-bg {
    min-height: 30vh !important;
  }
}
@media screen and (max-width: 1024px) {
  #sub-hero.property-management__team-bg > .col.span_12 {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 767px) {
  #sub-hero.property-management__team-bg > .col.span_12 {
    min-height: 30vh !important;
  }
}

.page-id-6797 .who-we-are-section .vc_column-inner {
  margin-top: -64px;
  padding: 110px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .who-we-are-section .vc_column-inner {
    margin-top: -40px;
    padding: 75px 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-6797 .who-we-are-section .vc_column-inner {
    padding: 50px 25px;
  }
}
.page-id-6797 .who-we-are-section .vc_column-inner:before {
  background: #185254;
  content: "";
  display: block;
  height: 100%;
  left: 3.12%;
  position: absolute;
  top: 0;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .who-we-are-section .vc_column-inner:before {
    left: 0;
    width: 100%;
  }
}
.page-id-6797 .who-we-are-section .vc_column-inner .wpb_wrapper {
  position: relative;
}
.page-id-6797 .story-section ~ .story-section .img-with-aniamtion-wrap {
  margin-left: 0 !important;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .story-section ~ .story-section .img-with-aniamtion-wrap {
    margin-right: 0;
  }
}
.page-id-6797 .story-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1346px;
}
.page-id-6797 .story-section .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .story-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
  }
}
.page-id-6797 .story-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .story-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    margin-bottom: 1.5rem;
    margin-left: 0;
    max-width: 700px;
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .story-section .vc_column-inner > .wpb_wrapper .wpb_text_column {
    order: 2;
  }
}
.page-id-6797 .history-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1720px;
}
.page-id-6797 .history-section .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -135px -20px 0 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .history-section .vc_column-inner .wpb_wrapper {
    justify-content: center;
    margin: -100px -15px 0 !important;
  }
}
.page-id-6797 .history-section .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap {
  margin: 20px;
  max-width: 840px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 1024px) {
  .page-id-6797 .history-section .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap {
    margin: 15px 30px;
    width: calc(100% - 30px);
  }
}

body.page-property-appraisal #footer-outer {
  z-index: 9;
}

#appraisal-steps #map-component {
  height: 100% !important;
}

.appraisal-steps-container {
  padding: 65px 70px;
}
@media screen and (max-width: 1024px) {
  .appraisal-steps-container {
    padding: 65px 44px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .appraisal-steps-container {
    padding: 30px 20px;
    margin-bottom: 20px !important;
  }
}
.appraisal-steps-container .appraisal-heading {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .appraisal-steps-container .appraisal-heading {
    font-size: 22px !important;
    margin-top: 10px;
  }
}

.appraisal-steps-container {
  margin: 5px !important;
  padding: 65px 70px;
}
@media screen and (max-width: 1024px) {
  .appraisal-steps-container {
    padding: 65px 44px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .appraisal-steps-container {
    padding: 30px 20px;
    margin-bottom: 20px !important;
  }
}
.appraisal-steps-container .appraisal-heading {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .appraisal-steps-container .appraisal-heading {
    font-size: 22px !important;
    margin-top: 10px;
  }
}

.appraisal-progress-bar-container {
  height: 5px;
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: -10px !important;
  margin-left: 5px;
  margin: 5px 5px;
}

.single-appraisal-report .appraisal-progress-bar-container {
  background-color: #ececec;
  height: 11px;
}

.appraisal-progress-bar {
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #002639 !important;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
}

body.page-template-template-appraisal-report-steps #footer-outer {
  display: none !important;
}
body.page-template-template-appraisal-report-steps .radio-container {
  background-color: #f6f7f8;
  min-height: 60px;
  border: 1px solid #d5d9db;
  border-radius: 3px;
  cursor: pointer;
}
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked),
body.page-template-template-appraisal-report-steps [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span,
body.page-template-template-appraisal-report-steps [type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000 !important;
  font-family: "Lato";
}
body.page-template-template-appraisal-report-steps [type=radio] + span:before,
body.page-template-template-appraisal-report-steps [type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span:before,
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span:after,
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:before,
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:after,
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:before,
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span:before,
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span:after {
  border: 2px solid #002639;
}
body.page-template-template-appraisal-report-steps [type=radio]:not(:checked) + span:after {
  transform: scale(0);
}
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:before {
  border: 2px solid transparent;
}
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:after,
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:before,
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:after {
  border: 2px solid #002639;
}
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:after,
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:after {
  background-color: #185254;
}
body.page-template-template-appraisal-report-steps [type=radio]:checked + span:after {
  transform: scale(1.02);
}
body.page-template-template-appraisal-report-steps [type=radio].with-gap:checked + span:after {
  transform: scale(0.5);
}

@media screen and (max-width: 1024px) {
  #appraisal-steps .appraisal-steps-form-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #appraisal-steps > .col.span_12 {
    height: auto !important;
    margin: 40px 0 85px !important;
  }
}

/**
 * Get an agent appraisal confirmation
 */
body.page-template-template-appraisal-confirmation-php #footer-outer {
  display: none !important;
}
body.page-template-template-appraisal-confirmation-php .agent-appraisal-col-form {
  height: unset !important;
}

.page-tenant-handbook {
  overflow: hidden;
}
.page-tenant-handbook #footer-outer {
  display: none !important;
}

.thank-you-cta > .row-bg-wrap > .inner-wrap.using-image {
  filter: blur(10px);
}

#blog-hero {
  margin: 0 auto;
  max-width: 1020px;
  padding: 25px 0 150px !important;
}
#blog-hero .vc_column-inner,
#blog-hero .wpb_wrapper {
  height: 100%;
}
#blog-hero .blog-hero__breadcrumb {
  align-items: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #blog-hero .blog-hero__breadcrumb {
    text-align: left;
  }
}
#blog-hero .blog-hero__breadcrumb__arrow {
  display: inline-block;
  font-size: 6px;
  margin: -4px 8px 0;
  position: relative;
  width: 4px;
}
#blog-hero .blog-hero__breadcrumb__arrow::before {
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translate(-50%, -50%);
}
#blog-hero .blog-hero__breadcrumb__link {
  color: #ffffff;
  letter-spacing: 0.5px;
}
#blog-hero .blog-hero-meta {
  margin-top: 120px;
  text-align: center;
}

.single-blog__navigation {
  margin-top: 2rem;
}
.single-blog__container {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1020px;
}
@media screen and (max-width: 1024px) {
  .single-blog__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-blog__content {
  font-size: 16px;
  -webkit-text-stroke: 0.3px;
}
.single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6 {
  color: #002639;
}
@media screen and (max-width: 767px) {
  .single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6 {
    font-size: 24px;
  }
}
.single-blog__content p {
  font-size: 16px;
  -webkit-text-stroke: 0.3px;
  margin: 16px 0;
}
.single-blog__content a {
  text-decoration: underline;
}
.single-blog__content a:hover {
  opacity: 0.8;
}
.single-blog__social {
  border-top: 1px solid #d5dfe3;
  border-bottom: 1px solid #d5dfe3;
}
.single-blog__social .nectar-sharing {
  align-items: center;
  background: #185254;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
  width: 30px;
}
.single-blog__social .nectar-sharing .fa {
  display: inline-block;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .single-blog__social .nectar-sharing .fa {
    font-size: 18px;
  }
}
.single-blog__social .nectar-sharing .fa-linkedin {
  margin-top: 3px;
}
.single-blog__adjacent-prev, .single-blog__adjacent-next {
  display: flex;
  flex-direction: column;
}
.single-blog__adjacent-post {
  background: #ffffff;
  flex: 1;
  padding: 50px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .single-blog__adjacent-post {
    max-height: 100%;
  }
}
.single-blog__adjacent-post-thumbnail {
  height: 80px;
  margin-bottom: 19px !important;
  width: 80px;
}
.single-blog__adjacent-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#hero-author {
  height: 800px !important;
}
@media screen and (max-width: 1024px) {
  #hero-author {
    left: 0 !important;
    height: 60vh !important;
  }
}
@media screen and (max-width: 1024px) {
  #hero-author {
    height: 500px !important;
  }
}
#hero-author > .col.span_12 {
  height: 100% !important;
}
#hero-author .row-bg {
  background-position: center top !important;
}
@media screen and (max-width: 1024px) {
  #hero-author .row-bg {
    background-position: 75% top !important;
  }
}
#hero-author .row-bg-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%) !important;
}
#hero-author .wpb_column,
#hero-author .vc_column-inner,
#hero-author .wpb_wrapper {
  height: 100%;
}
#hero-author .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #hero-author .vc_column-inner {
    justify-content: center;
    padding: 25px 0;
  }
}
#hero-author .wpb_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#hero-author .wpb_wrapper > * {
  width: 100%;
}

#single-author-biography-container {
  border-bottom: 1px solid #e0e4e9;
  padding: 50px 0;
}
#single-author-biography-container:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #single-author-biography-container {
    padding: 25px 0;
  }
}

@media screen and (max-width: 1366px) {
  #single-author-cases {
    padding: 0 90px;
  }
}
@media screen and (max-width: 1024px) {
  #single-author-cases {
    left: 0 !important;
  }
}
#single-author-cases .vc_column-inner .wpb_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
#single-author-cases .vc_column-inner .wpb_wrapper:before {
  background: #185254;
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  #single-author-cases .vc_column-inner .wpb_wrapper:before {
    left: auto;
  }
}

.single-author__left {
  flex: 1;
  max-width: 600px;
  margin-right: 60px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .single-author__left {
    max-width: 100%;
    margin-right: 0;
  }
}
.single-author__left:last-child {
  max-width: 100%;
  margin-right: 0;
}
.single-author__right {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .single-author__right {
    border-top: 1px solid #e0e4e9;
    margin-top: -1px;
  }
}
.single-author__details {
  margin-top: -10rem;
}
@media screen and (max-width: 1024px) {
  .single-author__details {
    text-align: center;
  }
}
.single-author__imgholder {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .single-author__imgholder {
    margin: auto;
  }
}
.single-author__biography > *:first-child:first-letter {
  font-size: 60px;
  line-height: 0.5;
}
.single-author__biography a {
  text-decoration: underline;
  transition: opacity 0.3s ease-in-out;
}
.single-author__biography a:hover {
  opacity: 0.8;
}
.single-author__awards {
  display: flex;
  justify-content: flex-start;
  margin: 0 -8px;
}
.single-author__awards img {
  margin: 0 8px;
  margin-bottom: 0 !important;
  width: 33.33% !important;
}
.single-author__cases {
  display: flex;
  flex-wrap: wrap;
  max-width: 1245px;
  padding: 100px 0 40px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .single-author__cases {
    padding: 100px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .single-author__cases {
    flex-direction: column;
    margin: 0 -30px;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-author__cases {
    padding: 70px 0;
    margin: 0;
  }
}
.single-author__cases:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, #ffffff 50%, #AA7446 50%);
  content: "";
  height: 80px;
  left: 80px;
  top: -40px;
  width: 1px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single-author__cases:before {
    height: 50px;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
  }
}
.single-author__cases__heading {
  margin-bottom: 74px;
  max-width: 1245px;
}
@media screen and (max-width: 767px) {
  .single-author__cases__heading {
    margin-bottom: 40px;
    text-align: center;
  }
}
.single-author__case {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 26px 40px;
  padding-bottom: 26px;
  width: calc(50% - 80px);
}
@media screen and (max-width: 1024px) {
  .single-author__case {
    margin: 0;
    padding: 42px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-author__case {
    padding: 42px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .single-author__case:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .single-author__case:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.single-author__case:nth-child(odd) {
  margin-left: 0;
}
.single-author__case:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .single-author__case .btn.btn-small {
    padding: 13px 23px;
    font-size: 12px;
  }
}
.single-author__contacts {
  min-width: 140px;
}
@media screen and (max-width: 1024px) {
  .single-author__contacts {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-author__contacts-phone {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
  .single-author__contacts-mobile {
    width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-author__blogs {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .single-author__blogs .blog-post__item {
    width: 100%;
  }
}

.author-49 .single-author__case h3 strong,
.author-52 .single-author__case h3 strong {
  font-weight: 400 !important;
  font-style: italic !important;
}

/**Barrister Focus Areas with bullet points**/
.single-author__right div[data-style=default] .toggle .inner-toggle-wrap ul {
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 30px;
}

.single-author__right div[data-style=default] .toggle .inner-toggle-wrap .wpb_wrapper div:not(:last-child) ul {
  margin-bottom: -24px !important;
}

.contact-hero {
  padding: 200px 0 100px !important;
}
@media screen and (max-width: 1024px) {
  .contact-hero {
    flex-direction: column;
    padding: 220px 0 220px !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-hero {
    padding: 76px 0 136px !important;
  }
}
.contact-hero .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .contact-hero .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
  }
}
.contact-hero .vc_column-inner > .wpb_wrapper .wpb_wrapper {
  width: 100%;
}

.map-section .span_12 {
  padding: 0 !important;
}

.readership-feature {
  padding: 70px 0 48px !important;
}
@media screen and (max-width: 1024px) {
  .readership-feature {
    padding: 70px 0 368px !important;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature {
    padding: 70px 0 12px !important;
  }
}
.readership-feature .vc_column-inner {
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .readership-feature .vc_column-inner {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature .vc_column-inner {
    margin-top: -40px;
  }
}
.readership-feature .vc_column-inner:before {
  background: #185254;
  content: "";
  display: block;
  height: 100%;
  left: 11.97%;
  position: absolute;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .readership-feature .vc_column-inner:before {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature .vc_column-inner:before {
    left: 3.97%;
  }
}
.readership-feature .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 70px 0 140px;
}
@media screen and (max-width: 1024px) {
  .readership-feature .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    padding: 30px 0 30px;
  }
}
.readership-feature .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
  margin-right: 15px;
  max-width: 660px;
}
@media screen and (max-width: 1024px) {
  .readership-feature .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 400px;
    max-width: 768px;
    order: 1;
    position: absolute;
    top: calc(100% - 80px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 250px;
    margin-bottom: 28px;
    position: relative;
  }
}
.readership-feature .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap img {
  width: 100%;
}
.readership-feature .vc_column-inner > .wpb_wrapper .wpb_text_column {
  max-width: 660px;
}
@media screen and (max-width: 1024px) {
  .readership-feature .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin: 0 auto 70px;
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .readership-feature .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin: 0 auto;
    order: 2;
    padding-left: calc(3.97% + 15px);
  }
}

.fancy-section {
  padding: 70px 0 !important;
}
@media screen and (max-width: 1024px) {
  .fancy-section {
    padding: 0 0 360px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fancy-section {
    padding: 0 0 160px !important;
  }
}
.fancy-section.fancy-section-inverse .vc_column-inner:before {
  right: 11.97%;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .fancy-section.fancy-section-inverse .vc_column-inner:before {
    right: -15px;
  }
}
.fancy-section.fancy-section-inverse .img-with-aniamtion-wrap {
  order: 1;
  margin-left: 15px;
}
.fancy-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
}
.fancy-section .vc_column-inner:before {
  background: #002639;
  content: "";
  display: block;
  height: 100%;
  left: 11.97%;
  position: absolute;
  width: 1000%;
}
.fancy-section .vc_column-inner > .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .fancy-section .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    padding: 70px 0 210px;
  }
}
@media screen and (max-width: 767px) {
  .fancy-section .vc_column-inner > .wpb_wrapper {
    padding-top: 50px;
  }
}
.fancy-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1024px) {
  .fancy-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 500px;
    margin: 0;
    max-width: 708px;
    position: absolute;
    top: calc(100% - 140px);
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fancy-section .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    height: 300px;
  }
}
.fancy-section .vc_column-inner > .wpb_wrapper .wpb_text_column {
  max-width: 660px;
}

@media screen and (max-width: 767px) {
  .fancier-section {
    padding: 15px 0 50px !important;
  }
}
.fancier-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1750px;
}
.fancier-section .vc_column-inner:before {
  background: #185254;
  content: "";
  display: block;
  height: 620px;
  left: 30.57%;
  position: absolute;
  top: -50px;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .fancier-section .vc_column-inner:before {
    height: 100%;
    left: -15px;
    top: 132px;
    height: calc(100% - 264px);
  }
}
@media screen and (max-width: 767px) {
  .fancier-section .vc_column-inner:before {
    top: 34px;
    height: calc(100% - 68px);
  }
}
.fancier-section .vc_column-inner:after {
  background: #185254;
  content: "";
  display: block;
  height: 570px;
  left: auto;
  position: absolute;
  right: 61.7%;
  top: 130px;
  width: 1000%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .fancier-section .vc_column-inner:after {
    display: none;
  }
}
.fancier-section .vc_column-inner .img-with-aniamtion-wrap:first-child {
  height: 600px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .fancier-section .vc_column-inner .img-with-aniamtion-wrap:first-child {
    height: 500px;
    margin: 0 auto;
    max-width: 708px;
  }
}
@media screen and (max-width: 1024px) {
  .fancier-section .vc_column-inner .img-with-aniamtion-wrap:first-child {
    height: 300px;
  }
}
.fancier-section .vc_column-inner .img-with-aniamtion-wrap:last-child {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  margin-left: 100px;
  margin-top: -260px;
  max-width: 570px;
}
@media screen and (max-width: 1024px) {
  .fancier-section .vc_column-inner .img-with-aniamtion-wrap:last-child {
    height: 500px;
    margin: 30px auto 0;
    max-width: 708px;
  }
}
@media screen and (max-width: 767px) {
  .fancier-section .vc_column-inner .img-with-aniamtion-wrap:last-child {
    height: 300px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .page-cycle-club .hero .row-bg {
    background-position: right top !important;
  }
}

.mediation-welcome-section {
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .mediation-welcome-section .col.span_12 {
    padding: 0;
  }
}
.mediation-welcome-section .vc_column-inner {
  background: #185254;
  margin: -70px auto 0;
  max-width: 1800px;
  padding: 126px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mediation-welcome-section .vc_column-inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .mediation-welcome-section .vc_column-inner {
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
  }
}
.mediation-welcome-section .vc_column-inner > .wpb_wrapper {
  margin: 0 auto !important;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mediation-welcome-section .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
    padding: 0 18px;
  }
}
@media screen and (max-width: 1024px) {
  .mediation-welcome-section .vc_column-inner > .wpb_wrapper p {
    letter-spacing: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .mediation-welcome-section .vc_column-inner > .wpb_wrapper p {
    letter-spacing: 0.3px;
  }
}

.interior-section {
  padding: 190px 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .interior-section {
    padding: 70px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .interior-section {
    padding: 30px 0 0 !important;
  }
}
.interior-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1750px;
  position: relative;
}
.interior-section .vc_column-inner:before {
  background: #AA7446;
  content: "";
  display: flex;
  height: 620px;
  left: 30.62%;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .interior-section .vc_column-inner:before {
    height: 200px;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interior-section .vc_column-inner:before {
    height: 200px;
    left: -15px;
    top: -20px;
    width: 1000%;
  }
}
.interior-section .vc_column-inner:after {
  background: #AA7446;
  content: "";
  display: flex;
  height: 570px;
  left: auto;
  position: absolute;
  right: 61.7%;
  top: 130px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .interior-section .vc_column-inner:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .interior-section .vc_column-inner > .wpb_wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .interior-section .vc_column-inner > .wpb_wrapper {
    padding: 0;
  }
}
.interior-section-image-container {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interior-section-image-container {
    height: 300px;
    margin: 0;
    max-width: 100%;
  }
}
.interior-section-image-container:first-child {
  margin-bottom: 15px;
}
.interior-section-image-container:last-child {
  margin-left: 100px;
  margin-top: -280px;
  max-width: 570px;
}
@media screen and (max-width: 1024px) {
  .interior-section-image-container:last-child {
    margin: 0;
    max-width: 100%;
  }
}
.interior-section-image-container img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}

.mediation-facilities-introduction {
  margin-top: -130px;
  padding: 58px 0 !important;
}
@media screen and (max-width: 1024px) {
  .mediation-facilities-introduction {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mediation-facilities-introduction .wpb_text_column {
    max-width: 100%;
  }
}

.mediation-facilities-section {
  padding: 58px 0 !important;
}
@media screen and (max-width: 1024px) {
  .mediation-facilities-section {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facilities-section {
    padding: 0 !important;
  }
}

.standard-feature-inner-row .vc_column-inner {
  position: relative;
}
.standard-feature-inner-row .vc_column-inner:before {
  background: #185254;
  content: "";
  display: block;
  height: 100%;
  left: 60px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .standard-feature-inner-row .vc_column-inner:before {
    left: -15px;
    width: 1000%;
  }
}

.standard-features-section {
  padding: 80px 0 !important;
}
@media screen and (max-width: 1024px) {
  .standard-features-section {
    padding: 80px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .standard-features-section {
    padding: 30px 0 0 !important;
  }
}
.standard-features-section .wpb_text_column {
  margin: 0 auto 96px;
  max-width: 1425px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .standard-features-section .wpb_text_column {
    margin: 0 auto 76px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .standard-features-section .wpb_text_column {
    margin: 0 auto 51px;
  }
}
.standard-features-section .wpb_text_column:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%);
  content: "";
  display: inline-block;
  height: 150px;
  left: 110px;
  position: absolute;
  top: calc(100% + 21px);
  width: 1px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .standard-features-section .wpb_text_column:after {
    left: 50%;
    transform: translateX(-50%);
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .standard-features-section .wpb_text_column:after {
    height: 60px;
  }
}

.standard-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1245px;
  margin: 0 auto;
  padding: 130px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .standard-features-container {
    padding: 80px 0;
  }
}
.standard-features-container .standard-feature {
  padding: 40px 20px;
  text-align: center;
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .standard-features-container .standard-feature {
    padding: 30px 20px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .standard-features-container .standard-feature {
    padding: 20px 10px;
    width: 50%;
  }
}
.standard-features-container .standard-feature span {
  font-size: 40px;
  margin-bottom: 22px;
}
.standard-features-container .standard-feature p {
  font-size: 18px;
  letter-spacing: 0.44px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .standard-features-container .standard-feature p {
    font-size: 16px;
  }
}

.additional-services {
  display: flex;
  margin: 0 auto;
  max-width: 1700px;
  padding: 20px 0 100px;
}
@media screen and (max-width: 1024px) {
  .additional-services {
    align-items: center;
    flex-direction: column;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .additional-services {
    padding: 50px 0;
  }
}
.additional-services .additional-service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin: 0 auto;
  max-width: 850px;
  padding: 105px 160px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .additional-services .additional-service {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .additional-services .additional-service {
    padding: 60px 16px;
  }
}
.additional-services .additional-service:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.additional-services .additional-service:first-child:before {
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 60%, hsla(0, 0%, 100%, 0));
}
@media screen and (max-width: 767px) {
  .additional-services .additional-service:first-child:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 100%, hsla(0, 0%, 100%, 0));
  }
}
.additional-services .additional-service:last-child:before {
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 60%, hsla(0, 0%, 100%, 0));
}

.practice-areas-archive-section {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .practice-areas-archive-section {
    padding-bottom: 0 !important;
  }
}
.practice-areas-archive-section .vc_column-inner {
  margin-top: -85px;
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .practice-areas-archive-section .vc_column-inner {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .practice-areas-archive-section .vc_column-inner {
    padding-bottom: 10px;
  }
}
.practice-areas-archive-section .vc_column-inner:before {
  background: #185254;
  content: "";
  height: 100%;
  left: 60px;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .practice-areas-archive-section .vc_column-inner:before {
    left: -15px;
    width: 1000%;
  }
}
.practice-areas-archive-section .vc_column-inner:after {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 150px;
  left: 50%;
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .practice-areas-archive-section .vc_column-inner:after {
    background: #ffffff;
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, #AA7446 50%);
    height: 65px;
    left: 50px;
    top: -32.5px;
  }
}
.practice-areas-archive-section .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
}

.search-banner {
  padding: 120px 0 !important;
}
@media screen and (max-width: 1024px) {
  .search-banner .vc_column-inner > .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.search-filter {
  margin: 0 auto;
  max-width: 272px;
}
@media screen and (max-width: 767px) {
  .search-filter {
    max-width: 100%;
  }
}
.search-filter select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position-x: 97%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border: 1px solid #506A77;
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "Lato";
  font-size: 14px;
  letter-spacing: 1.68px;
  padding: 18px 20px;
  text-transform: uppercase;
  -webkit-text-stroke: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 1024px) {
  .search-filter select {
    background-position-x: 98.5%;
    padding: 12px 14px;
  }
}
.search-filter select option {
  color: #002639;
}
.search-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1245px;
  padding: 60px 0;
  width: 100%;
}
.search .blog-post__item {
  margin: 15px;
  width: calc(33.33% - 30px);
}
.search .cpd-video-card {
  margin: 15px;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 1024px) {
  .search .cpd-video-card {
    flex-direction: row;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .search .cpd-video-card {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .search .cpd-video-card__thumbnail {
    width: 280px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search .cpd-video-card__thumbnail {
    width: 100%;
  }
}
.search .cpd-video-card__body {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .search .cpd-video-card__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search .cpd-video-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .search .cpd-video-card hr {
    margin: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .search .cpd-video-card hr {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .search .cpd-video-card__category {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .search .cpd-video-card__category {
    margin-top: 21px;
  }
}
.search .barrister-card {
  margin: 15px;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 1024px) {
  .search .barrister-card {
    flex-direction: row;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__wrapper {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__wrapper-imgholder {
    height: 320px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .search .barrister-card__wrapper-imgholder {
    height: 100%;
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__shortlist {
    left: 313px;
    top: 33px;
    color: #002639;
  }
}
@media screen and (max-width: 767px) {
  .search .barrister-card__shortlist {
    left: auto;
    top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__details {
    background: #ffffff;
    color: #002639;
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-direction: column;
    padding: 99px 33px 33px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .search .barrister-card__details {
    padding: 33px 16px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__details-cta {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .search .barrister-card__details-cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__details-position {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search .barrister-card__details-position {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .search .barrister-card__details-button {
    border: 1px solid #002639 !important;
    color: #002639 !important;
    flex: 1;
  }
}
.search .barrister-card__details-button:first-child {
  margin-bottom: 0 !important;
  margin-right: 12px !important;
}
@media screen and (max-width: 767px) {
  .search .barrister-card__details-button:first-child {
    margin-bottom: 12px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .search .blog-post__item {
    width: 100%;
  }
}

#stepps-mobile-nav {
  height: 65px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #185254;
  display: none;
}
@media screen and (max-width: 1024px) {
  #stepps-mobile-nav {
    display: block;
  }
}
#stepps-mobile-nav .menu {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
}
#stepps-mobile-nav .menu > li {
  flex: 1;
  height: 100%;
  list-style: none;
  text-align: center;
}
#stepps-mobile-nav .menu > li > a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-flex;
  line-height: 1;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#stepps-mobile-nav .menu > li > ul.sub-menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 65px;
  left: 0;
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #fff;
  padding: 0;
  overflow-x: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  transform: scale(0);
}
#stepps-mobile-nav .menu > li > ul.sub-menu.show-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#stepps-mobile-nav .menu > li > ul.sub-menu > li {
  list-style: none;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #d5dfe3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
}
#stepps-mobile-nav .menu > li > ul.sub-menu > li:last-child {
  border-bottom: 0;
}
#stepps-mobile-nav .menu > li > ul.sub-menu a {
  display: inline-block;
  color: #185254;
  padding: 1rem;
  min-width: 30%;
  box-shadow: 0px 1px 0px 0px #002639;
}
#stepps-mobile-nav .menu > li > ul.sub-menu a.active {
  color: #fff !important;
}
#stepps-mobile-nav .mobile-menu-child-parent .sub-menu {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #002639;
}
#stepps-mobile-nav .mobile-menu-child-parent .sub-menu > li > a {
  color: #fff !important;
  box-shadow: 0 1px 0 0 #fff !important;
}
#stepps-mobile-nav .mobile-nav-label {
  font-family: "";
  font-size: 16px;
  text-transform: uppercase;
}
#stepps-mobile-nav .mobile-nav-icon {
  font-size: 22px;
  margin-bottom: 10px;
  min-height: 22px;
  display: flex;
  align-items: center;
}
#stepps-mobile-nav .mobile-nav-icon.hamburger {
  font-size: 16px;
}

#ajax-content-wrap.blur-background {
  filter: blur(15px) brightness(0.9) opacity(0.8);
  pointer-events: none;
}

#site-container.no-scroll,
html.no-scroll {
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #map-section > .col.span_12 {
    padding: 0 !important;
  }
}

#map-component {
  height: 600px !important;
}

.listing-card, .card-loader {
  width: calc(33.33% - 16px);
  margin: 16px 8px 0;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .listing-card, .card-loader {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .listing-card, .card-loader {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .listing-card, .card-loader {
    width: calc(100% - 16px);
  }
}
.listing-card:hover .listing-card__imgholder-img, .listing-card:hover .card-loader__image, .card-loader:hover .listing-card__imgholder-img, .card-loader:hover .card-loader__image {
  transform: scale(1.1);
}
.listing-card-25, .card-loader-25 {
  width: calc(25% - 16px);
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .listing-card-25, .card-loader-25 {
    width: calc(33% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .listing-card-25, .card-loader-25 {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .listing-card-25, .card-loader-25 {
    width: 100%;
  }
}
.listing-card-20, .card-loader-20 {
  width: calc(20% - 16px);
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .listing-card-20, .card-loader-20 {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .listing-card-20, .card-loader-20 {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .listing-card-20, .card-loader-20 {
    width: 100%;
  }
}
.listing-card-50, .card-loader-50 {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 767px) {
  .listing-card-50, .card-loader-50 {
    width: 100%;
  }
}
.listing-card__imgholder {
  overflow: hidden;
  height: 240px !important;
}
.listing-card__imgholder-img, .card-loader__image {
  height: 240px !important;
  margin-bottom: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
}
.listing-card__details {
  background: white;
}
.listing-card__title {
  line-height: 1 !important;
  margin-bottom: 9px;
}
.listing-card__address {
  margin-bottom: 14px;
}
.listing-card__attr--item {
  align-items: center;
  color: #185254;
  display: flex;
  margin-right: 14px;
}
.listing-card__attr--item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.listing-card__attr--label {
  margin-right: 8px;
}
.listing-card__inspection {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.listing-card__inspection-btn {
  position: relative;
  z-index: 120;
}
.listing-card__status {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 10px 10px 14px;
}
.listing-card__status-text {
  position: relative;
}
.listing-card__virtual-tour {
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #002639;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  justify-content: center;
}

.card-loader {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.card-loader__image {
  background: #F3F3F4 !important;
  overflow: hidden;
}
.card-loader__strip {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 24px;
  background: #F3F3F4 !important;
}
.card-loader__box {
  min-height: 355px !important;
  background: #f1f2f5 !important;
}

.blog-post {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .blog-post {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-post__categories {
  line-height: 1.5 !important;
}
@media screen and (max-width: 1024px) {
  .blog-post__container {
    justify-content: flex-start !important;
    overflow-x: auto;
  }
}
.blog-post__item {
  background: #ffffff;
  border-radius: 0;
  margin: 20px;
  overflow: hidden;
  padding: 46px;
  position: relative;
  transition: all 0.3s ease-out;
  width: calc(50% - 40px);
}
@media screen and (max-width: 1024px) {
  .blog-post__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .blog-post__item {
    margin: 7.5px;
    padding: 20px;
    width: calc(100% - 15px);
  }
}
.blog-post__item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
  transform: translate3d(0, -10px, 0);
}
.blog-post__item-thumbnail {
  height: 80px !important;
  width: 80px !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .blog-post__item-thumbnail {
    height: 50px !important;
    width: 50px !important;
  }
}
.blog-post__item-info {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-post__item-img {
  margin-bottom: 0 !important;
  height: 260px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-post-archive .card-loader {
  margin: 12.5px;
  width: calc(33.33% - 25px);
  padding: 46px;
}
@media screen and (max-width: 1024px) {
  #blog-post-archive .card-loader {
    margin: 10px auto;
    max-width: 708px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #blog-post-archive .card-loader {
    padding: 20px;
  }
}
#blog-post-archive .card-loader__image {
  border-radius: 50%;
  height: 50px !important;
  width: 50px !important;
}
#blog-post-archive .card-loader__image:hover {
  transform: scale(1) !important;
}
#blog-post-archive .card-loader__info {
  margin-top: 32px;
  padding: 0 !important;
}
#blog-post-archive .blog-post {
  margin: 0 -12.5px;
}
@media screen and (max-width: 767px) {
  #blog-post-archive .blog-post {
    margin: 0;
  }
}
#blog-post-archive .blog-post__item {
  margin: 12.5px;
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 1024px) {
  #blog-post-archive .blog-post__item {
    margin: 10px auto;
    max-width: 708px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #blog-post-archive .blog-post__item {
    padding: 20px;
  }
}
#blog-post-archive .blog-post__item-thumbnail {
  height: 50px !important;
  width: 50px !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

#blog-post-recent-2025 .blog-post {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
}
#blog-post-recent-2025 .blog-post__item {
  margin: 0;
  flex-basis: 30%;
  flex-grow: 1;
  padding: 46px;
}
@media screen and (max-width: 1366px) {
  #blog-post-recent-2025 .blog-post__item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  #blog-post-recent-2025 .blog-post__item {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  #blog-post-recent-2025 .blog-post__item {
    flex: 1 0 100%;
    padding: 24px;
  }
}
#blog-post-recent-2025 .blog-post__item:nth-child(1n of .blog-post__item-2025) {
  background-color: #002639;
}
#blog-post-recent-2025 .blog-post__item:nth-child(2n of .blog-post__item-2025) {
  background-color: #185254;
}
#blog-post-recent-2025 .blog-post__item:nth-child(3n of .blog-post__item-2025) {
  background-color: #AA7446;
}
#blog-post-recent-2025 .blog-post__item img.blog-post__item-thumbnail {
  filter: brightness(0) invert(1);
}
#blog-post-recent-2025 .blog-post__item .blog-authors {
  gap: 16px;
}
#blog-post-recent-2025 .blog-post__item .blog-authors .blog-authors-photos {
  flex: none;
}
#blog-post-recent-2025 .blog-post__item .blog-authors .blog-authors-photos img {
  width: 56px;
  height: 56px;
  border-radius: 56px;
}
#blog-post-recent-2025 .blog-post__item .blog-authors .blog-authors-photos img + img {
  margin-left: -16px;
}
#blog-post-recent-2025 .blog-post__item .blog-authors .blog-authors-names {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blog-post-recent-2025 .blog-post__item .blog-info-divider {
  opacity: 0.15;
}
#blog-post-recent-2025 .blog-post__item .authors-heading {
  color: #ccc;
}

@media screen and (max-width: 1024px) {
  #testimonial-archive-section > .col.span_12 {
    padding: 0 !important;
  }
}

.testimonial-card-container {
  position: relative;
}
.testimonial-card-container__footer {
  text-align: center;
  width: 100%;
}

.testimonial-card {
  width: calc(33.33% - 25px);
  margin: 0 12.5px 25px;
  min-height: 380px;
  text-align: left;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .testimonial-card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1024px) {
  .testimonial-card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .testimonial-card {
    width: auto;
    /* margin-left: 0;
    margin-right: 0; */
  }
}
.testimonial-card-25 {
  width: calc(25% - 25px);
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .testimonial-card-25 {
    width: calc(33% - 25px);
  }
}
@media screen and (max-width: 1024px) {
  .testimonial-card-25 {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .testimonial-card-25 {
    width: 100%;
  }
}
.testimonial-card-50 {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .testimonial-card-50 {
    width: 100%;
  }
}
.testimonial-card__agent--imgcontainer {
  margin-top: -40px;
}
.testimonial-card__agent--img {
  width: 58px !important;
  height: 58px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0 !important;
}
.testimonial-card__star-rating {
  display: inline-flex;
  position: relative;
  font-size: 16px !important;
}
.testimonial-card__star-rating-filled {
  position: absolute;
  display: block;
  font-size: 16px !important;
  left: 0;
  transform: none !important;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.testimonial-card__star-rating-filled:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  color: #002639;
}
.testimonial-card__star-rating:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #ddd;
  float: left;
  top: 0;
  left: 0;
}
.testimonial-card__listing--address {
  border-top: 1px solid #d5dfe3;
}
.testimonial-card__listing--attr-item {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #d5dfe3;
}
.testimonial-card__listing--attr-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .testimonial-card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .testimonial-card {
    width: 100%;
    /* margin-left: 0;
    margin-right: 0; */
  }
}
.testimonial-card__icon {
  color: #f2f2f2;
}
.testimonial-card__popup--content-text p:before, .testimonial-card__popup--content-text p:after {
  content: '"';
}

.archive-testimonial__cardview-header {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .archive-testimonial__btn-map {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial-component {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.barrister-shortlist-section .vc_column-inner {
  margin: 0 auto;
  max-width: 1800px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .barrister-shortlist-section .vc_column-inner {
    margin: 0 -15px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .barrister-shortlist-section .vc_column-inner {
    padding-bottom: 0;
  }
}

.barristers-shortlist {
  align-items: center;
  background: #AA7446;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist {
    margin: 0;
  }
}
.barristers-shortlist:before {
  background: #ffffff;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  width: 1px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist:before {
    display: none;
  }
}
.barristers-shortlist-cta {
  margin-top: 40px;
  max-width: 1321px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist-cta {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist-cta {
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist-cta a {
    flex: 1;
  }
}
.barristers-shortlist .barrister-card-container {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card-container {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card-container {
    margin: -7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__wrapper {
    background: #ffffff;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__shortlist {
    color: #002639;
    left: 282px;
    top: 33px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__shortlist {
    left: auto;
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__wrapper-imgholder {
    width: 249px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__wrapper-imgholder {
    min-height: 220px;
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__details {
    color: #002639;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    position: static;
    padding-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__details {
    padding: 16px;
  }
}
.barristers-shortlist .barrister-card__details-name {
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__details-name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__details-name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__details-cta {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__details-cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .barristers-shortlist .barrister-card__details-button {
    flex: 1;
    max-width: 50%;
    border: 1px solid #002639 !important;
    color: #002639 !important;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .barristers-shortlist .barrister-card__details-button {
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
  .barristers-shortlist .barrister-card__details-button:last-child {
    margin-bottom: 0 !important;
  }
}

.barrister-card {
  margin: 10px;
  position: relative;
  width: calc(20% - 20px);
}
@media all and (max-width: 1795px) {
  .barrister-card {
    width: calc(25% - 20px);
  }
}
@media all and (max-width: 1536px) {
  .barrister-card {
    width: calc(33.33% - 20px);
  }
}
@media all and (max-width: 1180px) {
  .barrister-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .barrister-card {
    margin: 7.5px 0;
    width: 100%;
  }
}
.barrister-card-container {
  margin: 0;
  max-width: 1321px;
  padding: 80px 15px 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .barrister-card-container {
    margin: 0 -7.5px;
    padding: 15px 15px 64px;
  }
}
.barrister-card__shortlist {
  align-items: center;
  color: #ffffff;
  display: flex;
  left: 14px;
  position: absolute;
  top: 11px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .barrister-card__shortlist {
    color: #002639;
    left: auto;
    right: 14px;
  }
}
.barrister-card__shortlist:hover {
  cursor: pointer;
}
.barrister-card__shortlist .stepps-icon, .barrister-card__shortlist .stepps-icon:before {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .barrister-card__shortlist .stepps-icon, .barrister-card__shortlist .stepps-icon:before {
    font-size: 20px;
    margin-right: 0;
  }
}
.barrister-card__shortlist__text {
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1.44px;
  -webkit-text-stroke: 0.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .barrister-card__shortlist__text {
    display: none;
  }
}
.barrister-card__wrapper {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .barrister-card__wrapper {
    display: flex;
  }
}
.barrister-card__wrapper:hover {
  cursor: pointer;
}
.barrister-card__wrapper:hover .barrister-card__wrapper-img {
  transform: scale(1.05);
  transform-origin: center;
}
.barrister-card__wrapper-imgholder {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .barrister-card__wrapper-imgholder {
    min-height: 220px;
    width: 128px;
  }
}
.barrister-card__wrapper-imgholder:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 9%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.barrister-card__wrapper-img {
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
  transition: 0.3s all ease-out;
}
.barrister-card__details {
  background: transparent;
  bottom: 0;
  color: #ffffff;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  width: 100%;
}
@media all and (max-width: 1320px) {
  .barrister-card__details {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .barrister-card__details {
    background: #ffffff;
    color: #002639;
    flex: 1;
    padding: 36px 16px 16px;
    position: unset;
  }
}
.barrister-card__details-name {
  color: inherit;
  margin-bottom: 8px;
}
@media all and (max-width: 1536px) {
  .barrister-card__details-name {
    margin-bottom: 4px;
  }
}
.barrister-card__details-position {
  margin-bottom: 18px;
}
@media all and (max-width: 1536px) {
  .barrister-card__details-position {
    margin-bottom: 12px;
  }
}
.barrister-card__details-position-implode {
  display: none;
}
.barrister-card__details-position span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .barrister-card__details-position span {
    font-size: 14px;
  }
}
.barrister-card__details-position span:last-child {
  margin-bottom: 0;
}
.barrister-card__details-cta {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1320px) {
  .barrister-card__details-cta {
    flex-direction: column;
  }
}
.barrister-card__details-button {
  font-size: 12px !important;
  letter-spacing: 0.6px;
  padding: 12px !important;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .barrister-card__details-button {
    border: 1px solid #002639 !important;
    color: #002639 !important;
    padding: 12px 0 !important;
  }
}
.barrister-card__details-button:not(:last-child) {
  min-width: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1320px) {
  .barrister-card__details-button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.barrister-card__details-button:last-child {
  flex: 1;
}
.barrister-card:hover .barristers-card__wrapper-imgoverlay {
  opacity: 1;
  visibility: visible;
}

#barristers-slider {
  height: 760px;
  width: 620px;
}
@media screen and (max-width: 1024px) {
  #barristers-slider {
    width: 620px;
    max-width: 620px;
    height: 650px !important;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider {
    height: auto !important;
    margin-top: 32px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
#barristers-slider .slick-arrow {
  background: #ffffff;
  border: 1px solid #AA7446;
  bottom: 0;
  height: 100px;
  top: 100%;
  transform: translateY(-100%);
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .slick-arrow {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
#barristers-slider .slick-prev {
  border-right: none;
  left: -100px;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .slick-prev {
    transform: translateX(-100%) translateY(20px);
    left: 50%;
  }
}
#barristers-slider .slick-prev:hover .arrow-body {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .slick-prev:hover .arrow-body {
    width: 39px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .slick-prev:hover .arrow-body {
    width: 24px;
  }
}
#barristers-slider .slick-prev:hover .arrow-head {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#barristers-slider .slick-prev .arrow-head {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
#barristers-slider .slick-prev .arrow-head::before {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(-36deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: -5px;
}
#barristers-slider .slick-prev .arrow-head::after {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(36deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#barristers-slider .slick-prev .arrow-body {
  background: #002639;
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
}
#barristers-slider .slick-next {
  border-left: none;
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .slick-next {
    left: 55px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .slick-next {
    transform: translateX(0) translateY(20px);
    left: 50%;
  }
}
#barristers-slider .slick-next:hover .arrow-body {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .slick-next:hover .arrow-body {
    width: 41px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .slick-next:hover .arrow-body {
    width: 26px;
  }
}
#barristers-slider .slick-next:hover .arrow-head {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#barristers-slider .slick-next .arrow-head {
  right: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
#barristers-slider .slick-next .arrow-head::before {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(36deg);
  transform-origin: center;
  position: absolute;
  left: -11px;
  top: -5px;
}
#barristers-slider .slick-next .arrow-head::after {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(-36deg);
  transform-origin: center;
  position: absolute;
  left: -11px;
  top: 3px;
}
#barristers-slider .slick-next .arrow-body {
  background: #002639;
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-out;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
}
#barristers-slider .barrister-card {
  height: 760px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #barristers-slider .barrister-card {
    height: 650px;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #barristers-slider .barrister-card__wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card__wrapper-imgholder {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #barristers-slider .barrister-card__wrapper-img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card__wrapper-img {
    -o-object-position: center;
       object-position: center;
  }
}
#barristers-slider .barrister-card__shortlist {
  bottom: 23px;
  color: #ffffff;
  flex-direction: column;
  right: 23px;
  top: auto;
  left: auto;
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card__shortlist {
    bottom: auto;
    flex-direction: row;
    left: 16px;
    position: absolute;
    right: auto;
    top: 16px;
    z-index: 1;
  }
}
#barristers-slider .barrister-card__shortlist .stepps-icon, #barristers-slider .barrister-card__shortlist .stepps-icon:before {
  margin-right: 4px;
}
#barristers-slider .barrister-card__shortlist__text {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card__shortlist__text {
    display: inline-block;
    margin-top: 0;
  }
}
#barristers-slider .barrister-card__details {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 100px;
  padding: 23px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
  #barristers-slider .barrister-card__details {
    left: 135px;
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 767px) {
  #barristers-slider .barrister-card__details {
    background: transparent;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}
#barristers-slider .barrister-card__details-name {
  color: #ffffff;
  font-size: 30px !important;
  margin-bottom: 16px;
}
#barristers-slider .barrister-card__details-position {
  display: none;
}
#barristers-slider .barrister-card__details-position-implode {
  color: #ffffff;
  display: block;
  margin-bottom: 0 !important;
}
#barristers-slider .barrister-card__details-cta {
  display: none !important;
}

.barrister-archive {
  display: flex;
  justify-content: center;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .barrister-archive {
    flex-direction: column-reverse;
    padding: 50px 0;
  }
}
.barrister-archive-main {
  flex: 1;
}
.barrister-archive-sidebar {
  align-self: flex-start;
  margin-left: 40px;
  max-width: 300px;
  width: 100%;
}
@media all and (max-width: 1320px) {
  .barrister-archive-sidebar {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .barrister-archive-sidebar {
    margin-left: 0;
    max-width: 100%;
  }
}
.barrister-archive-container {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .barrister-archive-container {
    margin: -15px;
  }
}
@media screen and (max-width: 767px) {
  .barrister-archive-container {
    padding: 15px;
  }
}
.barrister-archive-section {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .barrister-archive-section {
    padding-bottom: 0 !important;
  }
}
.barrister-archive-no-results {
  text-align: center;
  color: #002639;
  font-size: 30px;
  line-height: 1.4;
  margin: 100px auto 0;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .barrister-archive-no-results {
    font-size: 22px;
    margin: 50px auto 0;
  }
}

.zoom-enter-active, .zoom-leave-active {
  transform-origin: center;
  transition: all 1s;
}

.zoom-leave-active {
  position: absolute;
  z-index: -1;
}

.zoom-move {
  transition: all 1s;
}

.zoom-enter, .zoom-leave-to {
  transform: scale(0, 0);
  opacity: 0;
}

.zoom-enter-to, .zoom-leave {
  transform: scale(1, 1);
  opacity: 1;
}

.barrister-filter__group {
  padding: 30px 0;
}
.barrister-filter__group:first-child {
  padding-top: 0;
}
.barrister-filter__group:not(:last-child) {
  border-bottom: 1px solid #002639;
}
.barrister-filter__header {
  color: #002639;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .barrister-filter__header {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.barrister-filter__barrister {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister .multiselect__single {
    font-size: 16px;
  }
}
.barrister-filter__barrister select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position-x: 98%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border: 0 !important;
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .barrister-filter__barrister select {
    max-width: 100%;
  }
}
.barrister-filter__barrister select option {
  color: #002639;
}
.barrister-filter__barrister input {
  border: 0;
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
  height: 65px;
  padding: 0 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister input {
    font-size: 16px;
    height: 50px;
  }
}
.barrister-filter__barrister input::-webkit-input-placeholder { /* Edge */
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.barrister-filter__barrister input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #002639;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister input:-ms-input-placeholder {
    font-size: 16px;
  }
}
.barrister-filter__barrister input::-moz-placeholder {
  color: #002639;
  font-size: 18px;
}
.barrister-filter__barrister input::placeholder {
  color: #002639;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister input::-moz-placeholder {
    font-size: 16px;
  }
  .barrister-filter__barrister input::placeholder {
    font-size: 16px;
  }
}
.barrister-filter__barrister .stepps-icon, .barrister-filter__barrister .stepps-icon:before {
  position: absolute;
  right: 6px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .barrister-filter__barrister .stepps-icon, .barrister-filter__barrister .stepps-icon:before {
    top: 50%;
  }
}
.barrister-filter__barrister .multiselect__select {
  display: none;
  flex: 1;
}
.barrister-filter__department {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px -5px -5px !important;
}
@media screen and (max-width: 1024px) {
  .barrister-filter__department {
    display: none;
  }
}
.barrister-filter__practice-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px -5px -5px !important;
}
@media screen and (max-width: 1024px) {
  .barrister-filter__practice-area {
    display: none;
  }
}
.barrister-filter__practice-area .barrister-filter__button {
  padding: 16px;
  width: calc(100% - 10px);
}
.barrister-filter__button {
  background: transparent;
  border: 1px solid #185254;
  color: #002639;
  cursor: pointer;
  font-family: "Lato";
  font-size: 18px;
  margin: 5px;
  padding: 8px 28px;
  text-transform: capitalize;
  transition: all 0.2s ease-out;
}
.barrister-filter__button:hover {
  opacity: 0.9;
}
.barrister-filter__button--active {
  background: #002639;
  color: #ffffff;
}
.barrister-filter__button--active:hover {
  background: #002639;
  opacity: 1;
}
.barrister-filter__dropdown {
  display: none;
}
@media screen and (max-width: 1024px) {
  .barrister-filter__dropdown {
    display: block;
  }
}
.barrister-filter__dropdown .multiselect__option,
.barrister-filter__dropdown .multiselect__single {
  text-transform: capitalize !important;
}
@media screen and (max-width: 767px) {
  .barrister-filter__dropdown .multiselect__option,
  .barrister-filter__dropdown .multiselect__single {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-cards-section {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .contact-cards-section {
    padding-top: 150px;
  }
}
.contact-cards-section .contact-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 70px auto;
  max-width: 1420px;
  padding: 70px 0 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card {
    flex-direction: column;
    margin: 140px auto 70px;
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card:last-child {
    margin: 140px auto 0;
  }
}
.contact-cards-section .contact-card:nth-child(even):before {
  left: auto;
  right: 11.27%;
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card:nth-child(even):before {
    left: auto;
    right: -15px;
  }
}
.contact-cards-section .contact-card:nth-child(even) .contact-card-img-wrapper {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card:nth-child(even) .contact-card-img-wrapper {
    order: unset;
  }
}
.contact-cards-section .contact-card:nth-child(2n+0):before {
  background: #185254;
}
.contact-cards-section .contact-card:nth-child(3n+0):before {
  background: #AA7446;
}
.contact-cards-section .contact-card:before {
  background: #002639;
  content: "";
  display: block;
  height: 100%;
  left: 11.27%;
  position: absolute;
  top: 0;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card:before {
    left: -15px;
  }
}
.contact-cards-section .contact-card-img-wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact-cards-section .contact-card-img-wrapper {
    height: 500px;
    margin-top: -70px;
    margin-bottom: 40px;
    max-width: 680px;
    order: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-cards-section .contact-card-img-wrapper {
    height: 300px;
    margin-bottom: 26px;
  }
}
.contact-cards-section .contact-card-img-wrapper img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .contact-cards-section .contact-card-img-wrapper img {
    -o-object-position: right top;
       object-position: right top;
  }
}
.contact-cards-section .contact-card-details {
  position: relative;
}

.contact-details {
  background: #A37244;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  max-width: 550px;
  padding: 64px 100px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-details {
    left: 50%;
    max-width: 680px;
    position: absolute;
    padding: 50px;
    top: calc(100% + 70px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contact-details {
    padding: 20px;
  }
}
.contact-details ul {
  margin: 0;
}
.contact-details ul li {
  display: flex;
  font-size: 18px;
  list-style-type: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .contact-details ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-details ul li {
    margin-bottom: 18px;
  }
}
.contact-details ul li:last-child {
  margin-bottom: 0;
}
.contact-details ul li .stepps-icon, .contact-details ul li .stepps-icon:before {
  margin-right: 13px;
  text-align: right;
  width: 28px;
}
.contact-details ul li a {
  color: #ffffff;
  line-height: 22px;
}

.mediation-facility-card {
  display: flex;
  margin: 25px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-card {
    flex-direction: column;
  }
}
.mediation-facility-card:first-child {
  margin-top: 0;
}
.mediation-facility-card:last-child {
  margin-bottom: 0;
}
.mediation-facility-card__img-wrapper {
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-card__img-wrapper {
    height: 350px;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-card__img-wrapper {
    height: 200px;
  }
}
.mediation-facility-card__img-wrapper img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
.mediation-facility-card__body {
  flex: 1;
  padding: 50px 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-card__body {
    padding: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-card__body {
    padding: 16px;
  }
}
.mediation-facility-card__meta {
  margin-bottom: 32px;
  line-height: 1;
}
.mediation-facility-card__cta {
  margin-top: 23px;
}
.mediation-facility-card__cta .btn.btn-small {
  font-size: 12px;
  padding: 13px 26px;
}

.mediation-facility-slider {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  height: 470px;
  max-width: 570px;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider {
    height: 400px;
    max-width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider {
    height: 260px;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.mediation-facility-slider .slick-list,
.mediation-facility-slider .slick-track {
  height: 100%;
}
.mediation-facility-slider .slick-arrow {
  background: #ffffff;
  border: 1px solid #AA7446;
  bottom: 0;
  height: 100px;
  top: 100%;
  transform: translateY(-100%);
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider .slick-arrow {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider .slick-arrow {
    height: 50px;
    width: 50px;
    top: calc(100% + 25px);
  }
}
.mediation-facility-slider .slick-prev {
  border-right: none;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider .slick-prev {
    transform: translateX(-100%) translateY(20px);
    left: 50%;
  }
}
.mediation-facility-slider .slick-prev:hover .arrow-body {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider .slick-prev:hover .arrow-body {
    width: 39px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider .slick-prev:hover .arrow-body {
    width: 24px;
  }
}
.mediation-facility-slider .slick-prev:hover .arrow-head {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.mediation-facility-slider .slick-prev .arrow-head {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.mediation-facility-slider .slick-prev .arrow-head::before {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(-36deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.mediation-facility-slider .slick-prev .arrow-head::after {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(36deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.mediation-facility-slider .slick-prev .arrow-body {
  background: #002639;
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.mediation-facility-slider .slick-next {
  border-left: none;
  left: auto;
  right: -100px;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider .slick-next {
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider .slick-next {
    transform: translateX(0) translateY(20px);
    left: 50%;
  }
}
.mediation-facility-slider .slick-next:hover .arrow-body {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider .slick-next:hover .arrow-body {
    width: 41px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider .slick-next:hover .arrow-body {
    width: 26px;
  }
}
.mediation-facility-slider .slick-next:hover .arrow-head {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.mediation-facility-slider .slick-next .arrow-head {
  right: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.mediation-facility-slider .slick-next .arrow-head::before {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(36deg);
  transform-origin: center;
  position: absolute;
  left: -11px;
  top: -5px;
}
.mediation-facility-slider .slick-next .arrow-head::after {
  background: #002639;
  border-radius: 10px;
  content: "";
  height: 2px;
  width: 12px;
  display: inline-block;
  transform: rotate(-36deg);
  transform-origin: center;
  position: absolute;
  left: -11px;
  top: 3px;
}
.mediation-facility-slider .slick-next .arrow-body {
  background: #002639;
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-out;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.mediation-facility-slider .mediation-facility-image-container {
  height: 100% !important;
}
.mediation-facility-slider .mediation-facility-image-container img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.mediation-facility-slider-2 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  height: 470px;
  max-width: 720px;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mediation-facility-slider-2 {
    height: 400px;
    max-width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-slider-2 {
    height: 260px;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.mediation-facility-slider-2 .slick-list,
.mediation-facility-slider-2 .slick-track {
  height: 100%;
}
.mediation-facility-slider-2 .slick-list {
  overflow: visible;
  margin: 0 -10px;
  clip-path: inset(-100vw -100vw -100vw 0);
}
@media screen and (max-width: 1366px) {
  .mediation-facility-slider-2 .slick-list {
    clip-path: none;
  }
}
.mediation-facility-slider-2 .slick-list .slick-slide {
  margin: 0 10px;
}
.mediation-facility-slider-2 .mediation-facility-image-container {
  height: 100% !important;
}
.mediation-facility-slider-2 .mediation-facility-image-container img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.mediation-facility-swiper {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  height: 470px;
  max-width: 720px;
  position: relative;
  width: 100% !important;
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}
@media screen and (max-width: 1024px) {
  .mediation-facility-swiper {
    height: 400px;
    max-width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .mediation-facility-swiper {
    height: 260px;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.mediation-facility-swiper .mediation-facility-image-container {
  height: 100% !important;
}
.mediation-facility-swiper .mediation-facility-image-container img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.practice-areas-archive {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1380px;
}
@media screen and (max-width: 1024px) {
  .practice-areas-archive {
    margin: 0 -12.5px;
    padding: 0 12.5px;
  }
}

.practice-area-card {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  margin: 0 37px;
  padding: 40px 0;
  position: relative;
  width: calc(33.33% - 74px);
}
.practice-area-card:nth-child(3n+1):nth-last-child(-n+3), .practice-area-card:nth-child(3n+1):nth-last-child(-n+3) ~ .practice-area-card {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .practice-area-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    margin: 0 12.5px;
    width: calc(50% - 25px);
  }
  .practice-area-card:nth-child(2n+1):nth-last-child(-n+2), .practice-area-card:nth-child(2n+1):nth-last-child(-n+2) ~ .practice-area-card {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  .practice-area-card {
    width: calc(100% - 25px);
  }
  .practice-area-card:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
}
.practice-area-card:hover .btn.btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #002639;
}
.practice-area-card__thumbnail {
  display: inline-block;
  height: 85px !important;
  margin-bottom: 20px !important;
  width: 85px !important;
}
@media screen and (max-width: 767px) {
  .practice-area-card__thumbnail {
    height: 50px !important;
    margin-bottom: 10px !important;
    width: 50px !important;
  }
}
.practice-area-card__title {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .practice-area-card__title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.practice-area-card__body {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: auto;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .practice-area-card__body {
    font-size: 14px;
    font-weight: 300;
  }
}
.practice-area-card__cta {
  margin-top: 25px;
}

div.practice-area-card__thumbnail {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.practice-area-hero p:first-child {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 30px;
  text-transform: initial;
}

.why-choose-us__section .vc_column-inner {
  margin-top: -64px;
  padding: 110px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .why-choose-us__section .vc_column-inner {
    margin-top: -40px;
    padding: 75px 50px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us__section .vc_column-inner {
    padding: 48px 18px;
    text-align: center;
  }
}
.why-choose-us__section .vc_column-inner:before {
  background: #185254;
  content: "";
  display: block;
  height: 100%;
  left: 3.12%;
  position: absolute;
  top: 0;
  width: 1000%;
}
@media screen and (max-width: 1024px) {
  .why-choose-us__section .vc_column-inner:before {
    left: 0;
    width: 100%;
  }
}
.why-choose-us__section .vc_column-inner .wpb_wrapper {
  position: relative;
}
.why-choose-us__section .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin: 0 auto;
  max-width: 1245px;
}

.our-difference__section {
  padding: 110px 0 !important;
}
@media screen and (max-width: 767px) {
  .our-difference__section {
    padding: 40px 0 !important;
  }
}
.our-difference__list {
  display: flex;
  margin: 75px -50px 0;
}
@media screen and (max-width: 1024px) {
  .our-difference__list {
    flex-direction: column;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .our-difference__list {
    margin: 15px 0 0;
  }
}
.our-difference__card {
  margin: 0 50px;
  max-width: calc(33.33% - 100px);
}
@media screen and (max-width: 1024px) {
  .our-difference__card {
    max-width: 100%;
    margin: 25px 0;
  }
}
.our-difference__card__image {
  height: 80px !important;
  margin-bottom: 20px;
  width: 80px !important;
}
.our-difference__card__title {
  font-size: 22px;
}
.our-difference__card__description {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.8;
}

.barrister__section {
  padding: 110px 0 !important;
}
@media screen and (max-width: 767px) {
  .barrister__section {
    padding: 70px 0 !important;
  }
}
.barrister__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 75px -12.5px 0;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .barrister__list {
    margin: 30px -15px 0;
    flex-direction: column;
    flex-wrap: unset;
  }
}
@media screen and (max-width: 767px) {
  .barrister__list {
    margin-bottom: 105px !important;
  }
}
.barrister__list .slick-arrow {
  background: #ffffff;
  border: 1px solid #AA7446;
  bottom: 0;
  height: 100px;
  top: 100%;
  transform: translateY(-100%);
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .barrister__list .slick-arrow {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .barrister__list .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
.barrister__list .slick-arrow:before {
  color: #002639;
  font-family: "Greenway Font Icon";
  font-size: 20px;
  opacity: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .barrister__list .slick-arrow:before {
    font-size: 12px;
  }
}
.barrister__list .slick-prev {
  border-right: none;
  left: -100px;
}
@media screen and (max-width: 1024px) {
  .barrister__list .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .barrister__list .slick-prev {
    transform: translateX(-100%) translateY(20px);
    left: 50%;
  }
}
.barrister__list .slick-prev:before {
  content: "f";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.barrister__list .slick-next {
  border-left: none;
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .barrister__list .slick-next {
    left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .barrister__list .slick-next {
    left: 50%;
    transform: translateX(0) translateY(20px);
  }
}
.barrister__list .slick-next:before {
  content: "g";
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.barrister__list .barrister-card {
  margin: 7.5px;
  width: calc(33.33% - 15px);
}
@media screen and (max-width: 1024px) {
  .barrister__list .barrister-card {
    margin: 7.5px;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .barrister__list .barrister-card {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.barrister__list .barrister-card__wrapper {
  display: block;
}
.barrister__list .barrister-card__wrapper-imgholder {
  height: 100%;
  width: 100%;
}
.barrister__list .barrister-card__shortlist {
  color: #ffffff;
  left: 14px;
  right: auto;
}
.barrister__list .barrister-card__shortlist__text {
  display: inline-block;
  margin-left: 8px;
}
.barrister__list .barrister-card__image {
  height: 80px !important;
  margin-bottom: 20px;
  width: 80px !important;
}
.barrister__list .barrister-card__details {
  background: transparent;
  color: #ffffff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .barrister__list .barrister-card__details {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .barrister__list .barrister-card__details-cta {
    display: none !important;
  }
}
.barrister__list .barrister-card__title {
  font-size: 22px;
}
.barrister__list .barrister-card__description {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.8;
}

.blog-post__section {
  padding: 110px 0 !important;
}
@media screen and (max-width: 1024px) {
  .blog-post__section {
    padding: 70px 0 !important;
  }
}
.blog-post__list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .blog-post__list {
    flex-direction: column;
    margin: 35px -15px 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-post__list {
    margin: 35px -15px 0;
  }
}
.blog-post__list .blog-post__item {
  background: #F3F3F4;
  margin: 12.5px;
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 1024px) {
  .blog-post__list .blog-post__item {
    margin: 7.5px;
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .blog-post__list .blog-post__item {
    padding: 24px;
  }
}
.blog-post__list .blog-post__item-info {
  background: #F3F3F4 !important;
}
.blog-post__list .blog-post__item-title {
  font-size: 22px !important;
}

.cpd-videos__section {
  padding: 110px 0 !important;
}
@media screen and (max-width: 1024px) {
  .cpd-videos__section {
    padding: 70px 0 !important;
  }
}
.cpd-videos__list {
  display: flex;
  justify-content: center;
  margin: 50px 0 36px;
}
@media screen and (max-width: 1024px) {
  .cpd-videos__list {
    flex-direction: column;
    margin: 35px -15px 0;
  }
}
@media screen and (max-width: 767px) {
  .cpd-videos__list {
    margin: 35px -15px 0;
  }
}
.cpd-videos__list .cpd-video-card {
  margin: 7.5px;
}

@media screen and (max-width: 767px) {
  body.page-dashboard #header-outer,
  body.page-events #header-outer,
  body.page-id-7450 #header-outer {
    align-items: center;
    display: flex;
    height: 62px !important;
  }
}
body.page-dashboard #header-outer #logo img.stnd,
body.page-events #header-outer #logo img.stnd,
body.page-id-7450 #header-outer #logo img.stnd {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-dashboard #header-outer #top .col.span_3,
  body.page-events #header-outer #top .col.span_3,
  body.page-id-7450 #header-outer #top .col.span_3 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
body.page-dashboard #top #logo .starting-logo:not(.dark-version),
body.page-events #top #logo .starting-logo:not(.dark-version),
body.page-id-7450 #top #logo .starting-logo:not(.dark-version) {
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.page-dashboard #top #logo .starting-logo:not(.dark-version),
  body.page-events #top #logo .starting-logo:not(.dark-version),
  body.page-id-7450 #top #logo .starting-logo:not(.dark-version) {
    display: none;
  }
}
body.page-dashboard #header-outer #top .slide-out-widget-area-toggle a .lines:before,
body.page-dashboard #header-outer #top .slide-out-widget-area-toggle a .lines:after,
body.page-dashboard #header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
body.page-events #header-outer #top .slide-out-widget-area-toggle a .lines:before,
body.page-events #header-outer #top .slide-out-widget-area-toggle a .lines:after,
body.page-events #header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
body.page-id-7450 #header-outer #top .slide-out-widget-area-toggle a .lines:before,
body.page-id-7450 #header-outer #top .slide-out-widget-area-toggle a .lines:after,
body.page-id-7450 #header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
  background-color: #ffffff;
}
body.page-dashboard #header-outer #top nav ul li a,
body.page-dashboard #header-outer #top nav #search-btn a span,
body.page-dashboard #header-outer[data-lhe=default] #top nav > ul > li > a:hover,
body.page-dashboard #header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body.page-dashboard #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
body.page-events #header-outer #top nav ul li a,
body.page-events #header-outer #top nav #search-btn a span,
body.page-events #header-outer[data-lhe=default] #top nav > ul > li > a:hover,
body.page-events #header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body.page-events #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
body.page-id-7450 #header-outer #top nav ul li a,
body.page-id-7450 #header-outer #top nav #search-btn a span,
body.page-id-7450 #header-outer[data-lhe=default] #top nav > ul > li > a:hover,
body.page-id-7450 #header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body.page-id-7450 #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search {
  color: #ffffff !important;
}
body.page-dashboard #header-outer,
body.page-events #header-outer,
body.page-id-7450 #header-outer {
  background: #002639;
}

body[data-form-submit=regular] .container-wrap button[type=submit].btn-submit,
body .stepps-mfp-modal .mfp-content button[type=submit].btn-submit {
  font-size: 16px !important;
  padding: 1rem 2.365rem !important;
}

.cpd-logo {
  margin: 0 auto 60px !important;
  max-width: 150px !important;
}
@media screen and (max-width: 1024px) {
  .cpd-logo {
    margin: 0 auto 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .cpd-logo {
    margin: 0 auto 40px !important;
    max-width: 40px !important;
  }
}

.auth-section {
  display: flex;
  height: auto;
  min-height: calc(100vh - 60px) !important;
}
@media screen and (max-width: 1024px) {
  .auth-section {
    height: auto;
  }
}
.auth-section .col.span_12 {
  margin: auto !important;
  min-height: 100% !important;
  width: 100%;
}

.cpd-login-form,
.cpd-registration-form,
.cpd-forgot-password-form,
.cpd-reset-password-form {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .cpd-login-form,
  .cpd-registration-form,
  .cpd-forgot-password-form,
  .cpd-reset-password-form {
    padding: 23px;
  }
}
.cpd-login-form input,
.cpd-registration-form input,
.cpd-forgot-password-form input,
.cpd-reset-password-form input {
  background: #F3F3F3;
  border: 1px solid rgba(0, 38, 57, 0.3137254902);
  color: #002639;
  font-size: 16px;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .cpd-login-form input,
  .cpd-registration-form input,
  .cpd-forgot-password-form input,
  .cpd-reset-password-form input {
    height: 45px;
    margin-bottom: 12px;
  }
}
.cpd-login-form input::-moz-placeholder, .cpd-registration-form input::-moz-placeholder, .cpd-forgot-password-form input::-moz-placeholder, .cpd-reset-password-form input::-moz-placeholder {
  color: #002639;
  font-size: 16px;
}
.cpd-login-form input::placeholder,
.cpd-registration-form input::placeholder,
.cpd-forgot-password-form input::placeholder,
.cpd-reset-password-form input::placeholder {
  color: #002639;
  font-size: 16px;
}
.cpd-login-form button,
.cpd-registration-form button,
.cpd-forgot-password-form button,
.cpd-reset-password-form button {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .cpd-login-form button,
  .cpd-registration-form button,
  .cpd-forgot-password-form button,
  .cpd-reset-password-form button {
    height: 45px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

.dashboard-section .dashboard {
  min-height: calc(100vh - 129px);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard {
    height: auto;
    margin: 0 -15px;
    min-height: 0;
  }
}
.dashboard-section .dashboard-sidebar {
  background: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.0509803922);
  max-width: 380px;
  padding: 30px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .dashboard-section .dashboard-sidebar {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-sidebar {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-between;
    max-width: 100%;
    padding: 60px 15px 0;
  }
}
.dashboard-section .dashboard-user {
  align-items: center;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-user {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.dashboard-section .dashboard-user-image {
  align-items: center;
  border-radius: 100%;
  color: #ffffff;
  display: inline-flex;
  font-size: 23px;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-user-image {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.dashboard-section .dashboard-user-name {
  color: #002639;
  flex: 1;
  font-size: 22px;
  -webkit-text-stroke: 0.3px;
}
@media screen and (max-width: 1366px) {
  .dashboard-section .dashboard-user-name {
    font-size: 18px;
  }
}
.dashboard-section .dashboard-menu {
  margin-left: auto;
  margin-right: -30px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-menu {
    display: flex;
    justify-content: center;
    margin: 0;
    max-width: 100%;
  }
}
.dashboard-section .dashboard-menu li {
  border-right: 4px solid transparent;
  color: #002639;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  list-style-type: none;
  margin: 25px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-menu li {
    border-bottom: 4px solid transparent;
    border-right: none;
    margin: 0 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-menu li {
    border-bottom: 4px solid transparent;
    border-right: none;
    margin: 0 10px;
  }
}
.dashboard-section .dashboard-menu li.current-menu-item {
  border-right: 4px solid #AA7446;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-menu li.current-menu-item {
    border-bottom: 4px solid #AA7446;
    border-right: none;
  }
}
.dashboard-section .dashboard-menu li.current-menu-item a {
  color: #AA7446;
}
.dashboard-section .dashboard-menu li a {
  display: inline-block;
  line-height: 1;
  -webkit-text-stroke: 0.2px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-menu li a {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-menu li a {
    font-size: 12px;
    padding-bottom: 22px;
  }
}
.dashboard-section .dashboard-content {
  padding: 50px;
}
@media screen and (max-width: 1366px) {
  .dashboard-section .dashboard-content {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-content {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-content {
    padding: 40px 15px;
  }
}
.dashboard-section .dashboard-content-navigation {
  background: #ffffff;
  display: flex;
  justify-content: center;
  margin: -50px -50px 50px;
  width: auto;
}
@media screen and (max-width: 1366px) {
  .dashboard-section .dashboard-content-navigation {
    margin: -24px -24px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-content-navigation {
    background: #002639;
    margin: -40px -40px 40px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-content-navigation {
    margin: -40px -40px 25px;
    padding: 0 15px;
  }
}
.dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link {
  border-bottom: 4px solid transparent;
  margin: 0 20px;
  padding: 20px 10px;
  text-align: center;
  -webkit-text-stroke: 0.3px;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link {
    padding: 16px 0;
  }
}
.dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link:hover {
  cursor: pointer;
}
.dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link.active {
  border-bottom-color: #AA7446;
  color: #AA7446;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-content-navigation .dashboard-content-navigation-link.active {
    border-bottom-color: #ffffff;
    color: #ffffff;
  }
}
.dashboard-section .dashboard-content form {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.dashboard-section .dashboard-content form .form-control {
  margin: 8px;
  width: calc(100% - 16px);
}
.dashboard-section .dashboard-content form .form-control--half {
  width: calc(50% - 16px);
}
@media all and (max-width: 1499px) {
  .dashboard-section .dashboard-content form .form-control--half {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-content form .form-control--half {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-content form .form-control--half {
    width: calc(100% - 16px);
  }
}
.dashboard-section .dashboard-events-table {
  border: 0;
  color: #002639;
}
.dashboard-section .dashboard-events-table thead {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.dashboard-section .dashboard-events-table thead tr th {
  background: #ffffff;
  border: 0 !important;
  padding: 16px 20px;
}
.dashboard-section .dashboard-events-table tbody tr td {
  border: 0;
  border-bottom: 1px solid #DEE2E5;
  border-top: 1px solid #DEE2E5;
  font-size: 16px;
  padding: 16px 20px;
}
.dashboard-section .dashboard-events-table tbody tr td:first-child {
  border-bottom: 1px solid #DEE2E5;
  border-left: 0;
  border-top: 1px solid #DEE2E5;
}
.dashboard-section .dashboard-events-table tbody tr:nth-child(odd) td {
  background: #F8F8F9;
}
.dashboard-section .dashboard-events-table-container {
  height: 520px;
  overflow-y: scroll;
}
.dashboard-section .dashboard-events-table-event-speakers span {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .dashboard-section .dashboard-events-table-event-date {
    display: none;
  }
}
.dashboard-section .dashboard-events-table-event-date span {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-events-table-event-venue {
    display: none;
  }
}

.cpd-user-profile-form,
.cpd-update-password-form {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0509803922);
  max-width: 700px;
  padding: 50px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .cpd-user-profile-form,
  .cpd-update-password-form {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .cpd-user-profile-form,
  .cpd-update-password-form {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cpd-user-profile-form,
  .cpd-update-password-form {
    padding: 24px 16px;
  }
}
.cpd-user-profile-form input,
.cpd-update-password-form input {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .cpd-user-profile-form input,
  .cpd-update-password-form input {
    height: 45px;
  }
}
.cpd-user-profile-form input::-moz-placeholder, .cpd-update-password-form input::-moz-placeholder {
  font-size: 16px;
}
.cpd-user-profile-form input::placeholder,
.cpd-update-password-form input::placeholder {
  font-size: 16px;
}

#cpd-filter {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #cpd-filter {
    flex-direction: column;
  }
}
#cpd-filter select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position-x: 98%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border: 0 !important;
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #cpd-filter select {
    max-width: 100%;
  }
}
#cpd-filter select option {
  color: #002639;
}
#cpd-filter input {
  border: 0;
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
  height: 65px;
  padding: 0 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #cpd-filter input {
    font-size: 14px;
    height: 50px;
  }
}
#cpd-filter input::-webkit-input-placeholder { /* Edge */
  color: #002639;
  font-family: "Lato";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #cpd-filter input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
#cpd-filter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #002639;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #cpd-filter input:-ms-input-placeholder {
    font-size: 14px;
  }
}
#cpd-filter input::-moz-placeholder {
  color: #002639;
  font-size: 18px;
}
#cpd-filter input::placeholder {
  color: #002639;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #cpd-filter input::-moz-placeholder {
    font-size: 14px;
  }
  #cpd-filter input::placeholder {
    font-size: 14px;
  }
}
#cpd-filter .stepps-icon, #cpd-filter .stepps-icon:before {
  position: absolute;
  right: 6px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  #cpd-filter .stepps-icon, #cpd-filter .stepps-icon:before {
    top: 75%;
  }
}
#cpd-filter .multiselect__select {
  display: none;
  flex: 1;
}

.cpd-videos-archive {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
  padding: 44px 0;
}
@media screen and (max-width: 1024px) {
  .cpd-videos-archive {
    margin: 0;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .cpd-videos-archive {
    padding: 7.5px 0;
  }
}
.cpd-video-card {
  display: flex;
  flex-direction: column;
  margin: 12.5px;
  position: relative;
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 1024px) {
  .cpd-video-card {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .cpd-video-card {
    margin: 7.5px 0;
    width: 100%;
  }
}
.cpd-video-card:hover .cpd-video-card__thumbnail__image {
  transform: scale(1.1);
}
.cpd-video-card__thumbnail {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.cpd-video-card__thumbnail__watched {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  left: 10px;
  letter-spacing: 1.4px;
  position: absolute;
  padding: 6px 12px;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
}
.cpd-video-card__thumbnail__image {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0 !important;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
}
.cpd-video-card__thumbnail__play {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.cpd-video-card__body {
  background: #ffffff;
  color: #002639;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .cpd-video-card__body {
    padding: 32px 22px;
  }
}
@media screen and (max-width: 767px) {
  .cpd-video-card__body {
    padding: 20px 30px;
  }
}
.cpd-video-card__title {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .cpd-video-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cpd-video-card__title {
    font-size: 18px;
  }
}
.cpd-video-card__slides {
  margin-bottom: 23px;
}
.cpd-video-card__slides .btn {
  border: 1px solid #AA7446;
  color: #AA7446;
  padding: 10px;
}
.cpd-video-card__presenters {
  margin-top: auto;
}
.cpd-video-card__presenters__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.cpd-video-card__presenters__name a {
  color: #AA7446;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 101;
}
.cpd-video-card hr {
  margin: 23px 0;
}
.cpd-video-card__strand__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-right: 8px;
  text-transform: uppercase;
}
.cpd-video-card__strand__name {
  color: #AA7446;
  letter-spacing: 0.8px;
}
.cpd-video-card__category {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .cpd-video-card__category {
    margin-top: 22px;
  }
}
.cpd-video-card__category__name {
  border: 1px solid #002639;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 1.5;
  margin-right: 8px;
  margin-top: 8px;
  padding: 6px 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .cpd-video-card__category__name {
    font-size: 10px;
  }
}
.cpd-video-card__category__name:first-child {
  margin-top: 0;
}
.cpd-videos-watched .cpd-video-card {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cpd-videos-watched .cpd-video-card {
    display: block;
  }
}
.cpd-videos-watched .cpd-video-card:first-child {
  margin-top: 0;
}
.cpd-videos-watched .cpd-video-card__thumbnail {
  height: auto;
  width: 450px;
}
@media screen and (max-width: 1366px) {
  .cpd-videos-watched .cpd-video-card__thumbnail {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .cpd-videos-watched .cpd-video-card__thumbnail {
    height: 210px;
    width: 100%;
  }
}
.cpd-videos-watched .cpd-video-card__body {
  border: 1px solid #B7C1C7;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .cpd-videos-watched .cpd-video-card__body {
    padding: 20px;
  }
}
.cpd-videos-watched .cpd-video-card__title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cpd-videos-watched .cpd-video-card__presenters__name {
  margin-bottom: 20px;
}
.cpd-videos-watched .cpd-video-card hr {
  margin: 20px 0;
}
.cpd-videos-watched .cpd-video-card__category {
  margin-top: 15px;
}
.cpd-videos-watched .cpd-video-card__category__name {
  padding: 10px 16px;
}

.cpd-sessions-archive {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-archive {
    padding: 0;
  }
}
.cpd-session-card {
  display: flex;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cpd-session-card {
    flex-direction: column;
  }
}
.cpd-session-card__image-wrapper {
  height: auto;
  max-width: 40%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cpd-session-card__image-wrapper {
    max-width: 100%;
  }
}
.cpd-session-card__image {
  height: 100% !important;
  margin-bottom: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.cpd-session-card__image + .cpd-session-card__register {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cpd-session-card__image + .cpd-session-card__register {
    display: none;
  }
}
.cpd-session-card__register {
  background: #002639;
  bottom: 0;
  color: #ffffff;
  display: none;
  font-size: 14px;
  line-height: 1;
  max-width: 100%;
  padding: 16px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .cpd-session-card__register {
    position: relative;
    width: 100%;
    display: block;
  }
}
.cpd-session-card__body {
  background: #ffffff;
  color: #002639;
  flex: 1;
  max-width: 60%;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .cpd-session-card__body {
    max-width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cpd-session-card__body {
    padding: 18px;
  }
}
.cpd-session-card__date {
  color: #AA7446;
  font-size: 16px;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cpd-session-card__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cpd-session-card__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.cpd-session-card__venue {
  color: #AA7446;
  display: flex;
  font-size: 18px;
  margin-bottom: 24px;
}
.cpd-session-card__venue span {
  margin-right: 12px;
}
.cpd-session-card__excerpt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .cpd-session-card__excerpt {
    font-size: 15px;
  }
}

.cpd-sessions-frontpage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.cpd-sessions-frontpage .cpd-session-featured-card {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  background: white;
}
@media screen and (max-width: 1366px) {
  .cpd-sessions-frontpage .cpd-session-featured-card {
    grid-column: span 7;
  }
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-frontpage .cpd-session-featured-card {
    grid-column: span 12;
  }
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__image-wrapper {
  max-width: 100%;
  line-height: 0;
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__image-wrapper img {
  width: 100%;
  height: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  text-align: start;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper {
    height: auto;
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper .cpd-session-featured-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 calc(50% - 20px);
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper .cpd-session-featured-card__title .cpd-session-card__title {
  white-space: normal;
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper .cpd-session-featured-card__title .cpd-session-card__title a:hover, .cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper .cpd-session-featured-card__title .cpd-session-card__title a:focus-visible {
  text-decoration: underline;
}
.cpd-sessions-frontpage .cpd-session-featured-card .cpd-session-featured-card__body-wrapper .cpd-session-featured-card__body {
  flex: 0 1 calc(50% - 20px);
}
.cpd-sessions-frontpage .cpd-session-card {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  background: white;
}
@media screen and (max-width: 1366px) {
  .cpd-sessions-frontpage .cpd-session-card {
    grid-column: span 6;
  }
}
@media screen and (max-width: 767px) {
  .cpd-sessions-frontpage .cpd-session-card {
    grid-column: span 12;
  }
}
.cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured1, .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
  grid-column: span 3;
}
@media screen and (max-width: 1366px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured1, .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 5;
  }
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured1, .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 6;
  }
}
@media screen and (max-width: 767px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured1, .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 1366px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 6;
  }
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 6;
  }
}
@media screen and (max-width: 767px) {
  .cpd-sessions-frontpage .cpd-session-card.cpd-session-card-featured2 {
    grid-column: span 12;
  }
}
.cpd-sessions-frontpage .cpd-session-card .cpd-session-card__image-wrapper {
  max-width: 100%;
  line-height: 0;
}
.cpd-sessions-frontpage .cpd-session-card .cpd-session-card__image-wrapper img {
  width: 100%;
  height: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.cpd-sessions-frontpage .cpd-session-card .cpd-session-card__body-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: start;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .cpd-sessions-frontpage .cpd-session-card .cpd-session-card__body-wrapper {
    height: auto;
    max-height: unset;
  }
}
.cpd-sessions-frontpage .cpd-session-card .cpd-session-card__body-wrapper .cpd-session-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}
.cpd-sessions-frontpage .cpd-session-card .cpd-session-card__body-wrapper .cpd-session-card__title a:hover, .cpd-sessions-frontpage .cpd-session-card .cpd-session-card__body-wrapper .cpd-session-card__title a:focus-visible {
  text-decoration: underline;
}

.single-session {
  color: #002639;
  max-width: 1117px;
  margin: 0 auto;
}
.single-session__banner {
  background: rgba(0, 0, 0, 0.35);
  height: 550px !important;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single-session__banner {
    height: 250px !important;
  }
}
.single-session__breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -500px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-session__breadcrumb {
    margin-top: -220px;
  }
}
.single-session__breadcrumb a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.single-session__breadcrumb span {
  color: #ffffff;
  font-size: 4px;
  line-height: 1;
  margin: 0 8px;
}
.single-session__header {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .single-session__header {
    flex-direction: column;
  }
}
.single-session__header__left {
  background-image: url("/wp-content/uploads/2021/01/cpd-feature-img1.jpg");
  flex: 1;
  padding: 75px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-session__header__left {
    padding: 75px 25px;
  }
}
.single-session__header__left:before {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.single-session__header__right {
  background: #AA7446;
  color: #ffffff;
  max-width: 360px;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .single-session__header__right {
    max-width: 100%;
  }
}
.single-session__title {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 40px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .single-session__title {
    font-size: 22px;
  }
}
.single-session__presenters__label {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .single-session__presenters__label {
    margin-bottom: 4px;
  }
}
.single-session__presenters__name {
  font-size: 18px;
  letter-spacing: 0.36px;
}
.single-session__body {
  background: #ffffff;
}
.single-session__body__upper {
  border-bottom: 1px solid #DBE0E3;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.single-session__body__middle {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .single-session__body__middle {
    flex-direction: column;
  }
}
.single-session__body__middle__left {
  flex: 1;
  padding: 0 118px;
}
@media screen and (max-width: 1024px) {
  .single-session__body__middle__left {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single-session__body__middle__left h2 {
    margin-bottom: 30px;
  }
}
.single-session__body__middle__right {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .single-session__body__middle__right {
    display: none;
  }
}
.single-session__body__lower {
  padding: 0 118px 80px;
}
@media screen and (max-width: 1024px) {
  .single-session__body__lower {
    padding: 0 25px 60px;
  }
}
.single-session__body__date {
  flex: 1;
  margin-left: 30px;
  margin-bottom: 45px;
  position: relative;
}
.single-session__body__date:before {
  content: "b";
  font-family: "Greenway Font Icon";
  left: -30px;
  position: absolute;
}
.single-session__body__date span {
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.single-session__body__venue {
  flex: 1;
  margin-left: 30px;
  margin-bottom: 45px;
  position: relative;
}
.single-session__body__venue:before {
  content: "y";
  font-family: "Greenway Font Icon";
  left: -24px;
  position: absolute;
}
.single-session__body__venue span {
  display: block;
  margin-bottom: 12px;
}
.single-session__body hr {
  background: #DBE0E3;
  margin: 60px 0;
}
.single-session__register-button {
  background: #002639;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 2.4px;
  padding: 16px 122px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3 all ease-in-out;
}
@media screen and (max-width: 1024px) {
  .single-session__register-button {
    padding: 16px;
    width: 100%;
  }
}
.single-session__register-button:hover {
  background: rgba(0, 38, 57, 0.8);
  color: #ffffff;
}
.single-session__socials__label {
  color: #002639;
  font-size: 20px;
  margin-bottom: 16px;
}
.single-session__socials .nectar-sharing {
  align-items: center;
  background: #185254;
  border-radius: 100%;
  display: flex;
  height: 35px;
  justify-content: center;
  margin-right: 12px;
  width: 35px;
}
.single-session__socials .nectar-sharing i {
  color: #ffffff;
}
.single-session__registration {
  margin-top: 96px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .single-session__registration {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.single-session__registration__text {
  margin: 0 auto 28px;
  max-width: 555px;
  text-align: center;
}
.single-session__registration__text h2 {
  color: #002639;
  font-size: 36px;
  margin-bottom: 28px;
}
.single-session__registration__text p {
  line-height: 24px;
  text-align: center;
}
.single-session__registration__form {
  margin: 0 auto;
  max-width: 720px;
}

.livestream {
  padding-bottom: 60px;
}
.livestream__logo {
  max-width: 150px !important;
  margin-bottom: 27px !important;
}
@media screen and (max-width: 767px) {
  .livestream__logo {
    max-width: 30px !important;
    margin-bottom: 50px !important;
  }
}
.livestream__name {
  font-size: 34px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .livestream__name {
    font-size: 24px;
  }
}
.livestream__presenters {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.livestream__presenters__label {
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .livestream__presenters__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .livestream__presenters__name {
    font-size: 14px;
  }
}
.livestream__notice {
  background: #ffffff;
  margin: 150px auto 0;
  max-width: 490px;
  padding: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .livestream__notice {
    margin: 75px auto 0;
    padding: 30px;
  }
}
.livestream__notice__icon {
  color: #E52C34;
  display: inline-block;
  font-size: 38px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .livestream__notice__icon {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.livestream__notice__heading {
  color: #002639 !important;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .livestream__notice__heading {
    font-size: 30px;
  }
}
.livestream__notice__text {
  color: #002639 !important;
  font-size: 18px;
  margin-bottom: 27px;
  -webkit-text-stroke: 0.3px;
}
@media screen and (max-width: 767px) {
  .livestream__notice__text {
    font-size: 16px;
  }
}

.confirmation__section {
  padding: 86px 0 !important;
}
.confirmation__container {
  background: #ffffff;
  color: #002639;
  margin: 0 auto;
  max-width: 700px;
  padding: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .confirmation__container {
    padding: 18px;
  }
}
.confirmation__divider {
  margin: 35px auto;
  max-width: 440px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .confirmation__divider {
    margin: 20px auto;
  }
}
.confirmation__date, .confirmation__email {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .confirmation__date, .confirmation__email {
    margin-bottom: 20px;
  }
}

.podcast-archive {
  margin-top: -85px;
  padding: 0 0 116px;
}
@media screen and (max-width: 767px) {
  .podcast-archive {
    margin-top: -50px;
    padding: 0 0 77px;
  }
}
.podcast-player {
  background: #185254;
  color: #ffffff;
  display: flex;
  margin-bottom: 116px;
  padding: 45px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .podcast-player {
    margin-bottom: 30px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-player {
    flex-direction: column;
    height: auto;
    padding: 12px 12px 35px;
  }
}
.podcast-player__image-wrapper {
  align-items: center;
  background: #002639;
  display: flex;
  height: 311px;
  justify-content: center;
  margin-right: 45px;
  width: 311px;
}
@media screen and (max-width: 1024px) {
  .podcast-player__image-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .podcast-player__image-wrapper {
    display: flex;
    height: 220px;
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
  }
}
.podcast-player__image-wrapper span {
  color: #ffffff;
  font-size: 60px;
}
.podcast-player__info {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .podcast-player__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.podcast-player__meta {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .podcast-player__meta {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .podcast-player__meta {
    font-size: 14px;
    position: static;
  }
}
.podcast-player__meta span {
  display: inline-block;
  margin-right: 30px;
}
.podcast-player__meta span:last-child {
  margin-right: 0;
}
.podcast-player__title {
  font-size: 34px;
  letter-spacing: 0.68px;
  line-height: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .podcast-player__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-player__title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.podcast-player__controls {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .podcast-player__controls {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.podcast-player__prev, .podcast-player__next, .podcast-player__playpause, .podcast-player__volume, .podcast-player__download, .podcast-player__fullscreen {
  align-items: center;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.podcast-player__prev {
  margin-right: 10px;
}
.podcast-player__playpause {
  height: 54px;
  font-size: 16px;
  width: 54px;
}
.podcast-player__next {
  margin-left: 10px;
}
.podcast-player__volume, .podcast-player__download, .podcast-player__fullscreen {
  border: 2px solid transparent;
  font-size: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .podcast-player__volume {
    padding-left: 0;
  }
}
.podcast-player__progress {
  background: rgba(255, 255, 255, 0.4);
  flex: 1;
  height: 3px;
  width: 100%;
}
.podcast-player__progress-current {
  background: #ffffff;
  height: 3px;
  width: 0;
}
.podcast-player__time {
  font-size: 18px;
  letter-spacing: 0.36px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .podcast-player__time {
    font-size: 16px;
  }
}
.podcast-player__download {
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .podcast-player__download {
    display: none;
  }
}
.podcast-player__fullscreen {
  font-size: 20px;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .podcast-player__fullscreen {
    display: none;
  }
}
.podcast-list {
  display: flex;
  margin: 0 -13px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .podcast-list {
    margin: 0 -10px;
  }
}
.podcast-card {
  background: #ffffff;
  padding: 20px 16px;
  margin: 13px;
  transition: all 0.3s ease-out;
  width: calc(33.33% - 26px);
}
@media screen and (max-width: 1024px) {
  .podcast-card {
    display: flex;
    margin: 10px;
    padding: 0;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .podcast-card {
    flex-direction: column;
    padding: 16px 12px;
  }
}
.podcast-card:hover {
  transform: translateY(-10px);
}
.podcast-card:hover .podcast-card__btn {
  font-size: 24px !important;
}
.podcast-card__image-wrapper {
  align-items: center;
  background: #002639;
  display: flex;
  height: 320px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .podcast-card__image-wrapper {
    height: auto;
    margin: 0;
    width: 278px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-card__image-wrapper {
    height: 220px;
    margin-bottom: 24px;
    width: 100%;
  }
}
.podcast-card__image-wrapper span {
  color: #ffffff;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .podcast-card__body {
    flex: 1;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-card__body {
    padding: 0;
  }
}
.podcast-card__name {
  color: #002639;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1;
  margin-bottom: 12px;
}
.podcast-card__title {
  color: #002639;
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .podcast-card__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-card__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.podcast-card__description {
  color: #002639;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .podcast-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.podcast-card__btn {
  align-items: center;
  background: #ffffff;
  border: 2px solid #002639;
  border-radius: 50%;
  display: flex;
  height: 60px;
  font-size: 18px;
  justify-content: center;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .podcast-card__btn {
    font-size: 16px;
    height: 50px;
    margin-top: 26px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-card__btn {
    font-size: 14px;
    height: 40px;
    margin-top: 12px;
    width: 40px;
  }
}
.podcast-card__btn:hover {
  cursor: pointer;
}
.podcast-card__btn span {
  color: #002639;
}
.podcast-card__btn span:not(.fa-pause) {
  margin-left: 4px;
  margin-top: -1px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.newsflash-wrapper {
  align-items: center;
  box-sizing: content-box;
  background-color: #185254;
  bottom: 0;
  display: flex;
  height: 50px;
  padding-left: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.newsflash {
  animation-duration: 0;
  animation-iteration-count: infinite;
  animation-name: ticker;
  animation-timing-function: linear;
  box-sizing: content-box;
  color: #ffffff;
  display: inline-flex;
  flex: 1;
  font-size: 16px;
  padding-right: 100%;
  text-align: center;
}
.newsflash span {
  display: inline-block;
  letter-spacing: 0.36px;
  padding: 0 12px;
  white-space: nowrap;
}
.newsflash span:not(:last-child) {
  border-right: 1px solid #ffffff;
}
/*# sourceMappingURL=main-f120db699b.css.map */
