/* Minification failed. Returning unminified contents.
(6249,21): run-time error CSS1038: Expected hex color, found '#fffff'
(6265,21): run-time error CSS1038: Expected hex color, found '#fffff'
 */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0 2%;
  min-height: initial;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33333%;
}

.col-2-sm {
  width: 12.66667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33333%;
}

.col-5-sm {
  width: 37.66667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33333%;
}

.col-8-sm {
  width: 62.66667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33333%;
}

.col-11-sm {
  width: 87.66667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%;
  }
  .col-2 {
    width: 12.66667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333%;
  }
  .col-5 {
    width: 37.66667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333%;
  }
  .col-8 {
    width: 62.66667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333%;
  }
  .col-11 {
    width: 87.66667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}

/*@import "components/color-classes";*/
/*@import "components/normalize";*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .dropdown-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow .25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: transparent;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #79378b;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #79378b;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #79378b;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #79378b;
  color: #f2e6f5;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #79378b;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #79378b;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #d5afdf;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #79378b;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #79378b;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.hide-normal {
  display: none;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

/*.left {
  float: left !important;
}
.right {
  float: right !important;
}*/
.no-select, input[type=range],
input[type=range] + .thumb {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-side-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #79378b;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*@import "components/badges";
@import "components/icons-material-design";
@import "components/grid";
@import "components/navbar";
@import "components/typography";
@import "components/transitions";
@import "components/cards";
@import "components/toast";
@import "components/tabs";
@import "components/tooltip";
@import "components/buttons";
@import "components/dropdown";
@import "components/waves";
@import "components/modal";
@import "components/collapsible";
@import "components/chips";
@import "components/materialbox";*/
select:focus {
  outline: 1px solid #e2c8e9;
}

button:focus {
  outline: none;
  background-color: #863d9a;
}

label {
  font-size: 12px;
  color: #e2e2e2;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
:placeholder {
  color: #808285;
  font-weight: normal;
}

::placeholder {
  color: #808285;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #808285;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #808285;
  font-weight: normal;
}

:-moz-placeholder {
  color: #808285;
  font-weight: normal;
}

::-moz-placeholder {
  color: #808285;
  font-weight: normal;
}

.select-wrapper input {
  color: #808285;
  font-weight: normal !important;
}

.select-wrapper input.non-placeholder {
  color: #000000;
  font-weight: 500 !important;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  outline: none;
  height: 2.1rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
  font-weight: 500;
}

input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #79378b;
  box-shadow: 0 1px 0 0 #79378b;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #79378b;
}

input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #e2e2e2;
}

input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #c90404;
}

input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #e2e2e2;
  /*box-shadow: 0 1px 0 0 $input-success-color;*/
}

.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #c90404;
  box-shadow: 0 1px 0 0 #c90404;
}

.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #e2e2e2;
}

.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #c90404;
}

.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin: 0 0 1rem 0;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #31123f;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  font-weight: 400;
}

.input-field > label.active:not(.label-icon) {
  transform: translateY(-20px) scale(0.8);
  transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  position: absolute;
  width: 2.1rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.05rem;
}

.input-field .prefix.active {
  color: #79378b;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 2.1rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 2.1rem;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #79378b;
}

[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #79378b;
}

[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #79378b;
  border-bottom: 2px solid #79378b;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #79378b;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}

.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #79378b;
  background-color: #79378b;
  z-index: 0;
}

.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #79378b;
  border-color: #79378b;
}

.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Checkboxes - Fix for MVC Html helper styling
   ========================================================================== */
[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + input + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}

[type="checkbox"] + input + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + input + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + input + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + input + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.tabbed[type="checkbox"]:focus + input + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + input + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #79378b;
  border-bottom: 2px solid #79378b;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + input + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

.filled-in[type="checkbox"] + input + span:not(.lever):after {
  border-radius: 2px;
}

.filled-in[type="checkbox"] + input + span:not(.lever):before,
.filled-in[type="checkbox"] + input + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

.filled-in[type="checkbox"]:not(:checked) + input + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

.filled-in[type="checkbox"]:not(:checked) + input + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #e2e2e2;
  top: 0px;
  z-index: 0;
}

.filled-in[type="checkbox"]:checked + input + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

.filled-in[type="checkbox"]:checked + input + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #79378b;
  background-color: #79378b;
  z-index: 0;
}

.filled-in.tabbed[type="checkbox"]:focus + input + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

.filled-in.tabbed[type="checkbox"]:checked:focus + input + span:not(.lever):after {
  border-radius: 2px;
  background-color: #79378b;
  border-color: #79378b;
}

.filled-in[type="checkbox"]:disabled:not(:checked) + input + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

.filled-in[type="checkbox"]:disabled:not(:checked) + input + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

.filled-in[type="checkbox"]:disabled:checked + input + span:not(.lever):before {
  background-color: transparent;
}

.filled-in[type="checkbox"]:disabled:checked + input + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #ab90b2;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #79378b;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(121, 55, 139, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(121, 55, 139, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 2.1rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  outline: none;
  height: 2.1rem;
  line-height: 2.1rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
  font-weight: 500;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #79378b;
}

.select-wrapper .caret {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -32px;
  font-size: 12px;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content {
  z-index: 99999999;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn {
  float: left;
  height: 2.1rem;
  line-height: 2.1rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #79378b;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #79378b;
  font-size: 0;
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #79378b;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #79378b;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(121, 55, 139, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #79378b;
  transition: box-shadow .3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(121, 55, 139, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #79378b;
  transition: box-shadow .3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(121, 55, 139, 0.26);
}

/*@import "components/table_of_contents";
@import "components/sidenav";*/
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #79378b;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 4px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left {
  float: left !important;
}

.circle-clipper.right {
  float: right !important;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*@import "components/slider";
@import "components/carousel";
@import "components/tapTarget";
@import "components/pulse";
@import "components/datepicker";
@import "components/timepicker";*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0 2%;
  min-height: initial;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33333%;
}

.col-2-sm {
  width: 12.66667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33333%;
}

.col-5-sm {
  width: 37.66667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33333%;
}

.col-8-sm {
  width: 62.66667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33333%;
}

.col-11-sm {
  width: 87.66667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%;
  }
  .col-2 {
    width: 12.66667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333%;
  }
  .col-5 {
    width: 37.66667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333%;
  }
  .col-8 {
    width: 62.66667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333%;
  }
  .col-11 {
    width: 87.66667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-display: sans-serif;
}

.clearfix {
  clear: both;
}

hr {
  height: 1px;
  color: blue;
  background-color: #e2e2e2;
  border: none;
  margin: 30px 0;
}

.hidden-block {
  display: none !important;
}

.button-link {
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12.5px 30px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}

.button-link.primary-btn {
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%) !important;
  color: #fff;
  margin: 0 5px 15px 0;
}

.button-link.primary-btn:hover {
  background: linear-gradient(180deg, #b3dc79 31.77%, #93cd3f 73.96%) !important;
}

.button-link.secondary-btn {
  background-color: transparent;
  border: 1px solid #31123f !important;
  color: #31123f !important;
  line-height: 20px;
  padding: 11.5px 30px;
  margin: 0 5px 15px 0;
}

.button-link.secondary-btn:hover {
  border: 1px solid #9d71ad !important;
  color: #9d71ad !important;
}

.button-link.tertiary-btn {
  text-transform: initial;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #31123f !important;
  color: #31123f !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.02em;
  padding: 10px 30px;
  margin: 2px 0;
  display: inline-block;
}

.button-link.tertiary-btn:hover {
  border: 1px solid #9d71ad !important;
  color: #9d71ad !important;
}

.button-link.play-store-btn {
  background-image: url("/ClientResources/Images/shared/GooglePlayStoreButton.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 155px;
  background-size: 155px 46px;
  border-radius: 0;
  text-indent: -999999px;
  display: inline-block;
  float: initial !important;
  margin: 2px;
  background-color: #000;
  border-radius: 5px;
}

.button-link.play-store-btn.half-width, .button-link.play-store-btn.full-width {
  width: 155px;
  float: initial !important;
}

.button-link.play-store-btn:hover {
  opacity: 1;
}

.button-link.app-store-btn {
  background-image: url("/ClientResources/Images/shared/AppleiStoreButton.svg");
  background-repeat: no-repeat;
  height: 46px;
  width: 138px;
  background-size: 138px 46px;
  border-radius: 0;
  text-indent: -999999px;
  display: inline-block;
  float: initial !important;
  margin: 2px;
}

.button-link.app-store-btn.half-width, .button-link.app-store-btn.full-width {
  width: 138px;
  float: initial !important;
}

.button-link.huawei-store-btn {
  background-image: url("/ClientResources/Images/shared/HuaweiAppGalleryButton.svg");
  background-repeat: no-repeat;
  height: 46px;
  width: 159px;
  background-size: 159px 46px;
  border-radius: 0;
  text-indent: -999999px;
  display: inline-block;
  float: initial !important;
  margin: 2px;
}

.button-link.huawei-store-btn.half-width, .button-link.huawei-store-btn.full-width {
  width: 159px;
  float: initial !important;
}

.call-to-action-link {
  height: 300px;
  width: 300px;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 20px 20px 20px 0;
  color: #fff;
  padding: 30px;
  text-decoration: none;
  position: relative;
  transition: .2s;
  box-sizing: border-box;
}

.call-to-action-link .button-content-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.call-to-action-link .button-body div, .call-to-action-link .button-body h1, .call-to-action-link .button-body h2, .call-to-action-link .button-body h3, .call-to-action-link .button-body h4, .call-to-action-link .button-body h5, .call-to-action-link .button-body h6, .call-to-action-link .button-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0 0 21px 0;
}

.call-to-action-link .button-body div strong, .call-to-action-link .button-body h1 strong, .call-to-action-link .button-body h2 strong, .call-to-action-link .button-body h3 strong, .call-to-action-link .button-body h4 strong, .call-to-action-link .button-body h5 strong, .call-to-action-link .button-body h6 strong, .call-to-action-link .button-body p strong {
  font-weight: 800;
}

.call-to-action-link .button-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  background-image: url("/ClientResources/Images/shared/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 1px;
  padding: 0 20px 0 0;
}

.call-to-action-link.purple-btn {
  background: radial-gradient(235.73px at 20.85% 77.15%, #4c1759 0, #7a378b 100%);
}

.call-to-action-link.green-btn {
  background: radial-gradient(218.49px at 78.6% 20.86%, #93cd3f 0, #72bf44 100%);
}

.call-to-action-link:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3) inset;
}

@media screen and (max-width: 1024px) {
  .call-to-action-link {
    height: 220px;
    width: 220px;
    padding: 20px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .call-to-action-link .button-content-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .call-to-action-link .button-body div, .call-to-action-link .button-body h1, .call-to-action-link .button-body h2, .call-to-action-link .button-body h3, .call-to-action-link .button-body h4, .call-to-action-link .button-body h5, .call-to-action-link .button-body h6, .call-to-action-link .button-body p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 0 0 21px 0;
  }
  .call-to-action-link .button-body div strong, .call-to-action-link .button-body h1 strong, .call-to-action-link .button-body h2 strong, .call-to-action-link .button-body h3 strong, .call-to-action-link .button-body h4 strong, .call-to-action-link .button-body h5 strong, .call-to-action-link .button-body h6 strong, .call-to-action-link .button-body p strong {
    font-weight: 800;
  }
  .call-to-action-link .button-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 1px;
    padding: 0 20px 0 0;
  }
}

.custom-form-field-validation-error {
  color: #c90404 !important;
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
}

.field-validation-error {
  color: #c90404 !important;
}

input.input-validation-error {
  border-bottom: 1px solid #c90404 !important;
}

input.input-validation-error:focus {
  border-bottom: 1px solid #79378b !important;
}

.input-field {
  position: relative;
}

.input-field .tooltip-text {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  bottom: 70px;
  right: -15px;
  z-index: 9;
}

.input-field .tooltip-text:after {
  top: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.input-field i.tooltip {
  content: "i";
  position: absolute;
  top: 9px;
  right: 3px;
  background: #93cd3f;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  letter-spacing: -1px;
  font-style: normal !important;
}

.select-wrapper input.select-dropdown {
  width: calc(100% - 30px);
  padding: 0 30px 0 0;
}

.custom-form-loader-container {
  width: 87px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  margin-top: 300px;
  margin-bottom: 300px;
}

.outbonus-counter-wrapper .content-block {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

@-webkit-keyframes rollOut {
  0% {
    -webkit-transform: translateY(-1em);
  }
  40% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-2em);
    opacity: 0;
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0em);
  }
}

.outbonus-counter-wrapper .roll-from-digit {
  margin: 0;
  padding: 0;
  -webkit-animation: rollOut 0.8s forwards;
  animation: rollOut 0.8s forwards;
}

.outbonus-counter-wrapper .roll-to-digit {
  margin: 0;
  padding: 0;
  -webkit-animation: rollIn 0.8s forwards;
  animation: rollIn 0.8s forwards;
}

.outbonus-counter-wrapper .h1, .outbonus-counter-wrapper .h2, .outbonus-counter-wrapper .h3, .outbonus-counter-wrapper .h4, .outbonus-counter-wrapper .h5, .outbonus-counter-wrapper .h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.outbonus-counter-wrapper .h1 strong, .outbonus-counter-wrapper .h2 strong, .outbonus-counter-wrapper .h3 strong, .outbonus-counter-wrapper .h4 strong, .outbonus-counter-wrapper .h5 strong, .outbonus-counter-wrapper .h6 strong {
  font-weight: 800;
}

.outbonus-counter-wrapper .p {
  line-height: 17px;
}

.outbonus-counter-wrapper .sub-heading {
  color: #79378b;
}

.outbonus-counter-wrapper .sub-heading .learn-more-link {
  color: #93cd3f !important;
  text-decoration: none;
  font-weight: bold;
}

.dropdown {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.links-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.links-dropdown a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.links-dropdown a:hover {
  background-color: #ddd;
}

.dropdown:hover .links-dropdown {
  display: block;
}

.greeting-button {
  border-right: none;
  border-bottom: none;
  border-top: none;
  background-color: transparent;
  height: 45px;
  display: inline-block;
  box-sizing: border-box;
  top: 10px;
  right: 0;
  position: absolute;
  border-left: 2px solid #e2e2e2;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 45px;
  background-image: url("/ClientResources/Images/desktop/login-icon.svg");
  background-repeat: no-repeat;
  background-position: 30px 7px;
  padding: 0 0 0 80px;
}

.teaser.outbonus-section-active {
  background-color: #f9f9f9 !important;
}

.broker-registration {
  text-align: center;
}

.broker-registration .content-block {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 2em;
  padding: 5em;
  width: 1366px;
}

.broker-registration .heading-row {
  height: 5em;
  text-align: initial;
}

.broker-registration .error {
  border-color: red !important;
}

.broker-registration .response-text {
  border: 3px solid #79378b;
  padding: 0.8em;
  border-radius: 0.5em;
  display: inline-block;
  width: 100%;
}

.broker-registration .clipboard-button-row {
  text-align: center;
  margin-top: 2em;
}

.broker-registration .get-link-button {
  width: 100%;
}

.broker-registration p {
  line-height: 22px;
  line-break: anywhere;
}

.ov-funds .arrow {
  background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.responsive-table th {
  border-bottom: 1px solid #6F7378 !important;
}

.responsive-table td:nth-child(1n + 3) {
  border-bottom: 1px solid #DCDCDC;
}

@media only screen and (min-width: 60em) {
  .editor-content .mobile-table-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 33.75em) {
  .editor-content .mobile-table-wrapper .mobile-table .column-data {
    width: calc(50% - 1em) !important;
  }
}

@media only screen and (min-width: 60em) {
  .editor-content .mobile-table-wrapper .mobile-table .column-data {
    width: calc(33.33% - 0.5em) !important;
  }
}

@media only screen and (max-width: 60em) {
  .editor-content .responsive-table {
    display: none;
  }
}

.custom-responsive-table th.first-cell, .custom-responsive-table td.first-cell {
  border-radius: 1em 1em 0 0 !important;
  border-bottom: 1px solid white !important;
}

.custom-responsive-table .last-cell {
  border-radius: 0 0 1em 1em !important;
}

.custom-responsive-table .padding-cell {
  width: 60px;
}

.custom-responsive-table .column-data-header {
  padding-top: 0.5em;
  height: 3.5em;
}

.custom-responsive-table .column-data-value {
  margin: 1em 0 !important;
}

.custom-responsive-table .responsive-table > table {
  width: 100% !important;
}

.custom-responsive-table .row-wrapper {
  margin: 1em 0;
}

.custom-responsive-table .header-wrapper > div {
  margin: 15px 0 !important;
}

.custom-responsive-table .column-data-header > div,
.custom-responsive-table .column-data-header > span,
.custom-responsive-table .column-data-header > strong,
.custom-responsive-table .column-data-header > p,
.custom-responsive-table .column-data-header > h1,
.custom-responsive-table .column-data-header > h2,
.custom-responsive-table .column-data-header > h3,
.custom-responsive-table .column-data-header > h4,
.custom-responsive-table .column-data-header > h5,
.custom-responsive-table .column-data-header > h6 {
  margin: 0 0 1em 0 !important;
}

.custom-responsive-table .column-data-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.custom-responsive-table td.desktop-table-left-cell {
  padding: 0 2em !important;
}

.custom-responsive-table .header-wrapper {
  margin-bottom: 1em;
  border-radius: 1em;
  text-align: center;
}

.custom-responsive-table .column-data {
  margin: 0.5em;
  padding: 0.5em;
  width: calc(33.3% - 1em);
  text-align: center;
  border-radius: 1em;
}

.quote-form .form-inner .quotes-existing-clients {
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFF;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}

.quote-form .form-inner .quotes-existing-clients .or-divider {
  border: 1px solid #31123f;
  color: #31123f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.quote-form .form-inner .quotes-existing-clients .option-block {
  background-color: #f9f9f9;
  padding: 1rem;
  min-height: 220px;
  line-height: 1.3rem;
  border-radius: 10px;
}

.quote-form .form-inner .quotes-existing-clients .option-block .option-block-heading {
  color: #31123f;
  font-weight: 600;
}

.quote-form .form-inner .quotes-existing-clients .loader {
  display: block;
  background: none;
  top: auto;
  bottom: 20px;
}

.quote-form .form-inner .quotes-existing-clients .text-area {
  padding: 30px 0 0;
  color: #808285;
}

.quote-form .form-inner .quotes-existing-clients .text-area .success-heading {
  padding: 1rem 0 1rem 0;
}

.thumbnail-carousel.carousel {
  min-height: 325px;
}

.thumbnail-carousel.carousel .carousel-content {
  padding: 0;
  flex-direction: column;
  min-height: 325px;
}

.thumbnail-carousel.carousel .carousel-content .slide-content {
  width: 100%;
}

.thumbnail-carousel.carousel .thumbnail-slider {
  padding: 0 2rem 0 2rem;
  margin: auto;
}

.thumbnail-carousel.carousel .thumbnail-slider .splide__arrow--next {
  right: 0;
}

.thumbnail-carousel.carousel .thumbnail-slider .splide__arrow--prev {
  left: 0;
}

#email-lead-form {
  max-width: 1366px;
  margin: auto;
}

#email-lead-form .submit-field {
  text-align: center;
}

.pointsmen-map-block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  row-gap: 0.625rem;
}

.pointsmen-map-block-container .pointsmen-map-container {
  position: relative;
  max-width: 1366px;
  width: 100%;
}

.pointsmen-map-block-container .pointsmen-map-container .show-pointsmen-near-me-button {
  position: absolute;
  z-index: 1;
  right: 1rem;
}

.pointsmen-map-block-container .pointsmen-map-container .pointsmen-map {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.pointsmen-map-block-container .pointsmen-legend {
  display: flex;
  flex-direction: row;
  column-gap: 0.625rem;
}

.pointsmen-map-block-container .pointsmen-legend .pointsmen-legend-item {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}

.pointsmen-map-block-container .pointsmen-map-container .show-pointsmen-near-me-button {
  top: 1rem;
}

.document-section-container.grey {
  background-color: #f9f9f9 !important;
}

.document-section-container .document-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.document-section-container .document-section .row {
  margin: 0 -2%;
  width: 104%;
  box-sizing: border-box;
}

.document-section-container .document-section .row [class^="col"] {
  margin: 20px 2%;
  box-sizing: border-box;
}

.document-section-container .document-section .document-download {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 50px;
  min-height: 50px;
  display: table;
  position: relative;
}

.document-section-container .document-section .document-download .cell {
  display: table-cell;
  vertical-align: middle;
}

.document-section-container .document-section .document-download .icon-circle {
  width: 35px;
  height: 35px;
  background: linear-gradient(180deg, #93CD3F 31.77%, #72BF44 73.96%);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}

.document-section-container .document-section .document-download .icon-circle .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  background-image: url("/ClientResources/Images/shared/download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.document-section-container .document-section .document-download:hover {
  opacity: .9;
}

@media screen and (max-width: 768px) {
  .document-section-container {
    max-width: 100%;
    box-sizing: border-box;
  }
  .document-section-container.grey {
    background-color: #f9f9f9 !important;
  }
  .document-section-container .document-section {
    padding: 20px;
  }
  .document-section-container .document-section .row {
    margin: 0 -2%;
    width: 104%;
    box-sizing: border-box;
  }
  .document-section-container .document-section .row [class^="col"] {
    margin: 20px 2%;
    box-sizing: border-box;
  }
  .document-section-container .document-section .document-download {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 50px;
    min-height: 50px;
    display: table;
    position: relative;
    text-decoration: underline;
  }
  .document-section-container .document-section .document-download .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .document-section-container .document-section .document-download .icon-circle {
    width: 35px;
    height: 35px;
    background: linear-gradient(180deg, #93CD3F 31.77%, #72BF44 73.96%);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
  }
  .document-section-container .document-section .document-download .icon-circle .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    background-image: url("/ClientResources/Images/shared/download.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  .document-section-container .document-section .document-download:hover {
    opacity: .9;
  }
}

footer {
  background-color: #4c1759;
  background: radial-gradient(832.71px at 20.85% 77.15%, #4c1759 0, #7a378b 100%);
}

footer .boxed-footer {
  max-width: 1366px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  z-index: 2;
  padding: 50px 90px 20px;
  color: #fff;
}

footer .boxed-footer .scroll-to-top {
  position: absolute;
  background-color: #fff;
  background-image: url("/ClientResources/Images/desktop/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  top: -22px;
  right: 112px;
}

footer .boxed-footer .breadcrumbs {
  padding: 0 0 25px 0;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}

footer .boxed-footer .breadcrumbs.hidebc {
  padding: 0;
  border-bottom: 0 solid #ccc;
}

footer .boxed-footer .breadcrumbs .delimiter {
  padding: 0 5px;
  display: inline-block;
  box-sizing: border-box;
}

footer .boxed-footer .breadcrumbs a {
  font-style: normal;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}

footer .boxed-footer .footer-nav-columns {
  padding: 25px 0 0 0;
}

footer .boxed-footer .footer-nav-columns .column {
  width: 25%;
  float: left;
  padding: 0 30px 30px 0;
  box-sizing: border-box;
}

footer .boxed-footer .footer-nav-columns .column li {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}

footer .boxed-footer .footer-nav-columns .column li strong {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px 0;
  display: inline-block;
}

footer .boxed-footer .footer-nav-columns .column li a {
  color: #fff;
  text-decoration: none;
}

footer .boxed-footer .footer-nav-columns .column li a:hover {
  font-weight: 600;
}

footer .boxed-footer .quick-links {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 65px;
  clear: both;
  position: relative;
}

footer .boxed-footer .quick-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
}

footer .boxed-footer .quick-links a:hover {
  font-weight: 700;
}

footer .boxed-footer .quick-links .footer-social-links {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
}

footer .boxed-footer .quick-links .footer-social-links a {
  padding: 0;
  margin: 0 15px 0 0;
}

footer .boxed-footer .quick-links .footer-social-links a img {
  height: 30px;
  width: 30px;
}

footer .boxed-footer .quick-links .footer-social-links a span {
  display: none;
}

footer .boxed-footer .disclaimer {
  position: relative;
  text-align: center;
  padding: 25px 0 5px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto 0;
  box-sizing: border-box;
  border-top: 2px solid #ccc;
}

footer .boxed-footer .disclaimer p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  footer {
    background-color: #4c1759;
    background: radial-gradient(832.71px at 20.85% 77.15%, #4c1759 0, #7a378b 100%);
    position: relative;
    z-index: 999;
  }
  footer .boxed-footer {
    max-width: 100%;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    z-index: 2;
    padding: 30px 20px 20px;
    color: #fff;
  }
  footer .boxed-footer .scroll-to-top {
    position: absolute;
    background-color: #fff;
    background-image: url("/ClientResources/Images/desktop/up-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 41px;
    width: 41px;
    cursor: pointer;
    top: -20px;
    right: 20px;
  }
  footer .boxed-footer .breadcrumbs {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #fff;
  }
  footer .boxed-footer .breadcrumbs .delimiter {
    padding: 0 5px;
    display: inline-block;
    box-sizing: border-box;
  }
  footer .boxed-footer .breadcrumbs a {
    font-style: normal;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
  }
  footer .boxed-footer .footer-nav-columns {
    padding: 50px 0 0 0;
    display: none;
  }
  footer .boxed-footer .footer-nav-columns .column {
    width: 25%;
    float: left;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
  }
  footer .boxed-footer .footer-nav-columns .column li {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  footer .boxed-footer .footer-nav-columns .column li strong {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    display: inline-block;
  }
  footer .boxed-footer .footer-nav-columns .column li a {
    color: #fff;
    text-decoration: none;
  }
  footer .boxed-footer .quick-links {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    clear: both;
    display: none;
  }
  footer .boxed-footer .quick-links a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
  }
  footer .boxed-footer .quick-links .footer-social-links {
    display: none;
  }
  footer .boxed-footer .disclaimer {
    width: auto;
    position: relative;
    text-align: center;
    padding: 30px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    margin: auto;
    box-sizing: border-box;
    border: none;
  }
  footer .boxed-footer .disclaimer p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
  }
}

.tab-section {
  min-height: 100px;
}

.tab-section.grey {
  background-color: #f9f9f9 !important;
}

.tab-section .tab-content {
  max-width: 1366px;
  padding: 70px 90px;
  margin: auto;
  clear: both;
  position: relative;
  min-height: 600px;
}

.tab-section .tab-content .body-content {
  width: 480px;
  float: left;
  z-index: 2;
  position: relative;
  display: table;
  min-height: 430px;
}

.tab-section .tab-content .body-content .v-alignment {
  display: table-cell;
  vertical-align: middle;
}

.tab-section .tab-content .body-content.right {
  float: right;
}

.tab-section .tab-content .body-content.left {
  float: left;
}

.tab-section .tab-content .body-image {
  position: absolute;
  top: 70px;
  z-index: 1;
  max-width: 1186px;
  bottom: 90px;
}

.tab-section .tab-content .body-image .table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.tab-section .tab-content .body-image .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.tab-section .tab-content .body-image img {
  max-width: 630px;
  max-height: 100%;
}

.tab-section .tab-content .body-image.right {
  left: 90px;
  right: 600px;
}

.tab-section .tab-content .body-image.left {
  right: 90px;
  left: 600px;
}

.tab-section .features-benefits {
  max-width: 1366px;
  padding: 50px 90px 20px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.tab-section .features-benefits .header-body {
  text-align: center;
}

.tab-section .features-benefits .featured-links {
  text-align: center;
  margin: 40px 0;
}

.tab-section .features-benefits .featured-links .action-button {
  height: 300px;
  width: 300px;
  margin: 10px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.tab-section .features-benefits .featured-links .action-button .icon {
  position: absolute;
  top: 35px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.tab-section .features-benefits .featured-links .action-button .icon img {
  height: 50px;
}

.tab-section .features-benefits .featured-links .action-button .button-content {
  top: 105px;
  left: 30px;
  right: 30px;
  position: absolute;
}

.tab-section .features-benefits .featured-links .action-button .button-content .button-heading {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  color: #4c1759;
  padding: 0 0 10px 0;
  letter-spacing: -.5px;
}

.tab-section .features-benefits .featured-links .action-button .button-content .button-body p {
  font-size: 14px;
  margin: 0;
}

.tab-section .features-benefits .featured-links .action-button .button-footer {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #93cd3f;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.tab-section .features-benefits .featured-links .action-button .button-footer .arrow {
  background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.tab-section .features-benefits .featured-links .action-button-fluid {
  min-height: 300px;
  width: 300px;
  margin: 10px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.tab-section .features-benefits .featured-links .action-button-fluid .icon {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}

.tab-section .features-benefits .featured-links .action-button-fluid .icon img {
  height: 50px;
}

.tab-section .features-benefits .featured-links .action-button-fluid .button-content {
  position: relative;
}

.tab-section .features-benefits .featured-links .action-button-fluid .button-content .button-heading {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  color: #4c1759;
  padding: 0 0 10px 0;
  letter-spacing: -.5px;
}

.tab-section .features-benefits .featured-links .action-button-fluid .button-content .button-body p {
  font-size: 14px;
  margin: 0;
  padding-bottom: 20px;
}

.tab-section .features-benefits .featured-links .action-button-fluid .button-footer {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #93cd3f;
  position: absolute;
  bottom: 20px;
  left: 30%;
  right: 30%;
}

.tab-section .features-benefits .featured-links .action-button-fluid .button-footer .arrow {
  background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.tab-section .features-benefits .featured-links a.action-button:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2) inset;
}

.tab-section .features-benefits .featured-text-columns .row {
  margin: 0 -2%;
  width: 106%;
  box-sizing: border-box;
}

.tab-section .features-benefits .featured-text-columns .row [class^="col"] {
  margin: 20px 2%;
  box-sizing: border-box;
}

.tab-section .need-to-know {
  max-width: 1366px;
  padding: 50px 90px;
  margin: auto;
  clear: both;
  position: relative;
  min-height: 600px;
  box-sizing: border-box;
}

.tab-section .need-to-know .need-to-know-text-columns {
  padding: 30px 0 0 0;
}

.tab-section .need-to-know .need-to-know-text-columns .row {
  margin: 0 -2%;
  width: 106%;
  box-sizing: border-box;
}

.tab-section .need-to-know .need-to-know-text-columns .row [class^="col"] {
  margin: 20px 2%;
  box-sizing: border-box;
}

.tab-section .product-overview {
  max-width: 1366px;
  padding: 90px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.tab-section .product-overview .content-body {
  width: calc(50% - 90px);
  float: left;
  margin: 0 90px 0 0;
  box-sizing: border-box;
}

.tab-section .product-overview .product-items {
  width: calc(50% - 90px);
  float: left;
  margin: 0 0 0 90px;
  box-sizing: border-box;
}

.tab-section .product-overview .product-items .product-item {
  width: 33%;
  float: left;
  height: 110px;
  position: relative;
  display: table;
  text-align: center;
}

.tab-section .product-overview .product-items .product-item .cell {
  display: table-cell;
  vertical-align: middle;
}

.tab-section .product-overview .product-items .product-item .icon {
  padding: 5px 20px;
  max-height: 40px;
}

.tab-section .product-overview .product-items .product-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  padding: 5px 20px;
}

.tab-section .product-overview .product-items .product-item .title sup {
  color: #93cd3f;
}

.tab-section .product-overview .product-items .product-item:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  bottom: 0;
  right: 10px;
  left: 10px;
}

.tab-section .product-overview .product-items .product-item:before {
  content: '';
  position: absolute;
  border-left: 1px solid #e2e2e2;
  display: block;
  bottom: 0;
  top: 10px;
  bottom: 10px;
}

.tab-section .product-overview .product-items .product-item:first-child:before, .tab-section .product-overview .product-items .product-item:nth-child(4n+4):before {
  border: none;
}

.tab-section .product-overview .product-items .product-item.no-border:after {
  border: none;
}

.tab-section .product-overview .disclaimer {
  position: relative;
}

.tab-section .product-overview .disclaimer p {
  margin: 30px 90px 0 20px;
}

.tab-section .product-overview .disclaimer sup {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #93cd3f;
}

.tab-section .product-claim {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.tab-section .product-claim .content-body {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}

.tab-section .product-comparison {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.tab-section .product-comparison .content-heading {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
}

.tab-section .product-comparison table.comparison-table {
  width: 100%;
  background: linear-gradient(92.7deg, #fff 1.29%, #F6F6F6 161.45%);
  opacity: .9;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  table-layout: fixed;
  margin: 60px 0 30px 0;
  color: #808285;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.tab-section .product-comparison table.comparison-table tr {
  border: none;
  height: 30px;
}

.tab-section .product-comparison table.comparison-table tr td {
  padding: 15px 40px;
}

.tab-section .product-comparison table.comparison-table .context-heading {
  background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
  border-radius: 0;
  padding: 10px 30px 10px 50px;
  color: #fff !important;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

.tab-section .product-comparison table.comparison-table thead tr th {
  vertical-align: bottom !important;
  color: #4c1759;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 18px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.tab-section .product-comparison table.comparison-table thead tr th .table-shadow {
  position: absolute;
  top: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/shared/right-shadow.svg");
  background-size: 100% 100%;
  background-position: left center;
  height: 100%;
}

.tab-section .product-comparison table.comparison-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 25px !important;
}

.tab-section .product-comparison table.comparison-table tfoot tr td {
  text-align: center;
  padding: 30px 0;
}

.tab-section .product-comparison table.comparison-table tfoot tr td:first-child {
  border-radius: 0 0 0 10px;
  padding: 0;
}

.tab-section .product-comparison table.comparison-table .context {
  text-align: center;
}

.tab-section .product-comparison table.comparison-table .context .icon {
  padding: 0 0 10px 0;
}

.tab-section .benefit-comparison {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.tab-section .benefit-comparison .content-heading {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
}

.tab-section .benefit-comparison .content-heading-benefit {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}

.tab-section .benefit-comparison table.comparison-table {
  width: 100%;
  background: linear-gradient(92.7deg, #fff 1.29%, #F6F6F6 161.45%);
  opacity: .9;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  table-layout: fixed;
  margin: 60px 0 30px 0;
  color: #808285;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.tab-section .benefit-comparison table.comparison-table tr {
  border: none;
  height: 30px;
}

.tab-section .benefit-comparison table.comparison-table tr td {
  padding: 15px 40px;
}

.tab-section .benefit-comparison table.comparison-table .context-heading {
  text-align: center;
  background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
  border-radius: 0;
  padding: 30px 30px 10px 50px;
  color: #fff !important;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

.tab-section .benefit-comparison table.comparison-table .context-heading-benefit {
  background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
  border-radius: 0;
  padding: 30px 20px 10px 20px;
  color: #fff !important;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.tab-section .benefit-comparison table.comparison-table thead tr th {
  vertical-align: bottom !important;
  color: #4c1759;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 18px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.tab-section .benefit-comparison table.comparison-table thead tr th .table-shadow {
  position: absolute;
  top: 25%;
  width: 40px;
  background-image: url("/ClientResources/Images/shared/right-shadow.svg");
  background-size: 100% 100%;
  background-position: left center;
  height: 50%;
  transform: matrix(1, 5, 0, 3.5, 0, 0);
  clip-path: inset(25.5% 0% 18.5% 0%);
}

.tab-section .benefit-comparison table.comparison-table thead tr th p.subtext {
  color: #31123F;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
}

.tab-section .benefit-comparison table.comparison-table thead tr th p.subtext sup {
  position: relative;
  font-size: 10px;
  bottom: 4px;
  right: 2px;
}

.tab-section .benefit-comparison table.comparison-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 25px !important;
}

.tab-section .benefit-comparison table.comparison-table .context-benefit {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  border-top: 1px solid #cccccc;
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}

.tab-section .benefit-comparison table.comparison-table tbody tr:first-child td div {
  display: none;
}

.tab-section .benefit-comparison table.comparison-table tbody tr:first-child td p {
  color: #31123f;
  font-weight: 800;
  font-size: 18px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr:first-child td.context-heading-benefit p {
  color: #fff;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td {
  text-align: center;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .image-alignment {
  margin-bottom: 25px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .benefit-column-text {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .benefit-column-text .bold-text {
  font-weight: bold;
  display: block;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .benefit-key-column-text {
  padding-bottom: 20px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .key-benefit-column {
  display: block;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .key-benefit-column p {
  font-weight: normal;
  font-size: 16px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .key-benefit-column p span {
  font-weight: 800;
  font-size: 16px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .tooltip-hover-text {
  content: "i";
  position: relative;
  background: #93cd3f;
  bottom: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .tooltip-hover-text .tooltip-text {
  bottom: 30px;
  min-width: 225px;
  right: -18px;
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
  text-align: center;
}

.tab-section .benefit-comparison table.comparison-table tbody tr td .tooltip-hover-text .tooltip-text:after {
  top: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.tab-section .benefit-comparison table.comparison-table tfoot tr td {
  text-align: center;
  padding: 30px 0;
}

.tab-section .benefit-comparison table.comparison-table tfoot tr td:first-child {
  border-radius: 0 0 0 10px;
  padding: 0;
}

.tab-section .benefit-comparison table.comparison-table .context {
  text-align: center;
}

.tab-section .benefit-comparison table.comparison-table .context .icon {
  padding: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .tab-section.grey {
    background-color: #f9f9f9 !important;
  }
  .tab-section .tab-content {
    max-width: 100%;
    padding: 20px 20px;
    margin: auto;
    clear: both;
    position: relative;
    overflow: hidden;
  }
  .tab-section .tab-content .body-content {
    width: 100%;
    float: none;
    z-index: 2;
    position: relative;
    min-height: initial;
  }
  .tab-section .tab-content .body-content.right {
    float: none;
  }
  .tab-section .tab-content .body-content .subheading {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #31123f;
  }
  .tab-section .tab-content .reduce-top-margin {
    margin-top: -30px;
  }
  .tab-section .tab-content .body-image {
    position: relative;
    top: 0;
    z-index: 1;
    max-width: 100%;
    padding: 0;
  }
  .tab-section .tab-content .body-image .table {
    display: table;
    min-height: 200px;
    position: relative;
    width: 100%;
  }
  .tab-section .tab-content .body-image .cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .tab-section .tab-content .body-image img {
    width: 100%;
    max-height: 400px;
  }
  .tab-section .tab-content .body-image.right {
    left: 0;
    right: 0;
    float: none !important;
  }
  .tab-section .tab-content .body-image.left {
    right: 0;
    left: 0;
    float: none !important;
  }
  .tab-section .features-benefits {
    max-width: 100%;
    padding: 10px 20px 20px;
    margin: auto;
    clear: both;
    position: relative;
    overflow: hidden;
  }
  .tab-section .features-benefits .header-body {
    text-align: center;
  }
  .tab-section .features-benefits .featured-links {
    text-align: center;
    margin: 20px 0 0 0;
    position: relative;
    width: calc(100% + 40px);
    overflow-x: auto;
    min-height: 285px;
    left: -20px;
    padding: 0 0 0 10px;
  }
  .tab-section .features-benefits .featured-links::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .tab-section .features-benefits .featured-links .mobile-scroll {
    width: 2300px;
    height: 285px;
  }
  .tab-section .features-benefits .featured-links .action-button {
    height: 250px;
    width: 250px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    float: left;
  }
  .tab-section .features-benefits .featured-links .action-button .icon {
    position: absolute;
    top: 26px;
    width: 100%;
    text-align: center;
  }
  .tab-section .features-benefits .featured-links .action-button .icon img {
    height: 50px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content {
    top: 90px;
    left: 20px;
    right: 20px;
    position: absolute;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content p {
    font-size: 12px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content .button-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #4c1759;
    padding: 0 0 5px 0;
    letter-spacing: -0.8px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content .button-body p {
    line-height: 18px;
    margin: 0;
  }
  .tab-section .features-benefits .featured-links .action-button .button-footer {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #93cd3f;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-footer .arrow {
    background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: right 1px center;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid {
    width: 250px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    float: left;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .icon {
    margin: 10px auto;
    text-align: center;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .icon img {
    height: 50px;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-content {
    position: relative;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-content p {
    font-size: 12px;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-content .button-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #4c1759;
    padding: 0 0 5px 0;
    letter-spacing: -0.8px;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-content .button-body p {
    line-height: 18px;
    margin: 10px;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-footer {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #93cd3f;
    margin: 15px 0;
  }
  .tab-section .features-benefits .featured-links .action-button-fluid .button-footer .arrow {
    background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: right 1px center;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .tab-section .features-benefits .featured-text-columns .row {
    margin: 0;
    width: 100%;
  }
  .tab-section .features-benefits .featured-text-columns .row [class^="col"] {
    margin: 5px 0;
  }
  .tab-section .product-overview {
    max-width: 100%;
    padding: 0 20px 40px;
    margin: auto;
    clear: both;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  .tab-section .product-overview .content-body {
    width: 100%;
    float: left;
    margin: 0;
    box-sizing: border-box;
  }
  .tab-section .product-overview .product-items {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    box-sizing: border-box;
  }
  .tab-section .product-overview .product-items .product-item {
    width: 33%;
    float: left;
    height: 100px;
    position: relative;
    display: table;
    text-align: center;
  }
  .tab-section .product-overview .product-items .product-item .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .tab-section .product-overview .product-items .product-item .icon {
    padding: 5px 20px;
    max-height: 40px;
  }
  .tab-section .product-overview .product-items .product-item .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #31123f;
    padding: 5px;
  }
  .tab-section .product-overview .product-items .product-item .title sup {
    color: #93cd3f;
  }
  .tab-section .product-overview .product-items .product-item:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    bottom: 0;
    right: 10px;
    left: 10px;
  }
  .tab-section .product-overview .product-items .product-item:before {
    content: '';
    position: absolute;
    border-left: 1px solid #e2e2e2;
    display: block;
    bottom: 0;
    top: 10px;
    bottom: 10px;
  }
  .tab-section .product-overview .product-items .product-item:first-child:before, .tab-section .product-overview .product-items .product-item:nth-child(4n+4):before {
    border: none;
  }
  .tab-section .product-overview .product-items .product-item.no-border:after {
    border: none;
  }
  .tab-section .product-overview .disclaimer {
    position: relative;
  }
  .tab-section .product-overview .disclaimer p {
    margin: 30px 0 0 20px;
  }
  .tab-section .product-overview .disclaimer sup {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #93cd3f;
  }
  .tab-section .need-to-know {
    max-width: 100%;
    padding: 0 20px 20px;
    margin: auto;
    clear: both;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  .tab-section .need-to-know .need-to-know-text-columns {
    padding: 0;
  }
  .tab-section .need-to-know .need-to-know-text-columns .row {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .tab-section .need-to-know .need-to-know-text-columns .row [class^="col"] {
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .tab-section .product-claim {
    max-width: 100%;
    padding: 0 20px 40px;
    margin: auto;
    clear: both;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  .tab-section .product-claim .content-body {
    width: 100%;
    float: left;
    margin: 0;
    box-sizing: border-box;
  }
  .tab-section .product-comparison {
    max-width: 100%;
    padding: 5px 20px 40px;
    margin: auto;
    clear: both;
    position: relative;
    box-sizing: border-box;
  }
  .tab-section .product-comparison .content-heading {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
  }
  .tab-section .product-comparison table.comparison-table {
    width: 100%;
    table-layout: fixed;
    margin: 40px 0 10px 0;
    color: #808285;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  .tab-section .product-comparison table.comparison-table .context:first-child {
    border-right: 1px solid #e2e2e2;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-main-heading td {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 18px;
    color: #4c1759;
    padding: 0 0 30px 0;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-button td {
    text-align: center;
    padding: 20px 0 0;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-heading td {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    color: #31123f;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-spacer {
    height: 20px;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-spacer td {
    padding: 0;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-border {
    border-top: 1px solid #e2e2e2;
    height: 0;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-border td {
    padding: 0;
  }
  .tab-section .product-comparison table.comparison-table tr {
    border: none;
    height: 30px;
  }
  .tab-section .product-comparison table.comparison-table .context-heading {
    background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
    border-radius: 0;
    padding: 10px 30px 10px 50px;
    color: #fff !important;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
  }
  .tab-section .product-comparison table.comparison-table thead tr th {
    vertical-align: bottom !important;
    color: #4c1759;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 18px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tab-section .product-comparison table.comparison-table thead tr th:first-child {
    border-radius: 10px 0 0 0;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 25px !important;
  }
  .tab-section .product-comparison table.comparison-table tfoot tr td {
    text-align: center;
    padding: 30px 0;
  }
  .tab-section .product-comparison table.comparison-table tfoot tr td:first-child {
    border-radius: 0 0 0 10px;
    padding: 0;
  }
  .tab-section .product-comparison table.comparison-table .context {
    text-align: center;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-column-heading th {
    text-align: center;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #4c1759 !important;
    padding: 10px 0 !important;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-column-heading th .icon {
    padding: 0 0 10px 0;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-column-heading th .icon img {
    height: 30px;
  }
  .tab-section .product-comparison table.comparison-table .comparison-table-column-heading th:first-child {
    padding-bottom: 10px !important;
  }
  .tab-section .benefit-comparison {
    max-width: 100%;
    padding: 5px 20px 40px;
    margin: auto;
    clear: both;
    position: relative;
    box-sizing: border-box;
  }
  .tab-section .benefit-comparison .content-heading {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
  }
  .tab-section .benefit-comparison .content-heading-benefit {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .tab-section .benefit-comparison .content-heading-benefit .download-icon-center {
    display: none;
  }
  .tab-section .benefit-comparison .content-benefit-heading {
    display: flex;
  }
  .tab-section .benefit-comparison .content-benefit-heading .selectedBenefit {
    vertical-align: bottom !important;
    color: #79378b;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tab-section .benefit-comparison .content-benefit-heading .selectedBenefit p.subtext {
    color: #31123F;
    font-weight: 800;
    font-size: 13px;
  }
  .tab-section .benefit-comparison .content-benefit-heading .selectedBenefit p.subtext sup {
    position: relative;
    font-size: 8px;
    bottom: 4px;
    right: 2px;
  }
  .tab-section .benefit-comparison .content-benefit-heading .selectedBenefit .green-selection {
    width: 80%;
    background-color: #93CD3F;
    height: 3px;
    margin: auto;
  }
  .tab-section .benefit-comparison .content-benefit-heading .deselectedBenefit {
    vertical-align: bottom !important;
    color: #31123F;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tab-section .benefit-comparison .content-benefit-heading .deselectedBenefit p.subtext {
    color: #31123F;
    font-weight: 500;
    font-size: 13px;
  }
  .tab-section .benefit-comparison .content-benefit-heading .deselectedBenefit p.subtext sup {
    position: relative;
    font-size: 8px;
    bottom: 4px;
    right: 2px;
  }
  .tab-section .benefit-comparison .content-benefit-heading .flex {
    flex: 1;
    text-align: center;
  }
  .tab-section .benefit-comparison .content-benefit-heading .flex .icon {
    padding: 0 0 10px 0;
  }
  .tab-section .benefit-comparison .content-benefit-heading .flex .icon img {
    height: 30px;
  }
  .tab-section .benefit-comparison .carousel-control-prev {
    z-index: 5;
    top: 25%;
    left: 10px;
    position: absolute;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    background-image: url("/ClientResources/Images/mobile/carousel-prev-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .tab-section .benefit-comparison .carousel-control-next {
    z-index: 5;
    top: 25%;
    right: 10px;
    position: absolute;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    background-image: url("/ClientResources/Images/mobile/carousel-next-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .tab-section .benefit-comparison .benefit-content {
    overflow-y: hidden;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row {
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row div {
    flex: 1;
    text-align: center;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row div .benefit-key-column-text {
    color: #fff;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row .key-benefit-column {
    display: block;
    margin-top: 5px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row .key-benefit-column p {
    font-weight: normal;
    font-size: 14px;
    color: #808285;
    margin-top: 10px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row .key-benefit-column p span {
    font-weight: 700;
    font-size: 14px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-key-column-text {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    color: #31123f !important;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid white;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tab-section .benefit-comparison .benefit-content .benefit-key-column-text .tooltip-hover-text {
    content: "i";
    position: relative;
    background: #93cd3f;
    bottom: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-key-column-text .tooltip-hover-text .tooltip-text {
    bottom: 30px;
    min-width: 200px;
    right: -18px;
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #808285;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
    text-align: center;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-key-column-text .tooltip-hover-text .tooltip-text:after {
    top: 100%;
    right: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row:first-child .benefit-key-column-text {
    background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    color: #fff !important;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid white;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tab-section .benefit-comparison .benefit-content .benefit-row:first-child p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    color: #31123F;
  }
  .tab-section .benefit-comparison table.comparison-table {
    width: 100%;
    table-layout: fixed;
    margin: 40px 0 10px 0;
    color: #808285;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  .tab-section .benefit-comparison table.comparison-table .context:first-child {
    border-right: 1px solid #e2e2e2;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-main-heading td {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 18px;
    color: #4c1759;
    padding: 0 0 30px 0;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-button td {
    text-align: center;
    padding: 20px 0 0;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-heading td {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    color: #31123f;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-spacer {
    height: 20px;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-spacer td {
    padding: 0;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-border {
    border-top: 1px solid #e2e2e2;
    height: 0;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-border td {
    padding: 0;
  }
  .tab-section .benefit-comparison table.comparison-table tr {
    border: none;
    height: 30px;
  }
  .tab-section .benefit-comparison table.comparison-table .context-heading {
    background: linear-gradient(90deg, #4C1759 0%, #7A378B 100%);
    border-radius: 0;
    padding: 10px 30px 10px 50px;
    color: #fff !important;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
  }
  .tab-section .benefit-comparison table.comparison-table thead tr th {
    vertical-align: bottom !important;
    color: #4c1759;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 18px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tab-section .benefit-comparison table.comparison-table thead tr th p.subtext {
    color: #31123F;
    font-weight: 500;
    font-size: 14px;
  }
  .tab-section .benefit-comparison table.comparison-table thead tr th p.subtext sup {
    position: relative;
    font-size: 8px;
    bottom: 4px;
    right: 2px;
  }
  .tab-section .benefit-comparison table.comparison-table tfoot tr td {
    text-align: center;
    padding: 30px 0;
  }
  .tab-section .benefit-comparison table.comparison-table tfoot tr td:first-child {
    border-radius: 0 0 0 10px;
    padding: 0;
  }
  .tab-section .benefit-comparison table.comparison-table .context {
    text-align: center;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-column-heading th {
    text-align: center;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #4c1759 !important;
    padding: 10px 0 !important;
  }
  .tab-section .benefit-comparison table.comparison-table .comparison-table-column-heading th:first-child {
    padding-bottom: 10px !important;
  }
}

.geo-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999999;
  display: table;
  height: 100%;
  width: 100%;
}

.geo-popup-overlay .geo-popup-section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.geo-popup-overlay .geo-popup-section .icon {
  height: 100px;
  margin: 35px;
}

.geo-popup-overlay .geo-popup-section .container {
  width: 680px;
  background: #FFF;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.geo-popup-overlay .geo-popup-section .container .close {
  position: absolute;
  background-image: url("/Images/mobile/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.geo-popup-overlay .geo-popup-section .container .content-section {
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.geo-popup-overlay .geo-popup-section .container .content-section .fixed-width {
  min-width: 190px;
}

@media screen and (max-width: 768px) {
  .geo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999999;
    display: table;
    height: 100%;
    width: 100%;
  }
  .geo-popup-overlay .geo-popup-section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .geo-popup-overlay .geo-popup-section .icon {
    max-height: 80px;
    max-width: 80px;
    margin: 35px;
  }
  .geo-popup-overlay .geo-popup-section .container {
    width: calc(100% - 40px);
    background: #FFF;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    position: relative;
  }
  .geo-popup-overlay .geo-popup-section .container .close {
    background-image: url("/Images/mobile/close-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .geo-popup-overlay .geo-popup-section .container .content-section {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .geo-popup-overlay .geo-popup-section .container .content-section .fixed-width {
    min-width: 190px;
  }
}

.hero-header {
  background-size: 100% 100%;
  height: 75vh;
  width: 100%;
  min-height: 570px;
}

.hero-header-mobile {
  background-size: 100% 100%;
  height: 65vh;
  width: 100%;
  min-height: 600px;
}

.hero-content {
  text-align: center;
  padding: 20% 15%;
}

.hero-button-container {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .hero-content {
    padding: 35% 5%;
  }
  .hero-button-container {
    display: inherit;
    margin-top: 1.5rem;
  }
  .hero-block-container-subtitle {
    font-size: 1rem;
  }
}

.hero-block-container-subtitle {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.288px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-block-container-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-block-container-body {
  font-size: 1rem;
  color: #ffffff;
  line-height: 20px;
}

.hero-block-container-body a {
  color: white;
  text-decoration: underline;
}

.cookie-list-outer-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cookie-list-inner-container {
  max-width: 1366px;
}

.table-block-container {
  max-width: 1366px;
  margin: 20px auto 0;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
}

.table-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  color: #79378b;
  overflow: hidden;
}

.table-block-accordion-title {
  color: #4c1759;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}

.table-block-th, .table-block-td {
  padding: 15px;
  border: 3px solid #ffffff;
  text-align: center;
  transition: background-color 0.3s;
  background-color: #f2f2f2;
}

.table-block-th {
  color: #4b0082;
  font-weight: bold;
  writing-mode: horizontal-tb;
  background: #ffffff;
  text-align: center;
  max-width: 0;
}

.table-block-th div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-block-tbody tr:nth-child(even) {
  background-color: #fffff;
}

.table-block-tbody tr.hidden {
  opacity: 0;
  height: 0;
  display: none;
}

.table-block-tbody tr:hover {
  background-color: transparent;
}

.table-block-accordion {
  cursor: pointer;
  user-select: none;
  background-color: #fffff;
  color: #333;
  padding: 15px;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

.table-block-panel {
  display: none;
  padding-top: 15px;
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
}

.table-block-accordion-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url("/ClientResources/Images/shared/arrow-down.svg") no-repeat center;
}

.table-block-accordion.active .table-block-accordion-icon {
  background: url("/ClientResources/Images/shared/arrow-up.svg") no-repeat center;
}

.table-block-checkbox img {
  width: 30px;
  height: 30px;
}

.table-block-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.table-block-subheading {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 20px 0;
}

.table-block-heading {
  font-weight: 600;
  color: #79378b;
  font-size: 2rem;
}

.table-block-heading-section {
  text-align: center;
}

.table-block-load-more-btn {
  display: block;
  margin: 20px auto !important;
  cursor: pointer;
}

/* Add transition to table rows */
.table-block-tbody tr {
  transition: opacity 0.5s, height 0.5s;
}

table-block-disclaimer {
  color: #5E5E5E;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
}

.table-block-disclaimer a {
  color: #5E5E5E !important;
  text-decoration: underline !important;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  .table-block-container {
    margin: 15px;
  }
  .table-block-th {
    text-align: center;
  }
  .table-block-column-content {
    flex-direction: row !important;
    column-gap: 1rem;
    transform: rotate(-90deg);
    white-space: nowrap;
  }
  .table-block-icon,
.table-block-th {
    margin: 0;
  }
  .table-block-accordion {
    width: 60%;
  }
  .table-block-accordion-title {
    font-size: 16px;
  }
  .table-block-heading-section {
    width: 45%;
    text-align: left;
    margin-bottom: -50px;
  }
  .table-block-heading {
    font-size: 1rem;
  }
  .table-block-subheading {
    margin: 5px 0;
  }
  .table-block-icon {
    transform: rotate(90deg);
    margin-left: 30px;
  }
  .table-block-table {
    overflow: auto;
  }
  .table-block-th div {
    justify-content: start;
  }
}

.hero-header-colour-container {
  height: 675px;
}

.hero-header-grey {
  background-color: #FAF9FB;
}

.hero-card-section {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.hero-card-content {
  text-align: center;
  padding: 23% 20%;
}

.hero-card-header {
  background-size: 100% 100%;
  height: 570px;
  width: 100%;
  min-height: 570px;
}

.hero-card-header-mobile {
  background-size: 100% 100%;
  height: 60vh;
  width: 100%;
  min-height: 600px;
}

.hero-card-button-container {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}

.hero-card-block-container-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #79378b;
}

.hero-card-block-container-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #93cd3f;
  margin: 0px;
  clear: both;
}

.hero-card-block-container-body {
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 15px 0;
}

.hero-card-block-container-body a {
  color: #93cd3f;
  text-decoration: underline;
}

@media only screen and (min-width: 1400px) {
  .hero-card-content {
    padding: 22% 20%;
  }
}

@media only screen and (min-width: 2000px) {
  .hero-card-content {
    padding: 15% 20%;
  }
}

@media only screen and (max-width: 1000px) {
  .hero-card-content {
    text-align: center;
    padding: 25% 15%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-header-colour-container {
    height: 750px;
  }
  .hero-card-content {
    padding: 45% 2%;
  }
  .hero-card-block-container-title {
    font-size: 35px;
  }
  .hero-card-button-container {
    display: inherit;
    margin-top: 1.5rem;
  }
  .hero-card-block-container-subtitle {
    font-size: 1rem;
  }
  .hero-card-content {
    text-align: center;
    padding: 35% 2%;
  }
}

@media only screen and (max-width: 600px) {
  .hero-header-colour-container {
    height: 720px;
  }
}

@media only screen and (max-width: 430px) {
  .hero-header-colour-container {
    height: 720px;
  }
}

.accordion-section-container.grey {
  background-color: #f9f9f9 !important;
}

.accordion-section-container .accordion-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.accordion-section-container .accordion-section .row {
  margin: 0 -2%;
  width: 104%;
  box-sizing: border-box;
  display: flex;
  flex-direction: inherit;
}

.accordion-section-container .accordion-section .row [class^="col"] {
  margin: 20px 2%;
  box-sizing: border-box;
}

.accordion-section-container .accordion-section .row [class^="col"] .accordion-content-item {
  padding: 20px 0;
}

.accordion-section-container .accordion-section .row [class^="col"] .accordion-content-item:first-child {
  padding: 0 0 20px 0;
}

.accordion-section-container .accordion-section .row [class^="col"] .accordion-content-item:last-child {
  padding: 20px 0 0 0;
}

.accordion-section-container .accordion-section .row [class^="col"] .accordion-content-product-item {
  padding: 20px 0;
}

.accordion-section-container .accordion-section .accordion-content-body {
  display: none;
}

.accordion-section-container .accordion-section .accordion-content-body.open {
  display: block;
}

.accordion-section-container .accordion-section .heading {
  color: #4c1759;
  line-height: 22px;
  padding: 0 40px 0 0;
  position: relative;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

.accordion-section-container .accordion-section .heading.minus {
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading.minus .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading.minus .minus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
  background-position: left 13px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading.plus {
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading.plus .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading.plus .minus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
  background-position: left 13px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading .heading-icon {
  display: table;
  min-height: 50px;
}

.accordion-section-container .accordion-section .heading .heading-icon .cell {
  display: table-cell;
  vertical-align: middle;
}

.accordion-section-container .accordion-section .heading .heading-icon .icon {
  width: 60px;
}

.accordion-section-container .accordion-section .heading .heading-icon .icon img {
  height: 50px;
  max-width: 50px;
}

.accordion-section-container .accordion-section .heading .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading .minus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
  background-position: left 13px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .heading .heading-label {
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  padding: 4px 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  white-space: nowrap;
}

.accordion-section-container .accordion-section .show-more-text {
  padding: 0 20px 0 0;
  color: #93cd3f;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.accordion-section-container .accordion-section .show-more-text.plus {
  background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .accordion-section .show-more-text.minus {
  background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.accordion-section-container .show-more-accordion {
  color: #93cd3f;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0 0 0;
  display: inline-block;
  background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: right 1px;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .accordion-section-container {
    max-width: 100%;
    box-sizing: border-box;
  }
  .accordion-section-container.grey {
    background-color: #f9f9f9 !important;
  }
  .accordion-section-container .accordion-section {
    padding: 20px;
  }
  .accordion-section-container .accordion-section .row {
    margin: 0 -2%;
    width: 104%;
    box-sizing: border-box;
  }
  .accordion-section-container .accordion-section .row [class^="col"] {
    margin: 0 2%;
    box-sizing: border-box;
  }
  .accordion-section-container .accordion-section .row [class^="col"] .accordion-content-item {
    padding: 10px 0;
  }
  .accordion-section-container .accordion-section .accordion-content-body {
    display: none;
  }
  .accordion-section-container .accordion-section .accordion-content-body.open {
    display: block;
  }
  .accordion-section-container .accordion-section .heading {
    color: #31123f;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 40px 10px 0;
    position: relative;
  }
  .accordion-section-container .accordion-section .heading.minus .plus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading.minus .minus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
    background-position: left 13px center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading.plus .plus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading.plus .minus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
    background-position: left 13px center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading .heading-icon .icon {
    display: none;
  }
  .accordion-section-container .accordion-section .heading .plus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/plus-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading .minus {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("/ClientResources/Images/mobile/minus-icon.svg");
    background-position: left 13px center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .accordion-section-container .accordion-section .heading .heading-label {
    background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    white-space: nowrap;
  }
  .accordion-section-container .show-more-accordion {
    color: #93cd3f;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
    display: inline-block;
    background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding: 0 20px 0 0;
  }
}

.accordion-section-container .accordion-section {
  padding: 5px 90px !important;
}

.ireland-lead-block-column-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

.editor-content, .editor-content-no-padding, .editor-content-center {
  font-family: "Montserrat", sans-serif;
  font-display: sans-serif;
}

.editor-content div, .editor-content-no-padding div, .editor-content-center div {
  clear: both;
}

.editor-content span.purple-text-span, .editor-content-no-padding span.purple-text-span, .editor-content-center span.purple-text-span {
  color: #79378b !important;
}

.editor-content span.purple-text-span a, .editor-content-no-padding span.purple-text-span a, .editor-content-center span.purple-text-span a {
  color: #79378b !important;
  text-decoration: none;
}

.editor-content span.purple-text-span-bold, .editor-content-no-padding span.purple-text-span-bold, .editor-content-center span.purple-text-span-bold {
  color: #79378b !important;
  font-weight: bold;
}

.editor-content span.purple-text-span-bold a, .editor-content-no-padding span.purple-text-span-bold a, .editor-content-center span.purple-text-span-bold a {
  color: #79378b !important;
  font-weight: bold;
  text-decoration: none;
}

.editor-content span.green-text-span, .editor-content-no-padding span.green-text-span, .editor-content-center span.green-text-span {
  color: #93cd3f !important;
}

.editor-content span.green-text-span a, .editor-content-no-padding span.green-text-span a, .editor-content-center span.green-text-span a {
  color: #93cd3f !important;
  text-decoration: none;
}

.editor-content span.green-text-span-bold, .editor-content-no-padding span.green-text-span-bold, .editor-content-center span.green-text-span-bold {
  color: #93cd3f !important;
}

.editor-content span.green-text-span-bold a, .editor-content-no-padding span.green-text-span-bold a, .editor-content-center span.green-text-span-bold a {
  color: #93cd3f !important;
  font-weight: bold;
  text-decoration: none;
}

.editor-content tr, .editor-content-no-padding tr, .editor-content-center tr {
  border: none !important;
}

.editor-content td, .editor-content-no-padding td, .editor-content-center td, .editor-content th, .editor-content-no-padding th, .editor-content-center th {
  padding: 5px 0 !important;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
  color: #808080;
}

.editor-content div.hr, .editor-content-no-padding div.hr, .editor-content-center div.hr {
  margin: 50px 0;
  background: #CCCCCC;
  height: 1px;
  overflow: hidden;
}

.editor-content div.hr, .editor-content-no-padding div.hr, .editor-content-center div.hr {
  margin: 50px 0;
  background: #CCCCCC;
  height: 1px;
  overflow: hidden;
}

.editor-content h1, .editor-content-no-padding h1, .editor-content-center h1, .editor-content h1.purple, .editor-content div.h1, .editor-content-no-padding div.h1, .editor-content-center div.h1, .editor-content div.h1-purple, .editor-content-no-padding div.h1-purple, .editor-content-center div.h1-purple, .editor-content h1.h1-normal-purple, .editor-content div.h1-normal-purple, .editor-content-no-padding div.h1-normal-purple, .editor-content-center div.h1-normal-purple, .editor-content h1.h1-normal, .editor-content div.h1-normal, .editor-content-no-padding div.h1-normal, .editor-content-center div.h1-normal {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #93cd3f;
  margin: 30px 0;
  clear: both;
}

.editor-content h1.h1-normal-purple, .editor-content-no-padding h1.h1-normal-purple, .editor-content-center h1.h1-normal-purple, .editor-content div.h1-normal-purple, .editor-content-no-padding div.h1-normal-purple, .editor-content-center div.h1-normal-purple, .editor-content h1.h1-normal, .editor-content-no-padding h1.h1-normal, .editor-content-center h1.h1-normal, .editor-content div.h1-normal, .editor-content-no-padding div.h1-normal, .editor-content-center div.h1-normal {
  font-weight: normal;
}

.editor-content h1.h1-normal-purple, .editor-content-no-padding h1.h1-normal-purple, .editor-content-center h1.h1-normal-purple, .editor-content div.h1-normal-purple, .editor-content-no-padding div.h1-normal-purple, .editor-content-center div.h1-normal-purple, .editor-content div.h1-purple, .editor-content-no-padding div.h1-purple, .editor-content-center div.h1-purple, .editor-content h1.purple, .editor-content-no-padding h1.purple, .editor-content-center h1.purple {
  color: #79378b;
  clear: both;
}

.editor-content h2, .editor-content-no-padding h2, .editor-content-center h2, .editor-content h2.dark-purple, .editor-content div.h2, .editor-content-no-padding div.h2, .editor-content-center div.h2, .editor-content div.h2-dark-purple, .editor-content-no-padding div.h2-dark-purple, .editor-content-center div.h2-dark-purple {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #79378b;
  margin: 30px 0;
}

.editor-content div.h2-dark-purple, .editor-content-no-padding div.h2-dark-purple, .editor-content-center div.h2-dark-purple, .editor-content h2.dark-purple, .editor-content-no-padding h2.dark-purple, .editor-content-center h2.dark-purple {
  color: #31123f;
}

.editor-content h3, .editor-content-no-padding h3, .editor-content-center h3, .editor-content div.h3, .editor-content-no-padding div.h3, .editor-content-center div.h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  color: #79378b;
  margin: 20px 0;
}

.editor-content h4, .editor-content-no-padding h4, .editor-content-center h4, .editor-content div.h4, .editor-content-no-padding div.h4, .editor-content-center div.h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #79378b;
  margin: 20px 0;
}

.editor-content h5, .editor-content-no-padding h5, .editor-content-center h5, .editor-content div.h5, .editor-content-no-padding div.h5, .editor-content-center div.h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #93cd3f;
  margin: 20px 0;
  text-transform: uppercase;
}

.editor-content h6, .editor-content-no-padding h6, .editor-content-center h6, .editor-content div.h6, .editor-content-no-padding div.h6, .editor-content-center div.h6, .editor-content div.h6-purple, .editor-content-no-padding div.h6-purple, .editor-content-center div.h6-purple {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ccc;
  margin: 20px 0;
}

.editor-content h6 strong, .editor-content-no-padding h6 strong, .editor-content-center h6 strong, .editor-content div.h6 strong, .editor-content-no-padding div.h6 strong, .editor-content-center div.h6 strong, .editor-content div.h6-purple strong, .editor-content-no-padding div.h6-purple strong, .editor-content-center div.h6-purple strong {
  font-weight: 700;
}

.editor-content div.h6-purple, .editor-content-no-padding div.h6-purple, .editor-content-center div.h6-purple {
  color: #31123f;
}

.editor-content div.green-strap-heading, .editor-content-no-padding div.green-strap-heading, .editor-content-center div.green-strap-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #93cd3f;
  margin: 20px 0;
  text-transform: uppercase;
}

.editor-content label, .editor-content-no-padding label, .editor-content-center label {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #808285;
}

.editor-content p, .editor-content-no-padding p, .editor-content-center p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 20px 0;
  clear: both;
}

.editor-content .content-line-break, .editor-content-no-padding .content-line-break, .editor-content-center .content-line-break {
  height: 0;
  overflow: hidden;
}

.editor-content .purple-text, .editor-content-no-padding .purple-text, .editor-content-center .purple-text {
  color: #79378b;
}

.editor-content strong, .editor-content-no-padding strong, .editor-content-center strong, .editor-content b, .editor-content-no-padding b, .editor-content-center b {
  font-weight: 600;
}

.editor-content i, .editor-content-no-padding i, .editor-content-center i, .editor-content em, .editor-content-no-padding em, .editor-content-center em {
  font-style: italic;
}

.editor-content a, .editor-content-no-padding a, .editor-content-center a {
  color: #93cd3f;
  text-decoration: underline;
}

.editor-content .subheading, .editor-content-no-padding .subheading, .editor-content-center .subheading {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.editor-content ul, .editor-content-no-padding ul, .editor-content-center ul {
  padding: 0 0 0 20px;
}

.editor-content ul li, .editor-content-no-padding ul li, .editor-content-center ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
  padding: 0 0 0 10px;
  color: #808285;
  list-style-image: url("/ClientResources/Images/shared/checkmark.svg");
}

.editor-content ol, .editor-content-no-padding ol, .editor-content-center ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

.editor-content ol li, .editor-content-no-padding ol li, .editor-content-center ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
  padding: 0 0 0 10px;
  color: #808285;
}

.editor-content .download-icon, .editor-content-no-padding .download-icon, .editor-content-center .download-icon {
  background-image: url("/ClientResources/Images/shared/download-icon.svg");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 20px 0 20px 45px;
  line-height: 20px;
}

.editor-content .download-icon a, .editor-content-no-padding .download-icon a, .editor-content-center .download-icon a {
  font-weight: 600;
}

.editor-content .download-icon-center, .editor-content-no-padding .download-icon-center, .editor-content-center .download-icon-center {
  background-image: url("/ClientResources/Images/shared/download-icon.svg");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 20px 0 20px 45px;
  line-height: 20px;
  display: inline-block;
  margin: auto;
}

.editor-content .download-icon-center a, .editor-content-no-padding .download-icon-center a, .editor-content-center .download-icon-center a {
  font-weight: 600;
}

.editor-content h1 strong, .editor-content-no-padding h1 strong, .editor-content-center h1 strong, .editor-content h1 b, .editor-content-no-padding h1 b, .editor-content-center h1 b, .editor-content h1.purple strong, .editor-content-no-padding h1.purple strong, .editor-content h1.purple b, .editor-content-no-padding h1.purple b, .editor-content div.h1 strong, .editor-content-no-padding div.h1 strong, .editor-content-center div.h1 strong, .editor-content div.h1 b, .editor-content-no-padding div.h1 b, .editor-content-center div.h1 b, .editor-content div.h1-purple strong, .editor-content-no-padding div.h1-purple strong, .editor-content-center div.h1-purple strong, .editor-content div.h1-purple b, .editor-content-no-padding div.h1-purple b, .editor-content-center div.h1-purple b, .editor-content h1.h1-normal-purple strong, .editor-content-no-padding h1.h1-normal-purple strong, .editor-content h1.h1-normal-purple b, .editor-content-no-padding h1.h1-normal-purple b, .editor-content div.h1-normal-purple strong, .editor-content-no-padding div.h1-normal-purple strong, .editor-content-center div.h1-normal-purple strong, .editor-content div.h1-normal-purple b, .editor-content-no-padding div.h1-normal-purple b, .editor-content-center div.h1-normal-purple b, .editor-content h1.h1-normal strong, .editor-content-no-padding h1.h1-normal strong, .editor-content h1.h1-normal b, .editor-content-no-padding h1.h1-normal b, .editor-content div.h1-normal strong, .editor-content-no-padding div.h1-normal strong, .editor-content-center div.h1-normal strong, .editor-content div.h1-normal b, .editor-content-no-padding div.h1-normal b, .editor-content-center div.h1-normal b, .editor-content h2 strong, .editor-content-no-padding h2 strong, .editor-content-center h2 strong, .editor-content h2 b, .editor-content-no-padding h2 b, .editor-content-center h2 b, .editor-content h2.dark-purple strong, .editor-content-no-padding h2.dark-purple strong, .editor-content h2.dark-purple b, .editor-content-no-padding h2.dark-purple b, .editor-content div.h2 strong, .editor-content-no-padding div.h2 strong, .editor-content-center div.h2 strong, .editor-content div.h2 b, .editor-content-no-padding div.h2 b, .editor-content-center div.h2 b, .editor-content div.h2-dark-purple strong, .editor-content-no-padding div.h2-dark-purple strong, .editor-content-center div.h2-dark-purple strong, .editor-content div.h2-dark-purple b, .editor-content-no-padding div.h2-dark-purple b, .editor-content-center div.h2-dark-purple b, .editor-content h3 strong, .editor-content-no-padding h3 strong, .editor-content-center h3 strong, .editor-content h3 b, .editor-content-no-padding h3 b, .editor-content-center h3 b, .editor-content div.h3 strong, .editor-content-no-padding div.h3 strong, .editor-content-center div.h3 strong, .editor-content div.h3 b, .editor-content-no-padding div.h3 b, .editor-content-center div.h3 b, .editor-content h4 strong, .editor-content-no-padding h4 strong, .editor-content-center h4 strong, .editor-content h4 b, .editor-content-no-padding h4 b, .editor-content-center h4 b, .editor-content div.h4 strong, .editor-content-no-padding div.h4 strong, .editor-content-center div.h4 strong, .editor-content div.h4 b, .editor-content-no-padding div.h4 b, .editor-content-center div.h4 b, .editor-content h5 strong, .editor-content-no-padding h5 strong, .editor-content-center h5 strong, .editor-content h5 b, .editor-content-no-padding h5 b, .editor-content-center h5 b, .editor-content div.h5 strong, .editor-content-no-padding div.h5 strong, .editor-content-center div.h5 strong, .editor-content div.h5 b, .editor-content-no-padding div.h5 b, .editor-content-center div.h5 b, .editor-content h6 strong, .editor-content-no-padding h6 strong, .editor-content-center h6 strong, .editor-content h6 b, .editor-content-no-padding h6 b, .editor-content-center h6 b, .editor-content div.h6 strong, .editor-content-no-padding div.h6 strong, .editor-content-center div.h6 strong, .editor-content div.h6 b, .editor-content-no-padding div.h6 b, .editor-content-center div.h6 b, .editor-content div.h6-purple strong, .editor-content-no-padding div.h6-purple strong, .editor-content-center div.h6-purple strong, .editor-content div.h6-purple b, .editor-content-no-padding div.h6-purple b, .editor-content-center div.h6-purple b {
  font-weight: 800;
}

.editor-content-center {
  text-align: center;
}

.editor-content-no-padding h1, .editor-content-no-padding h2, .editor-content-no-padding h3, .editor-content-no-padding h4, .editor-content-no-padding h5, .editor-content-no-padding h6, .editor-content-no-padding div, .editor-content-no-padding p {
  margin: 0 !important;
}

.editor-content p, .editor-content-center p, .editor-content-no-padding p {
  clear: both;
}

.editor-content p strong, .editor-content-center p strong, .editor-content-no-padding p strong {
  font-weight: 600;
}

.editor-strapline-container {
  text-align: center;
}

.editor-strapline-container p {
  color: #31123f;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
}

.editor-strapline-container p strong {
  font-weight: 600;
}

.editor-strapline-container a {
  color: #93cd3f;
  text-decoration: underline;
}

.paragraph-only-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.paragraph-only-heading p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.paragraph-only-heading p strong {
  font-weight: 600;
}

.paragraph-only p {
  color: #31123f;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
}

.paragraph-only p strong {
  font-weight: 600;
}

.paragraph-only a {
  color: #93cd3f;
}

.call-to-action-paragraph-only {
  color: #31123f;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
}

.call-to-action-paragraph-only p {
  color: #31123f;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
}

.call-to-action-paragraph-only p strong {
  font-weight: 600;
}

.call-to-action-paragraph-only a {
  color: #93cd3f;
}

.digital-out-id-item-block-paragraph-only {
  font-size: 12px;
  line-height: 16px;
  color: #808285;
}

.digital-out-id-item-block-paragraph-only p {
  font-size: 12px;
  line-height: 16px;
  color: #808285;
}

.digital-out-id-item-block-paragraph-only p strong {
  font-weight: 600;
}

.digital-out-id-item-block-paragraph-only a {
  color: #93cd3f;
}

@media screen and (max-width: 1000px) {
  .editor-content h1, .editor-content-center h1, .editor-content-no-padding h1, .editor-content h1.purple, .editor-content div.h1, .editor-content-center div.h1, .editor-content-no-padding div.h1, .editor-content div.h1-purple, .editor-content-center div.h1-purple, .editor-content-no-padding div.h1-purple {
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    color: #93cd3f;
    margin: 30px 0;
  }
  .editor-content div.h1-purple, .editor-content-center div.h1-purple, .editor-content-no-padding div.h1-purple, .editor-content h1.purple, .editor-content-center h1.purple, .editor-content-no-padding h1.purple {
    color: #79378b;
  }
  .editor-content h2, .editor-content-center h2, .editor-content-no-padding h2, .editor-content h2.dark-purple, .editor-content div.h2, .editor-content-center div.h2, .editor-content-no-padding div.h2, .editor-content div.h2-dark-purple, .editor-content-center div.h2-dark-purple, .editor-content-no-padding div.h2-dark-purple {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #79378b;
    margin: 30px 0;
  }
  .editor-content div.h2-dark-purple, .editor-content-center div.h2-dark-purple, .editor-content-no-padding div.h2-dark-purple, .editor-content h2.dark-purple, .editor-content-center h2.dark-purple, .editor-content-no-padding h2.dark-purple {
    color: #31123f;
  }
  .editor-content h3, .editor-content-center h3, .editor-content-no-padding h3, .editor-content div.h3, .editor-content-center div.h3, .editor-content-no-padding div.h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #79378b;
    margin: 20px 0;
  }
  .editor-content h4, .editor-content-center h4, .editor-content-no-padding h4, .editor-content div.h4, .editor-content-center div.h4, .editor-content-no-padding div.h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    color: #79378b;
    margin: 20px 0;
  }
  .editor-content h5, .editor-content-center h5, .editor-content-no-padding h5, .editor-content div.h5, .editor-content-center div.h5, .editor-content-no-padding div.h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    color: #93cd3f;
    margin: 20px 0;
    text-transform: uppercase;
  }
  .editor-content h6, .editor-content-center h6, .editor-content-no-padding h6, .editor-content div.h6, .editor-content-center div.h6, .editor-content-no-padding div.h6, .editor-content div.h6-purple, .editor-content-center div.h6-purple, .editor-content-no-padding div.h6-purple {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
    margin: 20px 0;
  }
  .editor-content h6 strong, .editor-content-center h6 strong, .editor-content-no-padding h6 strong, .editor-content div.h6 strong, .editor-content-center div.h6 strong, .editor-content-no-padding div.h6 strong, .editor-content div.h6-purple strong, .editor-content-center div.h6-purple strong, .editor-content-no-padding div.h6-purple strong {
    font-weight: 700;
  }
  .editor-content div.h6-purple, .editor-content-center div.h6-purple, .editor-content-no-padding div.h6-purple {
    color: #31123f;
  }
  .editor-content div.green-strap-heading, .editor-content-center div.green-strap-heading, .editor-content-no-padding div.green-strap-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #93cd3f;
    margin: 20px 0;
    text-transform: uppercase;
  }
  .editor-content label, .editor-content-center label, .editor-content-no-padding label {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #808285;
  }
  .editor-content p, .editor-content-center p, .editor-content-no-padding p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #808285;
    margin: 20px 0;
    clear: both;
  }
  .editor-content .content-line-break, .editor-content-center .content-line-break, .editor-content-no-padding .content-line-break {
    height: 0;
    overflow: hidden;
  }
  .editor-content .purple-text, .editor-content-center .purple-text, .editor-content-no-padding .purple-text {
    color: #79378b;
  }
  .editor-content strong, .editor-content-center strong, .editor-content-no-padding strong, .editor-content b, .editor-content-center b, .editor-content-no-padding b {
    font-weight: 600;
  }
  .editor-content a, .editor-content-center a, .editor-content-no-padding a {
    color: #93cd3f;
  }
  .editor-content .subheading, .editor-content-center .subheading, .editor-content-no-padding .subheading {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #31123f;
  }
  .editor-strapline-container p {
    color: #31123f;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
  }
  .editor-strapline-container a {
    color: #93cd3f;
  }
}

body.no-scroll {
  overflow: hidden;
}

.promotion-page-heading, .refer-and-earn-heading {
  display: none;
}

.survey-section-container {
  min-height: calc(100vh - 131px);
}

.survey-section-container .survey-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.survey-section-container .survey-section .questions-header {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #808285;
  padding: 0 0 10px 0;
  display: block;
}

.survey-section-container .survey-section .questions-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #808285;
  padding: 0 0 10px 0;
  display: block;
}

.survey-section-container .survey-section .helper-text {
  text-align: left;
}

.survey-section-container .survey-section .company-survey-content-item {
  display: none;
}

.survey-section-container .survey-section .company-survey-content-item.default-show {
  display: block;
}

.survey-section-container .survey-section .loader {
  display: none;
  text-align: center;
  position: relative;
  width: 500px;
  margin: auto;
  height: calc(100vh - 213px);
}

.survey-section-container .survey-section .loader .cell {
  display: table-cell;
  vertical-align: middle;
}

.survey-section-container .survey-section .survey-complete {
  display: table;
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  height: calc(100vh - 213px);
}

.survey-section-container .survey-section .survey-complete .cell {
  display: table-cell;
  vertical-align: middle;
}

.survey-section-container .survey-section .survey-complete .social-share img {
  width: 44px;
  margin: 7px;
}

.survey-section-container .survey-section .survey-complete .social-question {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 20px 0;
}

.survey-section-container .survey-section .survey-complete .social-answers {
  padding: 20px 0;
}

.survey-section-container .survey-section .survey-complete .social-answers [type="radio"]:not(:checked) + span, .survey-section-container .survey-section .survey-complete .social-answers [type="radio"]:checked + span {
  color: #31123f;
  margin-left: 16px;
}

.survey-section-container .survey-section .survey-complete .social-answers [type="radio"] + span:before {
  transform: scale(1.5);
  border: 1px solid #e2e2e2;
}

.survey-section-container .survey-section .survey-complete .social-answers [type="radio"] + span:after {
  transform: scale(1.5);
  border: 1px solid #e2e2e2;
}

.survey-section-container .survey-section .survey-complete .standalone-checkbox {
  float: left;
  position: relative;
}

.survey-section-container .survey-section .survey-complete .standalone-checkbox-label {
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 44px;
  color: #808285;
  height: 50px;
}

.survey-section-container .survey-section .survey-complete .social-info-text {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #808285;
  margin: 20px 0;
  clear: both;
}

.survey-section-container .survey-section .survey-complete .tooltip-hover-text {
  content: "i";
  position: relative;
  background: #93cd3f;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0 0 10px;
}

.survey-section-container .survey-section .survey-complete .tooltip-hover-text .tooltip-text {
  bottom: 33px;
  min-width: 300px;
  right: -18px;
  letter-spacing: normal;
}

.survey-section-container .survey-section .button-align {
  text-align: center;
}

.survey-section-container .survey-section .survey-section-column {
  max-width: 955px;
}

.survey-section-container .survey-section .survey-section-column .hidden-group {
  display: none;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group textarea {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  height: 145px;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  resize: none;
  overflow: hidden;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group textarea:focus {
  outline-width: 0;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .radio-survey-label {
  margin-top: 5px;
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 14px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .radio-survey-label.selected {
  background: radial-gradient(100% 98.4% at 0% 97.47%, #4C1759 20.85%, #7A378B 77.12%);
  color: #fff;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .helper-text {
  padding: 10px 0 0 0;
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .survey-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #808285;
  padding: 0 0 10px 0;
  display: block;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .survey-label strong {
  font-weight: bold;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .survey-input-container {
  padding: 15px 0 40px 0;
}

.survey-section-container .survey-section .survey-section-column .survey-form-group .survey-input-container .radio-survey-label {
  min-width: 160px;
  text-align: center;
}

.refer-and-earn-heading {
  padding: 25px 23px;
  font-size: 30px;
  position: relative;
  text-align: center;
  color: #79378b;
  margin-bottom: 35px;
}

.refer-and-earn-container .input-field {
  margin-bottom: 2rem;
}

.refer-and-earn-container.grey {
  background: #f9f9f9 !important;
}

.refer-and-earn-container .messages {
  display: none;
}

.refer-and-earn-container .loader {
  position: relative;
  display: table;
  text-align: center;
  box-sizing: border-box;
  min-height: calc(100vh - 131px);
  width: 100%;
  display: none;
}

.refer-and-earn-container .loader .cell {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  display: table-cell;
}

.refer-and-earn-container .refer-and-earn-section {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.refer-and-earn-container .refer-and-earn-section button:focus, .refer-and-earn-container .refer-and-earn-section a:focus {
  outline: #72bf44 solid;
}

.refer-and-earn-container .refer-and-earn-section label {
  text-align: left;
}

.refer-and-earn-container .refer-and-earn-section .input-field i.tooltip {
  letter-spacing: 1px !important;
  letter-spacing: -1px\9  !important;
}

.refer-and-earn-container .refer-and-earn-section .button-link {
  min-width: 130px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-referrer-section {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  min-height: calc(100vh - 221px);
  width: 100%;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-referrer-section .id-number-input-field {
  width: 230px;
  margin: 30px auto 1rem auto;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-referrer-section .editor-content img {
  max-width: 500px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-button-section-heading {
  text-align: center;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-button-section-heading label {
  font-size: 18px;
  color: #31123f;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-button-section-validation {
  text-align: center;
  padding: 0 0 30px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list {
  margin: 35px 0 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection {
  height: 100px;
  width: 150px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  opacity: .97;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  position: relative;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection .text-area {
  position: absolute;
  top: 61px;
  text-align: center;
  right: 10px;
  left: 10px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection .icon-area {
  position: absolute;
  top: 25px;
  text-align: center;
  left: 0;
  right: 0;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection .active-image {
  display: none;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection.active {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection.active .active-image {
  display: inline-block;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection.active .inactive-image {
  display: none;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection:hover .active-image {
  display: inline-block;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection:hover .inactive-image {
  display: none;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection:focus {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  outline-color: #93cd3f;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection.active:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5) inset;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-refer-form-section .product-list .product-type-selection.active:focus {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5) inset;
  outline-color: #72bf44;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper {
  display: flex;
  justify-content: center;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content {
  max-width: 1000px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .terms {
  text-align: center;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .action-buttons {
  margin-top: 50px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .editor-content-message ol {
  text-align: left;
  counter-reset: li;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .editor-content-message li {
  position: relative;
  padding: 5px 0 5px 40px;
  line-height: 30px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .editor-content-message li:before {
  content: counter(li);
  counter-increment: li;
  height: 30px;
  width: 30px;
  background: linear-gradient(180deg, #b3dc79 31.77%, #93cd3f 73.96%) !important;
  border-radius: 50%;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .reference-number {
  margin-left: 50px;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .reference-number p {
  color: #808285;
  text-align: left;
  font-weight: 500;
}

.refer-and-earn-container .refer-and-earn-section .refer-and-earn-completed-section .editor-content-wrapper .editor-content .reference-number p b {
  color: #79378b;
}

.promotion-container {
  min-height: calc(100vh - 131px);
}

.promotion-container .input-field .helper-text {
  display: initial;
}

.promotion-container .input-field .helper-text.field-validation-error {
  display: block;
}

.promotion-container.grey {
  background: #f9f9f9 !important;
}

.promotion-container .messages {
  display: none;
}

.promotion-container i.tooltip {
  content: "i";
  position: relative;
  background: #93cd3f;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
}

.promotion-container .tooltip-text {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  bottom: 30px;
  right: -18px;
  z-index: 9;
  width: 270px;
}

.promotion-container .tooltip-text:after {
  top: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.promotion-container .loader {
  position: relative;
  display: table;
  text-align: center;
  box-sizing: border-box;
  min-height: calc(100vh - 131px);
  width: 100%;
  display: none;
}

.promotion-container .loader .cell {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  display: table-cell;
}

.promotion-container .promotion-section {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
  min-height: calc(100vh - 131px);
}

.promotion-container .promotion-section .promotion-banking-details {
  display: none;
}

.promotion-container .promotion-section .align-left {
  text-align: left;
}

.promotion-container .promotion-section .label-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
  padding: 0 0 5px 0;
}

.promotion-container .promotion-section .label-text.extra-padding {
  padding: 0 0 50px 0;
}

.promotion-container .promotion-section .upload-input-type {
  display: none;
}

.promotion-container .promotion-section .extra-padding {
  padding-top: 117px;
}

.promotion-container .promotion-section .extra-padding .helper-text {
  padding-top: 15px;
}

.promotion-container .promotion-section .promotion-centered-section {
  position: relative;
  display: table;
  text-align: center;
  box-sizing: border-box;
  min-height: calc(100vh - 241px);
  width: 100%;
}

.promotion-container .promotion-section .promotion-centered-section.ajax-message {
  display: none;
}

.promotion-container .promotion-section .promotion-centered-section .cell {
  display: table-cell;
  vertical-align: middle;
}

.promotion-container .promotion-section .promotion-centered-section .cell .otp-input {
  width: 260px;
  color: #93cd3f;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 55px;
  height: auto;
  letter-spacing: 20px;
  padding-left: 20px;
  text-align: center;
  height: 55px;
}

.promotion-container .promotion-section .promotion-centered-section .cell .otp-input::placeholder {
  font-weight: 800;
}

.promotion-container .promotion-section .promotion-centered-section .cell .otp-input:-ms-input-placeholder {
  font-weight: 800;
  color: #808285;
}

.promotion-container .promotion-section .promotion-centered-section .cell .otp-input::-ms-input-placeholder {
  font-weight: 800;
  color: #808285;
}

.promotion-container .promotion-section .promotion-centered-section .cell .button-link {
  min-width: 130px;
}

.promotion-container .promotion-section .promotion-form-section {
  display: none;
  text-align: center;
}

.promotion-container .promotion-section .promotion-form-section .dark-sub-heading {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
  margin: 20px 0;
}

.promotion-container .promotion-section .promotion-form-section .form-split {
  max-width: 405px;
  display: inline-block;
  margin: 15px;
  width: calc(50% - 35px);
  vertical-align: top;
}

.promotion-container .promotion-section .promotion-form-section .form-split .input-field {
  padding-bottom: 15px;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-block {
  background: #FFFFFF;
  border: 1px dashed #CCCCCC;
  box-sizing: border-box;
  border-radius: 10px;
  height: 105px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: table;
  width: 100%;
  margin: 20px 0;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-block .cell {
  display: table-cell;
  height: 105px;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-block .cell .heading {
  color: #93cd3f;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  background-image: url("/ClientResources/Images/shared/small-upload-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 0 0 25px;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-block .cell .content {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #808285;
  margin: 5px 0 0 0;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block {
  height: 107px;
  background: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0 30px 0 108px;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  cursor: pointer;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block .staff-helping-sa-out {
  background-image: url("/ClientResources/Images/shared/staff-helping-sa-out-purple.svg");
  background-repeat: no-repeat;
  background-position: 30px center;
  position: absolute;
  width: 107px;
  height: 107px;
  left: 0;
  top: 0;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block .funds-in-account {
  background-image: url("/ClientResources/Images/shared/funds-in-account-purple.svg");
  background-repeat: no-repeat;
  background-position: 30px center;
  position: absolute;
  width: 107px;
  height: 107px;
  left: 0;
  top: 0;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block .cell {
  display: table-cell;
  height: 108px;
  vertical-align: middle;
  color: #31123f;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block.selected {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block.selected .staff-helping-sa-out {
  background-image: url("/ClientResources/Images/shared/staff-helping-sa-out-white.svg");
  background-repeat: no-repeat;
  background-position: 30px center;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block.selected .funds-in-account {
  background-image: url("/ClientResources/Images/shared/funds-in-account-white.svg");
  background-repeat: no-repeat;
  background-position: 30px center;
}

.promotion-container .promotion-section .promotion-form-section .form-split .radio-button-block.selected .cell {
  display: table-cell;
  height: 108px;
  vertical-align: middle;
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-list {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
}

.promotion-container .promotion-section .promotion-form-section .form-split .upload-list .success {
  background-image: url("/ClientResources/Images/shared/upload-success.svg");
  background-repeat: no-repeat;
  padding: 5px 0 4px 39px;
}

.promotion-container .promotion-section .promotion-form-section .password-modal-shadow {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.promotion-container .promotion-section .promotion-form-section .password-modal {
  overflow: auto;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 25%;
}

.promotion-container .promotion-section .promotion-form-section .password-modal .password-modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.promotion-container .promotion-section .promotion-form-section .password-modal .password-modal-header h3 {
  text-align: left;
}

.promotion-container .promotion-section .promotion-form-section .password-modal .password-modal-header .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.promotion-container .promotion-section .promotion-form-section .password-modal .password-modal-header .close:hover, .promotion-container .promotion-section .promotion-form-section .password-modal .password-modal-header .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.promotion-container .promotion-section .promotion-form-section .password-modal .password-input {
  display: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 1500px) {
  .promotion-container .promotion-section .promotion-form-section .password-modal {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .promotion-container .promotion-section .promotion-form-section .password-modal {
    width: 75%;
  }
}

.ajax-error-content {
  text-align: center;
}

.ajax-error-content.absolute-pos {
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.ajax-error-content .not-found-page-content-section {
  box-sizing: border-box;
  margin: auto;
  display: table;
  height: 100%;
}

.ajax-error-content .not-found-page-content-section .cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.cookie-policy {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background: #4c1759;
  background: linear-gradient(0deg, #4c1759 0%, #7a378b 100%);
  z-index: 9999999;
}

.cookie-policy .content {
  max-width: 1366px;
  margin: auto;
  padding: 25px 40px;
  color: #fff;
  position: relative;
  height: 100px;
}

.cookie-policy .content .heading {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  display: inline-block;
}

.cookie-policy .content .info-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.cookie-policy .content a {
  color: #fff;
  text-decoration: underline;
}

.cookie-policy .dismiss-button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 27px;
  padding: 13px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
}

.ie-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999999;
  display: table;
  height: 100%;
  width: 100%;
}

.ie-popup-overlay .ie-popup-section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.ie-popup-overlay .ie-popup-section .icon {
  height: 100px;
  margin: 35px;
}

.ie-popup-overlay .ie-popup-section .container {
  width: 680px;
  background: #FFF;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.ie-popup-overlay .ie-popup-section .container .close {
  position: absolute;
  background-image: url("/ClientResources/Images/mobile/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.ie-popup-overlay .ie-popup-section .container .content-section {
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.ie-popup-overlay .ie-popup-section .container .content-section .fixed-width {
  min-width: 190px;
}

body.active-cookie-policy {
  margin: 0 0 100px 0 !important;
}

.inspection-centres-section-container .mobile-show-map-toggle {
  display: none;
}

.inspection-centres-section-container .inspection-centres-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.inspection-centres-section-container .inspection-centres-section .map-container {
  height: 940px;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  background: #f3f3f3;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  z-index: 2;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .heading {
  background: radial-gradient(100% 98.4% at 0% 97.47%, #4C1759 20.85%, #7A378B 77.12%);
  padding: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  height: 100px;
  display: table;
  width: 100%;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .heading .heading-content {
  display: table-cell;
  vertical-align: middle;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form {
  padding: 30px 20px;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .intro-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #31123f;
  position: relative;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .intro-text .tooltip-area {
  display: inline-block;
  position: relative;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .intro-text .tooltip-area i.tooltip {
  content: "i";
  position: relative;
  top: 0;
  right: 0;
  background: #93cd3f;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  letter-spacing: -1px;
  font-style: normal !important;
  display: inline-block;
  font-weight: normal;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .intro-text .tooltip-area .tooltip-text {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  bottom: 30px;
  right: -18px;
  z-index: 9;
  width: 300px;
  text-align: center;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons {
  padding: 20px 0 40px;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button {
  height: 132px;
  width: calc(33% - 10px);
  float: left;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button:first-child {
  margin: 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button:nth-last-child(2) {
  margin: 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button .fitment-centres {
  background-image: url("/ClientResources/Images/shared/fitment-centres.svg");
  background-repeat: no-repeat;
  background-position: center 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button .inspection-centres {
  background-image: url("/ClientResources/Images/shared/inspection-centres.svg");
  background-repeat: no-repeat;
  background-position: center 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button .text {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #31123f;
  position: absolute;
  top: 80px;
  left: 10px;
  right: 10px;
  letter-spacing: -.5px;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button.selected {
  background: linear-gradient(180deg, #93CD3F 31.77%, #72BF44 73.96%);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button.selected .text {
  color: #fff;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button.selected .fitment-centres {
  background-image: url("/ClientResources/Images/shared/fitment-centres-active.svg");
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button.selected .inspection-centres {
  background-image: url("/ClientResources/Images/shared/inspection-centres-active.svg");
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response {
  position: absolute;
  background: #fff;
  top: 100px;
  bottom: 0;
  height: calc(100% - 100px);
  z-index: 3;
  width: 100%;
  display: none;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-result-heading {
  padding: 20px;
  background: #fff;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-result-heading .inspection-centres-back {
  background-image: url("/ClientResources/Images/shared/arrow-left.svg");
  color: #93cd3f;
  background-repeat: no-repeat;
  padding: 1px 0 0 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  background-position: left center;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-result-heading .results-text {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
  padding: 0 0 5px 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-result-heading .results-info {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #31123f;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items {
  position: absolute;
  bottom: 0;
  top: 130px;
  height: 710px;
  overflow-x: auto;
  width: 100%;
  background: #F6F6F6;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items::-webkit-scrollbar {
  width: 8px;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items::-webkit-scrollbar-thumb {
  background-color: #93CD3F;
  outline: 1px solid slategrey;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item {
  padding: 20px 20px 0 20px;
  background: #F6F6F6;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item:hover {
  background: #CCCCCC;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #4c1759;
  padding: 0 0 5px 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #58595B;
  padding: 0 0 10px 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-number {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #31123f;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-number span {
  width: 30%;
  color: #4c1759;
  font-weight: normal;
  display: inline-block;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-email {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #31123f;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .item-email span {
  width: 30%;
  color: #4c1759;
  font-weight: normal;
  display: inline-block;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .button-link {
  margin: 15px 0 5px 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .padded {
  padding: 20px 0 0 0;
}

.inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-response .inspection-centres-response-items .item .padded.border {
  border-bottom: 1px solid #ccc;
}

.inspection-centres-section-container .inspection-centres-section .map-container .map-section {
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.gmap-company-marker {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #cb3a35;
  margin: -40px 0 0 15px !important;
}

.mobile-block {
  display: none !important;
}

.mobile-navigation-menu-open, .mobile-boxed-header {
  display: none;
}

header {
  position: fixed;
  background: #fafafa;
  box-shadow: 3px 2px 24px rgba(0, 0, 0, 0.15);
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 999999;
}

header .mobile-navigation-buttons {
  display: none;
}

header .curve {
  position: absolute;
  height: 25px;
  width: 120px;
  bottom: -25px;
  left: 25px;
  z-index: 2;
  background-image: url("/ClientResources/Images/desktop/curve-small.svg");
  background-position: -2px -15px;
  background-repeat: no-repeat;
}

header .shadow {
  position: absolute;
  width: 50px;
  height: 50px;
  box-shadow: 0 50px 35px -6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: -90px;
  left: 60px;
  z-index: 1;
}

header .header-height {
  height: 131px;
}

header .shadow-boxed-header {
  max-width: 1366px;
  position: relative;
  margin: auto;
}

header .boxed-header {
  max-width: 1366px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  z-index: 2;
  background: #fafafa;
}

header .boxed-header .logo {
  margin: 20px 0 0 39px;
  display: inline-block;
}

header .boxed-header .logo.simple-navigation-display {
  height: fit-content;
}

header .boxed-header .logo.simple-navigation-display img {
  height: 30px;
  width: auto;
}

header .boxed-header .bar {
  position: absolute;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  top: 65px;
  right: 0;
  width: calc(100% - 180px);
}

header .boxed-header .quote-number {
  pointer-events: none;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  color: #79378b;
  text-decoration: none;
  position: absolute;
  right: 590px;
  top: 13px;
}

header .boxed-header .quote-number.mobile-number {
  display: none;
}

header .boxed-header .quote-number.desktop-number {
  right: 50px;
}

header .boxed-header .ov-start-a-quote, header .boxed-header .start-a-quote, header .boxed-header .new-claim {
  height: 45px;
  width: 173px;
  display: inline-block;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
}

header .boxed-header .ov-start-a-quote:hover, header .boxed-header .start-a-quote:hover, header .boxed-header .new-claim:hover {
  background: linear-gradient(180deg, #b3dc79 31.77%, #93cd3f 73.96%) !important;
}

header .boxed-header .start-a-quote {
  position: absolute;
  top: 10px;
  right: 390px;
}

header .boxed-header .new-claim {
  position: absolute;
  top: 10px;
  right: 207px;
}

header .boxed-header .login-button {
  height: 45px;
  display: inline-block;
  box-sizing: border-box;
  top: 10px;
  right: 0;
  position: absolute;
  border-left: 2px solid #e2e2e2;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #31123f;
  text-decoration: none;
  line-height: 45px;
  background-image: url("/ClientResources/Images/desktop/login-icon.svg");
  background-repeat: no-repeat;
  background-position: 30px 7px;
  padding: 0 0 0 80px;
}

header .boxed-header .ov-start-a-quote {
  position: absolute;
  top: 10px;
  right: 245px;
}

header .boxed-header .ov-login-button {
  height: 45px;
  display: inline-block;
  box-sizing: border-box;
  top: 10px;
  right: 0;
  position: absolute;
  border-left: 2px solid #e2e2e2;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #31123f;
  text-decoration: none;
  line-height: 45px;
  background-image: url("/ClientResources/Images/desktop/login-icon.svg");
  background-repeat: no-repeat;
  background-position: 30px 7px;
  padding: 0 0 0 80px;
}

header .header-nav {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  bottom: 0;
  left: 180px;
}

header .header-nav li {
  float: left;
  display: block;
  padding: 20px 16px 22px;
  box-sizing: border-box;
  color: #31123f;
}

header .header-nav li strong {
  font-weight: 800;
}

header .header-nav li a {
  color: #31123f;
}

header .header-nav li:first-child {
  padding-left: 0;
}

header .purple-background-colour-type.mobile-header-spacing {
  background: #79378b;
}

header .purple-background-colour-type.mobile-header-spacing .header-height {
  background: #79378b;
}

header .purple-background-colour-type .header-nav li {
  color: #fff;
}

header .purple-background-colour-type .header-nav li a {
  color: #fff;
}

header .simple-navigation-display {
  height: 70px;
}

header .simple-navigation-display.mobile-header-spacing .header-height {
  height: 70px;
}

header .right-alignment-type .header-nav {
  left: auto;
  right: 10%;
}

.nav-section {
  display: none;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  top: 131px;
  z-index: 999999999;
  border-top: 1.5px solid #e2e2e2;
}

.nav-section:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  height: 20px;
  left: 0;
  box-shadow: 3px 2px 24px rgba(0, 0, 0, 0.15);
}

.nav-section .pos {
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
  left: 0;
  background: #fafafa;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

.nav-section .nav-curve {
  background-image: url("/ClientResources/Images/desktop/curve.png");
  z-index: 9999999999;
  position: absolute;
  height: 20px;
  width: 80px;
  background-position: center 0;
  background-repeat: no-repeat;
  top: -2px;
  display: none;
}

.nav-section .outer-pos {
  max-width: 1366px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  z-index: 9999999999;
}

.nav-section .nav-column {
  width: 25%;
  padding: 60px 0 52px 98px;
  float: left;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #31123f;
}

.nav-section .nav-column strong.main-heading {
  font-family: "Montserrat", sans-serif;
  font-display: sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  margin: 20px 0 0 0;
}

.nav-section .nav-column strong.main-heading .main-heading-icon {
  position: absolute;
  top: -7px;
  left: -50px;
  height: 32px;
  width: 32px;
}

.nav-section .nav-column strong.main-heading .main-heading-icon img {
  max-height: 32px;
  max-width: 32px;
}

.nav-section .nav-column li {
  line-height: 20px;
  margin: 20px 0;
}

.nav-section .nav-column li:first-child strong.main-heading {
  height: 40px;
  margin: 0;
}

.nav-section .nav-column strong a:hover {
  text-decoration: none;
}

.nav-section .nav-column a {
  color: #31123f;
  text-decoration: none;
}

.nav-section .nav-column a:hover {
  font-weight: 600;
}

.nav-section .nav-column p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0;
}

.nav-section .nav-column p a {
  color: #93cd3f;
  text-decoration: underline;
}

.main-content {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 133px 0 0 0;
}

.main-content.short {
  margin: 0 auto;
}

.main-content.simple-navigation-display {
  padding-top: 70px;
}

.why-us {
  text-align: center;
  padding: 32px 0 57px;
}

.why-us .heading-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #93cd3f;
  text-transform: uppercase;
}

.why-us .content {
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  max-width: 800px;
  margin: auto;
}

.digital-out-id {
  background-color: #f9f9f9 !important;
  height: 842px;
  overflow: hidden;
  position: relative;
}

.digital-out-id .content {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  height: 20px;
  padding: 70px 90px 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.digital-out-id .content .logo-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #93cd3f;
  text-transform: uppercase;
  position: relative;
  background-image: url("/ClientResources/Images/shared/out-id-logo.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding: 5px 120px 5px 0;
  display: inline-block;
}

.digital-out-id .content .content-image {
  height: 600px;
  width: 700px;
  background-position: center -35px;
  background-repeat: no-repeat;
  margin: auto;
}

.digital-out-id .content ul {
  position: absolute;
  left: 48%;
  top: 280px;
  list-style: none;
}

.digital-out-id .content ul.left {
  margin: -20px 0 0 -580px;
}

.digital-out-id .content ul.left li {
  list-style: none;
}

.digital-out-id .content ul.left li .content-block {
  text-align: right;
  float: right;
}

.digital-out-id .content ul.left li .content-block p {
  font-size: 12px;
  line-height: 16px;
}

.digital-out-id .content ul.right {
  margin: -80px 0 0 310px;
}

.digital-out-id .content ul.right li {
  list-style: none;
}

.digital-out-id .content ul.right li .content-block {
  text-align: left;
  float: left;
}

.digital-out-id .content ul.right li .content-block p {
  font-size: 12px;
  line-height: 16px;
}

.digital-out-id .content ul li {
  transform: scale(1.5);
  transition: all .5s;
  opacity: 0;
  clear: both;
}

.digital-out-id .content ul li.animate {
  transform: scale(1);
  opacity: 1;
}

.digital-out-id .content ul li.static {
  transition: all 0s;
  transform: scale(1);
  opacity: 1;
}

.digital-out-id .content ul li .content-block {
  max-width: 215px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 16px 0;
  padding: 20px;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  display: inline-block;
}

.digital-out-id .content ul li .content-block strong {
  color: #31123f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 0 5px 0;
  display: block;
}

.digital-out-id .content ul li .content-block p {
  margin: 0 0;
}

.digital-out-id .app-download-buttons {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.digital-out-id .app-download-buttons a {
  text-decoration: none;
}

.digital-out-id .app-download-buttons img {
  height: 45px;
}

.teaser {
  width: 100%;
}

.teaser.grey {
  background-color: #f9f9f9 !important;
}

.teaser .teaser-content {
  max-width: 1366px;
  margin: auto;
}

.teaser div .richtext-content {
  padding: 0 90px;
}

.teaser div .richtext-content.left {
  float: left;
  width: 45%;
  padding: 0 0 0 90px;
  margin-bottom: 55px;
  margin-top: 55px;
}

.teaser div .richtext-content.right {
  float: right;
  width: 45%;
  padding: 10px;
  margin-bottom: 55px;
  margin-top: 55px;
}

.teaser div .teaser-image.left {
  float: left;
  width: 50%;
  margin-bottom: 55px;
  margin-top: 55px;
}

.teaser div .teaser-image.right {
  float: right;
  width: 50%;
  margin-bottom: 55px;
  margin-top: 55px;
}

.teaser div .teaser-video.left {
  float: left;
  width: 50%;
  margin-bottom: 55px;
  margin-top: 55px;
}

.teaser div .teaser-video.right {
  float: right;
  width: 50%;
  padding: 10px;
  margin-bottom: 55px;
  margin-top: 55px;
}

.tab-navigation-block {
  box-sizing: border-box;
  background: #fff;
  height: 65px;
  border-bottom: 2px solid #e6e6e6;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.tab-navigation-block .shadow {
  display: none;
}

.tab-navigation-block .button-item {
  display: none;
}

.tab-navigation-block.snap-to-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  border: none;
  background: #fafafa;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.tab-navigation-block.snap-to-top .button-item {
  display: inline-block;
  padding: 10px 0;
  position: absolute;
  right: 50px;
  top: 0;
}

.tab-navigation-block.snap-to-top .button-item a {
  height: 45px;
  width: 173px;
  display: inline-block;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px !important;
  padding: 0 !important;
}

.tab-navigation-block.snap-to-top .button-item a:hover {
  background: linear-gradient(180deg, #b3dc79 31.77%, #93cd3f 73.96%) !important;
}

.tab-navigation-block.snap-to-top .tab-nav-curve {
  background-image: url("/ClientResources/Images/desktop/curve-small.svg");
  background-position: -23px -13px;
  background-repeat: no-repeat;
  z-index: 2;
}

.tab-navigation-block.snap-to-top .tab-nav-curve .shadow {
  position: absolute;
  width: 50px;
  height: 50px;
  box-shadow: 0 55px 35px -11px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: -85px;
  left: 15px;
  z-index: 50;
  display: block;
}

.tab-navigation-block.snap-to-top .tab-content-navigation {
  height: 65px;
  background: #fafafa;
  z-index: 999;
  padding: 0 300px 0 50px;
  box-sizing: border-box;
  position: relative;
}

.tab-navigation-block.snap-to-top .tab-content-navigation.extra-padding {
  padding: 0 300px 0 120px;
}

.tab-navigation-block.snap-to-top .tab-content-navigation .tab-nav-curve {
  background-image: url("/ClientResources/Images/desktop/curve-small.svg");
  background-position: -23px -13px;
  background-repeat: no-repeat;
  z-index: -1;
}

.tab-navigation-block.snap-to-top .width-wrapper {
  max-width: 1366px;
  margin: auto;
  position: relative;
}

.tab-navigation-block.snap-to-top .width-wrapper .tab-nav-curve {
  top: -5px;
}

.tab-navigation-block.snap-to-top .hide-scroll {
  overflow: hidden;
  width: 100%;
  height: 89px;
}

.tab-navigation-block.overflow-section .hide-scroll {
  padding: 0 0 0 30px !important;
}

.tab-navigation-block .hide-scroll {
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.tab-navigation-block .hide-scroll .scroll {
  overflow-x: auto;
  overflow-y: hidden;
  height: 120px;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list {
  position: relative;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul {
  height: 63px;
  width: auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 9999;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul li {
  float: left;
  box-sizing: border-box;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul a {
  text-decoration: none;
  color: #31123f;
  padding: 21px 30px;
  display: inline-block;
  box-sizing: border-box;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul a:hover {
  color: #79378b;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul a.current {
  font-weight: 800;
}

.tab-navigation-block .hide-scroll .scroll .tab-nav-item-list ul a.current:hover {
  color: #31123f;
}

.tab-navigation-block .tab-content-navigation {
  max-width: 1366px;
  margin: auto;
  position: relative;
  padding: 0 50px;
}

.tab-navigation-block .tab-content-navigation.extra-padding {
  padding: 0 120px;
}

.tab-navigation-block .tab-content-navigation .tab-nav-curve {
  background-image: url("/ClientResources/Images/desktop/curve-white.png");
  z-index: 1;
  position: absolute;
  height: 20px;
  width: 80px;
  background-position: center 0;
  background-repeat: no-repeat;
  top: 63px;
}

.tab-navigation-block .tab-nav-curve {
  background-image: url("/ClientResources/Images/desktop/curve-white.png");
  z-index: 1;
  position: absolute;
  height: 20px;
  width: 80px;
  background-position: center 0;
  background-repeat: no-repeat;
  top: 63px;
}

.tab-navigation-block .arrow-right {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 50px;
  top: 0;
  cursor: pointer;
  display: none;
}

.tab-navigation-block .arrow-right.light {
  opacity: .5;
  cursor: default;
}

.tab-navigation-block .arrow-right .icon {
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/ClientResources/Images/shared/arrow-right-purple.svg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.tab-navigation-block .arrow-left {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50px;
  top: 0;
  cursor: pointer;
  display: none;
}

.tab-navigation-block .arrow-left.light {
  opacity: .5;
  cursor: default;
}

.tab-navigation-block .arrow-left .icon {
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/ClientResources/Images/shared/arrow-left-purple.svg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.tab-navigation-block.snap-to-top .arrow-right {
  right: 230px;
}

.tab-navigation-block.snap-to-top ul {
  background: #fafafa !important;
}

.static-banner-headline {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.static-banner-headline .static-banner-headline-table {
  display: table;
  margin: auto;
  padding: 50px 0;
}

.static-banner-headline .static-banner-headline-table .static-banner-content {
  width: 1366px;
  padding: 0 90px 20px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.static-banner-headline .static-banner-headline-table .static-banner-content h1, .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .static-banner-headline .static-banner-headline-table .static-banner-content h2, .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h2, .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .static-banner-headline .static-banner-headline-table .static-banner-content h3, .static-banner-headline .static-banner-headline-table .static-banner-content div.h3, .static-banner-headline .static-banner-headline-table .static-banner-content h4, .static-banner-headline .static-banner-headline-table .static-banner-content div.h4, .static-banner-headline .static-banner-headline-table .static-banner-content h5, .static-banner-headline .static-banner-headline-table .static-banner-content div.h5, .static-banner-headline .static-banner-headline-table .static-banner-content h6, .static-banner-headline .static-banner-headline-table .static-banner-content div.h6, .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple, .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple {
  width: 70%;
}

.static-banner-headline .static-banner-headline-table .static-banner-content div.col-12.disclaimer-text {
  font-size: 12px;
  text-align: center;
  color: #989898;
  padding: 10px 0 0 0;
  line-height: 14px;
}

.leadership-page {
  padding: 0 0 40px 0;
}

.leadership-page .static-banner-headline {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.leadership-page .static-banner-headline .static-banner-headline-table {
  display: table;
  margin: auto;
  padding: 50px 0 30px;
}

.leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content {
  width: 1366px;
  padding: 0 90px 20px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h2, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h3, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h3, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h4, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h4, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h5, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h5, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content h6, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple, .leadership-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple {
  width: 70%;
}

.card-button-container.grey {
  background-color: #f9f9f9 !important;
}

.card-button-container .card-button-section {
  max-width: 1366px;
  padding: 45px 70px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.card-button-container .card-button-section .card-call-to-action-link {
  min-height: 300px;
  width: 80%;
  min-width: 850px;
  margin: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: .2s;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

.card-button-container .card-button-section .card-call-to-action-link .hover-section {
  position: absolute;
  min-height: 300px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 3px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 9;
  text-indent: -999999px;
  box-sizing: border-box;
}

.card-button-container .card-button-section .card-call-to-action-link .hover-section:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3) inset;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container {
  position: relative;
  float: right;
  width: 70%;
  padding: 30px;
  min-height: 300px;
  display: table;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body {
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn div, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h1, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h2, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h3, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h4, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h5, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn h6, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn p, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn li, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn div, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h1, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h2, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h3, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h4, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h5, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn h6, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn p, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn li {
  color: #fff !important;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.purple-btn li, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body.editor-content-no-padding.green-btn li {
  list-style-image: url(/ClientResources/Images/shared/checkmark-white.svg);
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-body .icon {
  margin: 0 0 15px 0;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-link.secondary-btn {
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%) !important;
  color: #fff;
  margin: 0 5px 15px 0;
  border: none !important;
  color: #fff !important;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-link.secondary-btn.purple-btn, .card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-link.secondary-btn.green-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
  margin: 20px 0 0 0;
  background: none !important;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-link.secondary-btn.white-btn {
  margin: 20px 0 0 0;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-content-container-color {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 0 10px 10px 0;
  padding: 30px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-content-container-color.purple-btn {
  background: radial-gradient(235.73px at 20.85% 77.15%, #4c1759 0, #7a378b 100%);
  opacity: .9;
}

.card-button-container .card-button-section .card-call-to-action-link .button-content-container .button-content-container-color.green-btn {
  background: radial-gradient(218.49px at 78.6% 20.86%, #93cd3f 0, #72bf44 100%);
  opacity: .9;
}

.card-button-container .card-button-section .card-call-to-action-link .background-section {
  display: none;
}

.card-button-container .card-button-section .card-call-to-action-link .background-section-wide {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  box-sizing: border-box;
}

.introduction-content.grey {
  background-color: #f9f9f9 !important;
}

.introduction-content .content-body {
  max-width: 1366px;
  padding: 35px 90px 55px;
  margin: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.leader-information-section {
  max-width: 1266px;
  padding: 0 90px;
  margin: 0 auto 90px auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
  display: table;
}

.leader-information-section .show-more {
  display: none;
}

.leader-information-section:first-child {
  margin-top: 40px;
}

.leader-information-section .content-body {
  margin: 0;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.leader-information-section .leader-image {
  text-align: center;
  background-image: url("/ClientResources/Images/shared/shadow-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 100px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.leader-information-section .leader-image .image-circle {
  width: 225px;
  height: 225px;
  margin: 0 25px 15px;
  border-radius: 50%;
  background-color: #f3f3f3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border: 3px solid #fff;
  box-shadow: 0 7px 15px 2px rgba(0, 0, 0, 0.05);
}

.leader-information-section .leader-image .leader-name {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  color: #93cd3f;
  padding: 14px 0;
}

.leader-information-section .leader-image .leader-role {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4c1759;
}

.content-column-with-icon .heading {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #79378b;
  margin: 0 0 35px 0;
  height: 50px;
  position: relative;
  display: table;
}

.content-column-with-icon .heading .heading-text {
  display: table-cell;
  vertical-align: middle;
}

.content-column-with-icon .heading .heading-icon {
  height: 50px;
  width: 40px;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.strapline-container {
  min-height: 140px;
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.strapline-container .strapline-content {
  max-width: 1366px;
  margin: auto;
  display: table;
  position: relative;
  min-height: 140px;
  padding: 0 50px;
}

.strapline-container .strapline-content .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #31123f;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
}

.tab-content-area {
  z-index: 9;
  position: relative;
}

.quick-link-section {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.quick-link-section.grey {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.quick-link-section .quick-link-containers {
  max-width: 1366px;
  padding: 50px 70px;
  margin: auto;
}

.quick-link-section .space-half {
  width: calc(50% - 20px);
  float: left;
  margin: 10px;
  box-sizing: border-box;
}

.working-hours {
  height: 270px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 30px;
}

.working-hours .logo {
  margin: 0 0 20px 0;
  width: 95px;
  height: 95px;
}

.working-hours .contact-text {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: #31123f;
}

.working-hours .contact-number {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: #79378b;
  float: right;
  text-decoration: none;
  white-space: nowrap;
}

.working-hours .day-text {
  margin: 25px 0 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #31123f;
}

.working-hours .time-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #31123f;
}

.quick-link-action-button {
  height: 270px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 30px;
  text-decoration: none;
  position: relative;
  transition: .2s;
  box-sizing: border-box;
  display: block;
  color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.quick-link-action-button .icon {
  margin: 0 0 10px 0;
  width: 42px;
  height: 42px;
}

.quick-link-action-button .button-content-container {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}

.quick-link-action-button .button-body div, .quick-link-action-button .button-body h1, .quick-link-action-button .button-body h2, .quick-link-action-button .button-body h3, .quick-link-action-button .button-body h4, .quick-link-action-button .button-body h5, .quick-link-action-button .button-body h6, .quick-link-action-button .button-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0 0 15px 0;
}

.quick-link-action-button .button-body div strong, .quick-link-action-button .button-body h1 strong, .quick-link-action-button .button-body h2 strong, .quick-link-action-button .button-body h3 strong, .quick-link-action-button .button-body h4 strong, .quick-link-action-button .button-body h5 strong, .quick-link-action-button .button-body h6 strong, .quick-link-action-button .button-body p strong {
  font-weight: 800;
}

.quick-link-action-button .button-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  background-image: url("/ClientResources/Images/shared/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 1px;
  padding: 0 20px 0 0;
}

.quick-link-action-button.purple-btn {
  background-image: radial-gradient(235.73px at 20.85% 77.15%, #4c1759 0, #7a378b 100%);
}

.quick-link-action-button.green-btn {
  background-image: radial-gradient(218.49px at 78.6% 20.86%, #93cd3f 0, #72bf44 100%);
}

.quick-link-action-button:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3) inset;
}

.quick-link-list .list-spacing {
  float: left;
}

.quick-link-list .list-spacing.spacing-1 {
  width: 100%;
}

.quick-link-list .list-spacing.spacing-2 {
  width: calc(50% - 15px);
  padding: 0 15px 0 0;
  box-sizing: border-box;
}

.quick-link-list a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #31123f;
  text-decoration: none;
}

.quick-link-list a:hover {
  color: #79378b;
}

.quick-link-list li {
  padding: 10px 0;
}

.quick-link-list li.list-heading {
  display: block;
  padding: 0;
}

.quick-link-list li.list-heading p {
  height: 60px;
  display: block;
}

.video-iframe {
  border-radius: 10px;
  height: 370px;
  width: 535px;
  background: #000;
}

.quote-section {
  background-image: url("/ClientResources/Images/desktop/quote-background-shadows.svg");
  background-repeat: no-repeat;
  background-position: center 35px;
  background-size: cover;
}

.quote-section .quote-content {
  background-image: url("/ClientResources/Images/desktop/quote-background.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 1366px;
  min-height: 380px;
  margin: auto;
  padding: 50px 90px 65px;
  background-size: 1366px 340px;
}

.quote-section .quote-content .quote-block-heading h1, .quote-section .quote-content .quote-block-heading h2, .quote-section .quote-content .quote-block-heading h3, .quote-section .quote-content .quote-block-heading h3, .quote-section .quote-content .quote-block-heading h4, .quote-section .quote-content .quote-block-heading h5, .quote-section .quote-content .quote-block-heading h6, .quote-section .quote-content .quote-block-heading p {
  margin: 0;
}

.quote-section .quote-content .quote-list {
  padding: 35px 0 0 0;
}

.quote-section .quote-content .quote-list .more-items {
  display: none;
  opacity: 0;
  height: 0;
}

.quote-section .quote-content .quote-list .quote-type-selection {
  height: 107px;
  width: calc(14.5% - 20px);
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  margin: 20px 20px 0 0;
  cursor: pointer;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  position: relative;
}

.quote-section .quote-content .quote-list .quote-type-selection:nth-child(7) {
  margin: 20px 0 0 0;
}

.quote-section .quote-content .quote-list .quote-type-selection .text-area {
  position: absolute;
  top: 61px;
  text-align: center;
  right: 10px;
  left: 10px;
}

.quote-section .quote-content .quote-list .quote-type-selection .text-area.no-icon {
  top: 0;
  bottom: 0;
  display: table;
  right: 0;
  left: 0;
  height: 100%;
}

.quote-section .quote-content .quote-list .quote-type-selection .text-area.no-icon .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.quote-section .quote-content .quote-list .quote-type-selection .icon-area {
  position: absolute;
  top: 25px;
  text-align: center;
  left: 0;
  right: 0;
}

.quote-section .quote-content .quote-list .quote-type-selection .icon-area img {
  width: auto;
}

.quote-section .quote-content .quote-list .quote-type-selection .new-product {
  position: absolute;
  top: 0;
  right: 0;
  background: #93cd3f;
  color: #31123f;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 0 9px 0 0;
}

.quote-section .quote-content .quote-list .quote-type-selection.show-more {
  margin: 20px 0 0 0;
}

.quote-section .quote-content .quote-list .quote-type-selection.show-more .less {
  display: none;
}

.quote-section .quote-content .quote-list .quote-type-selection.show-more .more {
  display: block;
}

.quote-section .quote-content .quote-list .quote-type-selection.show-more.open .less {
  display: block;
}

.quote-section .quote-content .quote-list .quote-type-selection.show-more.open .more {
  display: none;
}

.quote-section .quote-content .quote-list .quote-type-selection .active-icon {
  display: none;
}

.quote-section .quote-content .quote-list .quote-type-selection:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.quote-section .quote-content .quote-list .quote-type-selection:hover img {
  display: none;
}

.quote-section .quote-content .quote-list .quote-type-selection:hover .active-icon {
  display: inline-block;
}

.quote-section .quote-content .quote-list .quote-type-selection:hover .new-product {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #93cd3f;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 0 9px 0 0;
}

.quote-section .quote-content .quote-list .quote-type-selection.active {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.quote-section .quote-content .quote-list .quote-type-selection.active img {
  display: none;
}

.quote-section .quote-content .quote-list .quote-type-selection.active .active-icon {
  display: inline-block;
}

.quote-section .quote-content .quote-list .quote-type-selection.active .new-product {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #93cd3f;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 0 9px 0 0;
}

.quote-form {
  display: none;
  height: auto;
  width: 861px;
  background: white;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px 0 0 0;
  opacity: 0;
  position: relative;
}

.quote-form .close {
  cursor: pointer;
  background-image: url("/ClientResources/Images/shared/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  z-index: 99;
}

.quote-form .form-inner {
  padding: 20px 15px;
  position: relative;
  z-index: 9;
  height: 100%;
}

.quote-form .form-inner .disclaimer-text {
  font-size: 11px;
  text-align: left;
  color: #989898;
  padding: 10px 0 0 0;
  line-height: 17px;
}

.quote-form .form-inner .quote-success-message {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFF;
  z-index: 98;
  width: 100%;
  height: 100%;
  display: none;
  padding: 35px 40px;
  border-radius: 10px;
}

.quote-form .form-inner .quote-success-message .text-area {
  padding: 30px 0 0;
  color: #808285;
}

.quote-form .form-inner .quote-success-message .text-area .success-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.quote-form .form-inner .quote-success-message .button-link {
  min-width: 150px;
}

.quote-form .form-inner .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFF;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
}

.quote-form .form-inner .loader .preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -32px;
}

.quote-form .form-inner .heading {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #79378b;
  padding: 0 0 40px 0;
}

.quote-form .form-inner .quotes-existing-clients .loader {
  height: 80px;
  bottom: 20px;
}

.specific-quote-section {
  background-image: url("/ClientResources/Images/desktop/quote-background-shadows.svg");
  background-repeat: no-repeat;
  background-position: center 35px;
  background-size: cover;
}

.specific-quote-section .quote-content {
  background-image: url("/ClientResources/Images/desktop/quote-background.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 1366px;
  margin: auto;
  min-height: 380px;
  padding: 50px 90px 65px;
}

.specific-quote-section .quote-content .quote-block-heading h1, .specific-quote-section .quote-content .quote-block-heading h2, .specific-quote-section .quote-content .quote-block-heading h3, .specific-quote-section .quote-content .quote-block-heading h3, .specific-quote-section .quote-content .quote-block-heading h4, .specific-quote-section .quote-content .quote-block-heading h5, .specific-quote-section .quote-content .quote-block-heading h6, .specific-quote-section .quote-content .quote-block-heading p {
  margin: 0;
}

.specific-quote-section .quote-content .quote-list {
  padding: 35px 0 0 0;
}

.specific-quote-section .quote-content .quote-list .more-items {
  margin: 20px 0 0 0;
  display: none;
  opacity: 0;
  height: 0;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection {
  height: 107px;
  width: calc(14.5% - 20px);
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  margin: 0 20px 0 0;
  cursor: pointer;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  position: relative;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection .text-area {
  position: absolute;
  top: 61px;
  text-align: center;
  right: 10px;
  left: 10px;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection .text-area.no-icon {
  top: 0;
  bottom: 0;
  display: table;
  right: 0;
  left: 0;
  height: 100%;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection .text-area.no-icon .cell {
  display: table-cell;
  vertical-align: middle;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection .icon-area {
  position: absolute;
  top: 25px;
  text-align: center;
  left: 0;
  right: 0;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.show-more {
  margin: 0;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.show-more .less {
  display: none;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.show-more .more {
  display: initial;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.show-more.open .less {
  display: initial;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.show-more.open .more {
  display: none;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection .active-icon {
  display: none;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection:hover img {
  display: none;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection:hover .active-icon {
  display: initial;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.active {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  color: #fff;
  font-weight: 600;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.active img {
  display: none;
}

.specific-quote-section .quote-content .quote-list .quote-type-selection.active .active-icon {
  display: initial;
}

.specific-quote-section .quote-form {
  display: block;
  height: auto;
  width: 861px;
  background: white;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px 0 0 0;
  opacity: 1;
  position: relative;
}

.specific-quote-section .quote-form .form-inner {
  padding: 30px 15px;
  position: relative;
  z-index: 9;
  height: auto;
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.video-wrap {
  width: 100%;
  max-width: 600px;
}

.blog-article-page .static-banner-headline {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.blog-article-page .static-banner-headline .static-banner-headline-table {
  display: table;
  margin: auto;
  padding: 50px 0 30px;
}

.blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content {
  width: 1366px;
  padding: 0 90px 20px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld {
  background-image: url("/ClientResources/Images/shared/arrow-left.svg");
  padding: 0 0 0 17px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 600;
}

.blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2.dark-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2-dark-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2-dark-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2.dark-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h3, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h3, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h4, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h4, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h5, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h5, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h6, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6-purple, .blog-article-page .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6-purple {
  width: 70%;
}

.blog-article-page .static-image-header {
  max-width: 1366px;
  padding: 60px 90px 0;
  margin: auto;
  clear: both;
  position: relative;
}

.blog-article-page .static-image-header .image {
  height: 365px;
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blog-article-page .static-image-header .image .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  bottom: 30px;
  right: 25px;
}

.blog-article-page .static-image-header .social-media {
  height: 90px;
  clear: both;
  position: relative;
}

.blog-article-page .static-image-header .social-media .icon {
  height: 35px;
  width: 35px;
  float: right;
  margin: 20px 0 0 20px;
  display: block;
}

.blog-article-page .static-image-header .social-media .icon.fb {
  background-image: url("/ClientResources/Images/shared/facebook-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
}

.blog-article-page .static-image-header .social-media .icon.tw {
  background-image: url("/ClientResources/Images/shared/twitter-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
}

.blog-article-page .static-image-header .social-media .icon.cb {
  background-image: url("/ClientResources/Images/shared/clipboard-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
  position: relative;
}

.blog-article-page .static-image-header .social-media .icon.cb span {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  bottom: 49px;
  right: -8px;
  z-index: 9;
  text-indent: 0;
  text-align: center;
  width: 130px;
}

.blog-article-page .static-image-header .social-media .icon.cb span:after {
  top: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.blog-article-page .article-container {
  max-width: 1366px;
  padding: 0 90px 50px 90px;
  margin: auto;
  clear: both;
  position: relative;
}

.blog-article-page .article-container .content-spacing {
  padding: 0 180px 0 0;
}

.blog-article-page .article-container .content-spacing .video-iframe iframe {
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: #000;
}

.blog-article-page .article-container .published-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  padding: 0 0 35px 0;
}

.blog-article-page .latest-articles {
  max-width: 1366px;
  padding: 0 90px 70px;
  margin: auto;
  clear: both;
  position: relative;
}

.blog-article-page .latest-articles .latest-articles-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #4c1759;
  margin: 0 0 50px 0;
}

.blog-article-page .latest-articles .latest-articles-container {
  width: calc(100% + 45px);
  position: relative;
  left: -15px;
}

.blog-article-page .latest-articles .latest-articles-container .mobile-scroll {
  width: 100% !important;
}

.blog-article-page .latest-articles .latest-article {
  max-width: 375px;
  width: calc(33% - 30px);
  height: 375px;
  margin: 15px;
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  float: left;
}

.blog-article-page .latest-articles .latest-article .blog-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999999px;
  z-index: 5;
}

.blog-article-page .latest-articles .latest-article .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.blog-article-page .latest-articles .latest-article .metadata {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4c1759;
}

.blog-article-page .latest-articles .latest-article .metadata .publish-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog-article-page .latest-articles .latest-article .metadata .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  top: 28px;
  right: 30px;
}

.blog-article-page .latest-articles .latest-article .metadata .body {
  top: 60px;
  right: 30px;
  left: 30px;
  position: absolute;
}

.blog-article-page .latest-articles .latest-article .metadata .body strong {
  display: block;
  font-weight: 800;
  white-space: normal;
}

.blog-article-page .latest-articles .latest-article .metadata .body.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 75px;
}

.blog-category-page .static-banner-headline {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.blog-category-page .static-banner-headline .static-banner-headline-table {
  display: table;
  margin: auto;
  padding: 50px 0 30px;
}

.blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content {
  width: 1366px;
  padding: 0 90px 20px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-normal-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h1-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h1.purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h2, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h2-dark-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h2.dark-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h3, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h3, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h4, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h4, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h5, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h5, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content h6, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple, .blog-category-page .static-banner-headline .static-banner-headline-table .static-banner-content div.h6-purple {
  width: 70%;
}

.blog-category-page .blog-category-list {
  max-width: 1366px;
  padding: 60px 90px 0;
  margin: auto;
  clear: both;
  position: relative;
}

.blog-category-page .blog-category-list ul {
  border-bottom: 2px solid #e2e2e2;
  height: 85px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.blog-category-page .blog-category-list ul li {
  float: left;
  border-left: 1px solid #e2e2e2;
}

.blog-category-page .blog-category-list ul li:first-child, .blog-category-page .blog-category-list ul li:nth-child(2) {
  border: none;
}

.blog-category-page .blog-category-list ul li.heading {
  font-weight: 800;
  padding: 11px 30px 11px 0;
  border: none;
}

.blog-category-page .blog-category-list ul li a {
  padding: 11px 30px;
  display: block;
  color: #31123f;
}

.blog-category-page .blog-category-list ul li a:hover {
  color: #4c1759;
}

.blog-category-page .blog-category-list ul li.active {
  border: none;
}

.blog-category-page .blog-category-list ul li.active a {
  color: #fff;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  border-radius: 10px;
  font-weight: 800;
}

.blog-category-page .blog-category-list ul li.active + li {
  border: none;
}

.blog-category-page .featured-article {
  max-width: 1366px;
  padding: 0 90px;
  margin: auto;
  clear: both;
  position: relative;
  color: #fff;
}

.blog-category-page .featured-article .featured-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #4c1759;
  padding: 50px 0 25px;
}

.blog-category-page .featured-article .image {
  height: 365px;
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blog-category-page .featured-article .image .blog-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999999px;
  z-index: 5;
}

.blog-category-page .featured-article .image .metadata {
  height: 160px;
  background: rgba(147, 205, 63, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.blog-category-page .featured-article .image .metadata .published-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 25px;
  left: 30px;
}

.blog-category-page .featured-article .image .metadata .body {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  top: 60px;
  position: absolute;
  left: 30px;
  right: 30px;
}

.blog-category-page .featured-article .image .metadata .body strong {
  font-weight: 800;
  display: block;
}

.blog-category-page .featured-article .image .metadata .body.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 75px;
}

.blog-category-page .featured-article .image .metadata .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #4c1759;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  top: 25px;
  right: 25px;
}

.blog-category-page .blog-article-grid {
  max-width: 1366px;
  padding: 0 75px;
  margin: auto;
  clear: both;
  position: relative;
}

.blog-category-page .latest-articles {
  width: 100%;
  float: left;
}

.blog-category-page .latest-articles.left {
  float: left;
}

.blog-category-page .latest-articles.right {
  float: right;
}

.blog-category-page .latest-articles.two-third {
  width: 66%;
  float: left;
}

.blog-category-page .latest-articles.one-third {
  width: 33%;
  float: left;
}

.blog-category-page .latest-articles .latest-articles-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #4c1759;
  padding: 50px 15px 15px 15px;
}

.blog-category-page .latest-articles .latest-articles-heading.extra-padding {
  padding: 50px 15px 15px 40px;
}

.blog-category-page .latest-articles .latest-article {
  width: calc(33% - 30px);
  height: 375px;
  margin: 15px;
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.blog-category-page .latest-articles .latest-article.full-width {
  width: calc(100% - 30px);
}

.blog-category-page .latest-articles .latest-article.half-width {
  width: calc(50% - 30px);
}

.blog-category-page .latest-articles .latest-article .blog-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999999px;
  z-index: 5;
}

.blog-category-page .latest-articles .latest-article .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.blog-category-page .latest-articles .latest-article .metadata {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4c1759;
}

.blog-category-page .latest-articles .latest-article .metadata .publish-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog-category-page .latest-articles .latest-article .metadata .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  top: 28px;
  right: 30px;
}

.blog-category-page .latest-articles .latest-article .metadata .body {
  top: 60px;
  right: 30px;
  left: 30px;
  position: absolute;
}

.blog-category-page .latest-articles .latest-article .metadata .body strong {
  display: block;
  font-weight: 800;
  white-space: normal;
}

.blog-category-page .latest-articles .latest-article .metadata .body.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 75px;
}

.blog-category-page .latest-articles .popular-article {
  width: calc(100% - 55px);
  margin: 15px 15px 15px 40px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: #4c1759;
  border-bottom: 1px solid #e2e2e2;
}

.blog-category-page .latest-articles .popular-article .metadata {
  padding: 5px 0 20px 0;
}

.blog-category-page .latest-articles .popular-article .metadata .published-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  float: left;
}

.blog-category-page .latest-articles .popular-article .metadata .category {
  float: right;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
}

.blog-category-page .latest-articles .popular-article .metadata a {
  color: #4c1759;
}

.blog-category-page .latest-articles .popular-article .metadata .body {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  padding: 15px 0 0 0;
}

.blog-category-page .latest-articles .popular-article .metadata .body strong {
  display: block;
  font-weight: 800;
  white-space: normal;
}

.blog-category-page .blog-footer {
  max-width: 1366px;
  padding: 20px 90px 60px;
  margin: auto;
  clear: both;
  position: relative;
  text-align: center;
}

.blog-category-page .blog-footer.spacer {
  padding: 0 90px 60px;
}

.blog-category-page .blog-footer .load-more-button {
  margin: auto;
  width: 190px;
}

.blog-category-page .blog-footer .load-more-button.loading {
  display: none;
  padding: 4.5px 30px;
  cursor: default;
}

.blog-category-page .blog-footer .load-more-button.loading .spinner-layer {
  border-color: #fff;
}

.seo-rich-content-wrapper.grey {
  background-color: #f9f9f9 !important;
}

.seo-rich-content-wrapper .seo-rich-content {
  max-width: 1366px;
  margin: auto;
  padding: 35px 90px;
}

.google-map-content-wrapper.grey {
  background-color: #f9f9f9 !important;
}

.google-map-content-wrapper .google-map-content {
  max-width: 1366px;
  margin: auto;
  padding: 90px 90px;
  position: relative;
  min-height: 350px;
}

.google-map-content-wrapper .editor-seo-rich-content {
  float: left;
  width: 250px;
}

.google-map-content-wrapper .table-position {
  float: right;
  width: calc(100% - 480px);
  position: absolute;
  right: 90px;
  bottom: 100px;
}

.google-map-content-wrapper .google-map-iframe {
  display: table-cell;
  vertical-align: bottom;
  border-radius: 10px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  height: 350px;
  width: 100%;
}

.funeral-quote-form, .custom-form, .talk-at-out-response {
  /* Radio Buttons
        ========================================================================== */
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
}

.funeral-quote-form .radio-buttons .radio-container, .custom-form .radio-buttons .radio-container, .talk-at-out-response .radio-buttons .radio-container {
  display: inline-block;
  float: left;
  position: relative;
  color: #b5b5b5;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: none;
  transform-origin: 0 100%;
  text-align: initial;
  transform: none;
  font-weight: 400;
  margin: 5px 15px 10px 0;
  width: 130px;
  z-index: 1;
}

.funeral-quote-form .radio-intro, .custom-form .radio-intro, .talk-at-out-response .radio-intro {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: #31123f;
}

.funeral-quote-form .radio-label, .custom-form .radio-label, .talk-at-out-response .radio-label {
  color: #31123f;
  font-size: 12px;
  cursor: text;
  font-weight: 400;
  position: absolute;
  top: -15px;
  left: 0;
}

.funeral-quote-form .extra-width, .custom-form .extra-width, .talk-at-out-response .extra-width {
  width: 125% !important;
}

.funeral-quote-form [type="radio"]:not(:checked), .funeral-quote-form [type="radio"]:checked, .custom-form [type="radio"]:not(:checked), .custom-form [type="radio"]:checked, .talk-at-out-response [type="radio"]:not(:checked), .talk-at-out-response [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.funeral-quote-form [type="radio"]:not(:checked) + span, .funeral-quote-form [type="radio"]:checked + span, .custom-form [type="radio"]:not(:checked) + span, .custom-form [type="radio"]:checked + span, .talk-at-out-response [type="radio"]:not(:checked) + span, .talk-at-out-response [type="radio"]:checked + span {
  position: relative;
  padding-left: initial;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  transition: none;
  user-select: none;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  padding: 0;
}

.funeral-quote-form [type="radio"]:checked + span, .custom-form [type="radio"]:checked + span, .talk-at-out-response [type="radio"]:checked + span {
  color: #fff;
}

.funeral-quote-form [type="radio"] + span:before, .funeral-quote-form [type="radio"] + span:after, .custom-form [type="radio"] + span:before, .custom-form [type="radio"] + span:after, .talk-at-out-response [type="radio"] + span:before, .talk-at-out-response [type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 130px;
  height: 45px;
  z-index: 0;
  transition: none;
  z-index: -1;
}

.funeral-quote-form [type="radio"]:not(:checked) + span:before, .funeral-quote-form [type="radio"]:not(:checked) + span:after, .funeral-quote-form [type="radio"]:checked + span:before, .funeral-quote-form [type="radio"]:checked + span:after, .funeral-quote-form .with-gap[type="radio"]:checked + span:before, .funeral-quote-form .with-gap[type="radio"]:checked + span:after, .custom-form [type="radio"]:not(:checked) + span:before, .custom-form [type="radio"]:not(:checked) + span:after, .custom-form [type="radio"]:checked + span:before, .custom-form [type="radio"]:checked + span:after, .custom-form .with-gap[type="radio"]:checked + span:before, .custom-form .with-gap[type="radio"]:checked + span:after, .talk-at-out-response [type="radio"]:not(:checked) + span:before, .talk-at-out-response [type="radio"]:not(:checked) + span:after, .talk-at-out-response [type="radio"]:checked + span:before, .talk-at-out-response [type="radio"]:checked + span:after, .talk-at-out-response .with-gap[type="radio"]:checked + span:before, .talk-at-out-response .with-gap[type="radio"]:checked + span:after {
  border-radius: 10px;
}

.funeral-quote-form [type="radio"]:not(:checked) + span:before, .funeral-quote-form [type="radio"]:not(:checked) + span:after, .custom-form [type="radio"]:not(:checked) + span:before, .custom-form [type="radio"]:not(:checked) + span:after, .talk-at-out-response [type="radio"]:not(:checked) + span:before, .talk-at-out-response [type="radio"]:not(:checked) + span:after {
  border: 1px solid #e2e2e2;
}

.funeral-quote-form [type="radio"]:not(:checked) + span:after, .custom-form [type="radio"]:not(:checked) + span:after, .talk-at-out-response [type="radio"]:not(:checked) + span:after {
  transform: none;
}

.funeral-quote-form [type="radio"]:checked + span:before, .custom-form [type="radio"]:checked + span:before, .talk-at-out-response [type="radio"]:checked + span:before {
  border: 1px solid transparent;
}

.funeral-quote-form [type="radio"]:checked + span:after, .funeral-quote-form .with-gap[type="radio"]:checked + span:before, .funeral-quote-form .with-gap[type="radio"]:checked + span:after, .custom-form [type="radio"]:checked + span:after, .custom-form .with-gap[type="radio"]:checked + span:before, .custom-form .with-gap[type="radio"]:checked + span:after, .talk-at-out-response [type="radio"]:checked + span:after, .talk-at-out-response .with-gap[type="radio"]:checked + span:before, .talk-at-out-response .with-gap[type="radio"]:checked + span:after {
  border: none;
}

.funeral-quote-form [type="radio"]:checked + span:after, .funeral-quote-form .with-gap[type="radio"]:checked + span:after, .custom-form [type="radio"]:checked + span:after, .custom-form .with-gap[type="radio"]:checked + span:after, .talk-at-out-response [type="radio"]:checked + span:after, .talk-at-out-response .with-gap[type="radio"]:checked + span:after {
  background: #4c1759;
  background: linear-gradient(0deg, #4c1759 0%, #7a378b 100%);
  color: #fff;
}

.funeral-quote-form [type="radio"]:checked + span:after, .custom-form [type="radio"]:checked + span:after, .talk-at-out-response [type="radio"]:checked + span:after {
  transform: none;
}

.funeral-quote-form .with-gap[type="radio"]:checked + span:after, .custom-form .with-gap[type="radio"]:checked + span:after, .talk-at-out-response .with-gap[type="radio"]:checked + span:after {
  transform: none;
}

.funeral-quote-form .tabbed[type="radio"]:focus + span:before, .custom-form .tabbed[type="radio"]:focus + span:before, .talk-at-out-response .tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.funeral-quote-form .with-gap[type="radio"]:disabled:checked + span:before, .custom-form .with-gap[type="radio"]:disabled:checked + span:before, .talk-at-out-response .with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

.funeral-quote-form .with-gap[type="radio"]:disabled:checked + span:after, .custom-form .with-gap[type="radio"]:disabled:checked + span:after, .talk-at-out-response .with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.funeral-quote-form [type="radio"]:disabled:not(:checked) + span:before, .funeral-quote-form [type="radio"]:disabled:checked + span:before, .custom-form [type="radio"]:disabled:not(:checked) + span:before, .custom-form [type="radio"]:disabled:checked + span:before, .talk-at-out-response [type="radio"]:disabled:not(:checked) + span:before, .talk-at-out-response [type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

.funeral-quote-form [type="radio"]:disabled + span, .custom-form [type="radio"]:disabled + span, .talk-at-out-response [type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

.funeral-quote-form [type="radio"]:disabled:not(:checked) + span:before, .custom-form [type="radio"]:disabled:not(:checked) + span:before, .talk-at-out-response [type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.funeral-quote-form [type="radio"]:disabled:checked + span:after, .custom-form [type="radio"]:disabled:checked + span:after, .talk-at-out-response [type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #e2e2e2;
}

.notification-container {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.notification-container .notification-content {
  width: 100%;
  min-height: 100px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.notification-container .notification-content .notification-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  border-radius: 10px 0 0 10px;
  background: radial-gradient(73.96px at 78.6% 20.86%, #93CD3F 0%, #72BF44 100%);
}

.notification-container .notification-content .notification-icon .icon {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/ClientResources/Images/shared/notification-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.notification-container .notification-content .notification-body {
  position: relative;
  padding: 25px 0 25px 125px;
  width: calc(100% - 50px);
  box-sizing: border-box;
  float: left;
}

.notification-container .notification-content .notification-body .table {
  display: table;
  height: 100%;
  width: 100%;
}

.notification-container .notification-content .notification-body .table .cell-content {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 350px);
  box-sizing: border-box;
}

.notification-container .notification-content .notification-body .table .cell-content.no-button {
  width: 100%;
}

.notification-container .notification-content .notification-body .table .cell-content .heading {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #93cd3f;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}

.notification-container .notification-content .notification-body .table .cell-button {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  padding: 15px 0 0 30px;
}

.notification-container .notification-content .notification-body .table .cell-button .button-link {
  width: 100%;
}

.notification-container .notification-content .notification-body .table .cell-button .button-link.play-store-btn {
  width: 153px;
  padding: 0;
  margin: 0 0 15px 0;
  background-color: #000;
  border-radius: 6px;
}

.notification-container .notification-content .notification-body .table .cell-button .button-link.app-store-btn {
  width: 155px;
  padding: 0;
  margin: 0 0 15px 0;
}

.notification-container .notification-content .notification-body .table .cell-button .button-link.huawei-store-btn {
  width: 155px;
  padding: 0;
  margin: 0 0 15px 0;
}

.notification-container .notification-content .notification-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("/ClientResources/Images/mobile/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.info-card-section-container.grey {
  background-color: #f9f9f9 !important;
}

.info-card-section-container .info-card-section {
  max-width: 1366px;
  padding: 35px 90px;
  box-sizing: border-box;
  margin: auto;
}

.info-card-section-container .info-card-section .section-cards {
  text-align: center;
}

.info-card-section-container .info-card-section .section-cards .info-card-container {
  text-align: left;
  width: 300px;
  height: 300px;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin: 15px;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .heading {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #31123f;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .content {
  display: table;
  width: 100%;
  font-style: normal;
  font-weight: normal;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .content p {
  margin: 15px 0;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .button-link.secondary-btn,
.info-card-section-container .info-card-section .section-cards .info-card-container .button-link.primary-btn {
  width: 100%;
  padding: 12.5px 15px;
  margin: 0 0 10px 0;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .play-store-btn,
.info-card-section-container .info-card-section .section-cards .info-card-container .app-store-btn,
.info-card-section-container .info-card-section .section-cards .info-card-container .huawei-store-btn {
  margin: 2px 0;
}

.info-card-section-container .info-card-section .section-cards .info-card-container .play-store-btn {
  background-color: #000;
  border-radius: 6px;
  width: 153px;
  border: 1px solid #CCC;
  height: 46px;
  background-position: left center;
}

.mail-campaign-success-message-container .mail-campaign-success-section {
  max-width: 1366px;
  padding: 35px 90px;
  box-sizing: border-box;
  margin: auto;
  min-height: calc(100vh - 131px);
  display: table;
}

.mail-campaign-success-message-container .mail-campaign-success-section .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mail-campaign-success-message-container .mail-campaign-success-section .cell .success-icon {
  padding: 30px;
}

.broker-documentation-message-container .broker-success-section {
  max-width: 1366px;
  padding: 35px 90px;
  box-sizing: border-box;
  margin: auto;
  min-height: calc(100vh - 131px);
  display: table;
}

.broker-documentation-message-container .broker-success-section .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.broker-documentation-message-container .broker-success-section .cell .success-icon {
  padding: 30px;
}

.calculator-call-to-action-section-container.grey {
  background-color: #f9f9f9 !important;
}

.calculator-call-to-action-section-container .calculator-call-to-action {
  max-width: 1366px;
  padding: 35px 90px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}

.calculator-call-to-action-section-container .calculator-call-to-action .content-area {
  width: calc(100% - 380px);
  float: right;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  min-height: 300px;
  padding: 40px 30px;
  z-index: 2;
  position: relative;
}

.calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content div, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h1, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h2, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h3, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h4, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h5, .calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content h6 {
  margin: 0;
}

.calculator-call-to-action-section-container .calculator-call-to-action .content-area.editor-content a {
  margin-bottom: 0;
}

.calculator-call-to-action-section-container .calculator-call-to-action .content-area .icon {
  width: 45px;
  margin: 0 0 20px 0;
}

.calculator-call-to-action-section-container .calculator-call-to-action .calculator-call-to-action-background {
  height: 100%;
  width: 390px;
  background-size: 300px;
  position: absolute;
  left: 170px;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left bottom 35px;
  background-image: url("/ClientResources/Images/shared/ra-calculator.svg");
}

.request-a-call-back-container.grey {
  background-color: #f9f9f9 !important;
}

.request-a-call-back-container .request-call-trading-hours {
  display: none;
}

.request-a-call-back-container .request-a-call-back-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context {
  display: none;
  position: relative;
  margin: 0 0 20px 0;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .notification-container {
  padding: 30px 0;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .available-on-portal-notification {
  display: none;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .request-call-form-loader {
  display: none;
  position: relative;
  width: 100%;
  height: 350px;
  bottom: 0;
  top: 0;
  background: #fdfdfd;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .request-call-form-loader .cell {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .request-call-form-success {
  display: none;
  position: relative;
  width: 100%;
  height: 350px;
  bottom: 0;
  top: 0;
  background: #fdfdfd;
  z-index: 9;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .request-call-form-success .cell {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  text-align: left;
}

.request-a-call-back-container .request-a-call-back-section .display-form-selection-context .request-call-disclaimer {
  display: none;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form {
  width: 100%;
  background-color: #fdfdfd;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 30px;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options-selection {
  margin: 59px 0 0;
  height: 51px;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options-selection .row {
  position: relative;
  width: 104%;
  margin: 0 -2%;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options {
  width: 100%;
  margin: 0 0 50px 0;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option {
  display: table;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  float: left;
  width: calc(33.33% - 10px);
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option:nth-child(2) {
  margin: 0 15px;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option .cell {
  height: 90px;
  vertical-align: middle;
  display: table-cell;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option .cell span {
  color: #93cd3f;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  background-image: url("/ClientResources/Images/shared/arrow-right-green.svg");
  background-repeat: no-repeat;
  background-position: center right 2px;
  padding: 5px 20px 5px 0;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option:hover {
  background: linear-gradient(180deg, #93CD3F 31.77%, #72BF44 73.96%);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3) inset;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form .options .option:hover .cell span {
  color: #fff;
  background-image: url("/ClientResources/Images/shared/arrow-right-white.svg");
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .row {
  position: relative;
  width: 104%;
  margin: 0 -2%;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container {
  height: 35px;
  position: relative;
  top: -15px;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container label {
  color: #b5b5b5;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:not(:checked) + span,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:checked + span {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  transition: .28s ease;
  user-select: none;
  padding-right: 10px;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:checked + span {
  color: #808285;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:checked + span:after,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container .with-gap[type="radio"]:checked + span:after {
  background-color: #93cd3f;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:checked + span:after,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container .with-gap[type="radio"]:checked + span:before,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container .with-gap[type="radio"]:checked + span:after {
  border: 2px solid #93cd3f;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:not(:checked) + span:before,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:not(:checked) + span:after {
  border: 2px solid #93cd3f;
}

.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"] + span:before,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"] + span:after {
  margin: 4px 0;
}

.talk-at-out-section {
  background-color: #fdfdfd;
}

.talk-at-out-section .talk-at-out-content {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  min-height: 485px;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action {
  background: radial-gradient(279.33px at 78.6% 20.86%, #93CD3F 0%, #72BF44 100%);
  opacity: 0.9;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 385px;
  min-height: 385px;
  position: absolute;
  right: 90px;
  top: 50px;
  display: table;
  color: #fff;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action .mic {
  background-image: url("/ClientResources/Images/shared/mic.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  width: 100%;
  display: block;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action .heading {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  display: block;
  margin: 20px 0;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action .content {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  display: block;
}

.talk-at-out-section .talk-at-out-content .conversation-call-to-action .button-link.secondary-btn {
  margin: 30px 0 0 0;
  color: #fff !important;
  border-color: #fff !important;
}

.talk-at-out-section .talk-at-out-content .conversations {
  width: calc(100% - 415px);
}

.talk-at-out-section .talk-at-out-content .conversations .conversation {
  background: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 35px;
  margin: 0 0 55px 0;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .icon-heading {
  padding: 0 0 0 60px;
  background-image: url("/ClientResources/Images/shared/thumb-up.svg");
  background-repeat: no-repeat;
  background-position: 10px top;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #31123f;
  height: 60px;
  display: table;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .icon-heading .cell {
  display: table-cell;
  vertical-align: middle;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .content {
  padding: 0 0 0 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 20px 0 30px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .replay {
  border-top: 1px solid #e2e2e2;
  padding: 30px 0 20px 130px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  background-image: url("/ClientResources/Images/desktop/logo.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 60px 30px;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .replay .heading {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #93cd3f;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .meta-footer {
  color: #31123f;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation .meta-footer strong {
  font-weight: 800;
}

.talk-at-out-section .talk-at-out-content .conversations .conversation.complaint .icon-heading {
  background-image: url("/ClientResources/Images/shared/thumb-down.svg");
  background-position: 10px center;
}

.talk-at-out-section .talk-at-out-content .conversation-footer {
  max-width: 1366px;
  padding: 0 90px 20px;
  margin: auto;
  clear: both;
  position: relative;
  text-align: center;
}

.talk-at-out-section .talk-at-out-content .conversation-footer.spacer {
  padding: 0 90px 60px;
}

.talk-at-out-section .talk-at-out-content .conversation-footer .load-more-button {
  margin: auto;
  width: 190px;
}

.talk-at-out-section .talk-at-out-content .conversation-footer .load-more-button.loading {
  display: none;
  padding: 4.5px 30px;
  cursor: default;
}

.talk-at-out-section .talk-at-out-content .conversation-footer .load-more-button.loading .spinner-layer {
  border-color: #fff;
}

.feedback-message-submit .feedback-message-form .feedback-selection {
  text-align: center;
}

.feedback-message-submit .feedback-message-form .radio-container-placeholder.experience-heading {
  height: 85px;
  position: relative;
  top: -15px;
}

.feedback-message-submit .feedback-message-form .experience-label {
  position: absolute;
  top: -95px;
  font-size: 25px;
  text-align: center;
  display: block;
  width: 100%;
}

.feedback-message-submit .feedback-message-form .row {
  position: relative;
  width: 104%;
  margin: 0 -2%;
}

.feedback-message-submit .feedback-message-form .radio-container-placeholder {
  height: 35px;
  position: relative;
  top: -15px;
}

.feedback-message-submit .feedback-message-form .radio-container {
  height: 35px;
  position: relative;
  top: -15px;
}

.feedback-message-submit .feedback-message-form .radio-container label {
  color: #b5b5b5;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:not(:checked) + span,
.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:checked + span {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  transition: .28s ease;
  user-select: none;
  padding-right: 10px;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:checked + span {
  color: #808285;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:checked + span:after,
.feedback-message-submit .feedback-message-form .radio-container .with-gap[type="radio"]:checked + span:after {
  background-color: #93cd3f;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:checked + span:after,
.feedback-message-submit .feedback-message-form .radio-container .with-gap[type="radio"]:checked + span:before,
.feedback-message-submit .feedback-message-form .radio-container .with-gap[type="radio"]:checked + span:after {
  border: 2px solid #93cd3f;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:not(:checked) + span:before,
.feedback-message-submit .feedback-message-form .radio-container [type="radio"]:not(:checked) + span:after {
  border: 2px solid #93cd3f;
}

.feedback-message-submit .feedback-message-form .radio-container [type="radio"] + span:before,
.feedback-message-submit .feedback-message-form .radio-container [type="radio"] + span:after {
  margin: 4px 0;
}

.feedback-message-submit .feedback-message-form .button-radio {
  height: 150px;
  width: 150px;
  display: inline-block;
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
}

.feedback-message-submit .feedback-message-form .button-radio.compliment i {
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url("/ClientResources/Images/shared/thumb-up-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  left: 0;
}

.feedback-message-submit .feedback-message-form .button-radio.compliment b {
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0;
  bottom: 5px;
}

.feedback-message-submit .feedback-message-form .button-radio.complaint i {
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url("/ClientResources/Images/shared/thumb-down-grey.svg");
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 50px;
  left: 0;
}

.feedback-message-submit .feedback-message-form .button-radio.complaint b {
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0;
  bottom: 5px;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked), .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span {
  position: relative;
  padding-left: initial;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  line-height: 45px;
  transition: none;
  user-select: none;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  color: #b5b5b5;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span {
  background: #4c1759;
  background: linear-gradient(0deg, #4c1759 0%, #7a378b 100%);
  color: #fff;
  border: none;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"] + span:before, .feedback-message-submit .feedback-message-form .button-radio [type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 45px;
  z-index: 0;
  transition: none;
  z-index: -1;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span:before, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span:after, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:before, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:after, .feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:before, .feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:after {
  border-radius: 10px;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span:before, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span:after {
  border: 1px solid #e2e2e2;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:not(:checked) + span:after {
  transform: none;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:before {
  border: 1px solid transparent;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:after, .feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:before, .feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:after {
  border: none;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:after, .feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:after {
  background: #4c1759;
  background: linear-gradient(0deg, #4c1759 0%, #7a378b 100%);
  color: #fff;
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:checked + span:after {
  transform: none;
}

.feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:checked + span:after {
  transform: none;
}

.feedback-message-submit .feedback-message-form .button-radio .tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

.feedback-message-submit .feedback-message-form .button-radio .with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:disabled:not(:checked) + span:before, .feedback-message-submit .feedback-message-form .button-radio [type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.feedback-message-submit .feedback-message-form .button-radio [type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #e2e2e2;
}

.feedback-message-submit .feedback-message-form .compliment [type="radio"]:checked + span i {
  background-image: url("/ClientResources/Images/shared/thumb-up-white.svg");
}

.feedback-message-submit .feedback-message-form .complaint [type="radio"]:checked + span i {
  background-image: url("/ClientResources/Images/shared/thumb-down-white.svg");
}

.feedback-message-submit .feedback-message-form .standalone-checkbox {
  position: relative;
  height: 20px;
  float: left;
}

.feedback-message-submit .feedback-message-form .standalone-checkbox-label {
  position: relative;
  height: 45px;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  display: block;
}

.feedback-message-submit .feedback-message-form .tooltip-hover-text {
  content: "i";
  position: relative;
  background: #93cd3f;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0 0 10px;
}

.feedback-message-submit .feedback-message-form .tooltip-hover-text .tooltip-text {
  bottom: 33px;
  min-width: 300px;
  right: -18px;
}

.feedback-message-submit .feedback-message-form label.spacing {
  top: -10px;
  width: 125% !important;
}

.feedback-message-submit .feedback-message-form-loading {
  height: 500px;
  display: table;
  width: 100%;
  display: none;
}

.feedback-message-submit .feedback-message-form-loading .cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.feedback-message-submit .feedback-message-form-success {
  display: none;
}

.feedback-message-submit .feedback-message-form-error {
  display: none;
}

.ajax-response-messages {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  min-height: calc(100vh - 131px);
}

.ajax-response-messages .feedback-message-form-success {
  min-height: calc(100vh - 231px);
  display: table;
  width: 100%;
  padding: 0 150px;
  text-align: center;
}

.ajax-response-messages .feedback-message-form-success .cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: calc(100vh - 231px);
}

.ajax-response-messages .feedback-message-form-error {
  min-height: calc(100vh - 231px);
  display: table;
  width: 100%;
  padding: 0 150px;
  text-align: center;
  display: block;
}

.ajax-response-messages .feedback-message-form-error .cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: calc(100vh - 231px);
}

/*MINIMUM DESKTOP*/
html, body, header {
  min-width: 980px;
}

.not-found-page-content {
  min-height: calc(100vh - 131px);
}

.not-found-page-content .not-found-page-content-section {
  max-width: 1186px;
  padding: 35px 90px;
  box-sizing: border-box;
  margin: auto;
  display: table;
  height: calc(100vh - 131px);
}

.not-found-page-content .not-found-page-content-section .cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.not-found-page-content .not-found-page-content-section .cell .error-image {
  text-align: center;
  margin: auto;
}

.not-found-page-content .not-found-page-content-section .cell .error-image img {
  max-height: 25vh;
}

.sitemap .heading {
  height: 141px;
  /* Grey_Gradient Background */
  background: radial-gradient(1150.57px at 33.69% 87.02%, #F3F3F3 0%, #FFFFFF 100%);
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  display: table;
}

.sitemap .heading span {
  color: #692B78;
}

.sitemap .heading .heading-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 90px;
  padding-top: 3%;
}

.sitemap .sitemap-content {
  max-width: 1366px;
  margin: 0 auto;
  padding: 70px 90px;
  -webkit-column-count: 4;
  /* Old Chrome, Safari and Opera */
  -moz-column-count: 4;
  /* Old Firefox */
  column-count: 4;
}

.sitemap .sitemap-group-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 250px;
  display: inline-block;
}

.sitemap .sitemap-group-item li {
  padding: 10px 0;
}

.sitemap .sitemap-group-item li .secondary-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #31123F;
  display: block;
}

.sitemap .sitemap-group-item li .secondary-item:hover {
  font-weight: 600;
}

.sitemap .sitemap-group-item .primary-item {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #31123F;
  padding: 10px 0;
  display: block;
}

.sitemap .sitemap-group-item .panel {
  height: auto;
  display: inline;
}

.building-calculator sup {
  vertical-align: super;
  font-size: smaller;
}

.building-calculator .heading {
  height: 141px;
  /* Grey_Gradient Background */
  background: radial-gradient(1150.57px at 33.69% 87.02%, #F3F3F3 0%, #FFFFFF 100%);
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  display: table;
  padding: 40px 0;
}

.building-calculator .heading .heading-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-left: 77px;
  padding-right: 20px;
}

.building-calculator .building-calculator-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-left: 72px;
}

.building-calculator .building-calculator-content .calculator-table {
  display: table;
  width: calc(100% - 400px);
  float: left;
  border: none;
}

.building-calculator .building-calculator-content .calculator-table th {
  padding-top: 40px;
  text-align: right;
}

.building-calculator .building-calculator-content .calculator-table th:nth-of-type(1) {
  text-align: left;
}

.building-calculator .building-calculator-content .calculator-table th.with-superscript {
  padding-bottom: 19px;
}

.building-calculator .building-calculator-content .calculator-table .right-align {
  text-align: right;
}

.building-calculator .building-calculator-content tr, .building-calculator .building-calculator-content td {
  padding-right: 20px;
  border: none;
}

.building-calculator .building-calculator-content .column-heading {
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #31123F;
  align-self: center;
  padding-right: 14px;
}

.building-calculator .building-calculator-content input, .building-calculator .building-calculator-content select, .building-calculator .building-calculator-content span.currency {
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.42);
}

.building-calculator .building-calculator-content select, .building-calculator .building-calculator-content span.currency {
  color: #808285;
}

.building-calculator .building-calculator-content .select-dropdown, .building-calculator .building-calculator-content span.label {
  color: #808285;
  font-size: 13px;
}

.building-calculator .building-calculator-content .select-dropdown.selected, .building-calculator .building-calculator-content input.selected {
  color: #31123F;
  font-weight: 600 !important;
}

.building-calculator .building-calculator-content .section-total-label, .building-calculator .building-calculator-content .section-total-value {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.building-calculator .building-calculator-content .total-label-cell {
  padding-bottom: 22px;
}

.building-calculator .building-calculator-content .section-total-value.selected {
  font-weight: 800;
  color: #79378b;
}

.building-calculator .building-calculator-content .section-total-label {
  color: #79378B;
  font-weight: 800;
}

.building-calculator .building-calculator-content input {
  border-bottom: 1px solid #e2e2e2;
}

.building-calculator .building-calculator-content td.no-padding {
  padding: 0;
}

.building-calculator .building-calculator-content .editor-content.standard-text p {
  font-size: 13px;
  margin-top: 0;
}

.building-calculator .building-calculator-content .building-summary {
  float: left;
  opacity: 0.9;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 360px;
  padding-left: 16px;
  padding-top: 10px;
  margin-top: 40px;
  padding-right: 6px;
  margin-left: 20px;
}

.building-calculator .building-calculator-content .building-summary table {
  background: #FFFFFF;
}

.building-calculator .building-calculator-content .building-summary td {
  padding-top: 0px !important;
}

.building-calculator .building-calculator-content .building-summary td.first-column {
  padding-top: 10px !important;
}

.building-calculator .building-calculator-content .building-summary td.replacement-value {
  text-align: left;
  padding-bottom: 12px;
}

.building-calculator .building-calculator-content .building-summary td.replacement-value-right {
  text-align: right;
  vertical-align: middle;
  padding: 0 19px 0 3px;
}

.building-calculator .building-calculator-content .building-summary td.main-building {
  padding-top: 10px;
  padding-bottom: 40px;
}

.building-calculator .building-calculator-content .building-summary td.right-align {
  text-align: right;
}

.building-calculator .building-calculator-content .building-summary #mainBuildingSummaryAmount {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #31123F;
  line-height: 22px;
}

.building-calculator .building-calculator-content .building-summary td.hr-cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.building-calculator .building-calculator-content .building-summary .summary-heading {
  color: #79378B;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.building-calculator .building-calculator-content .building-summary .row a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}

.building-calculator .building-calculator-content .building-summary .secondary-heading {
  display: table-cell;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #31123f;
}

.building-calculator .building-calculator-content .building-summary .currency-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #31123F;
}

.building-calculator .building-calculator-content .building-summary .horizontal-rule {
  border-bottom: 1px solid #CCCCCC;
}

.building-calculator .building-calculator-content .building-summary .bottom-margin {
  margin-bottom: 30px;
}

.building-calculator .building-calculator-content .building-summary .vat-text {
  font-size: 10px;
  color: #31123F;
  text-align: right;
  line-height: 22px;
}

.building-calculator .building-calculator-content .building-summary .replacement-value {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #79378B;
  text-align: right;
}

.building-calculator .building-calculator-content .building-summary .total-text-color {
  color: #79378b;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}

.building-calculator .building-calculator-content .building-summary .button-link.primary-btn, .building-calculator .building-calculator-content .building-summary .button-link.secondary-btn {
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

.building-calculator .building-calculator-content .building-summary .button-link.primary-btn {
  font-weight: 300;
}

.building-calculator .building-calculator-content .building-summary .button-link.secondary-btn {
  font-weight: 600;
}

.building-calculator .building-calculator-content .building-summary .button-link.primary-btn {
  width: 100%;
}

.building-calculator .building-calculator-content .building-summary .editor-content p {
  font-size: 12px;
}

.digital-services-section-container.grey {
  background-color: #f9f9f9 !important;
}

.digital-services-section-container .digital-services-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab {
  width: 385px;
  float: left;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item {
  height: 80px;
  width: 385px;
  margin: 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  clear: both;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: table;
  color: #31123f;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item.active {
  background: linear-gradient(180deg, #93CD3F 31.77%, #72BF44 73.96%);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3) inset;
  font-weight: 800;
  color: #FFF;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item.active .icon {
  display: none;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item.active .icon-active {
  display: table-cell;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 0;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item .icon {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item .icon-active {
  vertical-align: middle;
  width: 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.digital-services-section-container .digital-services-section .digital-services-section-tab .tab-item .spacer {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}

.digital-services-section-container .digital-services-section .digital-services-section-content {
  float: right;
  width: calc(100% - 475px);
  position: relative;
  padding: 20px 0;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area {
  display: none;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area.active {
  display: block;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area .video-wrap {
  max-width: 100% !important;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area .digital-content-area-table {
  display: table;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area .digital-content-area-table .cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area .digital-content-area-table .cell.right {
  text-align: right;
  padding: 0 0 0 45px;
}

.digital-services-section-container .digital-services-section .digital-services-section-content .digital-content-area .digital-content-area-table .cell.right img {
  width: 100%;
  max-width: 310px;
}

.life-calculator-container .life-calculator-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.life-calculator-container .life-calculator-section .calculator-table {
  width: calc(100% - 360px);
  float: left;
}

.life-calculator-container .life-calculator-section .calculator-table tr, .life-calculator-container .life-calculator-section .calculator-table td, .life-calculator-container .life-calculator-section .calculator-table th {
  padding: 0 20px 0 0;
  border: none;
}

.life-calculator-container .life-calculator-section .calculator-table td {
  vertical-align: bottom;
  height: 65px;
}

.life-calculator-container .life-calculator-section .calculator-table td.grey {
  color: #808285;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.life-calculator-container .life-calculator-section .calculator-table td.heading {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
  padding: 20px 20px 10px 0;
}

.life-calculator-container .life-calculator-section .calculator-table td .input-field {
  margin: 0;
}

.life-calculator-container .life-calculator-section .calculated-section {
  width: 350px;
  float: right;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
}

.life-calculator-container .life-calculator-section .calculated-section .heading {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #79378b;
}

.life-calculator-container .life-calculator-section .calculated-section .calculated-table {
  margin: 20px 0;
}

.life-calculator-container .life-calculator-section .calculated-section .calculated-table tr, .life-calculator-container .life-calculator-section .calculated-section .calculated-table td, .life-calculator-container .life-calculator-section .calculated-section .calculated-table th {
  padding: 5px 0;
  border: none;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.life-calculator-container .life-calculator-section .calculated-section .calculated-table tr {
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
}

.life-calculator-container .life-calculator-section .calculated-section .calculated-table .clear-styles {
  padding: 0;
  border: none;
  margin: 0;
  text-align: right;
  color: #79378b;
  font-weight: 800;
}

.life-calculator-container .life-calculator-section .calculated-section .info-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #808285;
  margin: 20px 0;
}

.life-calculator-container .life-calculator-section .calculated-section .button-link {
  width: 100%;
  padding: 12.5px 15px;
}

.claim-card-section-container.grey {
  background-color: #f9f9f9 !important;
}

.claim-card-section-container .claim-card-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}

.claim-card-section-container .claim-card-section .claim-card-content {
  padding: 0 0 50px 0;
}

.claim-card-section-container .claim-card-section .claim-card {
  max-width: 460px;
  width: calc(50% - 20px);
  min-width: 200px;
  height: 300px;
  background: #fff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: inline-table;
  text-align: center;
  margin: 10px;
  padding: 30px;
}

.claim-card-section-container .claim-card-section .claim-card .cell {
  display: table-cell;
  vertical-align: middle;
}

.claim-card-section-container .claim-card-section .claim-card .cell .heading {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #4c1759;
  margin: 30px 0 10px 0;
}

.claim-card-section-container .claim-card-section .claim-card .cell .content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #808285;
  margin: 0 0 40px 0;
}

.claim-card-section-container .claim-card-section .claim-card .cell .button-link {
  margin: 0;
}

@media screen and (max-width: 1330px) {
  .inspection-centres-section-container .inspection-centres-section .map-container .left-navigation-section .inspection-centres-form .selection-buttons .button .text {
    font-size: 12px;
    line-height: 14px;
    top: 75px;
  }
}

@media screen and (max-width: 1200px) {
  .google-map-content-wrapper .google-map-content,
.talk-at-out-section .talk-at-out-content,
footer .boxed-footer,
.document-section-container .document-section,
.notification-container,
.quote-section .quote-content,
.static-banner-content,
.tab-content,
.quick-link-section .quick-link-containers,
.specific-quote-section .quote-content,
.tab-section .product-overview,
.tab-section .features-benefits,
.tab-section .product-comparison,
.tab-section .product-claim,
.blog-category-page .blog-category-list,
.blog-category-page .featured-article,
.blog-article-page .static-image-header,
.blog-article-page .article-container,
.blog-article-page .latest-articles,
.seo-rich-content-wrapper .seo-rich-content,
.introduction-content .content-body,
.accordion-section-container .accordion-section,
.card-button-container .card-button-section {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .static-banner-headline .static-banner-headline-table {
    padding: 0 !important;
  }
  .static-banner-headline .static-banner-headline-table .static-banner-content {
    padding: 0 50% 20px 150px !important;
  }
  .talk-at-out-section .talk-at-out-content .conversation-call-to-action {
    right: 50px;
  }
  .card-button-container .card-button-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .blog-category-page .blog-article-grid {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .teaser div .richtext-content.left {
    padding-left: 50px !important;
  }
  .teaser div .teaser-video.right {
    padding-right: 50px !important;
  }
  .tab-section .product-overview .content-body {
    width: calc(50% - 50px);
    margin: 0 50px 0 0;
  }
  .tab-section .product-overview .product-items {
    width: calc(50% - 50px);
    margin: 0 0 0 50px;
  }
  footer .boxed-footer .quick-links {
    text-align: right;
  }
  .tab-section .features-benefits .featured-links .action-button {
    height: 270px;
    width: 270px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
  }
  .tab-section .features-benefits .featured-links .action-button .icon {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
  }
  .tab-section .features-benefits .featured-links .action-button .icon img {
    height: 50px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content {
    top: 120px;
    left: 20px;
    right: 20px;
    position: absolute;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content .button-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #4c1759;
    padding: 0 0 5px 0;
  }
  .tab-section .features-benefits .featured-links .action-button .button-content .button-body p {
    line-height: 18px;
    margin: 0;
  }
  .tab-section .features-benefits .featured-links .action-button .button-footer {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #93cd3f;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .tab-section .features-benefits .featured-links .action-button .button-footer .arrow {
    background-image: url(/ClientResources/Images/shared/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: right 1px center;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .nav-section .outer-pos {
    padding: 0 25px;
  }
  .nav-section .nav-column {
    padding: 50px 25px 50px;
  }
  .nav-section .nav-column strong.main-heading .main-heading-icon {
    display: none;
  }
  .blog-category-page .blog-category-list ul li a {
    padding: 11px 25px;
  }
  .blog-category-page .blog-category-list ul li.heading {
    padding: 11px 20px 11px 0;
  }
  .blog-category-page .latest-articles .latest-article .metadata .category {
    max-width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .quote-section .quote-content .quote-list .quote-type-selection .text-area.no-icon .cell {
    padding: 0 10px;
  }
  .digital-out-id .content .content-image {
    height: 410px;
    width: 610px;
    background-position: center 5px;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
  }
  .digital-out-id .content ul.right {
    margin: -50px 0 0 250px;
  }
  .digital-out-id .content ul.left {
    margin: -20px 0 0 -480px;
  }
  .request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:not(:checked) + span,
.request-a-call-back-container .request-a-call-back-section .request-a-call-back-form form .radio-container [type="radio"]:checked + span {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    transition: .28s ease;
    user-select: none;
    padding-right: 8px;
  }
  .request-a-call-back-container .select-wrapper + label {
    position: absolute;
    top: -42px;
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 764px) {
  .google-map-content-wrapper .table-position {
    float: right;
    width: calc(100% - 400px);
    position: absolute;
    right: 50px;
    bottom: 100px;
    display: contents;
  }
}

.select-dropdown.dropdown-content {
  max-height: 300px;
  z-index: 999;
}

input::-ms-clear {
  display: none;
}

.channel-marketer .progress-popup, #email-lead-form .progress-popup {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  text-align: center;
  height: 400px;
  display: table;
}

.channel-marketer .progress-popup .loader, #email-lead-form .progress-popup .loader {
  display: table-cell;
  vertical-align: middle;
}

.channel-marketer .progress-popup .success-heading, #email-lead-form .progress-popup .success-heading {
  display: inline;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 50px;
  color: #79378b;
}

.channel-marketer .progress-popup .error-heading, #email-lead-form .progress-popup .error-heading {
  display: inline;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: red;
}

.channel-marketer .progress-popup .secondary-message, #email-lead-form .progress-popup .secondary-message {
  font-size: 18px;
  color: #79378b;
  margin-bottom: 16px;
}

.channel-marketer .progress-popup .tertiary-message, #email-lead-form .progress-popup .tertiary-message {
  font-size: 14px;
  margin-bottom: 10px;
}

.channel-marketer .progress-popup .tertiary-message p, #email-lead-form .progress-popup .tertiary-message p {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 16px;
}

.channel-marketer .progress-popup .reference-number, #email-lead-form .progress-popup .reference-number {
  font-weight: 600;
  color: #79378b;
  display: inline-block;
}

.channel-marketer .progress-popup {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}

.channel-marketer .heading {
  background: radial-gradient(1150.57px at 33.69% 87.02%, #F3F3F3 0%, #FFFFFF 100%);
  padding: 30px 0;
}

.channel-marketer .heading .heading-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 90px;
}

.channel-marketer .main-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 90px 50px 90px;
}

.channel-marketer .main-content .row {
  margin: 0 -2%;
  width: 104%;
}

.channel-marketer .main-content .row .submit-field {
  text-align: center;
}

.channel-marketer .main-content .editor-content.disclaimer p {
  font-size: 12px !important;
  padding: 0 45px;
  text-align: center;
  line-height: 18px;
}

.bubble-number {
  height: 30px;
  width: 30px;
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  margin-left: -45px;
  margin-top: -5px;
  position: absolute;
}

.remove-numbering {
  display: none;
}

.custom-form-page-divider {
  border-bottom: 2px solid #e2e2e2;
  width: 120%;
  margin-left: -10%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-form-submit {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.banner-text-position {
  max-width: 1366px;
  margin: auto;
  padding-left: 39px;
}

.static-banner {
  padding: 7px;
}

.static-banner.grey {
  background-color: #f3f3f3 !important;
}

.static-banner.grey a {
  color: black;
  font-weight: 500;
  text-decoration: underline;
}

.static-banner.green {
  background-color: #93cd3f;
  color: #fff;
}

.static-banner.green a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: underline;
}

.static-banner.dark-purple {
  background-color: #31123f;
  color: #fff;
}

.static-banner.dark-purple a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: underline;
}

.static-banner.mid-purple {
  background-color: #4c1759;
  color: #fff;
}

.static-banner.mid-purple a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: underline;
}

.static-banner-spacing {
  margin-top: 25px;
}

.banner-content-spacing {
  margin-top: 25px;
}

.main-content-padding {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}

.main-content-padding.short {
  margin: 0 auto;
}

.nn-promo {
  padding-top: 30px;
}

.nn-promo.promotion-container {
  min-height: unset !important;
}

.nn-promo.promotion-container .promotion-section {
  min-height: unset !important;
}

.nn-promo.promotion-container .promotion-section .promotion-centered-section {
  min-height: unset !important;
}

.nn-promo .promotion-section {
  min-height: unset;
}

.nn-promo .dark-sub-heading {
  margin: 50px 0;
  max-width: 840px;
}

.nn-promo .label-text {
  max-width: 840px;
  margin-bottom: 60px;
}

.nn-promo .nn-promo-payout-type-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 840px;
  max-width: 840px;
  margin-bottom: 50px;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block {
  flex: 1;
  max-width: 50%;
  padding: 20px 30px 20px 30px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block .nn-promo-payout-type-top {
  padding-bottom: 15px;
  display: flex;
  border-bottom: 0.5px solid #CCCCCC;
  align-items: center;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block .nn-promo-payout-type-top img {
  height: 52px;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block .nn-promo-payout-type-top .nn-promo-payout-type-text {
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #31123F;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block .nn-promo-payout-type-bottom {
  padding-top: 20px;
  font-size: 14px;
  color: #31123F;
  text-align: left;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block.selected {
  background: linear-gradient(180deg, #93cd3f 31.77%, #72bf44 73.96%);
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block.selected .nn-promo-payout-type-top {
  border-bottom: 0.5px solid white;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block.selected .nn-promo-payout-type-top .nn-promo-payout-type-text {
  color: white;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block.selected .nn-promo-payout-type-bottom {
  color: white;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block:nth-child(even) {
  margin-left: 15px;
}

.nn-promo .nn-promo-payout-type-wrapper .nn-promo-payout-type-block:nth-child(odd) {
  margin-right: 15px;
}

.nn-promo .nn-promo-payout-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 840px;
  max-width: 840px;
}

.nn-promo .nn-promo-payout-form-wrapper .nn-promo-payout-form-input {
  flex: 50%;
  max-width: 50%;
  margin-bottom: 5px;
}

.nn-promo .nn-promo-payout-form-wrapper .nn-promo-payout-form-input:nth-child(even) {
  padding-left: 15px;
}

.nn-promo .nn-promo-payout-form-wrapper .nn-promo-payout-form-input:nth-child(odd) {
  padding-right: 15px;
}

.nn-promo .selected-placeholder input {
  color: #808285 !important;
}

.nn-promo .select-wrapper input {
  color: black;
  font-weight: 500 !important;
}

.nn-promo .field-validation-error {
  font-size: 12px;
  text-align: left;
}

.nn-promo .field-validation-error.centered {
  text-align: center;
}

.nn-promo .nn-promo-error {
  text-align: left;
  width: 685px;
  margin-top: 20px;
  font-size: 14px;
}

.nn-promo .nn-upload-doc-information {
  text-align: left;
  width: 685px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #31123F;
}

.nn-promo .nn-promo-document-wrapper-card:not(:first-child) {
  margin-top: 40px;
}

.nn-promo .nn-promo-heading {
  font-size: 28px;
  text-align: center;
  color: #7A378B;
  width: 785px;
  margin-bottom: 40px;
}

.nn-promo .nn-promo-heading.sub {
  font-size: 16px;
  color: #31123F;
  margin-bottom: 40px;
}

.nn-promo .nn-promo-heading.ncb {
  font-size: 16px;
  color: #31123F;
  margin-bottom: 30px;
  font-weight: 800;
}

.nn-promo .nn-promo-doc-card {
  width: 685px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-top {
  background: #F3F3F3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 23px 33px 23px 33px;
  width: 100%;
  display: flex;
  align-items: center;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-top span {
  font-size: 16px;
  color: #31123F;
  padding-left: 8px;
  text-align: left;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-top span.bold {
  font-weight: bold;
  padding-left: 25px;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-top .nn-promo-doc-card-remove {
  cursor: pointer;
  margin-left: auto;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom {
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 23px 33px 23px 33px;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom .nn-promo-doc-card-bottom-risk {
  color: #31123F;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom .nn-promo-doc-card-bottom-risk .bold {
  font-weight: 600;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom .nn-promo-doc-card-edit {
  width: 100%;
  text-align: left;
  font-weight: 800;
  font-size: 14px;
  color: #31123F;
  cursor: pointer;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom .nn-promo-doc-card-edit .nn-promo-doc-card-edit-area {
  float: right;
}

.nn-promo .nn-promo-doc-card .nn-promo-doc-card-bottom .nn-promo-doc-card-edit .nn-promo-doc-card-edit-area .nn-promo-doc-card-edit-text {
  font-weight: 600;
  font-size: 12px;
  color: #93CD3F;
}

.nn-promo .nn-promo-nav-buttons {
  margin-top: 56px;
}

.nn-promo .nn-promo-disclaimer {
  margin-top: 60px;
}

.nn-promo .nn-promo-full-screen {
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: white;
}

.nn-promo .nn-promo-full-screen.nn-promo-center-v-stacked {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-nav-buttons {
  text-align: center;
  margin-top: 46px;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-wrapper {
  height: 100vh;
  padding-top: 60px;
  min-width: 685px;
  width: 685px;
}

.nn-promo .nn-promo-full-screen .nn-promo-align-center {
  text-align: center;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-unlinked-small-heading {
  font-size: 16px;
  text-align: center;
  color: #31123F;
  margin-bottom: 20px;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-unlinked-info {
  font-size: 16px;
  text-align: center;
  color: #808285;
  margin-top: 30px;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-doc-card {
  width: 100%;
  padding: 21px 34px 21px 34px;
  background: #F3F3F3;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-doc-card span {
  font-size: 16px;
  color: #31123F;
  padding-left: 8px;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-doc-card span.bold {
  font-weight: bold;
  padding-left: 25px;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-sub-heading {
  font-weight: 800;
  font-size: 16px;
  color: #31123F;
  margin-bottom: 30px;
  text-align: left;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-sreen-unlinked-risks {
  font-weight: 800;
  font-size: 16px;
  color: #31123F;
  margin-top: 10px;
  text-align: center;
}

.nn-promo .nn-promo-full-screen .nn-promo-full-screen-divider {
  height: 1px;
  width: 100%;
  border-top: 0.5px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nn-promo .nn-promo-checkbox {
  position: relative;
  min-height: 40px;
  height: auto;
}

.nn-promo .nn-promo-checkbox .nn-promo-checkbox-label {
  font-size: 14px;
  min-height: 40px;
  color: #808285;
  padding-top: 7px;
  padding-left: 45px;
  text-align: left;
}

.nn-promo .nn-promo-checkbox .nn-promo-checkbox-label.selected {
  font-weight: bold;
}

.nn-promo .nn-promo-checkbox label {
  background-color: #fff;
  border: 2px solid #72BF44;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.nn-promo .nn-promo-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.nn-promo .nn-promo-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.nn-promo .nn-promo-checkbox input[type="checkbox"]:checked + label {
  background-color: #72BF44;
  border-color: #72BF44;
}

.nn-promo .nn-promo-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.nn-promo .nn-promo-align-center-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nn-promo .nn-promo-align-start-flex {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 685px;
}

.nn-promo .nn-promo-upload-box {
  width: 685px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #FFFFFF;
  border: 1px dashed #CCCCCC;
  border-radius: 10px;
  cursor: pointer;
}

.nn-promo .nn-promo-upload-box .nn-promo-upload {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.nn-promo .nn-promo-upload-box .nn-promo-upload .nn-promo-upload-text {
  font-weight: 600;
  font-size: 16px;
  color: #93CD3F;
  padding-left: 10px;
}

.nn-promo .nn-promo-upload-box .nn-promo-file-criteria {
  font-size: 13px;
  color: #808285;
  margin-top: 10px;
}

.digital-feature-container {
  padding: 30px;
  height: 200px;
  display: inline-block;
}

.digital-feature-heading {
  display: inline-block;
  padding-left: 10px;
  color: #4c1759;
  font-weight: 800;
  font-size: 18px;
}

.digital-feature-discription {
  margin-top: 20px;
}

.digital-feature-icon-container {
  display: flex;
  align-items: center;
}

.digital-feature-icon {
  width: 40px;
}

.digital-content-area {
  columns: 2;
  width: 65%;
  margin: auto;
  padding-bottom: 70px;
}

.container-divider {
  border-top: 1px solid #CCCCCC;
  margin: 25px 10% 0px 10%;
}

.custom-banner-image {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.custom-image {
  margin: 55px;
}

/*#region outvest*/
.ov-leadform-wrapper {
  background-color: #fff;
  color: #444;
  position: relative;
  z-index: 1;
  text-align: left;
  -webkit-box-shadow: 10px 5px 25px 5px lightgrey, 5px 5px 12px 2px whitesmoke;
  box-shadow: 10px 5px 25px 5px lightgrey, 5px 5px 12px 2px whitesmoke;
  border-radius: 20px;
  background: white;
  padding: 20px 20px;
  max-width: 1366px;
  font-size: 16px;
  margin: 30px auto;
}

.ov-leadform-wrapper .modal .modal-content h4 {
  font-size: 2em;
}

.ov-leadform-wrapper .modal .modal-content p {
  margin: 30px 0 0;
  line-height: 1.5em;
}

.ov-leadform-wrapper .modal .modal-footer .modal-close {
  line-height: 35px !important;
  margin-right: 25px !important;
}

.ov-leadform-wrapper #ov-lead-form-content {
  display: block;
  padding: 10px;
}

.ov-leadform-wrapper .header h2 {
  font-weight: 800;
  font-size: 2.5em;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #49165b;
  text-align: left;
  margin: 0;
}

.ov-leadform-wrapper .header h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #575757;
  text-align: left;
  margin: 20px 0 20px 0;
}

.ov-leadform-wrapper .footer .ov-form-lead-fields-footnote {
  text-align: left;
  color: #575757;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 145%;
  margin: 12px 0 20px 0;
}

.ov-form-lead-form {
  display: flex;
  flex: 1 1 0px;
}

.ov-form-lead-form .right {
  background: url(/ClientResources/Styles/lead-page.png) no-repeat center;
  background-size: 300px;
  width: 100%;
}

.ov-form-lead {
  display: flex;
  align-items: start;
}

.ov-form-lead-fields-text {
  padding: 20px 0 20px 0;
  line-height: 145%;
}

.ov-form-lead-field-buttons {
  padding: 20px 0 20px 0;
  display: flex;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-primary, .ov-leadform-wrapper .modal .btn-primary {
  width: 300px;
  color: #fff;
  background-color: #84acdb;
  border-color: #84acdb;
  display: inline-block;
  text-transform: uppercase;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn,
.ov-leadform-wrapper .modal .btn {
  line-height: 45px;
  margin: 2px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-purple {
  width: 300px;
  border: 2px solid #49165b;
  border-radius: 5px;
  color: #49165b;
  font-weight: 600;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-purple:after {
  content: "CALL ME BACK";
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-primary:after {
  content: "GET ONLINE QUOTE";
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-purple:hover {
  background-color: #49165b;
  border-radius: 5px;
  color: #fff;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead-field-buttons .btn-primary:hover, .ov-leadform-wrapper .modal .btn-primary:hover {
  color: #fff;
  background-color: #5d91cf;
  border-color: #417fc7;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead .ov-form-lead-field-column {
  padding: 20px 0px;
  margin-right: 20px;
  min-width: 320px;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead .input-container {
  width: 100%;
  padding-top: 5px;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead .input-container .input-label label {
  color: #575757;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25em;
  white-space: normal;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead .input-container .input-field input {
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #49165b;
  background-color: transparent;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1em;
  text-align: left;
  margin-top: 5px;
  width: 100%;
  outline: none;
}

.lead-form-error-message {
  display: none;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #c21e00;
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
}

.ov-leadform-wrapper .ov-form-lead-form .ov-form-lead .input-container .input-field .lead-error {
  position: relative !important;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #c21e00;
  font-size: 0.8em;
}

.onclick-animation {
  transition: 0.5s;
  width: 35px;
  border-radius: 35px;
  height: 35px;
  border-color: #bbbbbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #7fc542;
  -webkit-animation: rotating 2s 0.25s linear infinite;
  animation: rotating 2s 0.25s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 850px) {
  .ov-form-lead-form .right {
    display: none;
  }
}

/*#endregion*/
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-style: none !important;
  opacity: 1 !important;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.carousel {
  width: 100%;
  min-height: 650px;
  box-sizing: border-box;
}

.carousel .carousel-content {
  display: flex;
  max-width: 1366px;
  margin: auto;
  padding: 25px 90px;
  align-items: center;
}

.carousel .richtext-content {
  width: 45%;
  padding: 10px;
  margin: 25px 25px 25px 5%;
}

.carousel .slide-content {
  width: 50%;
  margin: 25px 10px;
}

.splide-nav-thumb {
  opacity: 0.5;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-style: none !important;
  opacity: 1 !important;
}

/*Latest Blogs Cards*/
.latest-blog-article-cards .static-banner-headline {
  background: radial-gradient(1021.31px at 49.05% 69.67%, #f3f3f3 0, #fff 100%);
}

.latest-blog-article-cards .static-banner-headline .static-banner-headline-table {
  display: table;
  margin: auto;
  padding: 50px 0 30px;
}

.latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content {
  width: 1366px;
  padding: 0 90px 20px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld {
  background-image: url("/ClientResources/Images/shared/arrow-left.svg");
  padding: 0 0 0 17px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 600;
}

.latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-normal-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h1-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h1.purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2.dark-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2-dark-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h2-dark-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h2.dark-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h3, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h3, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h4, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h4, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h5, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h5, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld h6, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6-purple, .latest-blog-article-cards .static-banner-headline .static-banner-headline-table .static-banner-content .back-to-outworld div.h6-purple {
  width: 70%;
}

.latest-blog-article-cards .static-image-header {
  max-width: 1366px;
  padding: 60px 90px 0;
  margin: auto;
  clear: both;
  position: relative;
}

.latest-blog-article-cards .static-image-header .image {
  height: 365px;
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.latest-blog-article-cards .static-image-header .image .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  bottom: 30px;
  right: 25px;
}

.latest-blog-article-cards .static-image-header .social-media {
  height: 90px;
  clear: both;
  position: relative;
}

.latest-blog-article-cards .static-image-header .social-media .icon {
  height: 35px;
  width: 35px;
  float: right;
  margin: 20px 0 0 20px;
  display: block;
}

.latest-blog-article-cards .static-image-header .social-media .icon.fb {
  background-image: url("/ClientResources/Images/shared/facebook-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
}

.latest-blog-article-cards .static-image-header .social-media .icon.tw {
  background-image: url("/ClientResources/Images/shared/twitter-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
}

.latest-blog-article-cards .static-image-header .social-media .icon.cb {
  background-image: url("/ClientResources/Images/shared/clipboard-share-icon.svg");
  background-size: 35px 35px;
  text-indent: -9999px;
  position: relative;
}

.latest-blog-article-cards .static-image-header .social-media .icon.cb span {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  bottom: 49px;
  right: -8px;
  z-index: 9;
  text-indent: 0;
  text-align: center;
  width: 130px;
}

.latest-blog-article-cards .static-image-header .social-media .icon.cb span:after {
  top: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.latest-blog-article-cards .article-container {
  max-width: 1366px;
  padding: 0 90px 50px 90px;
  margin: auto;
  clear: both;
  position: relative;
}

.latest-blog-article-cards .article-container .content-spacing {
  padding: 0 180px 0 0;
}

.latest-blog-article-cards .article-container .content-spacing .video-iframe {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.latest-blog-article-cards .article-container .content-spacing .video-iframe iframe {
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: #000;
}

.latest-blog-article-cards .article-container .published-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #31123f;
  padding: 0 0 35px 0;
}

.latest-blog-article-cards .latest-articles {
  max-width: 1366px;
  padding: 55px 90px 70px;
  margin: auto;
  clear: both;
  position: relative;
}

.latest-blog-article-cards .latest-articles .latest-articles-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #4c1759;
  margin: 0 0 50px 0;
}

.latest-blog-article-cards .latest-articles .latest-articles-container {
  width: calc(100% + 45px);
  position: relative;
  left: -15px;
}

.latest-blog-article-cards .latest-articles .latest-articles-container .mobile-scroll {
  width: 100% !important;
}

.latest-blog-article-cards .latest-articles .latest-article {
  max-width: 375px;
  width: calc(33% - 30px);
  height: 375px;
  border: 1px solid lightgray;
  margin: 15px;
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  float: left;
  transition: all .5s;
}

.latest-blog-article-cards .latest-articles .latest-article:hover {
  transition: all .5s;
  transform: scale(1.06);
}

.latest-blog-article-cards .latest-articles .latest-article .blog-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999999px;
  z-index: 5;
}

.latest-blog-article-cards .latest-articles .latest-article .image {
  background-color: #713181;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4c1759;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata .publish-date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata .category {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background: #93cd3f;
  padding: 2px 5px;
  position: absolute;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  top: 28px;
  right: 30px;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata .body {
  top: 60px;
  right: 30px;
  left: 30px;
  position: absolute;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata .body strong {
  display: block;
  font-weight: 800;
  white-space: normal;
}

.latest-blog-article-cards .latest-articles .latest-article .metadata .body.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 75px;
}

#firstPartial > div.row > p > .select-wrapper {
  display: inline-block;
  text-align: center;
  min-width: 150px;
}

#firstPartial > div.row > p > .select-wrapper .select-dropdown {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.28%;
  text-align: center;
  color: #79378b;
}

#firstPartial > div.row > p > input {
  display: inline-block;
  text-align: center;
  width: 150px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.28%;
  text-align: center;
  color: #79378b;
}

.outvest-calc-section-container {
  min-height: 20vh;
}

.outvest-calc-section-container .calc-spinner {
  width: 50px;
  height: 50px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.outvest-calc-section-container .purple {
  color: #79378b;
}

.outvest-calc-section-container a {
  color: #6a2a7f;
  text-decoration: none;
  text-decoration: underline;
}

.outvest-calc-section-container .error {
  margin-bottom: 8px;
  color: #c21e00;
  text-align: left;
}

.outvest-calc-section-container .text-center {
  text-align: center;
}

.outvest-calc-section-container .tooltip {
  position: relative;
  display: inline-block;
}

.outvest-calc-section-container .tooltip:after {
  content: "i";
  padding: 1px;
  display: inline-block;
  background-color: #dedede;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  font-family: montserrat;
  color: #fff;
  font-size: 1rem;
  line-height: 15px;
  cursor: pointer;
  margin-left: 5px;
}

.outvest-calc-section-container .tooltip:hover .tooltip-text {
  visibility: visible;
}

.outvest-calc-section-container .tooltip .tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  color: #333;
  line-height: 1.2em;
  text-align: left;
  border: 1px solid #79378B;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.outvest-calc-section-container .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.outvest-calc-section-container .btn-primary {
  color: #fff;
  background-color: #84acdb;
  border-color: #84acdb;
  display: inline-block;
  text-transform: uppercase;
  line-height: 45px;
  margin: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.outvest-calc-section-container .btn-primary:hover {
  background-color: #4c81bf;
  color: #fff;
}

.outvest-calc-section-container .recalculate-btn {
  color: #49165b;
  border: 2px solid #49165b;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  line-height: 45px;
  margin: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.outvest-calc-section-container .recalculate-btn:hover {
  background-color: #49165b;
  color: white;
}

.outvest-calc-section-container .ghost-btn {
  background-color: transparent;
  border: 2px solid #49165b;
  color: #49165b;
}

.outvest-calc-section-container .btn-primary.ghost-btn:hover {
  background-color: #49165b;
  color: #fff;
  border-color: #49165b;
}

.outvest-calc-section-container .margin-top-20 {
  margin-top: 20px !important;
}

.outvest-calc-section-container .margin-bottom-20 {
  margin-bottom: 20px !important;
}

.outvest-calc-section-container .calc-validation-error {
  color: red;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #c21e00;
  padding: 1rem;
  margin: 1rem;
}

.outvest-calc-section-container .margin-top-30 {
  margin-top: 30px !important;
}

.outvest-calc-section-container .validate-calc-form {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  color: #e27615;
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.outvest-calc-section-container #ratesCalcForm .calc-rates-indicators {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.outvest-calc-section-container #ratesCalcForm .calc-rates-indicators span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #49165B;
}

.outvest-calc-section-container #ratesCalcForm .calc-rates-indicators span.done {
  background-color: #49165B;
}

.outvest-calc-section-container .rates-final-partial .summary {
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.outvest-calc-section-container .rates-final-partial .summary div {
  flex-grow: 1;
}

.outvest-calc-section-container .rates-final-partial .summary div strong {
  color: #555555;
  font-weight: bold;
  font-size: 16px;
}

.outvest-calc-section-container .rates-final-partial .summary div p {
  color: #C0C0C0;
  font-size: 12px;
  display: block;
}

.outvest-calc-section-container .rates-final-partial .summary div .equal {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  color: #808285;
}

.outvest-calc-section-container .rates-final-partial .summary .after-tax-rate {
  color: #84acdb;
  font-weight: 300;
}

.outvest-calc-section-container .rates-final-partial .summary #beforeTaxRateCompounded,
.outvest-calc-section-container .rates-final-partial .summary #beforeTaxRateSimple {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  color: #79378b;
}

.outvest-calc-section-container .rates-final-partial .summary .display-percent {
  font-size: 34px;
  text-align: center;
}

.outvest-calc-section-container #detailedInvestments .row {
  margin: 5px 0;
}

.outvest-calc-section-container #detailedInvestments .row #fixedDepDiv,
.outvest-calc-section-container #detailedInvestments .row #moneyMarketDiv {
  display: flex;
  align-items: center;
  text-align: left;
}

.outvest-calc-section-container #detailedInvestments .row #fixedDepDiv .all-visible-columns,
.outvest-calc-section-container #detailedInvestments .row #moneyMarketDiv .all-visible-columns {
  display: flex;
  align-items: center;
}

.outvest-calc-section-container #detailedInvestments .row #fixedDepDiv .all-visible-columns span.headings,
.outvest-calc-section-container #detailedInvestments .row #moneyMarketDiv .all-visible-columns span.headings {
  width: 190px;
}

.outvest-calc-section-container #detailedInvestments .row #fixedDepDiv .all-variable-columns,
.outvest-calc-section-container #detailedInvestments .row #moneyMarketDiv .all-variable-columns {
  display: flex;
  align-items: center;
}

.outvest-calc-section-container .margin-bottom-30 {
  margin-bottom: 30px !important;
}

.outvest-calc-section-container .calc-section {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.outvest-calc-section-container .calc-section .header {
  text-align: center;
}

.outvest-calc-section-container .calc-section .header h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  line-height: 1.5em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.outvest-calc-section-container .calc-section .header p {
  font-size: 15px;
  font-family: Montserrat,open sans,arial,helvetica;
  font-weight: 300;
  line-height: 22px;
  color: #555;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab {
  margin: 50px auto;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input {
  margin: 30px auto;
  text-align: center;
  width: 85%;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input input, .outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input select {
  font-size: 1rem;
  color: #79378b;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 300;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input .row {
  display: flex;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input .row .col6 {
  width: 100%;
  text-align: left;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input .row .col6 label {
  font-size: 0.9em;
  font-weight: inherit;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #797878;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab .budget-tool-input .row .col6 .input-field select {
  border: none;
  border-bottom: 1px solid #E2E2E2;
  outline: none;
  font-size: 16px;
  padding: 5px 0 !important;
  font-weight: 500;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop {
  margin-top: 20px;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .description {
  text-align: center;
  color: #79378b;
  width: 80%;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input {
  display: flex;
  width: 85%;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input input, .outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input select {
  font-size: 1rem;
  color: #79378b;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 300;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input .col {
  width: 50%;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input .col .col6 {
  width: 100%;
  text-align: left;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input .col .col6 label {
  font-size: .9em;
  font-weight: inherit;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #797878;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .calculator-tool-input .col .col6 input {
  text-align: right;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .budget-tool-footer {
  background-color: #e5dcea;
  padding: 2rem 0;
  text-align: center;
  padding-top: 30px;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .budget-tool-footer .calc-proposal {
  font-size: 2.5em;
  color: #79378b;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 3rem !important;
}

.outvest-calc-section-container .calc-section #education-calculator #form-education-calculator-tab #education-calculator-bookmark-formtop .budget-tool-footer p {
  color: #79378b;
  width: 80%;
  font-weight: 400;
  margin: 0 auto;
  line-height: 22px;
}

.wedding-selector-row {
  margin: 20px;
}

.wedding-selector-row .hr {
  position: absolute;
  width: 80%;
  border: 0;
  height: 1px;
  background: #492154;
  left: 10%;
  margin-top: 22px;
}

.wedding-selector-row .calc-btn-group {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  margin-left: -165px;
  left: 50%;
  text-align: center;
}

.wedding-selector-row .calc-btn-group span {
  margin: 0 auto;
  padding: 10px;
  width: 110px;
  cursor: pointer;
  float: left;
  border-radius: 8px 0 0 8px;
  border-bottom: 0;
  border-top: 0;
  background-color: #fff;
  color: #79378b;
  border: 1px solid #79378b;
}

.wedding-selector-row .calc-btn-group span:nth-child(2) {
  border-left: 1px solid #79378b;
  border-right: 1px solid #79378b;
  border-radius: 0;
}

.wedding-selector-row .calc-btn-group span:last-child {
  border-left: 1px solid #79378b;
  border-right: 1px solid #79378b;
  border-radius: 0 8px 8px 0;
}

.wedding-selector-row .calc-btn-group span:hover {
  background-color: #79378b;
  color: #fff;
}

.wedding-selector-row .calc-btn-group span.active {
  background-color: #79378b;
  color: #fff;
}

#ovDisclaimer {
  font-size: 12px;
  text-align: center;
  color: #989898;
  padding: 10px 0 0 0;
  line-height: 14px;
}

.call-back-button {
  border-radius: 5px;
  display: inline-block;
  line-height: 45px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: Montserrat;
  font-weight: 600;
  background-color: transparent !important;
  border: 2px solid #79378b;
  color: #79378b;
  cursor: pointer;
}

.call-back-button:hover {
  background-color: #ae8bbd !important;
  border: 2px solid #ae8bbd;
  color: #fff;
}

.quote-button {
  border-radius: 5px;
  display: inline-block;
  line-height: 45px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #84addb;
  border: 2px solid #84addb;
  text-align: center;
  letter-spacing: .5px;
  font-weight: 600;
  transition: .2s ease-out;
  cursor: pointer;
}

.quote-button:hover {
  background-color: #638ebd;
  border: 2px solid #638ebd;
  color: #fff;
}

#ratesCalc input {
  text-align: center;
  width: 150px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #79378b;
}

.ov-funds {
  width: 100%;
  box-sizing: border-box;
  max-width: 1366px;
}

.ov-funds .ov-funds-content {
  display: flex;
  margin: 20px auto;
  align-items: center;
}

.ov-funds .richtext-content {
  padding: 10px;
  margin: 25px 25px 25px 5%;
}

.ov-funds .slide-content {
  margin: 25px 10px;
}

.ov-funds .ov-ifc-logo {
  height: 50px;
  margin-bottom: 20px;
  width: auto;
  object-position: left;
  object-fit: scale-down;
}

.ov-funds .ov-intelligent-fund-card-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .01em;
  color: #49165b;
  margin-bottom: 16px;
}

.ov-funds .ov-intelligent-fund-card-text {
  font-size: 16px;
  line-height: 146.28%;
  color: #575757;
}

.ov-funds .ov-intelligent-fund-card-fact-sheet, .ov-funds .ov-intelligent-call-to-action-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 109.71%;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #9d71ad;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.ov-funds .ov-intelligent-fund-card-fact-sheet a, .ov-funds .ov-intelligent-call-to-action-link a {
  color: #9d71ad;
}

.ov-funds .ov-intelligent-call-to-action-link {
  color: #93cd3f !important;
}

.ov-funds .ov-intelligent-call-to-action-link a {
  color: #93cd3f !important;
}

.ov-funds .fund-track {
  min-height: 350px;
}

.ov-funds .fund-card {
  background: #fff;
  box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  padding: 30px 40px 30px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ov-funds .splide__pagination {
  left: 15% !important;
  align-items: start !important;
  width: 20% !important;
  justify-content: left !important;
}

.ov-funds .splide__pagination__page {
  border: 1px solid #79378B !important;
  background: #fff !important;
}

.ov-funds .splide__pagination__page.is-active {
  background: #79378B !important;
}

.ov-funds .splide__arrows {
  position: absolute;
  bottom: 1.5em;
  right: 15%;
}

.ov-funds .splide__arrow--prev {
  left: 0px !important;
}

.ov-funds .splide__arrow--next {
  left: 3em !important;
}

.banner-grey {
  background-color: #F4F4F4 !important;
}

.banner-white {
  background-color: #FFF !important;
}

/*OCR Form styles*/
.ocr-container {
  max-width: 85vw;
  border-radius: 5px;
  margin: 50px auto;
  min-height: 50vh;
  padding: 30px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.ocr-container .notes {
  background-color: #93CD3F;
  color: #fff;
  padding: 5px;
  margin: 5px 0;
}

.ocr-container .notes .title {
  margin: 5px 0;
  font-weight: 500;
  color: #7A378B;
  font-size: larger;
}

.ocr-container .collection {
  overflow: visible !important;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid lightgrey;
}

.ocr-container .collection .collection-item {
  flex: 0 0 auto;
  width: 49%;
  border-bottom: 0 !important;
}

.ocr-container .collection .collection-item .title {
  font-weight: 500;
  color: darkmagenta;
  font-size: small;
}

.ocr-container .collection .collection-item .sub-title {
  padding-left: 20px;
  font-weight: 600;
}

.ocr-container .confidence-high {
  border-top: 3px solid #6DD402;
  border-left: 3px solid #6DD402;
}

.ocr-container .confidence-unknown {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.ocr-container .confidence-medium {
  border-top: 3px solid #FF7E03;
  border-left: 3px solid #FF7E03;
}

.ocr-container .confidence-low {
  border-top: 3px solid #f00;
  border-left: 3px solid #f00;
}

.ocr-container .confidence-high-vert {
  border-left: 3px solid #6DD402;
}

.ocr-container .confidence-unknown-vert {
  /*border-left: 1px solid #e0e0e0;*/
}

.ocr-container .confidence-medium-vert {
  border-left: 3px solid #FF7E03;
}

.ocr-container .confidence-low-vert {
  border-left: 3px solid #f00;
}

.ocr-container .switch {
  display: block;
}

.ocr-container .switch label {
  display: block;
  color: #7A378B;
}

.ocr-container .master-detail {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.ocr-container .master-detail table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid lightgrey;
  margin: 10px 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ocr-container .secondary-content {
  margin-left: 20px;
}

.ocr-container table .sub-title {
  padding-left: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.ocr-container table .title {
  font-weight: 500;
  color: darkmagenta;
  font-size: small;
}

.ocr-container .customer-feedback {
  margin-top: 4px;
}

.ocr-container .section-header {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 2em;
  color: white;
  background-color: #7A378B;
  padding-left: 10px;
  margin-top: 10px;
}

.ocr-container .error-display {
  display: flex;
  height: 40vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ocr-container .error-display h2 {
  font-size: x-large;
  font-weight: 500;
  margin: 20px 0;
  color: #7A378B;
}

.ocr-container .ocrform-container {
  width: 85vw;
  min-width: 85vw;
}

.ocr-container .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.ocr-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 10px;
  border: 10px solid #7a378b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #7a378b transparent transparent transparent;
}

.ocr-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.ocr-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.ocr-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End of OCR styles*/
/*Retirement calculator*********************/
#retirement-calculator .calculator-flex-container {
  display: flex;
  flex-wrap: wrap;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item {
  flex: 1;
  padding: 20px;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields h2 {
  font-weight: 800;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -.03em;
  color: #49165b;
  text-align: center;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.03em;
  color: #49165b;
  text-align: center;
  margin-bottom: 24px;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container {
  display: flex;
  flex-direction: row;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container label {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  white-space: normal;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-label {
  width: 70%;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-label label {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  white-space: normal;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-field {
  width: 30%;
  min-width: 140px;
  margin: 0 !important;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-field div .disable {
  color: #ccc;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-field input:disabled {
  background-color: #fff;
  opacity: .5;
  color: #ccc;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-field .currency-prefix {
  color: #49165b;
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px 0 0;
}

#retirement-calculator .calculator-flex-container .calculator-flex-item .ov-calculator-fields .input-container .input-field input {
  float: right;
  clear: both;
  border: none;
  color: #49165b;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  width: calc(100% - 30px);
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.ov-calculator-fields-label-subtext {
  text-align: left;
  color: #575757;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-top: -6px;
  margin-bottom: 14px;
}

.ov-calculator-fields-footnote {
  text-align: left;
  color: #575757;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 145%;
  margin: 12px 0 20px 0;
}

.ov-calculator-results-info {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  line-height: 175%;
}

.ov-calculator-results-info-highlight {
  font-size: 1.2em;
  font-weight: 800;
  color: #84acdb;
}

.ov-calculator-results h2 {
  font-size: 1em;
  line-height: 125%;
  padding: 20px 0 8px 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -.03em;
  color: #49165b;
  text-align: center;
}

.onefee-value {
  color: #49165b;
  font-size: 2.125em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em;
}

.ov-calculator-results-onefee-link {
  color: #84acdb !important;
  text-align: center;
}

.calculator-flex-item.small {
  flex: .7;
  text-align: center;
  color: #555;
}

.ov-calculator-results-values-block {
  background: radial-gradient(90% 108.7% at 93.81% 14.12%, #79378b 10.5%, rgba(121, 55, 139, 0) 100%), #49165b;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.5625em;
  padding: 20px 25px 20px 25px;
  border-radius: 10px;
  margin-top: 2rem !important;
  text-align: center;
}

.result-text-value, .ov-calculator-results-values-text-hightlight {
  font-size: 2.125em;
  font-weight: 800;
}

.top-line {
  padding: 0 0 8px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.calc-onefee-footnote {
  margin-top: 15px;
  font-size: .75em;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
}

.calc-call-to-action-heading {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5625em;
  padding: 30px 0 20px 0;
}

.calc-error-display {
  display: inline-block;
  text-align: right;
  float: right;
  margin-bottom: 8px;
  color: #c21e00;
  font-size: 13px;
  width: 200%;
}

/*end Retirement calculator*********************/
.dealership-container {
  min-height: 140px;
}

.dealership-container .dealership-content {
  max-width: 1366px;
  margin: auto;
  display: table;
  padding: 35px 90px 55px;
  position: relative;
  min-height: 140px;
  text-align: center;
  width: 70%;
}

.dealership-container .dealership-content img {
  margin: 40px auto;
}

.dealership-container .dealership-content strong {
  font-weight: 600;
  text-transform: capitalize;
}

.dealership-container .dealership-content .title {
  color: #79378b;
  font-size: 40px;
  line-height: 50px;
}

.dealership-container .dealership-content .descr, .dealership-container .dealership-content .footer-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  color: #79378b;
  margin: 40px auto;
}

.dealership-container .dealership-content hr {
  border: none;
}

.dealership-container .dealership-content .footer-text a {
  color: #79378b;
  font-weight: bold;
}

.dealership-container .dealership-content .text-left {
  text-align: left;
}

.dealership-container .dealership-content textarea {
  margin-top: 10px;
  height: 100px;
  padding: 5px;
  font-weight: bold;
  color: #4c1759;
}

.dealership-container .out-loading {
  display: block;
  width: 80px;
  height: 80px;
  margin: 120px auto;
}

.dealership-container .out-loading:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #7A378B;
  border-color: #7A378B transparent #7A378B transparent;
  animation: out-loading 1.2s linear infinite;
}

@keyframes out-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.standalone-checkbox-custom-form {
  float: left;
  position: relative !important;
  padding-bottom: 30px;
  margin-bottom: 3%;
}

.standalone-checkbox-label-custom-form {
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 44px;
  color: #808285;
  height: 50px;
}

/* IFA form */
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -moz-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .ifa-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.modal-dialog {
  position: relative;
}

.modal.show .ifa-modal-content {
  overflow: visible;
}

.ifa-modal-content {
  border-radius: 8px;
  overflow: hidden;
  border: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  padding: 0;
}

.modal.show .ifa-modal-content .modal-header {
  border-radius: 5px 5px 0 0;
}

.ifa-modal-content .modal-header {
  background-color: #79378b;
  background-image: linear-gradient(501deg, #79378b 68%, #5a256f 88%);
  color: #fff;
  text-align: center;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.ifa-modal-content .modal-footer {
  text-align: center;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

em.input-validation-error {
  color: #c90404;
}

.investing-input-label {
  color: #797878;
}

.hide-this {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.drop-btn {
  font-size: 16px;
  padding: 14px 16px;
  height: 45px;
  display: inline-block;
  box-sizing: border-box;
  top: 10px;
  right: 0;
  position: absolute;
  border-left: 2px solid #e2e2e2;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #31123f;
  text-decoration: none;
  line-height: 45px;
  background-image: url("/ClientResources/Images/desktop/login-icon.svg");
  background-repeat: no-repeat;
  background-position: 30px 7px;
  padding: 0 0 0 80px;
}

.dropdown {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.links-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin: 40px 0px 0px -145px;
}

.links-dropdown a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.links-dropdown a:hover {
  background-color: #ddd;
}

.dropdown:hover .links-dropdown {
  display: block;
}

.subheading {
  margin-bottom: 35px;
  margin-top: -30px;
  font-weight: 600;
  color: #79378b;
}

.outbonus-counter-wrapper {
  max-width: 1366px;
  margin: auto;
}

.outbonus-counter-wrapper .content-block {
  width: 100%;
  margin: 16px 0;
  padding: 20px;
}

.outbonus-counter-wrapper .content-block {
  margin: 16px 10px;
  padding: 10px 0px;
}

.outbonus-counter-wrapper .heading {
  padding: 1em;
  color: #93cd3f;
  font-size: 40px;
}

.outbonus-counter-wrapper .sub-heading {
  margin: 0.5em;
}

.outbonus-counter-wrapper .p {
  font-size: 12px;
  color: #808285 !important;
  margin: 4em 20em 3em;
}

.outbonus-counter-wrapper .heading-section {
  margin-top: 0.5em;
  display: inline-flex;
}

.outbonus-counter {
  width: 100%;
}

.counter-digit {
  padding: 1em 1.5em;
  border: 5px solid #93cd3f;
  font-weight: bold;
  margin-left: 0.5em;
  border-radius: 1em;
  display: inline-grid;
  height: 6em;
  width: 5.5em;
  overflow: hidden;
  display: inline-grid;
}

.counter-digit:nth-child(3n) {
  margin-left: 2em;
}

.counter-currency {
  font-weight: bold;
}

.counter-inner-wrapper {
  display: inline-flex;
  margin: 2em 0em 1em 0em;
}

.digit {
  font-weight: bolder;
  font-size: 3em;
}

.counter-currency {
  font-weight: bold;
  font-size: 4em;
  margin-top: 0.2em;
}

.greeting-button {
  background-color: transparent;
}

.greeting-button:focus {
  background-color: transparent;
}

#out-address .subheading {
  margin-top: 0;
}

.optimised-lead-block {
  max-width: 1366px;
  padding: 50px 90px;
  box-sizing: border-box;
  margin: auto;
}

.optimised-lead-block .quotes-existing-clients {
  display: none;
  text-align: center;
  margin-top: 10%;
}

.optimised-lead-block .question-row {
  margin: 1em 0;
}

.optimised-lead-block .quote-success-message {
  z-index: 98;
  width: 100%;
  height: 100%;
  display: none;
  padding: 35px 40px;
  border-radius: 10px;
}

.optimised-lead-block .quote-success-message .success-message-inner {
  margin-top: 1em;
}

.optimised-lead-block .quote-success-message .text-area {
  padding: 30px 0 0;
  color: #808285;
}

.optimised-lead-block .quote-success-message .text-area .success-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #31123f;
}

.optimised-lead-block .quote-success-message .button-link {
  min-width: 150px;
}

.optimised-lead-block .loader {
  position: relative;
  text-align: center;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
}

.optimised-lead-block .loader .preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -32px;
}

.optimised-lead-block .form {
  height: 100%;
  padding: 1.5em 1em;
  border-radius: 0 1em 1em 0;
}

.optimised-lead-block .form .form-heading {
  margin-bottom: 2.5em;
  font-weight: 600;
  color: #79378b;
}

.optimised-lead-block .form .form-heading .header-spacing {
  padding-bottom: 2.5em;
}

.optimised-lead-block .form .id-question-row {
  margin-bottom: 0;
}

.optimised-lead-block .side-panel-column {
  margin-left: 0 !important;
}

.optimised-lead-block .side-panel {
  height: 100%;
  background-color: white !important;
  border-radius: 1em;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}

.optimised-lead-block .side-panel .panel-header {
  display: flex;
}

.optimised-lead-block .side-panel .panel-header h2 {
  margin-top: 0em;
  font-weight: 900;
  color: #93cd3f;
  margin-left: 1em;
}

.optimised-lead-block .side-panel .panel-inner-conent {
  height: 100%;
  padding: 1.5em 2em;
}

.optimised-lead-block .side-panel .panel-list li {
  list-style-type: disc !important;
}

.optimised-lead-block .side-panel .panel-bottom-text {
  text-align: left;
}

.optimised-lead-block .block-content {
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  border-radius: 1em;
  background-color: #f9f9f9 !important;
}

.optimised-lead-block .disclaimer-text {
  font-size: 12px;
  text-align: left;
  color: #989898;
  padding: 10px 0 0 0;
  line-height: 14px;
}

#email-lead-form {
  padding: 5rem 5rem 2rem 5rem;
}



/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

/**
 * This theme is an example to show how you can add triangles to the dropdowns.
 */
.triangle-theme .pika-label:after {
    content:" \25be";
}
