/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
/* for old content and layout 

@import "old-site-custom/old-simployer-site";*/
/* general */
/* Caveat */
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/caveat/Caveat-Regular-400.eot');
  src: url('../fonts/caveat/Caveat-Regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat/Caveat-Regular-400.woff') format('woff'), url('../fonts/caveat/Caveat-Regular-400.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
/* Caveat */
@font-face {
  font-family: 'Caveat-Bold';
  src: url('../fonts/caveat/Caveat-Bold-700.eot');
  src: url('../fonts/caveat/Caveat-Bold-700.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat/Caveat-Bold-700.woff') format('woff'), url('../fonts/caveat/Caveat-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Light-300.eot');
  src: url('../fonts/poppins/Poppins-Light-300.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins/Poppins-Light-300.woff') format('woff'), url('../fonts/poppins/Poppins-Light-300.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Medium-500.eot');
  src: url('../fonts/poppins/Poppins-Medium-500.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins/Poppins-Medium-500.woff') format('woff'), url('../fonts/poppins/Poppins-Medium-500.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBold-600.eot');
  src: url('../fonts/poppins/Poppins-SemiBold-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins/Poppins-SemiBold-600.woff') format('woff'), url('../fonts/poppins/Poppins-SemiBold-600.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
/* fonts */
.caps {
  text-transform: uppercase;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 300;
}
.font-mediumbold {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}
.font-extrabold {
  font-weight: 600;
}
/* custom handwritten */
.customfont {
  font-family: 'Caveat';
}
/* font variables */
.defaultfont {
  font-family: 'Poppins';
}
.body-small {
  font-size: 0.764em;
  line-height: 1.538em;
}
/* new font sizing - Laxå 2023 */
/* end fonts ------------------------- */
/* colors */
/* primary */
/* secondary */
/* tertiary */
/* background */
/* misc */
/* end colors ------------------------------------------- */
/* gutters and padding */
/* border options */
.radius-s {
  border-radius: 4px;
}
.radius-m {
  border-radius: 16px;
}
/* box shadows */
/* max widths */
/* responsive breakpoints --- to be tuned */
/* blog layout has two column limits for desktop. Set max-widths as variables */
/* shortcut design helpers */
/* custom ul with green checkmarks */
/* vertical dots before read more links */
.readmore {
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.875em;
  color: #1a1a1a;
}
.readmore:hover {
  color: #5e4e97;
}
/* misc */
.hidden {
  display: none !important;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.48em;
  color: #1a1a1a;
}
input,
textarea,
select {
  font-family: 'Poppins', sans-serif;
}
/* basic links */
a {
  color: #0066a5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #133552;
}
/* basic typo styles */
strong {
  font-weight: 500;
}
em,
i {
  font-style: italic;
}
p {
  padding-bottom: 8px;
}
.column ul {
  list-style: disc;
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
/* set default weights */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
/* set base sizes */
@media only screen and (max-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 1.625em;
  }
  .summary,
  .ingress {
    font-size: 1.25em;
    line-height: 1.6em;
  }
  h1 {
    font-size: 2.125em;
    line-height: 1.29em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.3em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.36em;
  }
  h4 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  h5 {
    font-size: 1em;
    line-height: 1.625em;
    font-weight: 500;
  }
  blockquote {
    display: block;
    overflow: hidden;
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 32px;
  }
  .body-compact {
    font-size: 1em;
    line-height: 1.375em;
  }
  .body-small {
    font-size: 0.75em;
    line-height: 1.538em;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 17px;
    line-height: 1.647em;
  }
  h1 {
    font-size: 2.7em;
    line-height: 1.39em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.41em;
  }
  h3 {
    font-size: 1.41em;
    line-height: 1.33em;
  }
  h4 {
    font-size: 1.2em;
    line-height: normal;
  }
  h5 {
    font-size: 1.1em;
    line-height: 1.32em;
    margin-bottom: 8px;
  }
  .body-compact {
    font-size: 1em;
    line-height: 1.375em;
  }
  .body-small {
    font-size: 0.75em;
    line-height: 1.538em;
  }
}
/* headings */
h1,
h2,
h3,
h4,
h5 {
  display: block;
  overflow: hidden;
  max-width: 100%;
}
h1 {
  margin-bottom: 32px;
  margin-top: 16px;
}
h1 br {
  max-width: 100%;
}
h3 {
  padding-bottom: 8px;
}
/* addons */
.material-icons {
  color: #074975;
  vertical-align: middle;
}
.material-icons.dark {
  color: #133552;
}
.material-icons.accent-1 {
  color: #c33c66;
}
.material-icons.accent-2 {
  color: #5e4e97;
}
.material-icons.darkgray {
  color: #1a1a1a;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-22 {
  font-size: 22px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-72 {
  font-size: 72px;
}
.umbraco-forms-page {
  display: block;
  overflow: hidden;
}
.umbraco-forms-page label.umbraco-forms-label {
  font-weight: 300;
  font-size: 0.875em;
  padding-bottom: 3px;
  display: inline-block;
}
.umbraco-forms-page .umbraco-forms-indicator {
  color: #c33c66;
}
.umbraco-forms-page .field-validation-error {
  color: #c33c66;
  font-style: italic;
  font-weight: 300;
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
.umbraco-forms-page input,
.umbraco-forms-page textarea {
  font-family: 'Poppins';
  font-size: 1em;
  color: #1a1a1a;
}
.umbraco-forms-page input[type='text'],
.umbraco-forms-page textarea {
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid;
  border-color: #d9effa;
}
.umbraco-forms-page input[type='text']:focus,
.umbraco-forms-page textarea:focus {
  border-color: #c33c66;
  box-shadow: 0px 0px 0px #ddd;
  outline: 0;
}
.umbraco-forms-page input[type='checkbox'] {
  display: inline-block;
}
.umbraco-forms-page textarea {
  min-height: 100px;
}
.umbraco-forms-page .col-md-12 {
  padding: 0;
}
.umbraco-forms-page .umbraco-forms-navigation {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.umbraco-forms-page .umbraco-forms-navigation .btn {
  padding: 8px 32px;
  border: 0;
  font-weight: 500;
}
.umbraco-forms-page .umbraco-forms-navigation .btn:hover {
  cursor: pointer;
}
.umbraco-forms-page .umbraco-forms-navigation .btn.primary {
  background-color: #133552;
  color: #ffffff;
}
.umbraco-forms-page .umbraco-forms-navigation .btn.primary:hover {
  background-color: #e72a6e;
}
.umbraco-forms-page .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-page .umbraco-forms-field-wrapper input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 2px;
}
.umbraco-forms-page .umbraco-forms-field-wrapper label {
  text-indent: 0;
  display: inline-block;
  margin-left: 28px;
  float: left;
  line-height: normal;
}
.umbraco-forms-page .umbraco-forms-field {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  position: relative;
}
/* macros and macropartials */
.deprecated-content {
  margin: -16px 0 32px 0;
  padding: 16px 32px;
  border: 2px solid #c33c66;
  font-style: italic;
  color: #1a1a1a;
  font-size: 0.875em;
  border-radius: 16px;
}
.deprecated-content i.material-icons {
  color: #c33c66;
  float: left;
  margin-right: 8px;
  margin-left: -50px;
  margin-top: 3px;
}
.macro-icon i {
  color: #1a1a1a;
  margin-bottom: 16px;
}
input,
button {
  font-family: 'Poppins';
  font-size: 1em;
}
/* temp lead form */
#main-content .container.macro-form {
  /* reset this */
  padding: 0;
  margin: 0;
}
#main-content .macro-form label {
  display: block;
  overflow: hidden;
  font-weight: 300;
  font-size: 0.875em;
  padding-bottom: 3px;
  margin-top: 10px;
}
#main-content .macro-form label.error {
  color: #c33c66;
  margin-top: 0;
  font-weight: 500;
  font-style: italic;
}
#main-content .macro-form label.error:before {
  content: '\26A0';
  color: #c33c66;
  margin-right: 5px;
  font-style: normal;
  font-size: 1.2em;
}
#main-content .macro-form input[type='text'] {
  padding: 8px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d9effa;
  font-size: 1em;
  font-weight: 300;
  border-radius: 4px;
}
#main-content .macro-form textarea {
  padding: 8px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
  font-size: 1em;
  font-weight: 300;
  min-height: 90px;
  border: 1px solid #d9effa;
  border-radius: 4px;
}
#main-content .macro-form #ctabutton3 {
  margin-top: 32px;
}
#main-content .macro-form input:focus {
  border-color: #e72a6e;
  outline: 0;
  box-shadow: 0px 0px 0px #fff;
}
.macro-form {
  position: relative;
}
.macro-form .spinner-large {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 244, 247, 0.75);
}
.macro-form .spinner-large .Loading-circular {
  top: 50%;
  border-left-color: #133552;
  border-bottom-color: #c33c66;
  border-width: 15px;
}
/* for HS forms */
.insight-rawHTML .hbspt-form {
  font-family: 'Poppins';
}
.insight-rawHTML .hbspt-form label {
  font-size: 0.875em;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.insight-rawHTML .hbspt-form label.hs-error-msg {
  color: #c33c66;
  margin-top: -20px;
}
.insight-rawHTML .hbspt-form input[type='text'],
.insight-rawHTML .hbspt-form input[type='email'],
.insight-rawHTML .hbspt-form input[type='tel'],
.insight-rawHTML .hbspt-form input[type='number'],
.insight-rawHTML .hbspt-form select {
  box-sizing: border-box;
  border: 1px solid #d9effa;
  font-size: 1em;
  padding: 8px;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 4px;
}
.insight-rawHTML .hbspt-form .hs-form-required {
  color: #e72a6e;
}
.insight-rawHTML .hbspt-form .hs-button {
  border: 0;
  background: #c33c66;
  color: #ffffff;
  padding: 8px 32px;
  margin-top: 16px;
  text-transform: uppercase;
}
.insight-rawHTML .hbspt-form .hs-button:hover {
  background: #074975;
  cursor: pointer;
}
/* fix for scroll to leadform */
.lead-form {
  position: relative;
}
#ctaonpage:target {
  position: Relative;
  top: -150px;
}
/* fix for HS newsletter in articles 201209 */
body.NewsArticle .hbspt-form {
  padding: 15px 0;
}
body.NewsArticle .hbspt-form label {
  font-size: 0.875em;
  font-weight: 400;
  display: block;
}
body.NewsArticle .hbspt-form label.hs-error-msg {
  color: red;
  line-height: normal;
  margin-top: -10px;
}
body.NewsArticle .hbspt-form .hs-form-required {
  color: red;
}
body.NewsArticle .hbspt-form input[type='text'],
body.NewsArticle .hbspt-form input[type='email'],
body.NewsArticle .hbspt-form input[type='tel'] {
  border: 1px solid #d9effa;
  padding: 7.5px;
  margin-bottom: 10px;
  border-radius: 4px;
}
body.NewsArticle .hbspt-form .actions {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
body.NewsArticle .hs-button.primary {
  border: 0;
  background: #074975;
  color: #fff;
  padding: 7.5px 25px;
}
body.NewsArticle .hs-button.primary:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #0066a5;
}
@media only screen and (max-width: 767px) {
  body.NewsArticle .hbspt-form .hs-form-field {
    width: 100% !important;
    float: none !important;
    display: block;
    border-radius: 4px;
    border-color: #f3f0f1;
  }
}
/* two step form */
#main-content #twoStepLeadForm {
  position: relative;
  max-width: 600px;
  background: #d9effa;
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 16px;
}
#main-content #twoStepLeadForm input:focus,
#main-content #twoStepLeadForm textarea:focus {
  outline: none;
  border: 1px solid #c33c66 !important;
}
#main-content #twoStepLeadForm button:focus,
#main-content #twoStepLeadForm input[type='submit']:focus {
  border: 0 !important;
  outline: none;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#main-content #twoStepLeadForm .two-step-form-actions {
  display: block;
  overflow: hidden;
  padding-top: 16px;
  margin-left: -8px;
}
#main-content #twoStepLeadForm .two-step-form-actions button,
#main-content #twoStepLeadForm .two-step-form-actions input[type='submit'] {
  border: 0;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 0.875em;
  padding: 10px 32px;
  margin: 8px;
  background: #133552;
  color: #ffffff;
  border-radius: 66px;
}
#main-content #twoStepLeadForm .two-step-form-actions button:hover,
#main-content #twoStepLeadForm .two-step-form-actions input[type='submit']:hover {
  cursor: pointer;
  background: #c33c66;
}
#main-content #twoStepLeadForm .two-step-form-actions #btn-submit {
  float: right;
}
#main-content #twoStepLeadForm .two-step-form-actions .btn-previous {
  position: relative;
  padding-left: 32px;
  background-color: #d9effa;
  color: #133552;
  text-transform: none;
}
#main-content #twoStepLeadForm .two-step-form-actions .btn-previous:before {
  content: "\e5cb ";
  font-family: 'Material Icons';
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
}
#main-content #twoStepLeadForm .two-step-form-actions .btn-previous:hover {
  color: #ffffff;
}
#main-content #twoStepLeadForm .step-1.active {
  height: 48px;
  line-height: 48px;
  display: block;
  overflow: visible;
  border: 1px solid #d9effa;
  background: #ffffff;
  border-radius: 16px;
}
#main-content #twoStepLeadForm .step-1.active .form-group label {
  position: absolute;
  left: 16px;
  top: 24.5px;
  margin: 0;
  padding: 0;
  padding-right: 7.5px;
  padding-left: 10px;
  line-height: 30px;
  border-right: 1px solid #d9effa;
  font-size: 0.775em;
}
#main-content #twoStepLeadForm .step-1.active .form-group label.error {
  top: -17px;
  border: 0;
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid #c33c66;
  font-weight: 300;
}
#main-content #twoStepLeadForm .step-1.active .form-group input {
  position: absolute;
  left: 70px;
  top: 16px;
  height: 48px;
  box-sizing: border-box;
  border: 0;
  margin: 0 !important;
  width: 70%;
  font-size: 0.875em;
}
#main-content #twoStepLeadForm .next-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  line-height: 48px;
  padding: 0 16px;
  float: none;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* hubspot forms */
.hbspt-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 90px;
  border: 1px solid #a9d1d5;
  padding: 7.5px;
}
#hubspotForm select {
  box-sizing: border-box;
  border: 1px solid #d9effa;
  font-size: 1em;
  padding: 8px;
  margin-bottom: 16px;
  width: 100%;
  background-color: #ffffff;
}
.related-box {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.related-box h3 {
  margin: 15px 0 7.5px 0;
}
.related-box .related-linkbox {
  display: block;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
}
.related-box .related-linkbox a {
  font-weight: 500;
  display: block;
  overflow: hidden;
  color: #1a1a1a;
  padding-left: 23px;
  position: Relative;
  line-height: 1.28em;
  margin-bottom: 4px;
}
.related-box .related-linkbox a:before {
  content: "\f8ce";
  font-size: 20px;
  color: #c33c66;
  font-family: 'Material Icons';
  position: absolute;
  left: -1;
  top: 0;
}
.related-box .related-linkbox a:hover {
  color: #c33c66;
  text-decoration: none;
}
.related-box .related-linkbox a:before {
  left: -5px;
}
.related-box .related-linkbox span {
  display: block;
  overflow: hidden;
  color: #1a1a1a;
  font-size: 0.875em;
  line-height: 1.44em;
  padding-left: 24px;
}
.related-box.macro-relatedDocuments .related-linkbox {
  margin-top: 8px;
}
.related-box.macro-relatedDocuments .related-linkbox a {
  font-weight: 300;
}
.related-box.macro-listFilteredNewsByTopic {
  background: transparent;
  padding: 16px 0;
}
.related-box.macro-listFilteredNewsByTopic {
  padding-top: 16px;
}
.related-box.macro-listFilteredNewsByTopic .related-linkbox span {
  display: block;
  overflow: hidden;
}
/* layout */
.debuginfo {
  color: #ccc;
  display: none;
}
.debuginfo .container {
  padding: 0;
}
.debuginfo .row {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.debuginfo .row .col-md-12 {
  padding: 0 30px !important;
}
body {
  background: #133552;
}
.outer-wrapper {
  display: block;
  overflow: hidden;
  background: #ffffff;
  clear: both;
  position: relative;
  z-index: 0;
}
/* container for setting max width on fullwidth content blocks */
.inner-container {
  max-width: 1580px;
  margin: 0 auto;
  min-height: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.1px) {
  .inner-container {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .inner-container {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1023.54px) {
  .inner-container {
    padding: 0 32px;
  }
}
#main-content {
  background: #ffffff;
  margin: 0 auto;
  min-height: 200px;
}
#main-content .inner-container {
  max-width: 100%;
}
#main-content .container {
  padding-left: 0;
  padding-right: 0;
}
.macro-title-backoffice {
  display: none;
}
/* set main area minimum heights and top padding */
@media only screen and (max-width: 767.1px) {
  #main-content {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #main-content {
    min-height: 600px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  #main-content {
    min-height: 600px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  #main-content {
    min-height: 600px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  #main-content {
    padding-top: 100px;
  }
}
/* custom wrapper for tables on narrow screens */
.table-scroller {
  display: block;
  overflow: hidden;
  overflow-x: auto;
}
/* spinner / loading animation - default */
.spinner-large {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 32px;
}
.spinner-large .Loading-circular {
  height: 3rem;
  width: 3rem;
  border-width: 8px;
}
.Loading-circular {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  animation: rotation 0.6s infinite linear;
  border-left: 2px solid #d5e9ee;
  border-right: 2px solid #d5e9ee;
  border-bottom: 2px solid #d5e9ee;
  border-top: 2px solid #c33c66;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#header {
  display: block;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #133552;
  color: #ffffff;
}
#header a {
  color: #ffffff;
}
#header a.log-in {
  background: #c33c66;
  font-size: 0.775em;
  padding: 0 16px;
  letter-spacing: 0.025em;
  margin-right: 16px;
  transition: background-color 0.5s ease;
  display: inline-block;
  line-height: 40px;
  position: relative;
  top: -2px;
}
#header a.log-in:before {
  font-family: 'material icons';
  content: '\e897';
  font-size: 20px;
  margin-right: 7px;
  float: left;
}
#header a.log-in:hover {
  background: #133552;
  text-decoration: none;
}
#header #homelink {
  background-image: url(../img/logo/simployer-logo-header.svg);
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
}
#header #show-searchbox,
#header #show-nav,
#header #closebtn {
  overflow: hidden;
  color: #ffffff;
  padding: 0 16px;
  float: right;
  transition: background-color 0.5s ease;
}
#header #show-searchbox i,
#header #show-nav i,
#header #closebtn i {
  color: #ffffff;
  line-height: inherit;
  margin-top: -3px;
  font-size: 32px;
}
#header #show-searchbox:hover,
#header #show-nav:hover,
#header #closebtn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #074975;
}
#header #show-searchbox span,
#header #show-nav span,
#header #closebtn span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.775em;
  float: left;
  padding-right: 5px;
}
#header #closebtn {
  display: none;
  background-color: #074975;
}
#header.sitemenu-open #show-nav,
#show-searchbox {
  display: none;
}
#header.sitemenu-open #closebtn {
  display: inline-block;
}
/* mobile */
@media only screen and (max-width: 767.1px) {
  #header {
    line-height: 60px;
    height: 60px;
  }
  #header .inner-container {
    /* make more room in the header */
    height: 60px;
  }
  #header #homelink {
    background-image: url(../img/logo/simployer-symbol-white.svg) !important;
    background-size: 60px;
    float: left;
    width: 60px;
    height: 60px;
  }
  #header #show-nav,
  #header #show-searchbox,
  #header #closebtn {
    height: 60px;
    line-height: 60px;
  }
  #header #show-nav span,
  #header #show-searchbox span,
  #header #closebtn span {
    display: none;
  }
}
/* global over mobile */
@media only screen and (min-width: 767.1px) {
  #header {
    line-height: 70px;
    height: 70px;
  }
  #header .inner-container {
    height: 70px;
    line-height: 70px;
    max-width: 1630px;
  }
  #header #homelink {
    background-image: url(../img/logo/simployer-logo-header.svg);
    float: left;
    background-size: 100%;
    height: 70px;
    width: 330px;
  }
  #header #show-nav,
  #header #show-searchbox,
  #header #closebtn {
    height: 70px;
    line-height: 70px;
  }
}
/* custom breakpoint adjustments */
@media only screen and (max-width: 767.1px) {
  /* max real estate for mobile */
  #header .inner-container {
    padding: 0;
  }
  #header .inner-container #login-menu {
    padding: 0 8px 0 0;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #header .inner-container {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  #header .inner-container {
    padding-left: 64px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #header .inner-container {
    padding-left: 80px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  #header .inner-container {
    padding-left: 75px;
    padding-right: 64px;
    max-width: 1670px;
  }
}
/* authentication - login/out */
#header #authentication {
  float: right;
  text-transform: uppercase;
  font-weight: 500;
}
/* header - add drop shadown when scrolling */
#site-menu-container.cropHeader {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.35);
}
/* 201126 temporarily hide search button */
#header-search {
  display: block;
}
/* temp hide login button until SSO */
#header #authentication,
#optionalHeaderMenu {
  display: none !important;
}
/* toggle visibility of buttons depending on which item is active */
#header.sitemenu-open #show-search,
#header.sitemenu-open #close-search {
  visibility: hidden;
}
#view-footer {
  display: block;
  overflow: hidden;
  background: #133552;
  color: #ffffff;
  padding-top: 32px;
}
#view-footer a {
  color: #ffffff;
}
#view-footer h4 {
  font-size: 1.14em;
  font-weight: 500;
  padding-bottom: 16px;
}
#view-footer p {
  font-size: 0.875em;
}
#view-footer .footer-copyright {
  text-align: center;
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #view-footer .col-md-3 {
    width: 50%;
  }
  #view-footer .col-md-3:nth-child(odd) {
    clear: left;
    float: left;
  }
  #view-footer .col-md-3:nth-child(even) {
    float: right;
  }
}
/* custom classes */
#view-footer .footer-banner {
  color: #d9effa;
}
#view-footer .footer-banner i.material-icons {
  color: #d9effa;
}
#view-footer .footer-banner:hover {
  color: #ffffff;
}
#view-footer .footer-banner:hover i.material-icons,
#view-footer .footer-banner:hover h3 {
  color: #ffffff;
}
/* helper class */
/* outlined button */
/* dark blue */
.button-basic a {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
  border: 1px solid #133552;
  color: #133552;
}
.button-basic a:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-basic a:hover {
  background: #133552;
  color: #ffffff;
}
/* white outline */
/* filled */
.button-primary a,
#ctabutton3,
.hs-button.primary.large,
.insight-rawHTML .hbspt-form .hs-button {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
  border: 1px solid #133552;
  color: #ffffff;
  background: #133552;
}
.button-primary a:hover,
#ctabutton3:hover,
.hs-button.primary.large:hover,
.insight-rawHTML .hbspt-form .hs-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-primary a:hover,
#ctabutton3:hover,
.hs-button.primary.large:hover,
.insight-rawHTML .hbspt-form .hs-button:hover {
  border-color: #0066a5;
  background: #0066a5;
  color: #ffffff;
}
.button-accent-1 {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}
.button-accent-1 a,
.btn-order {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
  border: 1px solid #c33c66;
  color: #ffffff;
  background: #c33c66;
}
.button-accent-1 a:hover,
.btn-order:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-accent-1 a:hover,
.btn-order:hover {
  border-color: #e72a6e;
  color: #ffffff;
  background: #e72a6e;
}
.button-accent-2 a {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
  border: 1px solid #c33c66;
  color: #ffffff !important;
  background: #c33c66;
}
.button-accent-2 a:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-accent-2 a:hover {
  border-color: #0066a5;
  background: #0066a5;
  color: #ffffff !important;
}
/* containers and rows */
.umb-grid {
  display: block;
  clear: both;
  overflow: visible;
  /*padding-bottom: @default-padding-xl;*/
}
.umb-grid .container {
  display: block;
  overflow: hidden;
  overflow-y: visible;
  /* to enable pullup */
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.umb-grid .row {
  padding-top: 0;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1630px;
}
@media only screen and (max-width: 767.1px) {
  .umb-grid .row {
    padding: 0 ;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .umb-grid .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .umb-grid .row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .umb-grid .row {
    padding-left: 48px;
    padding-right: 48px;
  }
}
/* columns */
/* 2 */
.col-md-6 {
  padding: 16px 32px;
  box-sizing: border-box;
}
/* 3 */
.col-md-4 {
  padding: 16px 32px;
  box-sizing: border-box;
}
/*4*/
.col-md-3 {
  padding: 16px 32px;
  box-sizing: border-box;
}
/*4*/
.col-md-8 {
  padding: 16px 32px;
  box-sizing: border-box;
}
/* fullwidth */
.col-md-12 {
  padding: 16px 32px;
  box-sizing: border-box;
}
/* make 2 columns */
@media only screen and (min-width: 1023.54px) {
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-8 {
    width: 66.6%;
    float: left;
  }
}
/* make 3 columns */
@media only screen and (min-width: 1023.54px) {
  .col-md-4 {
    width: 33.3%;
    float: left;
  }
}
/* make 4 columns */
@media only screen and (min-width: 1023.54px) {
  .col-md-3 {
    width: 25%;
    float: left;
  }
}
/* custom behaviour */
/* navigation */
#login-menu {
  display: block;
  overflow: visible;
  position: relative;
  float: right;
  padding: 0 16px;
}
#login-menu a.toggle-login-menu {
  display: inline-block;
  line-height: 30px;
  background: transparent;
  padding: 5px 16px 5px 16px;
  font-weight: 300;
  font-size: 0.875em;
  position: relative;
  top: -2px;
  border-radius: 60px;
  border: 1px solid #ffffff;
  transition: background-color 0.5s ease;
}
#login-menu a.toggle-login-menu i.material-icons {
  color: #ffffff;
}
#login-menu a.toggle-login-menu:hover,
#login-menu a.toggle-login-menu:focus,
#login-menu a.toggle-login-menu:active {
  background: #074975;
  border-color: #074975;
  text-decoration: none;
  cursor: pointer;
}
#login-menu #loginoptions {
  position: absolute;
  right: 16px;
  margin-top: -10px;
  background: #d9effa;
  overflow: hidden;
  padding: 8px 0;
  display: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#login-menu #loginoptions.show-options {
  display: block;
}
#login-menu #loginoptions a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 32px;
  line-height: 35px;
  font-weight: 300;
  color: #1a1a1a;
}
@media only screen and (max-width: 767.1px) {
  #login-menu {
    margin-top: 1px;
    font-size: 0.875em;
  }
  #login-menu #loginoptions {
    margin-top: -8px;
  }
  #login-menu #loginoptions a {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1023.54px) {
  #login-menu #loginoptions {
    margin-top: -13px;
  }
  #login-menu #loginoptions a {
    font-size: 0.875em;
  }
}
.search-toggle {
  text-align: center;
  width: 48px;
  float: right;
  margin-right: 16px;
  transition: background-color 0.5s ease;
}
.search-toggle i {
  color: #ffffff;
  margin-top: -4px;
}
.search-toggle:hover {
  background: #074975;
  cursor: pointer;
}
#close-search {
  display: none;
}
#close-search i {
  color: #ffffff;
  font-size: 32px;
}
#close-search:hover i {
  color: #c33c66;
}
#search-container {
  background: #d9effa;
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  display: none;
  transition: background-color 0.5s ease;
  box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.35);
}
#search-container .inner-container {
  background: #ffffff;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  max-width: 1023.54px;
  margin: 0 auto;
  padding: 0 0 0 16px;
  position: relative;
}
#search-container input[type='text'] {
  border: 0;
  font-size: 1em;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 48px;
  padding: 0 16px;
  float: left;
  width: 100%;
  padding-right: 48px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#search-container input[type='text']:focus,
#search-container input[type='text']:active {
  outline: 0;
}
#search-container button {
  border: 0;
  width: 48px;
  line-height: 48px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#search-container button i {
  color: #133552;
  margin-top: -2px;
}
#search-container button:hover {
  cursor: pointer;
}
#search-container button:hover i {
  color: #e72a6e;
}
@media only screen and (max-width: 767.1px) {
  #search-container {
    top: 60px;
  }
  #search-container .inner-container {
    padding: 0;
  }
  #header .search-toggle {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #search-container {
    top: 70px;
  }
  #search-container .inner-container {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1023.54px) {
  #search-container {
    top: 70px;
  }
}
.popup-overlay {
  display: block;
  overflow: hidden;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
}
.popup-overlay button {
  font-family: 'Poppins';
  font-weight: 300;
  border: 1px solid;
  padding: 16px 32px;
  text-align: center;
  margin: 5px;
}
.popup-overlay button:hover {
  cursor: pointer;
  background-color: #074975;
  color: #ffffff;
}
.popup-overlay .btn-accept-cookies {
  background: #c33c66;
  color: #ffffff;
  border: 1px solid #c33c66;
}
.popup-overlay .btn-accept-cookies:hover {
  border-color: #133552;
}
.popup-overlay .btn-readmore {
  background: #ffffff;
  color: #133552;
  border: 1px solid #133552;
}
.accept-cookies {
  background: #d9effa;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 32px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  margin: 32px;
  margin-bottom: 0;
  max-width: 480px;
}
.accept-cookies h3 {
  font-weight: 600;
  font-size: 1.24em;
  margin-bottom: 16px;
}
.accept-cookies {
  font-size: 0.875em;
  max-width: 600px;
}
.accept-cookies button {
  padding: 7.5px 20px;
  font-size: 1em;
}
.accept-cookies h3 {
  margin-bottom: 0;
}
/* fixing issues on IOS */
input.text,
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="number"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
#header .hmenu {
  display: none;
}
@media only screen and (min-width: 1260px) {
  #header #homelink {
    width: 180px;
    background-size: 330px;
  }
  #header .hmenu {
    float: left;
    height: 70px;
    display: block;
  }
  #header .hmenu .menuItemCurrentParent {
    border-bottom: 4px solid #e72a6e;
    background-color: #074975;
  }
  #header .hmenu ul .li-parent {
    display: inline-block;
    float: left;
    position: relative;
  }
  #header .hmenu ul .li-parent .a-toggle {
    padding: 0 8px;
    padding-left: 16px;
    display: block;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.875em;
  }
  #header .hmenu ul .li-parent .a-toggle i {
    color: #ffffff;
  }
  #header .hmenu ul .li-parent .a-toggle:hover {
    background: #074975;
    text-decoration: none;
  }
  #header .hmenu ul.dropdown-menu {
    background: #d9effa;
    width: auto;
    min-width: 100%;
    padding: 16px;
    position: absolute;
    left: -8px;
    left: 0;
    top: 70px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    text-decoration: none;
    z-index: 1;
  }
  #header .hmenu ul.dropdown-menu a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    line-height: normal;
    color: #1a1a1a;
    font-size: 0.875em;
    white-space: nowrap;
    font-weight: 300;
  }
  body.site-SimployerGroup #header #homelink {
    width: 330px;
  }
}
/* common for menu */
#site-overlaymenu .search-box {
  float: right;
}
#site-overlaymenu input[type=search] {
  width: 500px;
}
#site-overlaymenu a {
  color: #ffffff;
}
#site-overlaymenu .menulabel {
  color: rgba(217, 239, 250, 0.65);
  font-size: 1.1em;
}
#header.sitemenu-open .hmenu,
#header.sitemenu-open #login-menu {
  display: none;
}
/* hide/show desktop & mobile depending on viewport size */
@media only screen and (max-width: 1023.54px) {
  #site-overlaymenu .sitemenu {
    display: none;
    /* hide horizontal menu */
  }
}
@media only screen and (min-width: 1023.54px) {
  #site-overlaymenu #vmenu,
  #vmenu-nav {
    display: none !important;
    /* hide vertical menu */
  }
}
/* end */
/* mobile */
@media only screen and (max-width: 1023.54px) {
  #site-overlaymenu {
    background: #d9effa;
    height: 100vh;
    min-width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 99;
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
  #site-overlaymenu .inner-container {
    background: #133552;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #vmenu {
    display: block;
    overflow: hidden;
    padding: 32px;
  }
  #vmenu li.dropdown {
    position: relative;
  }
  #vmenu li.dropdown a {
    display: block;
    overflow: hidden;
    overflow: visible;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
  }
  #vmenu li.dropdown a i {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #ffffff;
  }
  #vmenu li.dropdown:first-child a {
    border-top: 0;
  }
  #vmenu a.dropdown-toggle.menuItemCurrentParent,
  #vmenu a.dropdown-toggle.menuItemCurrent {
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #vmenu a.dropdown-toggle.menuItemCurrentParent:before,
  #vmenu a.dropdown-toggle.menuItemCurrent:before {
    content: "\25FC\fe0e";
    color: #e72a6e !important;
    position: absolute;
    left: -20px;
    top: 3px;
  }
  #vmenu a.dropdown-toggle.menuOpen {
    background: #133552;
    background: #074975;
    font-weight: 500;
    padding: 8px 16px;
    margin: 0 -16px;
  }
  #vmenu a.dropdown-toggle.menuOpen:before {
    left: -5px;
  }
  #vmenu a.dropdown-toggle.menuOpen i {
    right: 23.5px;
  }
  #vmenu .li-parent .dropdown-menu {
    background-color: #133552;
    background: #074975;
    padding: 0 16px;
    margin: 0 -16px;
  }
  #vmenu a.menuItemCurrent {
    text-decoration: underline;
  }
  .sitenav-sitemenuarrow {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: -180px;
    position: relative;
    z-index: 0;
  }
  .sitenav-sitemenuarrowinner {
    width: 0;
    height: 0;
    border-left: 2000px solid transparent;
    border-right: 2000px solid transparent;
    border-top: 250px solid #133552;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .sitenav-sitemenuarrowinner:before,
  .sitenav-sitemenuarrowinner:after {
    box-sizing: inherit;
  }
}
/* desktop */
@media only screen and (min-width: 1023.54px) {
  #site-overlaymenu {
    background: #d9effa;
    height: 100vh;
    min-width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99;
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
  #site-overlaymenu .inner-container {
    background: #133552;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  #site-overlaymenu .inner-container .sitemenu {
    display: block;
    overflow: hidden;
    max-width: 1640px;
    margin: 0 auto;
    padding: 16px 48px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  #site-overlaymenu .inner-container .sitemenu .menulabel {
    font-weight: 500;
    display: block;
    overflow: hidden;
    margin-top: 16px;
    padding: 5px 0;
  }
  #site-overlaymenu .menu-column {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 16px;
    padding-bottom: 0;
    font-size: 0.875em;
  }
  #site-overlaymenu .menu-column a {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    overflow: visible;
  }
  #site-overlaymenu .menu-column a.menuItemCurrent {
    font-weight: 500;
    position: relative;
    overflow: visible;
  }
  #site-overlaymenu .menu-column a.menuItemCurrent:before {
    content: "\25FC\fe0e";
    color: #e72a6e !important;
    position: absolute;
    left: -20px;
    top: 3px;
  }
  #site-overlaymenu .menu-column a:hover:before {
    content: "\25FC\fe0e";
    color: #d9effa;
    position: absolute;
    left: -20px;
    top: 3px;
  }
  #site-overlaymenu .menu-column:first-child {
    margin-top: 16px;
    font-size: 1em;
  }
  #site-overlaymenu .menu-column:first-child a {
    font-weight: 500;
  }
  #site-overlaymenu .sitenav-sitemenuarrow {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  #site-overlaymenu .sitenav-sitemenuarrowinner {
    width: 0;
    height: 0;
    border-left: 2000px solid transparent;
    border-right: 2000px solid transparent;
    border-top: 100px solid #133552;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #site-overlaymenu .sitenav-sitemenuarrowinner:before,
  #site-overlaymenu .sitenav-sitemenuarrowinner:after {
    box-sizing: inherit;
  }
}
/* tuning gutters */
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #site-overlaymenu .inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1660px) {
  #site-overlaymenu .inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #site-overlaymenu .inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#site-overlaymenu {
  display: none;
}
/* for white background version. Add class sitemenu-public to #site-overlaymenu in master.cshtml */
#site-overlaymenu.sitemenu-public .inner-container {
  background: #ffffff;
}
#site-overlaymenu.sitemenu-public a {
  color: #1a1a1a;
  font-weight: 300;
}
#site-overlaymenu.sitemenu-public .menulabel {
  color: #666666;
}
#site-overlaymenu.sitemenu-public .sitenav-sitemenuarrowinner {
  border-top-color: #ffffff;
}
#site-overlaymenu.sitemenu-public #vmenu li.dropdown a i {
  color: #1a1a1a;
}
#site-overlaymenu.sitemenu-public #vmenu li.dropdown a {
  font-weight: 300;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#site-overlaymenu.sitemenu-public #vmenu .li-parent .dropdown-menu {
  background-color: #d9effa;
}
#site-overlaymenu.sitemenu-public #vmenu .li-parent .dropdown-menu a {
  border-color: #ffffff;
}
#site-overlaymenu.sitemenu-public #vmenu a.dropdown-toggle.menuOpen {
  background: #d9effa;
  border-color: #ffffff;
}
/* for elements TEMP added below site menu */
body.noScroll {
  overflow-y: hidden;
}
.menu-grid {
  display: block;
  overflow: hidden;
}
.menu-grid .umb-grid {
  margin: 32px 0;
  padding: 0;
  padding-bottom: 32px;
}
.menu-grid .container {
  box-sizing: border-box;
  max-width: 1630px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-grid .row {
  background-color: #ffffff;
  padding: 16px;
}
#site-overlaymenu .umb-grid a {
  color: inherit;
}
@media only screen and (max-width: 767.1px) {
  .menu-grid {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
  .menu-grid .row {
    padding: 0;
  }
}
@media only screen and (min-width: 767.1px) {
  .menu-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* editors */
.editor-media-wrapper img {
  width: 100%;
  height: auto;
}
.image-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.image-container .caption {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 300;
}
/* embed video - embedresponsively.com */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* rounded corners for images */
.col-md-6 .image-container img,
.col-md-4 .image-container img,
.col-md-12 .image-container img {
  border-radius: 16px;
}
/* front-end for RTE content - not backoffice */
.editor-rte .ingress,
.editor-rte .summary {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.editor-rte p {
  padding-bottom: 16px;
}
.editor-rte h2 {
  margin: 16px 0 16px 0;
}
.editor-rte h3 {
  margin: 16px 0 8px 0;
}
.editor-rte .handwritten {
  font-family: 'Caveat', cursive;
  font-size: 1.52em;
  line-height: 1.48em;
}
.editor-rte .button-accent-1 {
  margin-top: 16px;
}
.ingress,
.summary {
  font-size: 1.294em;
  line-height: 1.636em;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.ingress p,
.summary p {
  padding-bottom: 16px;
}
/* leading - use when in need of an intro heading above H2 or H1 */
.leading {
  display: block;
  overflow: hidden;
  font-size: 1.17em;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: -32px;
  margin-top: 16px;
}
/* tables inline */
.bodytext table {
  border: 1px solid #f3f0f1;
  width: auto !important;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 0.875em;
}
.bodytext table p {
  padding: 0;
}
.bodytext table tr:nth-child(odd) {
  background: #f3f0f1;
}
.bodytext table tr td {
  padding: 8px;
}
.bodytext table tr th {
  padding: 8px;
}
.newsarticle-wrapper .bodytext table p,
.newsarticle-default .bodytext table p {
  padding: 0;
}
.editor-rte ol {
  list-style: decimal;
  padding-left: 30px;
}
.editor-rte ol li {
  padding-bottom: 7.5px;
}
/* adjust blockquote styles */
.editor-rte blockquote,
.bodytext blockquote {
  display: block;
  overflow: hidden;
  margin: 16px 0 32px 0;
  font-size: 1.294em;
  line-height: 1.636em;
  color: #666666;
  border-left: 8px solid #f3f0f1;
  padding: 16px 16px 16px 32px;
  font-weight: 300;
}
/* pagination */
.pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 16px;
}
.pagination a {
  display: inline-block;
  margin: 3px;
  background: #d9effa;
  color: #133552;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.875em;
  font-weight: 300;
  border-radius: 66px;
}
.pagination a.currentPage {
  background: #f9e6d9;
  color: #1a1a1a;
}
.pagination a:hover {
  background: #c33c66;
  color: #ffffff;
  text-decoration: none;
}
/* default */
/* the container */
.contentlist-wrapper {
  display: block;
  overflow: hidden;
  margin: 32px -16px;
}
@media only screen and (max-width: 767.1px) {
  .contentlist-wrapper {
    margin: 0 -16px 16px -16px;
  }
}
/* items */
.contentlist-item {
  display: block;
  overflow: hidden;
  margin: 32px 16px;
  background: #f3f0f1;
  padding: 32px;
  box-sizing: border-box;
  color: #1a1a1a;
  border-radius: 16px;
  /* the list image */
}
.contentlist-item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  color: #1a1a1a;
}
.contentlist-item:hover h3 {
  color: #c33c66;
  hyphens: auto;
}
.contentlist-item:hover .list-image-wrapper img {
  transform: scale(1.1);
  /* (zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.contentlist-item.empty {
  /* needed hack to ensure flexbox runs equal widths */
  padding: 0!important;
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.contentlist-item .list-image-wrapper {
  display: block;
  overflow: hidden;
  margin: -32px -32px 25px -32px;
}
.contentlist-item .list-image-wrapper img {
  width: 101%;
  vertical-align: bottom;
  transition: transform 0.3s;
  /* Animation */
}
.contentlist-item h3 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 16px;
  hyphens: auto;
}
/* */
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .contentlist-item {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .contentlist-item {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .contentlist-item {
    flex: calc(25% - 32px);
    max-width: 25%;
    margin: 16px;
  }
}
/* position readmore at bottom for variable heights on desktop */
@media only screen and (min-width: 767.1px) {
  .contentlist-item {
    position: relative;
  }
  .contentlist-item .short-summary {
    padding-bottom: 48px;
  }
  .contentlist-item .readmore,
  .contentlist-item .list-meta {
    position: absolute;
    left: 32px;
    bottom: 32px;
    font-size: 0.775em;
  }
}
/* addon: date for news */
.list-meta {
  display: block;
  overflow: hidden;
}
.item-date {
  font-size: 0.875em;
  font-weight: 300;
  color: #666666;
  display: inline-block;
  padding-top: 5px;
  position: relative;
  padding-left: 22px;
}
.item-date:before {
  content: "today";
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 18px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 4px;
}
.item-date i.material-icons {
  color: #1a1a1a;
  font-size: 18px;
  float: left;
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
}
.contentlist-people {
  display: block;
  overflow: hidden;
}
.contentlist-people .person-card .list-image-wrapper {
  overflow: hidden;
}
.contentlist-people .person-card .list-image-wrapper img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 50%;
}
.contentlist-people .person-card .person-email {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  color: #133552;
}
.contentlist-people .person-card h4 {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 8px;
  color: #666666;
}
.contentlist-people .person-card .summary {
  display: block;
  overflow: hidden;
  padding-top: 8px;
}
.contentlist-people .person-card.empty {
  display: none;
}
@media only screen and (max-width: 767.1px) {
  .contentlist-people {
    display: block;
    overflow: hidden;
    padding: 32px;
  }
  .contentlist-people .person-card {
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .contentlist-people .person-card .list-image-wrapper {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .contentlist-people .person-card .person-list-detail {
    font-size: 1em;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .contentlist-people {
    display: block;
    overflow: hidden;
    padding: 32px;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contentlist-people .person-card {
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .contentlist-people .person-card .list-image-wrapper {
    width: 30%;
    float: left;
  }
  .contentlist-people .person-card .person-list-detail {
    width: 65%;
    float: right;
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 1023.54px) {
  .contentlist-people {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contentlist-people .person-card {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
    padding: 16px;
    box-sizing: border-box;
  }
  .contentlist-people .list-image-wrapper {
    width: 35%;
    float: left;
    display: inline-block;
  }
  .contentlist-people .person-list-detail {
    width: 60%;
    float: right;
    display: inline-block;
    font-size: 0.875em;
  }
}
.person-card-with-link a {
  color: #1a1a1a;
}
.person-card-with-link a:hover {
  text-decoration: none;
}
.person-card-with-link a:hover h3 {
  color: #c33c66;
}
.person-card-with-link a:hover img {
  border-color: #c33c66;
}
.person-card-with-link .list-image-wrapper img {
  border: 5px solid #f9e6d9;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.1px) {
  .person-card-with-link {
    text-align: center;
  }
  .person-card-with-link img {
    max-width: 200px;
  }
}
.product-card-small {
  color: #1a1a1a;
  background: #d9effa;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.product-card-small:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.product-card-small:hover .list-content {
  color: #1a1a1a;
}
.product-card-small:hover .list-content h3 {
  color: #c33c66;
}
.product-card-small .list-content {
  padding: 32px;
  box-sizing: border-box;
}
.product-card-small .list-content h3 {
  color: #1a1a1a;
  font-size: 1.1em;
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.product-card-small .list-content .short-summary {
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.48em;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767.1px) {
  .contentlist-products-small .product-card-small {
    display: block;
    overflow: hidden;
    margin: 16px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .contentlist-products-small {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contentlist-products-small .product-card-small {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
    box-sizing: border-box;
    align-items: center !important;
    justify-content: center;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1400px) {
  .contentlist-products-small {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contentlist-products-small .product-card-small {
    flex: calc(33.3% - 32px);
    max-width: 33.3%;
    margin: 16px;
    box-sizing: border-box;
    align-items: center !important;
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .contentlist-products-small {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contentlist-products-small .product-card-small {
    flex: calc(25% - 32px);
    max-width: 25%;
    margin: 16px;
    box-sizing: border-box;
    align-items: center !important;
    justify-content: center;
  }
}
.product-card-small.empty {
  visibility: hidden!important;
  height: 1px;
  padding: 0!important;
  margin-top: 0;
  margin-bottom: 0;
}
.contentlist-news-smaller {
  display: block;
  overflow: hidden;
  margin-top: 0;
  max-width: 900px;
  margin-left: -16px;
}
.contentlist-news-smaller .short-news-item {
  padding-left: 5px;
}
.contentlist-news-smaller a {
  display: block;
  overflow: visible;
  color: #1a1a1a;
  padding: 32px 16px;
  margin: 0 32px;
  border-left: 1px solid #f3f0f1;
}
.contentlist-news-smaller a .list-meta {
  margin-bottom: -5px;
  padding-left: 2px;
}
.contentlist-news-smaller a .list-meta .item-date {
  font-weight: 300;
  font-size: 0.775em;
}
.contentlist-news-smaller a strong {
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-left: 3px;
}
.contentlist-news-smaller a strong:before {
  content: "\25FC\fe0e";
  color: #c33c66 !important;
  position: relative;
  left: -32px;
  font-size: 25px;
  margin-right: -24px;
}
.contentlist-news-smaller a .short-summary {
  color: #1a1a1a;
}
.contentlist-news-smaller a:hover {
  border-left: 1px solid #c33c66;
  text-decoration: none;
  color: #1a1a1a;
}
.contentlist-news-smaller a:hover strong {
  color: #c33c66;
}
.contentlist-item-update {
  display: block;
  overflow: hidden;
  color: #1a1a1a;
  padding: 0 0 16px 0;
}
.contentlist-item-update h3 {
  font-size: 1.1em;
  line-height: normal;
  color: #1a1a1a;
}
.contentlist-item-update h3:before {
  content: "\25FC\fe0e";
  color: #c33c66 !important;
  margin-right: 8px;
}
.contentlist-item-update:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.contentlist-item-update:hover h3 {
  color: #c33c66;
}
.contentlist-wrapper.contentlist-product-banners {
  margin: 16px -16px;
}
/* items */
.product-banner-card {
  display: block;
  overflow: hidden;
  margin: 32px 16px;
  background: #f3f0f1;
  padding: 32px;
  box-sizing: border-box;
  color: #1a1a1a;
  border-radius: 16px;
  /* the list image */
}
.product-banner-card h3 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 16px;
  hyphens: auto;
}
.product-banner-card:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  color: #1a1a1a;
}
.product-banner-card:hover h3 {
  color: #c33c66;
  hyphens: auto;
}
.product-banner-card:hover .list-image-wrapper img {
  transform: scale(1.1);
  /* (zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.product-banner-card:hover .product-banner-list-footer .btn-order {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
}
.product-banner-card:hover .product-banner-list-footer .btn-order:hover {
  text-decoration: none;
  cursor: pointer;
}
.product-banner-card.empty {
  /* needed hack to ensure flexbox runs equal widths */
  padding: 0!important;
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  margin-top: 0!important;
  margin-bottom: 0!important;
  box-sizing: border-box;
  height: 1px;
  overflow: hidden;
}
.product-banner-card .list-image-wrapper {
  display: block;
  overflow: hidden;
  margin: -32px -32px 25px -32px;
}
.product-banner-card .list-image-wrapper img {
  width: 101%;
  vertical-align: bottom;
  transition: transform 0.3s;
  /* Animation */
}
.product-banner-card .list-content {
  display: block;
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 16px;
}
.product-banner-card .list-content li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.product-banner-card .list-content li:before {
  content: "\e5ca";
  color: #074975;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.1em;
  line-height: normal;
}
.product-banner-card .list-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-banner-card .list-content li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.product-banner-card .list-content li:before {
  content: "\e5ca";
  color: #133552;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
.product-banner-card .list-content ul {
  font-size: 0.875em;
}
.product-banner-card .list-content ul li {
  line-height: normal;
}
.product-banner-card .product-banner-list-footer {
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
}
.product-banner-card .product-banner-list-footer .product-price {
  font-weight: 600;
  display: inline-block;
  float: left;
  padding: 5px 0;
}
.product-banner-card {
  position: relative;
}
.product-banner-card .list-content {
  margin-bottom: 55px;
}
.product-banner-card .product-banner-list-footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* responsive variations - 4 as default */
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .product-banner-card {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .product-banner-card {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .contentlist-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .contentlist-wrapper .product-banner-card {
    flex: calc(25% - 32px);
    max-width: 25%;
    margin: 16px;
  }
}
/* custom options for columns - default is 4  */
@media only screen and (min-width: 1023.54px) {
  .products-2 .contentlist-wrapper .product-banner-card {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1023.54px) {
  .products-3 .contentlist-wrapper .product-banner-card {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
    margin: 16px;
  }
}
.contentlist-tag {
  display: inline-block;
  margin: 0 5px 10px 0;
  background: #f3f0f1;
  padding: 5px 16px;
  border-radius: 60px;
  color: #074975;
  font-weight: 300;
  font-size: 0.775em;
}
.contentlist-tag:hover {
  text-decoration: none;
  background: #c33c66;
  color: #ffffff;
}
/* general carousel */
.contentlist-carousel {
  position: relative;
  margin: 16px -48px;
  margin-bottom: 0;
}
.contentlist-carousel button {
  border: 0;
}
.contentlist-carousel .carousel-card {
  min-width: 300px;
}
.slick-slider {
  padding-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
}
button.slick-prev {
  position: absolute;
  left: 4px;
  top: 0;
  height: 100%;
  width: 35px;
  z-index: 5;
  background-color: transparent;
}
button.slick-prev:hover {
  cursor: pointer;
  opacity: 1;
}
button.slick-prev:after {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  content: '\e5e0';
  font-size: 40px;
  font-weight: 100;
  margin-left: 16px;
  color: #c33c66;
}
button.slick-next {
  position: absolute;
  right: 4px;
  top: 0;
  height: 100%;
  width: 35px;
  z-index: 5;
  background-color: transparent;
}
button.slick-next:hover {
  cursor: pointer;
  opacity: 1;
}
button.slick-next:after {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  content: '\e5e1';
  font-size: 40px;
  font-weight: 100;
  margin-right: 16px;
  color: #c33c66;
}
button.slick-disabled {
  opacity: 0.5;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  box-sizing: border-box;
}
.slick-dots li {
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #f3f0f1;
}
.slick-dots li.slick-active {
  background: #c33c66;
}
.slick-dots li:hover {
  background: #f9e6d9;
}
.slick-dots li button {
  color: transparent;
  background: transparent;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* general carousel list item */
.slick-slide {
  background: #f9f8F9;
  margin: 5px 16px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-width: 300px;
}
.slick-slide a {
  color: #1a1a1a;
}
.slick-slide i.material-icons {
  color: #c33c66;
}
.slick-slide .card-inner {
  padding: 32px 32px;
  padding-top: 10px;
  padding-bottom: 48px;
  overflow: hidden;
}
.slick-slide .card-inner .course-tag {
  text-transform: uppercase;
  font-weight: 600;
  color: #e72a6e;
  font-size: 0.775em;
}
.slick-slide .card-inner h3 {
  word-break: break-word;
  display: block;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.28em;
  /* reduce to same as summary as H3 was too big */
  line-height: 1.4em;
}
.slick-slide .card-meta {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.775em;
  color: #1a1a1a;
}
.slick-slide .card-meta span {
  display: inline-block;
  padding-right: 8px;
}
.slick-slide .card-meta i.material-icons {
  font-size: 18px;
  margin-top: -2px;
}
.slick-slide:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.slick-slide:hover a {
  text-decoration: none;
}
.slick-slide:hover h3 {
  color: #c33c66;
}
@media only screen and (min-width: 767.1px) {
  .contentlist-carousel {
    margin: 16px -64px;
    margin-bottom: 0;
  }
  .scroller .slick-track {
    display: flex;
  }
  .scroller .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
}
/* update 201123 */
.contentlist-carousel {
  margin-bottom: 32px;
}
.contentlist-carousel a .list-image-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.contentlist-carousel a .list-image-wrapper img {
  width: 100%;
  min-width: 250px;
  vertical-align: bottom;
  height: auto!important;
}
.contentlist-carousel a .list-meta {
  position: absolute;
  bottom: 16px;
  padding-left: 32px;
  font-size: 0.775em;
}
.contentlist-carousel a .list-meta i {
  color: #1a1a1a;
}
.carousel-card.empty {
  display: none!important;
}
@media only screen and (max-width: 1023.54px) {
  button.slick-next,
  button.slick-prev {
    width: 48px;
  }
}
ul.slick-dots {
  margin-left: 0!important;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.1px) {
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
  }
  .slick-slider .slick-slide {
    margin: 8px;
  }
  button.slick-prev:after,
  button.slick-next:after {
    font-size: 32px;
  }
}
/* wtf BP */
/* optional image rendered outside main quote */
.quote-img .image-container {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 32px;
}
.itas-quote h3.quote-heading {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.itas-quote blockquote {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.6em;
}
.itas-quote .quotee {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.itas-quote .quotee .authorname {
  display: block;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.itas-quote .quotee .positionAndCompany {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
}
#editor-sharing {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  margin: 32px 0;
  clear: both;
  float: left;
}
#editor-sharing span {
  display: inline-block;
  line-height: 40px;
  float: left;
  margin-right: 5px;
}
#editor-sharing a {
  display: inline-block;
  float: left;
  margin: 0 8px;
  background-color: #ecf7fd;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#editor-sharing a:hover {
  background-color: #f8e8e8;
}
#editor-sharing a img {
  width: 100%;
  vertical-align: bottom;
}
.s-video-editor .caption {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  padding: 8px 0;
  color: #666666;
}
.banner-widget {
  display: block;
  overflow: hidden;
  color: #1a1a1a;
  margin: -16px -32px;
  padding: 32px;
  flex-grow: 1;
  border-radius: 16px;
}
.banner-widget h3 {
  color: #c33c66;
  /*
        &:after{
            content: "\f8ce";
            font-size: 20px;
            color: @secondary-pink;
            margin-left: 4px;
            margin-top:1px;
            font-family: 'Material Icons';
            font-weight:600;
        }*/
}
.banner-widget:hover {
  cursor: pointer;
  text-decoration: none;
}
.banner-widget:hover h3 {
  color: #e72a6e;
}
.banner-widget:hover h3:after {
  color: #e72a6e;
}
.banner-widget:hover img {
  transform: scale(1.1);
  /* (zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.banner-widget .image-container {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 16px;
}
.banner-widget .image-container img {
  width: 100%;
  vertical-align: bottom;
  transition: transform 0.3s;
  /* Animation */
}
.nolink .banner-widget h3 {
  color: #1a1a1a;
}
.nolink .banner-widget h3:after {
  display: none;
}
@media only screen and (max-width: 1023.54px) {
  .banner-widget {
    width: auto;
  }
}
.s-widget-wrapper {
  display: block;
  overflow: hidden;
  /*.box-shadow-card;*/
}
.s-widget-wrapper .image-container img {
  width: 100%;
  vertical-align: bottom;
}
.s-widget-wrapper .widget-content {
  padding: 32px;
}
.s-widget-wrapper h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 767.1px) {
  .vertical-middle .s-widget-wrapper {
    margin-left: -32px;
    margin-right: -32px;
  }
  .vertical-middle .s-widget-wrapper .widget-row {
    display: flex;
    align-items: center !important;
    justify-content: center;
  }
  .vertical-middle .s-widget-wrapper .widget-row .image-container {
    min-width: 33%;
    flex-direction: column-reverse;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
/* person-widget */
.person-widget {
  color: #1a1a1a;
  text-align: center;
  padding: 16px;
  max-width: 280px;
  margin: 0 auto;
}
.person-widget h4 {
  font-size: 1em;
  margin-bottom: 8px;
  margin-top: 8px;
}
.person-widget .job-title {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
}
.person-widget .profilepicture {
  display: block;
  overflow: hidden;
  width: 90%;
  border-radius: 50%;
  border: 4px solid #f3f0f1;
  margin: 0 auto;
  max-width: 250px;
}
.person-widget .profilepicture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.person-widget:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.person-widget:hover .profilepicture {
  border-color: #e72a6e;
}
.person-widget:hover h4 {
  color: #e72a6e;
}
.newsarticle-row1 .bodytext .s-widget-wrapper {
  box-shadow: none;
  border-left: 5px solid #f9e6d9;
  background: #f9f8F9;
}
.newsarticle-row1 .bodytext .s-widget-wrapper a {
  color: #c33c66;
  font-weight: 500;
}
/* this is the Doctype editor used for toggling one RTE */
.toggle-card .panel {
  display: none;
}
/* custom editor which toggles visibility of next X rows */
.toggle-row {
  display: block;
  overflow: hidden;
  padding-top: 8px;
}
.toggle-row .toggleBtn {
  border: 0;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1em;
  line-height: 35px;
  padding: 8px 16px 8px 35px;
  background: #d9effa;
  color: #133552;
  position: relative;
  border-radius: 60px;
}
.toggle-row .toggleBtn:before {
  content: "\e316";
  font-family: 'Material Icons';
  font-weight: bold;
  font-size: 1.32em;
  line-height: 35px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
}
.toggle-row .toggleBtn.show:before {
  content: "\e145";
  font-family: 'Material Icons';
  font-weight: normal;
  font-size: 1.32em;
  line-height: 35px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
}
.toggle-row .toggleBtn:hover {
  cursor: pointer;
  background-color: #133552;
  color: #ffffff;
}
.toggle-row .toggleBtn:hover:before {
  color: #ffffff;
}
.gridwidget-wrapper {
  display: block;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 0;
}
.gridwidget-wrapper .umb-grid {
  padding: 0;
}
.gridwidget-wrapper .umb-grid .row {
  padding: 0 16px;
}
@media only screen and (min-width: 767.1px) {
  .gridwidget-wrapper {
    margin-left: -48px;
    margin-right: -48px;
  }
}
.icon-banner-widget {
  display: block;
  overflow: hidden;
  padding: 16px 0;
  padding-bottom: 32px;
}
.icon-banner-widget .material-icons {
  color: #1a1a1a;
}
.icon-banner-widget .banner-summary {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 8px;
}
.icon-banner-widget h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.icon-banner-widget.icon-pos-top {
  text-align: center;
}
.icon-banner-widget.icon-pos-top .material-icons {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 16px;
}
.icon-banner-widget.icon-pos-left .material-icons {
  float: left;
  margin-right: 7.5px;
}
.icon-banner-widget-linked {
  color: #1a1a1a;
}
.icon-banner-widget-linked:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.icon-banner-widget-linked:hover h3 {
  color: #c33c66;
}
.icon-banner-widget-linked:hover .material-icons {
  color: #c33c66;
}
/* feature banner with icons on left */
.feature-banner .icon-banner-widget {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 32px 32px 32px 16px;
  background: #ffffff;
  border-radius: 16px;
}
.feature-banner .icon-banner-widget .banner-icon i {
  font-size: 48px;
  color: #c33c66;
}
@media only screen and (max-width: 1023.54px) {
  .feature-banner .icon-banner-widget {
    padding: 16px 32px 16px 16px;
  }
  .feature-banner .icon-banner-widget .banner-icon {
    float: left;
    padding-right: 16px;
  }
  .feature-banner .icon-banner-widget .banner-icon i {
    padding: 0;
    margin: 0;
  }
  .feature-banner .icon-banner-widget .banner-widget-inner {
    text-align: left;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
  }
  .feature-banner .icon-banner-widget .banner-widget-inner .banner-summary {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1023.54px) {
  .feature-banner .row {
    display: flex;
    flex-flow: row wrap;
  }
  .feature-banner .row .column {
    display: flex;
    align-items: stretch;
    min-width: 0;
    padding: 16px;
  }
  .feature-banner .row .column > div:first-child {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex-grow: 1;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-left {
    display: flex;
    align-items: stretch;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    min-width: 0;
    flex-grow: 1;
    border-radius: 16px;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-left .banner-icon {
    flex-grow: 0;
    min-width: auto;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-left .banner-icon i {
    flex-grow: 0;
    padding: 0 8px 0 16px;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-left .banner-widget-inner {
    display: block;
    overflow: hidden;
  }
  .feature-banner .row .column h3 {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: block;
  }
}
/* icon top */
@media only screen and (min-width: 1023.54px) {
  .feature-banner .row {
    display: flex;
    flex-flow: row wrap;
  }
  .feature-banner .row .column {
    display: flex;
    align-items: stretch;
    min-width: 0;
    padding: 16px;
  }
  .feature-banner .row .column > div:first-child {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex-grow: 1;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-top {
    flex-grow: 1;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-top .banner-icon {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-top .banner-icon i {
    padding: 0;
    margin: 0;
  }
  .feature-banner .row .column .icon-banner-widget.icon-pos-top .banner-widget-inner {
    display: block;
    overflow: hidden;
  }
  .feature-banner .row .column h3 {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: block;
  }
}
.feature-banner.nobox .icon-banner-widget {
  background: transparent!important;
  box-shadow: none!important;
}
/* product-banner: arrow after and pink bg hover */
.product-banners .icon-banner-widget {
  margin-top: 16px;
}
.product-banners .icon-banner-widget h3 {
  color: #c33c66;
  /*font-size:1.14em;*/
}
.product-banners .icon-banner-widget h3:after {
  content: "\f8ce";
  font-size: 20px;
  font-weight: 700;
  color: #c33c66;
  margin-left: 4px;
  font-family: 'Material Icons';
}
.product-banners .icon-banner-widget:hover {
  background: #f8e8e8;
  margin: 0 -32px 0 -32px;
  padding: 32px !important;
}
@media only screen and (max-width: 767px) {
  .product-banners .icon-banner-widget {
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* icon-banners-muted */
.icon-banners-muted {
  background: #f9f8F9;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
.icon-banners-muted .icon-banner-widget {
  padding: 16px;
}
.icon-banners-muted .icon-banner-widget h3 {
  font-size: 1em;
  font-weight: 600;
  color: #666666;
}
.icon-banners-muted .icon-banner-widget .banner-icon i {
  color: #c33c66;
}
.icon-banners-muted .icon-banner-widget .banner-summary {
  font-size: 0.875em;
  color: #666666;
  line-height: 1.52em;
}
@media only screen and (max-width: 1630px) {
  .icon-banners-muted {
    margin-left: 0;
    margin-right: 0;
  }
}
/* styling for custom widgets */
/* quick facts widget */
.quick-facts-widget h3 {
  font-size: 2.25em;
  margin-top: -8px;
}
.quick-facts-widget .banner-summary {
  padding-top: 0;
  text-transform: capitalize;
}
/* the herowidget is based on the bannerwidget, but with different image crop and styling */
.hero-widget {
  display: block;
  overflow: hidden;
}
.hero-widget img {
  position: relative;
  z-index: 0;
  width: 100%;
  vertical-align: bottom;
}
.hero-widget .hero-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 64px;
  padding-top: 96px;
  color: #ffffff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.hero-widget h2 {
  padding: 10px;
  text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.87);
}
.hero-widget .hero-summary {
  padding: 0 10px;
  font-weight: 300;
  font-size: 1.294em;
  line-height: 1.636em;
  text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.87);
}
@media only screen and (max-width: 767.1px) {
  .hero-widget .hero-text {
    padding: 64px 16px 32px 16px;
  }
  .hero-widget img {
    width: 300%;
    margin-left: -75%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .hero-widget .hero-text {
    padding: 96px 32px 48px 32px;
  }
  .hero-widget img {
    width: 200%;
    margin-left: -50%;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .hero-widget .hero-text {
    padding: 96px 48px 48px 48px;
  }
  .hero-widget img {
    width: 120%;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-widget .hero-text h2 {
    font-size: 2.5em;
  }
  .hero-widget .hero-summary {
    font-size: 1.2em;
  }
}
.randomTextAd h3 {
  font-weight: 600;
}
.randomTextAd .hbspt-form {
  margin-top: 16px;
  font-family: 'Poppins';
}
.randomTextAd.noRaw {
  display: block;
  overflow: hidden;
  margin: 16px 0;
  border-left: 5px solid #f9e6d9;
  padding: 16px 16px 8px 25px;
  font-weight: 300;
}
.randomTextAd.noRaw a {
  color: #c33c66;
}
.randomTextAd.noRaw a:hover {
  color: #133552;
}
.randomTextAd.noRaw strong {
  font-weight: 600;
}
.randomTextAd.random-raw {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.1px) {
  .randomTextAd.noRaw {
    border-left: 10px solid #f9e6d9;
    padding-left: 20px;
    margin-left: -30px;
    background: #f9f8F9;
    box-sizing: border-box;
    min-width: 100%;
    margin-bottom: 32px;
    margin-right: -32px;
  }
}
/* Style the Image Used to Trigger the Modal */
.image-target {
  cursor: pointer;
  transition: 0.3s;
}
.image-target:after {
  content: "banan";
  width: 20px;
  height: 20px;
  color: red;
}
.image-container p.caption {
  margin-top: 8px;
  color: #666666;
}
.image-target:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  /*padding-top: 200px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  overflow: hidden;
}
/* Modal Content (Image) */
#enlargeModal .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.enlarge-inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enlarge-inner .enlarge-limiter {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  margin-top: 70px;
}
.enlarge-inner .enlarge-limiter img {
  width: 100%;
}
/* Add Animation - Zoom in the Modal */
#enlargeModal .modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}
.close i {
  color: #ffffff;
  margin-top: -5px;
  margin-right: 0px;
}
.close:hover,
.close:focus {
  background-color: #c33c66;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.reading-time {
  display: block;
  overflow: hidden;
  margin: 16px 0 0 0;
}
.reading-time span {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 32px;
  box-sizing: border-box;
  font-size: 0.875em;
  font-weight: 300;
  color: #666666;
}
.reading-time span:before {
  content: "menu_book";
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 24px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}
/* adjust for sidebar in detail view */
.row-sidebar-right .col-md-4 .reading-time span {
  font-size: 0.775em;
}
/* adjust for list views - contentlist */
.contentlist-item .reading-time {
  margin: 0;
  display: inline-block;
  float: right;
  padding-top: 5px;
  padding-left: 16px;
}
.contentlist-item .reading-time span {
  padding-left: 25px;
}
.contentlist-item .reading-time span:before {
  font-size: 18px;
}
#popup-newsletter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
}
#popup-newsletter .popup-inner {
  display: block;
  overflow: hidden;
  overflow: visible;
  margin: 0 auto;
  width: auto;
  max-width: 500px;
  background: #ffffff;
  background: #d9effa;
  padding: 32px;
  padding-top: 48px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  position: relative;
}
#popup-newsletter .popup-inner h3 {
  margin-top: 0;
  padding-top: 0;
}
#popup-newsletter .popup-inner .popup-summary {
  padding-bottom: 16px;
}
#popup-newsletter .popup-inner .btn-close-popup {
  position: absolute;
  right: -16px;
  top: -16px;
  border: 0;
  background: transparent;
}
#popup-newsletter .popup-inner .btn-close-popup span {
  color: #074975;
  font-weight: 300;
  border: 2px solid #d9effa;
  border-radius: 50%;
  padding: 5px;
  background: #d9effa;
}
#popup-newsletter .popup-inner .btn-close-popup:hover {
  cursor: pointer;
}
#popup-newsletter .popup-inner .btn-close-popup:hover span {
  color: #ffffff;
  background: #c33c66;
  border-color: #c33c66;
}
#popup-newsletter .popup-inner .hbspt-form {
  font-family: 'Poppins';
}
#popup-newsletter .popup-inner .hbspt-form .hs-form-field {
  padding: 5px 0;
  box-sizing: border-box;
}
#popup-newsletter .popup-inner .hbspt-form .hs-form-field label {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 0.875em;
  color: #1a1a1a;
}
#popup-newsletter .popup-inner .hbspt-form .hs-form-field input[type='text'],
#popup-newsletter .popup-inner .hbspt-form .hs-form-field input[type='email'] {
  border: 1px solid #d9effa;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
#popup-newsletter .popup-inner .hbspt-form .hs-form-field .hs-error-msg {
  color: #c33c66;
}
#popup-newsletter .popup-inner .hbspt-form ul.hs-error-msgs,
#popup-newsletter .popup-inner .hbspt-form .column.ul.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 8px;
}
#popup-newsletter .popup-inner .hbspt-form .hs-error-msg,
#popup-newsletter .popup-inner .hbspt-form .hs-main-font-element {
  color: #c33c66;
  line-height: 1.44em;
  font-size: 0.875em;
  display: inline-block;
  font-style: italic;
  font-weight: 400;
}
#popup-newsletter .popup-inner .hbspt-form .actions {
  padding: 16px 0;
  text-align: center;
}
#popup-newsletter .popup-inner .hbspt-form .actions .hs-button {
  padding: 8px 16px;
  border: 0;
  font-size: 0.875em;
}
#popup-newsletter .popup-inner .hbspt-form .actions .hs-button.primary {
  background-color: #c33c66;
  color: #ffffff;
}
#popup-newsletter .popup-inner .hbspt-form .actions .hs-button:hover {
  cursor: pointer;
  color: #ffffff;
  background: #133552;
}
@media only screen and (max-width: 767.1px) {
  #popup-newsletter .popup-inner {
    width: 100%;
    padding: 32px;
    padding-bottom: 16px;
    font-size: 0.875em;
    max-height: 80vh;
    overflow-y: auto;
  }
  #popup-newsletter .popup-inner .popup-summary {
    padding-bottom: 10px;
  }
  #popup-newsletter .popup-inner .hbspt-form {
    padding: 0;
  }
  #popup-newsletter .popup-inner .hbspt-form .hbspt-form .hs-form-field {
    padding: 0;
  }
  #popup-newsletter .popup-inner .hbspt-form .actions {
    padding: 0;
    padding-top: 8px;
  }
  #popup-newsletter .popup-inner .btn-close-popup {
    right: 10px;
    top: 10px;
  }
  #popup-newsletter .popup-inner .btn-close-popup span {
    border: 0;
  }
}
.expandbox {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.expandbox button {
  border: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 16px;
  line-height: 32px;
  font-weight: 500;
  font-size: 1em;
  background: #f3f0f1;
  color: #133552;
}
.expandbox button:after {
  content: "\e5cf";
  font-family: 'Material Icons';
  position: absolute;
  right: 16px;
  top: 8px;
  line-height: 37.5px;
  font-size: 24px;
  display: inline-block;
}
.expandbox button.active {
  background: #d9effa;
  color: #074975;
}
.expandbox button.active:after {
  content: "\e5ce";
}
.expandbox button:hover {
  color: #c33c66;
  cursor: pointer;
}
.expandbox .panel {
  display: none;
  background: #d9effa;
  padding: 32px 32px 16px 32px;
  margin-top: 2px;
  font-size: 0.875em;
  line-height: 1.52em;
}
.expandbox .panel p {
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
}
.expandbox .panel a {
  line-height: 35px;
  color: #074975;
  font-weight: 300;
}
.expandbox .panel a:hover {
  text-decoration: underline;
}
.expandbox .panel .accordion-cta {
  display: inline-block;
  padding: 10px 32px;
  background: #133552;
  color: #ffffff !important;
  line-height: normal;
}
.expandbox .panel .accordion-cta:hover {
  background: #c33c66;
  text-decoration: none;
}
/* reset */
.toggle-card {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.toggle-card button {
  background: transparent;
  border: 0;
  text-align: left;
  font-family: 'Poppins';
  font-size: 1em;
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 48px;
  background: #f9f8F9;
  position: relative;
  border-radius: 4px;
}
.toggle-card button:after {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  content: "\e887";
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 14px;
}
.toggle-card button.active {
  color: #074975;
  background: #ecf7fd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-card button.active:after {
  content: "\e5cd";
}
.toggle-card button:hover {
  cursor: pointer;
  color: #c33c66;
  background: #ecf7fd;
}
.toggle-card .panel {
  background: #ecf7fd;
  padding: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* end reset */
/* grid rows - overrides default grid styles */
.col-md-4.lightblue-bg .lightblue-bg {
  background: #d9effa;
  padding: 16px 32px;
}
/* hero row 12 + 12 + 6 +6 with custom layering */
body.Home .umb-grid {
  overflow: visible;
  /* remove spacing under header for home page only */
}
#main-content .container-hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
#main-content .umb-grid .row-hero {
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
#main-content .container-hero .narrow-text .inner-hero {
  max-width: 1023.54px;
  margin: 0 auto;
}
.hero-button {
  background: #133552;
  color: #ffffff;
  padding: 10px 32px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.875em;
  transition: background-color 0.5s ease;
}
.hero-button:hover {
  cursor: pointer;
  background-color: #c33c66;
  text-decoration: none;
}
.hero-button.accent-1 {
  background: #c33c66;
}
.hero-button.accent-2 {
  background: #c33c66;
}
@media only screen and (max-width: 767.1px) {
  .umb-grid .container-hero {
    margin-top: -20px;
    /* pull up to header */
    padding-bottom: 32px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .umb-grid .container-hero .image-container {
    position: relative;
    z-index: 0;
  }
  .umb-grid .container-hero .image-container img {
    vertical-align: bottom;
    width: 200%;
    margin-left: -50%;
  }
  .umb-grid .container-hero .col-md-12 {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .umb-grid .container-hero .editor-rte {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 48px 32px 32px 32px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.66);
  }
  .umb-grid .container-hero .editor-rte h1 {
    font-size: 1.6em;
  }
  .umb-grid .container-hero .editor-rte p {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 767.1px) {
  .umb-grid .container-hero {
    margin-top: -32px;
    /* pull up to header */
    padding-bottom: 32px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .umb-grid .container-hero .image-container {
    position: relative;
    z-index: 0;
  }
  .umb-grid .container-hero .image-container img {
    vertical-align: bottom;
  }
  .umb-grid .container-hero .col-md-12 {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .umb-grid .container-hero .editor-rte {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 48px 32px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.66);
  }
  .umb-grid .container-hero .editor-rte p {
    font-weight: 500;
    max-width: 1024px;
    font-size: 1.18em;
    line-height: 1.52em;
  }
}
/* adjust image cropping to leave more room */
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .umb-grid .container-hero .image-container img {
    width: 140%;
    margin-left: -20%;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .umb-grid .container-hero .image-container img {
    width: 120%;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1280px) {
  .umb-grid .container-hero .editor-rte {
    padding: 48px 64px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .umb-grid .container-hero .editor-rte {
    padding: 64px 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .umb-grid .container-hero .row.row-hero {
    max-width: 1670px;
  }
  .umb-grid .container-hero .editor-rte {
    padding: 64px 80px;
  }
}
@media only screen and (min-width: 1715px) {
  .umb-grid .container-hero {
    margin-top: 0;
  }
}
.container-hero-image {
  display: block;
  overflow: hidden;
  margin-top: -32px;
  margin-bottom: -16px;
  padding-bottom: 0;
}
.container-hero-image .container {
  padding-top: 0;
  padding-bottom: 0;
}
.container-hero-image .container .row-hero-image {
  padding: 0;
}
.container-hero-image .container .row-hero-image .col-md-12 {
  padding: 0;
  position: relative;
}
.container-hero-image .container .row-hero-image .image-container {
  position: relative;
  z-index: 0;
  padding: 0;
}
.container-hero-image .container .row-hero-image .image-container img {
  height: auto;
  vertical-align: bottom;
  border-radius: 0;
}
.container-hero-image .container .row-hero-image h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.container-hero-image .container .row-hero-image .editor-rte {
  position: absolute;
  /*left: 0;
                bottom: 0;*/
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  padding: 32px;
  padding-bottom: 16px;
  color: #ffffff;
}
.container-hero-image .container .row-hero-image .editor-rte h3 {
  margin-bottom: 0;
}
.container-hero-image .container .row-hero-image .editor-rte p {
  margin: 16px 0;
  margin-bottom: 0;
}
.container-hero-image .container .row-hero-image .editor-rte .summary {
  margin-bottom: 0;
}
.container-hero-image .container .row-hero-image .editor-rte .button-accent-1,
.container-hero-image .container .row-hero-image .editor-rte .button-basic,
.container-hero-image .container .row-hero-image .editor-rte .button-primary {
  margin-top: 0;
}
.container-hero-image .container .row-hero-image .editor-rte .leading {
  font-weight: 500;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .container-hero-image .container .row-hero-image .image-container img {
    width: 125%;
    margin-left: -15%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .container-hero-image .container .row-hero-image .image-container img {
    width: 170%;
    margin-left: -35%;
  }
}
@media only screen and (max-width: 767.1px) {
  .container-hero-image .container .row-hero-image {
    background: #133552;
  }
  .container-hero-image .container .row-hero-image .image-container img {
    width: 140%;
    margin-left: -20%;
  }
  .container-hero-image .container .row-hero-image .editor-rte {
    position: static;
    display: block;
    overflow: hidden;
    padding-bottom: 32px;
  }
  .container-hero-image .container .row-hero-image .editor-rte .summary {
    font-size: 1em;
    line-height: 1.6em;
  }
  .container-hero-image .container .row-hero-image .editor-rte p {
    padding: 0;
    margin-top: 0;
  }
  .container-hero-image .container .row-hero-image .editor-rte h3 {
    font-size: 1.1em;
  }
  .container-hero-image .container .row-hero-image .editor-rte h1 {
    font-size: 1.625em;
    line-height: 1.3em;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.1px) {
  .container-hero-image .container .row-hero-image .editor-rte p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    padding-left: 60px;
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    padding-left: 75px;
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    padding-left: 75px;
    width: 50%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    display: block;
    overflow: hidden;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 32px;
    padding-bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1023.54px) {
  .container-hero-image .container .row-hero-image .editor-rte {
    display: block;
    overflow: hidden;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 32px;
    padding-bottom: 0;
  }
}
/* optional fullwidth for RTE */
@media only screen and (min-width: 767.1px) {
  .hero-text-center .container-hero-image .container .row-hero-image .editor-rte {
    width: 100%;
  }
}
/* optional abs bottom for RTE */
@media only screen and (min-width: 767.1px) {
  .hero-text-bottom .container-hero-image .container .row-hero-image {
    position: relative;
  }
  .hero-text-bottom .container-hero-image .container .row-hero-image .editor-rte {
    position: absolute;
    left: 0;
    bottom: 32px;
    top: auto;
    transform: none;
  }
}
/* row background colors */
.text-white {
  color: #ffffff;
}
.narrow-row .container .row {
  max-width: 1023.54px !important;
}
.centered .row {
  text-align: center;
}
.centered.column {
  text-align: center;
}
.white-text .container {
  color: #ffffff;
  font-weight: 300;
  text-shadow: 0px 0px 3px #000000;
}
.white-text .container a {
  color: #ffffff;
}
.white-text .container i.material-icons {
  color: #ffffff;
}
/* row background-image */
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1023.54px) {
  .bg-image-fixed {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
  }
  .bg-image-fixed .outer-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* images */
.square-corner-images .image-container img {
  border-radius: 0!important;
}
/* override images to grayscale */
.grayscale-img img {
  filter: grayscale(100%);
}
/* extra space: padding */
.umb-grid .pad1x .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.umb-grid .pad2x .container {
  padding-top: 32px;
  padding-bottom: 32px;
}
.umb-grid .pad3x .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.umb-grid .pad4x .container {
  padding-top: 64px;
  padding-bottom: 64px;
}
.umb-grid .padtop0 .container {
  padding-top: 0;
}
.umb-grid .padtop0 .container .column {
  padding-top: 0;
}
.umb-grid .padbottom0 .container {
  padding-bottom: 0;
}
.umb-grid .padbottom0 .container .column {
  padding-bottom: 0;
}
.umb-grid .padtop1x .container {
  padding-top: 16px;
}
.umb-grid .padbottom1x .container {
  padding-bottom: 16px;
}
.umb-grid .padtop2x .container {
  padding-top: 32px;
}
.umb-grid .padbottom2x .container {
  padding-bottom: 32px;
}
.umb-grid .padtop3x .container {
  padding-top: 48px;
}
.umb-grid .padbottom3x .container {
  padding-bottom: 48px;
}
.umb-grid .padtop4x .container {
  padding-top: 64px;
}
.umb-grid .padbottom4x .container {
  padding-bottom: 64px;
}
.umb-grid .pull-up {
  margin-top: -32px;
}
/* extra space: padding */
.umb-grid .margin1x {
  margin-top: 16px;
  margin-bottom: 16px;
}
.umb-grid .margin2x {
  margin-top: 32px;
  margin-bottom: 32px;
}
/* extra padding of columns */
@media only screen and (min-width: 1023.54px) {
  .padright2x .padright2x {
    padding-right: 32px;
  }
  .padright3x .padright3x {
    padding-right: 48px;
  }
  .padright4x .padright4x {
    padding-right: 64px;
  }
  .padleft2x .padleft2x {
    padding-right: 32px;
  }
  .padleft3x .padleft3x {
    padding-right: 48px;
  }
  .padleft4x .padleft4x {
    padding-right: 64px;
  }
}
/* padding of cells */
.column .pad1x {
  padding: 16px;
}
.column .pad2x {
  padding: 32px;
}
.column .pad3x {
  padding: 48px;
}
.column .pad4x {
  padding: 64px;
}
/* custom lists */
.checkedlist ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.checkedlist li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.checkedlist li:before {
  content: "\e5ca";
  color: #133552;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
.crossedlist ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.crossedlist li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.crossedlist li:before {
  content: "\e14c";
  color: #c33c66;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
/* custom links */
.bulletlink,
.instructor-more-link {
  font-weight: 500;
  display: inline-block;
  margin-top: 16px;
  padding-left: 22px;
  position: relative;
  line-height: normal;
}
.bulletlink:before,
.instructor-more-link:before {
  content: "\f8ce";
  font-size: 20px;
  font-family: 'Material Icons';
  color: #c33c66 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.bulletlink a,
.instructor-more-link a {
  color: #133552;
}
/* center content vertically between columns in a row */
@media only screen and (min-width: 1023.54px) {
  .vertical-middle .row {
    display: flex;
    align-items: center !important;
    justify-content: center;
  }
}
/* icons to left of heading */
.icon-left i.material-icons {
  float: left;
  display: inline;
  margin-right: 7.5px;
  margin-bottom: 0;
  margin-top: -5px;
}
.icon-left h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline;
  line-height: normal;
}
.icon-left p {
  clear: both;
  margin-bottom: 16px;
  padding-top: 16px;
}
/* plain icon in a box over text */
.icon-box .macro-icon {
  margin-top: 16px;
  margin-bottom: -8px;
}
/* row with background-image and overlay behind text */
.background-overlay {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.background-overlay .row {
  max-width: 1630px;
  padding-left: 0;
  padding-right: 0;
}
.background-overlay .column .overlay-white {
  background: rgba(255, 255, 255, 0.65);
  padding: 16px 32px;
  border-radius: 16px;
}
.background-overlay .column .overlay-black {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 16px;
}
.background-overlay p {
  font-weight: 300;
}
/* reverse columns for a row  on mobile */
@media only screen and (max-width: 1023.54px) {
  .column-reverse .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* pills - RTE links designed as pills */
.pills a {
  display: inline-block;
  background: #f3f0f1;
  font-weight: 300;
  font-size: 0.775em;
  line-height: normal;
  color: #133552;
  margin: 4px;
  padding: 4px 16px;
  border-radius: 66px;
  transition: 0.2s;
}
.pills a:hover {
  background: #c33c66;
  color: #ffffff;
  text-decoration: none;
}
.editor-rte a:target {
  padding-top: 130px;
}
#ctaonpage:target {
  padding-top: 130px;
}
.hide-paging .pagination {
  display: none;
}
/* embedding reachmee iframe */
.reachmee-form {
  background: #f2f2f2;
}
/* column background-colors */
.white-columns .column {
  background-color: #ffffff;
}
.flaglinks .row {
  background: transparent;
  text-align: center;
  padding-top: 0;
}
.flaglinks .row .col-md-12 h3 {
  margin-top: 0;
}
.flaglinks a.flaglink {
  color: #133552;
  background-position: left center;
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin: 7.5px 15px;
  display: inline-block;
}
.flaglinks a.flaglink.flag-gb {
  background-image: url('../img/gfx/flag-gb.svg');
}
.flaglinks a.flaglink.flag-se {
  background-image: url('../img/gfx/flag-se.svg');
}
.flaglinks a.flaglink.flag-no {
  background-image: url('../img/gfx/flag-no.svg');
}
.flaglinks a.flaglink.flag-pl {
  background-image: url('../img/gfx/flag-pl.svg');
}
.flaglinks a.flaglink.flag-dk {
  background-image: url('../img/gfx/flag-dk.svg');
}
body.Product #main-content .umb-grid {
  overflow: visible;
}
.umb-grid .container-product-header-image {
  margin-top: -48px;
}
.umb-grid .container-product-header-image .container {
  padding: 0;
}
.umb-grid .container-product-header-image .container .row {
  padding: 0;
  margin: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.umb-grid .container-product-header-image .container .row .col-md-12 {
  padding: 0;
}
.umb-grid .container-product-header-image .image-container img {
  border-radius: 0;
}
@media only screen and (max-width: 767.1px) {
  .container-product-header-image img {
    width: 200%;
    margin-left: -50%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .container-product-header-image img {
    width: 150%;
    margin-left: -25%;
  }
}
.cta-products-row {
  background: #d9effa;
  max-width: 1630px;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 8px;
}
.cta-products-row .icon-banner-widget h3 {
  font-size: 1.1em;
  font-weight: 600;
}
.cta-products-row .icon-banner-widget .banner-summary {
  font-size: 0.875em;
}
.cta-products-row .icon-banner-widget span {
  font-size: 0.775em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.cta-products-row .icon-banner-widget span:after {
  content: "\e5c8";
  color: #c33c66;
  font-family: 'Material icons';
  float: right;
  margin-left: 5px;
  font-size: 18px;
  margin-top: -1px;
}
.cta-products-row .icon-banner-widget:hover span,
.cta-products-row .icon-banner-widget:hover h3 {
  color: #c33c66;
}
@media only screen and (max-width: 767.1px) {
  .cta-products-row .col-md-3 {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .cta-products-row .icon-banner-widget {
    position: relative;
    padding-bottom: 32px;
  }
  .cta-products-row .icon-banner-widget span {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 767.1px) {
  .cta-products-row .icon-banner-widget span {
    position: absolute;
    bottom: 8px;
    left: 32px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .cta-products-row .row-four-column {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .cta-products-row .col-md-3 {
    display: flex;
    position: relative;
    padding-bottom: 16px;
    width: 50%;
  }
  .cta-products-row .icon-banner-widget .banner-summary {
    font-size: 0.775em;
  }
}
@media only screen and (min-width: 1023.54px) {
  .cta-products-row .row-four-column {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .cta-products-row .col-md-3 {
    display: flex;
    position: relative;
    padding-bottom: 16px;
  }
}
/* the footer of the products cta row is single column with custom class */
.cta-products-row-footer {
  background-color: #d9effa;
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
}
.cta-products-row-footer .container {
  padding: 0;
}
.cta-products-row-footer .container .col-md-12 {
  padding: 0;
}
.cta-products-row-footer .container .col-md-12 .editor-rte {
  position: relative;
  z-index: 2;
}
.cta-products-row-footer .container .col-md-12 .editor-rte p {
  padding-bottom: 0;
}
.cta-products-row-footer .container .col-md-12 .editor-rte a {
  margin-bottom: 0;
}
/* custom styles for grid rows 
@import "_row-customstyles";*/
/* default lead form */
.lead-form {
  background: #ecf7fd;
  padding-top: 16px;
  padding-bottom: 16px;
}
.lead-form #leadForm {
  margin-top: 16px;
  margin-bottom: 32px;
}
/* remove link effect */
.nolink {
  pointer-events: none!important;
}
/* add card design to banners */
/* default cards - use on banners etc */
.default-cards .banner-widget {
  background: #f3f0f1;
  border-radius: 16px;
  margin: 0 -16px;
}
@media only screen and (max-width: 1023.54px) {
  .default-cards .banner-widget {
    margin: 0 -16px;
  }
}
/* adjust columns to 3 items only - used on home page */
@media only screen and (min-width: 767.1px) {
  .list-3-col .contentlist-wrapper .contentlist-item {
    flex: calc(33% - 30px);
    max-width: 33%;
    margin: 0;
    padding: 16px;
  }
}
/* custom H3 link headers using arrows */
.heading-arrow-before h3 {
  color: #133552;
  padding-bottom: 8px;
}
.heading-arrow-before h3:hover {
  color: #c33c66;
}
@media only screen and (max-width: 767.1px) {
  .heading-arrow-before h3 {
    padding-left: 16px;
    position: Relative;
    font-size: 1.1em;
  }
  .heading-arrow-before h3:before {
    content: "\f8ce";
    font-size: 20px;
    color: #c33c66;
    font-family: 'Material Icons';
    font-weight: 600;
    position: absolute;
    left: -5px;
    top: -1px;
  }
}
@media only screen and (min-width: 767.1px) {
  .heading-arrow-before h3 {
    padding-left: 16px;
    position: Relative;
    margin-left: -16px;
    font-size: 1.1em;
  }
  .heading-arrow-before h3:before {
    content: "\f8ce";
    font-size: 20px;
    color: #c33c66;
    font-family: 'Material Icons';
    font-weight: 600;
    position: absolute;
    left: -5px;
    top: -1px;
  }
}
.heading-arrow-after h3 {
  font-size: 1.1em;
  padding-bottom: 8px;
}
.heading-arrow-after h3:hover {
  color: #c33c66;
}
.heading-arrow-after h3:after {
  content: "\f8ce";
  font-size: 20px;
  font-family: 'Material Icons';
  font-weight: 600;
  margin-left: 5px;
}
/* end */
/* templates */
.newsarticle-wrapper,
.newsarticle-default {
  display: block;
  overflow: hidden;
  padding-bottom: 64px;
}
.newsarticle-wrapper .newsarticle-intro .main-image,
.newsarticle-default .newsarticle-intro .main-image,
.newsarticle-wrapper .newsarticle-intro .main-video,
.newsarticle-default .newsarticle-intro .main-video {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
}
.newsarticle-wrapper .newsarticle-intro .main-image img,
.newsarticle-default .newsarticle-intro .main-image img,
.newsarticle-wrapper .newsarticle-intro .main-video img,
.newsarticle-default .newsarticle-intro .main-video img {
  display: block;
  overflow: hidden;
  width: 100%;
  vertical-align: bottom;
}
.newsarticle-wrapper .newsarticle-intro .main-image .caption,
.newsarticle-default .newsarticle-intro .main-image .caption,
.newsarticle-wrapper .newsarticle-intro .main-video .caption,
.newsarticle-default .newsarticle-intro .main-video .caption {
  display: block;
  overflow: hidden;
  line-height: 1.52em;
  padding: 16px 0;
  font-style: italic;
  font-size: 0.875em;
  color: #666666;
}
@media only screen and (min-width: 1280px) {
  .newsarticle-wrapper .newsarticle-intro .main-image img,
  .newsarticle-default .newsarticle-intro .main-image img {
    border-radius: 16px;
  }
}
.newsarticle-wrapper .summary,
.newsarticle-default .summary {
  /*
        .block;
        font-size: 1.2em;
        line-height: 1.6em;
        .font-light;*/
}
.newsarticle-wrapper .bodytext,
.newsarticle-default .bodytext {
  display: block;
  overflow: hidden;
  overflow: visible;
  margin-bottom: 32px;
}
.newsarticle-wrapper .bodytext p,
.newsarticle-default .bodytext p {
  padding-bottom: 16px;
}
.newsarticle-wrapper .bodytext h3,
.newsarticle-default .bodytext h3 {
  padding-bottom: 8px;
  margin-top: 16px;
  line-height: normal;
}
.newsarticle-wrapper .bodytext ul,
.newsarticle-default .bodytext ul {
  margin-bottom: 32px;
  margin-top: 0;
}
.newsarticle-wrapper .bodytext a,
.newsarticle-default .bodytext a {
  color: #0066a5;
}
.newsarticle-wrapper .bodytext a:hover,
.newsarticle-default .bodytext a:hover {
  color: #074975;
}
.newsarticle-wrapper .newsarticle-meta,
.newsarticle-default .newsarticle-meta {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  color: #666666;
}
.newsarticle-wrapper .newsarticle-meta .published-date,
.newsarticle-default .newsarticle-meta .published-date {
  float: left;
  font-size: 0.764em;
  color: #666666;
  font-weight: 300;
  margin-top: 5px;
  text-transform: capitalize;
  position: relative;
  padding-left: 26px;
}
.newsarticle-wrapper .newsarticle-meta .published-date:before,
.newsarticle-default .newsarticle-meta .published-date:before {
  content: "schedule";
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 24px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}
.newsarticle-wrapper .newsarticle-meta .person-id,
.newsarticle-default .newsarticle-meta .person-id {
  display: block;
  overflow: hidden;
}
.newsarticle-wrapper .newsarticle-meta .person-id a,
.newsarticle-default .newsarticle-meta .person-id a {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.65em;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
}
.newsarticle-wrapper .newsarticle-meta .person-id span,
.newsarticle-default .newsarticle-meta .person-id span {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.41em;
}
.newsarticle-wrapper .newsarticle-meta .published-author img.person-thumb,
.newsarticle-default .newsarticle-meta .published-author img.person-thumb {
  width: 72px;
  border-radius: 72px;
  float: left;
  margin-right: 16px;
  border: 3px solid #f9e6d9;
}
.newsarticle-wrapper .newsarticle-meta .published-author a,
.newsarticle-default .newsarticle-meta .published-author a {
  color: #1a1a1a;
}
.newsarticle-row1 p {
  max-width: 770px;
}
@media only screen and (max-width: 1023.54px) {
  .newsarticle-row1 .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsarticle-row1 .newsarticle-intro {
    margin-top: -16px;
    margin-left: -48px;
    margin-right: -48px;
  }
  .newsarticle-row1 .newsarticle-intro .main-image .caption {
    padding: 16px 48px 0 48px;
  }
  .newsarticle-row1 .col-md-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.newsarticle-default .newsarticle-row2 .col-md-4 {
  margin: 0 -16px;
  padding: 16px 48px;
  padding-bottom: 48px;
}
/*  */
@media only screen and (min-width: 1023.54px) {
  .newsarticle-row1 .container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .newsarticle-row1 .row {
    display: flex;
  }
  .newsarticle-row1 .col-md-4 {
    padding: 48px;
    padding-top: 0;
  }
  .newsarticle-row2 .container {
    padding-top: 0;
  }
  .newsarticle-row2 .row {
    display: flex;
  }
  .newsarticle-row2 .col-md-4 {
    margin: 0;
  }
  .newsarticle-intro {
    margin: -16px 0 16px -64px;
  }
  .newsarticle-intro .caption {
    margin: 0 64px 0 64px;
  }
  .col-md-8 .template-content {
    margin-right: 48px;
  }
  .col-md-8 .deprecated-content {
    margin-right: 48px;
  }
}
/* reduce whitespace at top of page */
body.NewsArticleLayout .umb-grid,
body.NewsArcticleLayout .umb-grid {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.1px) {
  body.NewsArticleLayout #main-content,
  body.NewsArcticleLayout #main-content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  body.NewsArticleLayout #main-content,
  body.NewsArcticleLayout #main-content {
    padding-top: 100px;
  }
}
/* ol in articles */
.bodytext ol {
  list-style-type: decimal;
  padding-left: 32px;
}
.bodytext ol li {
  padding-bottom: 8px;
}
/* sidebar modules */
.newsarticle-sidebar .related-box {
  border-radius: 16px;
}
.newsarticle-sidebar .related-box.macro-relatedProducts {
  background: #f9e6d9;
  padding: 32px;
  margin-bottom: 32px;
}
.newsarticle-sidebar .related-box.macro-relatedProducts h3 {
  margin-top: 0;
  padding-top: 0;
}
/* inline ads */
.body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight {
  box-shadow: none;
  border-left: 5px solid #f9e6d9;
}
@media only screen and (max-width: 767.1px) {
  .body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight {
    border-left: 10px solid #f9e6d9;
    padding-left: 22px;
    margin-left: -32px;
    background: #f9f8F9;
    box-sizing: border-box;
    min-width: 100%;
    margin-bottom: 32px;
    margin-right: -32px;
  }
}
/* newsarticle widget in body */
body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight {
  box-shadow: none;
  border-left: 4px solid #f9e6d9;
}
body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight .widget-content a {
  color: #c33c66;
}
.person-detail {
  display: block;
  overflow: hidden;
  padding-bottom: 96px;
}
.person-detail .profilepicture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #f9e6d9;
}
.person-detail .profilepicture img {
  width: 100%;
  vertical-align: bottom;
}
.person-detail h3.job-title {
  padding-top: 0;
  margin-bottom: 16px;
}
.person-meta {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  font-size: 0.875em;
  font-weight: 300;
}
.person-meta span {
  display: inline-block;
  margin: 8px 16px 8px 0;
  color: #133552;
  white-space: nowrap;
}
.person-meta span.meta-email {
  text-transform: lowercase;
}
.person-meta span i {
  font-size: 18px;
  margin-top: -2px;
  color: #133552;
}
.person-meta span a {
  color: #0066a5;
}
.person-shortBio {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.6em;
}
.person-longdescription {
  display: block;
  overflow: hidden;
}
.person-longdescription p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.1px) {
  .person-detail .col-md-4 {
    padding: 0;
  }
  .person-detail .col-md-4 .profilepicture {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .person-detail .col-md-4 {
    width: 40%;
    float: left;
    padding-right: 0;
  }
  .person-detail .col-md-4 .profilepicture {
    width: 75%;
    float: left;
  }
  .person-detail .col-md-8 {
    width: 60%;
    float: right;
    padding-left: 0;
  }
}
.person-longdescription h3 {
  font-weight: 500;
}
/* this should reflect RTE options for articles and blog posts*/
.newsarticle-wrapper .bodytext,
.blogpost-wrapper .bodytext {
  overflow: visible;
}
.newsarticle-wrapper .bodytext blockquote,
.blogpost-wrapper .bodytext blockquote {
  display: block;
  overflow: hidden;
  padding: 16px;
  border-bottom: 1px solid #c33c66;
  margin: 32px 0;
  margin-left: -32px;
  padding-left: 32px;
  color: #1a1a1a;
  width: 80%;
}
.newsarticle-wrapper .bodytext ol,
.blogpost-wrapper .bodytext ol {
  list-style: decimal;
  margin: 16px;
  margin-left: 32px;
}
.highlight1 {
  display: block;
  overflow: hidden;
  background: #f9f8F9;
  padding: 32px;
  margin: 32px 0 32px 0;
  border-left: 5px solid #f9e6d9;
  /*
    padding-left: 25px; 
    border-left: 5px solid @secondary-pink;
    margin-bottom:@default-padding;
    margin-left:-@default-padding-double;
    */
}
.highlight1 a {
  font-weight: 500;
  color: #c33c66;
}
/* blog layout has two column limits for desktop. Set max-widths as variables */
/* end */
/* populate inner & outer items*/
.blogpost-wrapper {
  /* wide items */
  /* narrow items */
}
.blogpost-wrapper .main-image,
.blogpost-wrapper .blocklist-picture-grid,
.blogpost-wrapper h1 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.blogpost-wrapper .summary,
.blogpost-wrapper .blog-meta,
.blogpost-wrapper .bodytext,
.blogpost-wrapper .blocklist-bodytext,
.blogpost-wrapper .blocklist-quote,
.blogpost-wrapper .published-author,
.blogpost-wrapper .main-image .caption {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/* end */
.blogpost-wrapper {
  display: block;
  overflow: hidden;
  padding-bottom: 64px;
}
.blogpost-wrapper .row {
  padding-left: 0;
  padding-right: 0;
}
.blogpost-wrapper .row .col-md-12 {
  padding: 0 32px;
}
/* heading to main img */
.blogpost-wrapper h1,
.blogpost-wrapper .summary {
  text-align: center;
}
.blogpost-wrapper .summary {
  display: block;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 16px;
}
/* meta */
.blog-meta-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  padding: 16px;
  padding-bottom: 0;
}
.blog-meta {
  display: inline-block;
  font-size: 0.775em;
  font-weight: 300;
  color: #1a1a1a;
  position: relative;
  padding-left: 75px;
  min-height: 65px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: left;
}
.blog-meta a {
  color: #133552;
}
.blog-meta .person-thumb {
  border-radius: 50%;
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-meta .author-name {
  display: inline-block;
  float: left;
  font-weight: 300;
  font-size: 1.1em;
  line-height: normal;
  padding-bottom: 3px;
}
.blog-meta .author-name a {
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}
.blog-meta .blog-date {
  display: inline-block;
  float: left;
  clear: left;
  line-height: normal;
}
.blog-meta .blog-date:first-letter {
  text-transform: uppercase;
}
.blog-meta .reading-time {
  margin: 0;
  display: inline-block;
  float: left;
  clear: both;
}
.blog-meta .reading-time span {
  padding-left: 22px;
}
.blog-meta .reading-time span:before {
  font-size: 18px;
}
/* end */
/* the optional main image */
.blogpost-wrapper .main-image {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 0;
}
.blogpost-wrapper .main-image img {
  display: block;
  overflow: hidden;
  width: 100%;
  vertical-align: bottom;
}
.blogpost-wrapper .main-image .caption {
  display: block;
  overflow: hidden;
  line-height: 1.48em;
  padding: 16px 0;
  font-style: italic;
  font-size: 0.875em;
}
/* bodytext - either old mainbody or blockeditor rte */
.blogpost-wrapper .bodytext,
.blogpost-wrapper .blocklist-bodytext {
  margin-bottom: 16px;
}
.blogpost-wrapper .bodytext h3,
.blogpost-wrapper .blocklist-bodytext h3 {
  display: block;
  overflow: hidden;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 8px;
}
.blogpost-wrapper .bodytext ul ul,
.blogpost-wrapper .blocklist-bodytext ul ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.blogpost-wrapper .bodytext ol,
.blogpost-wrapper .blocklist-bodytext ol {
  margin-left: 16px;
  margin-bottom: 32px;
  padding-left: 16px;
  list-style: decimal;
  margin-top: 8px;
}
.blogpost-wrapper .bodytext ol li,
.blogpost-wrapper .blocklist-bodytext ol li {
  padding-bottom: 5px;
}
.blogpost-wrapper .bodytext ol ol,
.blogpost-wrapper .blocklist-bodytext ol ol {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0px;
  padding-left: 20px;
}
.blogpost-wrapper .bodytext .highlight1,
.blogpost-wrapper .blocklist-bodytext .highlight1 {
  display: block;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
}
.blogpost-wrapper .bodytext .fullwidth-image,
.blogpost-wrapper .blocklist-bodytext .fullwidth-image {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 16px 0;
  border: 2px solid #f3f0f1;
  box-sizing: border-box;
}
.blogpost-wrapper .bodytext .fullwidth-image img,
.blogpost-wrapper .blocklist-bodytext .fullwidth-image img {
  width: 100%!important;
  height: auto!important;
  vertical-align: bottom;
}
/* block editors in blogpost */
/* basic for the picture grid */
.blogpost-wrapper .blocklist-picture-grid {
  display: block;
  overflow: hidden;
  margin: 16px auto;
  padding: 0;
}
.blogpost-wrapper .blocklist-picture-grid .umb-grid {
  padding: 0;
}
.blogpost-wrapper .blocklist-picture-grid .umb-grid .container {
  padding: 0;
}
.blogpost-wrapper .blocklist-picture-grid .umb-grid .container .row {
  padding: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.blogpost-wrapper .blocklist-picture-grid .umb-grid .container .row .column {
  padding: 16px;
}
.blogpost-wrapper .blocklist-picture-grid .caption {
  padding-top: 8px;
  font-size: 0.875em;
}
/* quote */
.blogpost-wrapper .blocklist-quote {
  display: block;
  overflow: hidden;
  margin: 32px auto;
  text-align: center;
  padding-top: 60px;
}
.blogpost-wrapper .blocklist-quote .quote-text {
  display: block;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.2em;
  font-style: italic;
}
.blogpost-wrapper .blocklist-quote .quote-quotee {
  color: #1a1a1a;
  font-size: 0.875em;
}
/* author bio */
.blog-author-bio-long {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 32px auto;
  max-width: 700px;
}
.blog-author-bio-long .person-thumb {
  border: 2px solid #f3f0f1;
  border-radius: 50%;
  max-width: 150px;
}
.blog-author-bio-long h3 {
  font-size: 1.18em;
}
.blog-author-bio-long h3 a {
  color: #1a1a1a;
}
.blog-author-bio-long h3 a:hover {
  color: #c33c66;
  text-decoration: none;
}
.blog-author-bio-long h4 {
  font-size: 1em;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
}
.blog-author-bio-long .shortbio {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  font-style: italic;
  color: #666666;
  padding-top: 16px;
}
/* responsive mods */
@media only screen and (max-width: 767.1px) {
  .blogpost-wrapper .main-image,
  .blogpost-wrapper .blocklist-picture-grid {
    margin-left: -32px;
    margin-right: -32px;
  }
  .blogpost-wrapper .main-image .caption,
  .blogpost-wrapper .blocklist-picture-grid .caption {
    margin: 0 32px;
  }
}
@media only screen and (min-width: 767.1px) {
  .blogpost-wrapper .main-image {
    border-radius: 16px;
  }
}
.banner-ad-auto {
  display: block;
  overflow: hidden;
  padding: 32px;
  text-align: center;
  margin-bottom: 32px;
  border-radius: 16px;
}
.banner-ad-auto img {
  width: 100%;
  vertical-align: bottom;
  /*max-width: 320px;*/
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .banner-ad-auto {
    padding: 16px 0;
  }
  .banner-ad-auto img {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1023.54px) {
  .banner-ad-auto {
    padding: 0;
  }
}
/* listing */
#joblist .vacancy-item {
  display: block;
  overflow: hidden;
  padding: 16px 0;
  margin-bottom: 8px;
}
#joblist .vacancy-item a {
  display: block;
  overflow: hidden;
  color: #1a1a1a;
}
#joblist .vacancy-item a h4 {
  font-weight: 500;
}
#joblist .vacancy-item a:hover {
  color: #c33c66;
  text-decoration: none;
}
#joblist .vacancy-item i {
  font-size: 0.875em;
  color: #666666;
}
/* detail view */
#textpage .col-md-6 {
  padding: 16px 0 16px 0;
}
.application-form-inline {
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  padding: 32px;
}
.application-form-inline h3 {
  display: block;
  overflow: hidden;
}
/* marketplace list */
.contentlist-wrapper.contentlist-default.contentlist-marketplace {
  margin: 30px -45px;
}
.contentlist-item.marketplace-card {
  border: 1px solid #f3f0f1;
  background: #f9f8F9;
}
.contentlist-marketplace {
  margin-top: 0;
}
.contentlist-marketplace .marketplace-product-type {
  display: block;
  overflow: hidden;
  font-size: 0.775em;
  font-weight: 300;
  border-bottom: 1px dotted #ccc;
  background: #ffffff;
  margin: -32px -32px 16px -32px;
}
.contentlist-marketplace .marketplace-product-type span {
  display: inline-block;
  float: left;
  padding: 16px 0 0 32px;
  color: #1a1a1a;
}
.contentlist-marketplace .short-summary {
  padding-bottom: 16px;
  font-size: 0.875em;
}
.contentlist-marketplace .marketplace-product-thumb {
  display: inline-block;
  float: right;
  width: 50%;
  max-width: 100px;
  margin-right: 16px;
}
.contentlist-marketplace .marketplace-product-thumb img {
  width: 100%;
  vertical-align: bottom;
  margin-right: 1px;
}
@media only screen and (max-width: 767.1px) {
  .contentlist-wrapper.contentlist-default.contentlist-marketplace {
    margin: 30px -16px;
  }
  .marketplace-list-footer {
    padding-top: 16px;
  }
  .contentlist-item.marketplace-card {
    margin: 16px 8px;
  }
}
/* marketplace detail */
.marketplace-detail h5 {
  font-weight: 500;
  font-size: 1em;
  padding-bottom: 16px;
}
.marketplace-detail .summary {
  margin-bottom: 32px;
}
.marketplace-detail .bodytext {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 767.1px) {
  .marketplace-detail .col-md-8,
  .marketplace-detail .col-md-4 {
    padding-bottom: 48px;
  }
}
.vendorlogo {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
}
.vendorlogo img {
  width: 100%;
  vertical-align: bottom;
}
.marketplace-properties {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 16px;
}
.marketplace-properties span {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  padding-left: 32px;
  padding-bottom: 0;
  position: relative;
  font-size: 0.875em;
  font-weight: 300;
  color: #1a1a1a;
}
.marketplace-properties span:before {
  font-family: 'Material Icons';
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  color: #666666;
}
.marketplace-properties .marketplace-detail-type span:before {
  content: "\ef54";
}
.marketplace-properties .marketplace-detail-updatefrequency span:before {
  content: "\ef57";
}
.marketplace-properties .marketplace-detail-documentation span:before {
  content: "\f090";
  color: #133552;
}
.marketplace-properties .marketplace-detail-marketplace-type span:before {
  content: "\e54e";
}
.marketplace-properties .marketplace-detail-duration span:before {
  content: "\e8b5";
}
.marketplace-properties .marketplace-price span:before {
  content: "\e88e";
}
@media only screen and (max-width: 1023.54px) {
  .marketplace-properties {
    margin: 0 auto 16px auto;
    max-width: 320px;
  }
}
/* search from header */
.searchresult-wrapper {
  display: block;
  overflow: hidden;
}
.searchresult-wrapper .search-hero {
  display: block;
  overflow: hidden;
  padding-bottom: 32px;
}
.searchresult-wrapper .search-hero .search-category {
  display: block;
  overflow: hidden;
}
.searchresult-wrapper .search-hero .search-category .pills a.menuItemCurrent {
  background: #c33c66;
  color: #ffffff;
}
.searchresult-wrapper .search-hero .search-box {
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: 16px;
  background: #ffffff;
  border: 10px solid #d9effa;
  border-radius: 16px;
  position: relative;
}
.searchresult-wrapper .search-hero .search-box input {
  border: 0;
  padding: 8px;
  line-height: 48px;
  height: 48px;
  width: 90%;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
}
.searchresult-wrapper .search-hero .search-box input:focus,
.searchresult-wrapper .search-hero .search-box input:active {
  outline: none;
}
.searchresult-wrapper .search-hero .search-box button {
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: #ffffff;
  line-height: 48px;
  font-family: 'Poppins';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.searchresult-wrapper .search-hero .search-box button .material-icons {
  color: #074975;
}
.searchresult-wrapper .search-hero .search-box button:hover {
  cursor: pointer;
}
.searchresult-wrapper .search-hero .search-box button:hover .material-icons {
  color: #c33c66;
}
.searchresult-wrapper .search-result-item {
  display: block;
  overflow: hidden;
  float: none;
  width: 100%;
  margin-bottom: 32px;
  border-top: 1px solid #f3f0f1;
  padding: 16px 0;
}
.searchresult-wrapper .search-result-item .search-result-meta {
  display: block;
  overflow: hidden;
  color: #666666;
  font-size: 0.675em;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.searchresult-wrapper .search-result-item .search-result-meta span {
  display: inline-block;
  float: left;
  margin-right: 16px;
  font-family: 'Poppins';
}
.searchresult-wrapper .search-result-item .search-result-meta .material-icons {
  color: #666666;
  font-size: 20px;
}
.searchresult-wrapper .search-result-item h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.searchresult-wrapper .search-result-item h3 a {
  color: #1a1a1a;
}
.searchresult-wrapper .search-result-item .search-result-readmore {
  display: inline-block;
  padding-top: 8px;
}
@media only screen and (min-width: 767.1px) {
  .searchresult-wrapper .image-container {
    display: block;
    overflow: hidden;
    width: 33%;
    max-width: 250px;
    float: right;
    margin-left: 16px;
  }
  .searchresult-wrapper .image-container img {
    width: 100%;
    margin: 0;
    vertical-align: bottom;
  }
}
/* modals */
body.noscroll {
  /* stop background from scrolling when dialog is open */
  overflow: hidden;
}
.s-modal {
  /* the modal background */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}
.s-modal .modal-inner {
  /* the modal box */
  display: block;
  overflow: hidden;
  overflow-y: auto;
  width: 90%;
  max-width: 700px;
  background: #ffffff;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  height: auto;
  padding: 48px;
  padding-top: 64px;
  text-align: center;
  position: relative;
  border-radius: 16px;
}
.s-modal .modal-inner .close-popup {
  position: absolute;
  right: 16px;
  top: 16px;
}
.s-modal .modal-inner .close-popup i {
  color: #666666;
}
.s-modal .modal-inner .close-popup:hover {
  cursor: pointer;
}
.s-modal .modal-inner .close-popup:hover i {
  color: #e72a6e;
}
.s-modal .modal-inner .summary {
  font-size: 1em;
  font-weight: 300;
}
.s-modal .modal-inner .modal-order-actions {
  /* buttons etc */
  display: block;
  overflow: hidden;
  padding: 8px 0 32px 0;
}
.s-modal .modal-inner .modal-order-actions .sfs-popup-btn {
  display: inline-block;
  background: #133552;
  color: #ffffff;
  font-weight: 500;
  margin: 0 8px;
  padding: 8px 32px;
  border-radius: 100px;
}
.s-modal .modal-inner .modal-order-actions .sfs-popup-btn.sfs-btn-login {
  background-color: #c33c66;
}
.s-modal .modal-inner .modal-order-actions .sfs-popup-btn:hover {
  background-color: #074975;
}
@media only screen and (max-width: 767.1px) {
  .s-modal {
    padding: 0;
    box-sizing: border-box;
    top: 60px;
    display: block;
    overflow: hidden;
  }
  .s-modal .modal-inner {
    width: auto;
    padding: 32px;
    margin: 16px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: auto;
    max-height: 85vh;
  }
  .s-modal .modal-inner h4 {
    font-size: 1em;
    padding-bottom: 8px;
  }
  .s-modal .modal-inner h2 {
    font-size: 1.48em;
  }
  .s-modal .modal-inner .summary {
    font-size: 0.875em;
    margin-bottom: 0;
  }
  .s-modal .modal-inner .modal-order-actions {
    padding: 0;
    padding-bottom: 8px;
  }
  .s-modal .modal-inner .modal-order-actions p {
    font-size: 0.875em;
    line-height: normal;
  }
  .s-modal .modal-inner .modal-order-actions .sfs-popup-btn {
    display: block;
    overflow: hidden;
    margin: 8px;
  }
}
/* embedded content */
/* course catalog */
/* intro */
.sfs-pageintro {
  display: block;
  overflow: hidden;
  padding: 0 16px 32px 16px;
}
/* the list */
.sfs-course-list {
  max-width: 1630px;
  margin: 0 auto;
  margin-top: 32px;
  display: block;
  overflow: hidden;
  padding-bottom: 48px;
  padding-top: 16px;
  box-sizing: border-box;
  background: #f9e6d9;
}
/* general styles before media queries */
.sfs-card {
  background: #ffffff;
  color: #1a1a1a;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin: 32px;
}
.sfs-card.empty {
  height: 0;
  background: transparent;
}
.sfs-card h3 {
  font-weight: 600;
  color: #c33c66;
}
.sfs-card:hover {
  color: #1a1a1a;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.sfs-card:hover h3 {
  color: #e72a6e;
}
.sfs-card .thumbnail {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.sfs-card .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sfs-card .card-content {
  display: block;
  overflow: hidden;
  padding: 16px 32px;
}
.sfs-card .card-content .course-tag {
  font-size: 0.775em;
  font-weight: 300;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #666666;
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
  /* icons for course tags */
}
.sfs-card .card-content .course-tag:before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.sfs-card .card-content .course-tag.listformat-E-learning::before {
  content: "\e31e";
}
.sfs-card .card-content .course-tag.listformat-Digital-seminar::before {
  content: "\e998";
}
.sfs-card .card-content .course-tag.listformat-Digital-seminar-on-demand::before {
  content: "\e912";
}
.sfs-card .card-content .course-tag.listformat-Conference::before {
  content: "\e878";
}
.sfs-card .card-content .course-tag.listformat-Digital-conference::before {
  content: "\e912";
}
.sfs-card .card-content .course-tag.listformat-Onsite-course::before {
  content: "\e878";
}
.sfs-card .card-content .course-tag.listformat-Subscription::before {
  content: "\ea14";
}
.sfs-card .card-content .course-tag.listformat-Conference-w-parallel-sessions::before {
  content: "\e878";
}
.sfs-card .card-meta {
  font-weight: 300;
  font-size: 0.775em;
  line-height: 22px;
  color: #666666;
  padding: 8px 32px 32px 32px;
}
.sfs-card .card-meta .sfs-list-icon {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  white-space: nowrap;
  float: left;
  margin: 5px 15px 5px 0;
}
.sfs-card .card-meta .sfs-list-icon::before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 21px;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: 0;
}
.sfs-card .card-meta .card-dates::before {
  content: "\e614";
}
.sfs-card .card-meta .card-availability::before {
  content: "\e8dc";
}
.sfs-card .card-meta .card-duration::before {
  content: "\e192";
}
.sfs-card .card-meta .card-location::before {
  content: "\e55e";
}
.sfs-card.few-available .card-availability {
  position: absolute;
  top: 35px;
  right: -45px;
  background: #f8953a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  box-shadow: -2px 10px 16px -9px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 40px;
  float: none;
}
.sfs-card.few-available .card-availability:before {
  content: "";
}
.sfs-card.fully-booked .card-availability {
  position: absolute;
  top: 35px;
  right: -45px;
  background: #e72a6e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  box-shadow: -2px 10px 16px -9px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 40px;
  float: none;
}
.sfs-card.fully-booked .card-availability:before {
  content: "";
}
/* put card meta always bottom */
@media only screen and (min-width: 767.1px) {
  .sfs-card {
    display: flex;
    flex-direction: column;
  }
  .sfs-card .card-content {
    flex-grow: 1;
  }
  .sfs-card .card-meta {
    align-self: flex-end;
    width: 100%;
    box-sizing: border-box;
  }
}
/* when it is a live stream, show icon */
.live-tab {
  display: none;
}
.listformat-Digital-seminar .live-tab {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: block;
  background: #e72a6e;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.listformat-Digital-seminar .live-tab::before {
  content: "\e639";
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 28px;
  position: absolute;
  top: 16px;
  left: 16px;
}
/* responsive columns via flex box */
@media only screen and (max-width: 767.1px) {
  .sfs-card {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .sfs-course-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sfs-card {
    flex: calc(50% - 32px);
    max-width: 50%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .sfs-course-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sfs-card {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .sfs-course-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
  }
  .sfs-card {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
    margin: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .sfs-course-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1670px;
  }
  .sfs-card {
    flex: calc(25% - 32px);
    max-width: 25%;
    margin: 16px;
  }
}
/* subscription list in detail view */
.sfs-grid {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1630px;
  padding-bottom: 112px;
}
.sfs-grid h4 {
  font-weight: 500;
}
.sfs-grid .course-format-heading {
  margin-bottom: -16px;
  margin-top: 16px;
}
.docebo-content {
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
}
.sfs-row .sfs-column {
  box-sizing: border-box;
}
/* main image */
.docebo-thumbnail-container img {
  width: 101%;
  vertical-align: bottom;
}
/* add checkedlist */
.key-takeaways ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 16px;
}
.key-takeaways ul li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.key-takeaways ul li:before {
  content: "\e5ca";
  color: #074975;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.1em;
  line-height: normal;
}
.key-takeaways ul ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.key-takeaways ul li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.key-takeaways ul li:before {
  content: "\e5ca";
  color: #133552;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
/* */
.target-audience h3,
.key-takeaways h3,
.educational-points h3 {
  margin-top: 16px;
}
.target-audience span,
.key-takeaways span,
.educational-points span {
  font-weight: 300;
  font-size: 0.875em;
  display: inline-block;
  margin: 5px 7.5px 5px 0;
  position: relative;
  padding-left: 30px;
}
.target-audience span:before,
.key-takeaways span:before,
.educational-points span:before {
  content: "\e876";
  color: #133552;
  font-family: 'Material Icons';
  font-size: 24px;
  float: left;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
#course-bodytext h3,
.sfs-program-box h3 {
  padding-right: 40px!Important;
}
#course-bodytext h3:hover,
.sfs-program-box h3:hover {
  background: #d9effa;
}
/* related products */
.sfs-related-products {
  border-radius: 16px;
  background: #f3f0f1;
  padding: 32px;
}
/* break-s */
@media only screen and (max-width: 767.1px) {
  .sfs-grid {
    margin-top: -48px;
  }
  .sfs-col-md-8 {
    display: block;
    overflow: hidden;
    padding: 16px 0;
  }
  .sfs-col-md-4 {
    display: block;
    overflow: hidden;
    padding: 0 32px;
  }
  .sfs-program-boxes {
    padding: 0 32px;
  }
  .docebo-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .docebo-thumbnail-container {
    margin: 0 -32px;
  }
  .course-instructors-wrap {
    padding: 0 32px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .sfs-grid {
    margin-top: -48px;
  }
  .sfs-col-md-8 {
    display: block;
    overflow: hidden;
    padding: 16px 0;
  }
  .sfs-col-md-4 {
    display: block;
    overflow: hidden;
    padding: 0 48px;
  }
  .sfs-program-boxes {
    padding: 0 48px;
  }
  #course-bodytext {
    margin-bottom: 0;
  }
  .docebo-content {
    padding-left: 48px;
    padding-right: 48px;
  }
  .docebo-thumbnail-container {
    margin: 0 -48px;
  }
  .course-instructors-wrap {
    padding: 0 48px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .sfs-grid {
    margin-top: -16px;
  }
  .sfs-col-md-4 {
    width: 33.3%;
    float: right;
    padding: 16px 32px;
    padding-right: 48px;
  }
  .sfs-col-md-8 {
    width: 66.6%;
    float: left;
    padding: 16px 32px;
  }
  .sfs-program-boxes {
    padding: 0 48px;
  }
  #course-bodytext {
    margin-bottom: 0;
  }
  .docebo-content {
    padding-left: 48px;
    padding-right: 48px;
  }
  .docebo-thumbnail-container {
    margin: 0 -48px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }
  .course-instructors-wrap {
    padding: 0 48px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .sfs-grid {
    margin-top: -16px;
  }
  .sfs-col-md-4 {
    width: 33.3%;
    float: right;
    padding: 16px 32px;
    padding-right: 48px;
  }
  .sfs-col-md-8 {
    width: 66.6%;
    float: left;
    padding: 16px 32px;
  }
  .sfs-program-boxes {
    padding: 0 48px;
  }
  #course-bodytext {
    margin-bottom: 0;
  }
  .docebo-content {
    padding-left: 48px;
    padding-right: 48px;
  }
  .docebo-thumbnail-container {
    margin: 0 -48px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }
  .course-instructors-wrap {
    padding: 0 48px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1630px) {
  .sfs-grid {
    margin-top: -16px;
  }
  .sfs-col-md-4 {
    width: 33.3%;
    float: right;
    padding: 16px 32px;
    padding-right: 48px;
  }
  .sfs-col-md-8 {
    width: 66.6%;
    float: left;
    padding: 16px 32px;
  }
  .sfs-program-boxes {
    padding: 0 48px;
  }
  #course-bodytext {
    margin-bottom: 0;
  }
  .docebo-content {
    padding-left: 48px;
    padding-right: 48px;
  }
  .docebo-thumbnail-container {
    margin: 0 -48px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }
  .course-instructors-wrap {
    padding: 0 48px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1630px) {
  .sfs-grid {
    margin-top: -16px;
  }
  .docebo-content {
    padding: 16px;
  }
  .sfs-col-md-4 {
    width: 33.3%;
    float: right;
    padding: 16px 32px;
  }
  .sfs-col-md-8 {
    width: 66.6%;
    float: left;
    padding: 16px 32px;
    padding-right: 48px;
    padding-left: 55px;
  }
  .sfs-program-boxes {
    padding: 0;
    padding-left: 16px;
  }
  #course-bodytext {
    margin-bottom: 0;
  }
  .docebo-content {
    padding-right: 0;
    padding-top: 0;
  }
  .docebo-thumbnail-container {
    margin: 0 ;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin-left: -16px;
  }
  .course-instructors-wrap {
    padding: 0 ;
    padding-left: 16px;
  }
  .instructor-thumbnail-container {
    max-width: 40%;
  }
}
.catalog-backlink-row {
  padding: 0 48px;
}
.catalog-link-button a {
  display: inline-block;
  border-radius: 100px;
  padding: 8px 16px;
  border: 1px solid #133552;
  color: #133552;
}
@media only screen and (max-width: 1023.54px) {
  .catalog-backlink-row {
    padding-top: 32px;
    padding-left: 32px;
  }
  .catalog-backlink-row .editor-rte p {
    padding-bottom: 0;
  }
}
/* 211101 - course filter now always visible. Make less intrusive. */
#sfs-products-filter {
  display: block;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 3px solid #f9e6d9;
  border-radius: 16px;
}
#sfs-products-filter h3 {
  display: none;
}
#sfs-products-filter .sfs-filter-header {
  font-size: 1.1em;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
#sfs-products-filter .sfs-filter-group {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-top: 8px;
}
#sfs-products-filter .sfs-filter-group h5 {
  font-size: 1em;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#sfs-products-filter .sfs-filter-group .filter-item {
  display: inline-block;
  margin-right: 16px;
  float: left;
  font-size: 0.875em;
}
#sfs-products-filter .sfs-filter-group .filter-item input:hover {
  cursor: pointer;
}
#sfs-filter-toggle {
  display: none;
  /* hide the toggle button */
}
.filter-toggle {
  display: block !important;
  /* to override js toggle */
}
/* responsive adjustments of filter */
@media only screen and (max-width: 767.1px) {
  #sfs-products-filter {
    margin: 16px 32px;
    padding: 16px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #sfs-products-filter {
    margin: 16px;
    padding: 32px 32px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  #sfs-products-filter {
    margin: 16px 32px;
    padding: 32px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #sfs-products-filter {
    margin: 16px 48px;
    padding: 16px 32px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1630px) {
  #sfs-products-filter {
    margin: 16px 48px;
    padding: 32px;
  }
}
@media only screen and (min-width: 1630px) {
  #sfs-products-filter {
    margin: 16px auto;
    padding: 32px;
    max-width: 1580px;
  }
}
/* end responsive adjustments */
#course-bodytext h3 {
  background: #f3f0f1;
  font-weight: 500;
  display: block;
  overflow: hidden;
  color: #133552;
  padding: 16px;
  font-size: 1em;
  margin: 0;
  line-height: 28px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  border-radius: 16px;
}
#course-bodytext h3:after {
  content: "\e5cf";
  font-family: 'Material Icons';
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #133552;
  font-weight: 400;
}
#course-bodytext h3:hover {
  cursor: pointer;
  background: #d9effa;
}
#course-bodytext #course-bodytext-content {
  background: #f3f0f1;
  padding: 16px 32px;
  margin-top: -16px;
  padding-top: 32px;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sfs-program-boxes {
  display: block;
  overflow: hidden;
}
.sfs-program-box {
  margin-bottom: 16px;
}
.sfs-program-box h3 {
  background: #f3f0f1;
  font-weight: 500;
  display: block;
  overflow: hidden;
  color: #133552;
  padding: 16px;
  font-size: 1em;
  margin: 0;
  line-height: 28px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  border-radius: 16px;
}
.sfs-program-box h3:after {
  content: "\e5cf";
  font-family: 'Material Icons';
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #133552;
  font-weight: 400;
}
.sfs-program-box h3:hover {
  cursor: pointer;
  background: #d9effa;
}
.sfs-program-box .program-box-content {
  background: #f3f0f1;
  padding: 32px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sfs-program-box .program-box-content p {
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
}
.sfs-program-box .program-box-content ul {
  list-style: disc;
  margin-left: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
}
.sfs-program-box.active h3 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sfs-program-box.active h3:after {
  content: "\e5ce";
  font-weight: 400;
}
.course-instructors-wrap {
  display: block;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 16px;
}
.course-instructors-wrap .course-instructor-preview {
  display: block;
  overflow: hidden;
  max-width: 100%;
  box-sizing: Border-box;
  width: 100%;
  text-align: left;
  padding: 16px 0;
  margin-top: 32px;
}
.course-instructors-wrap .course-instructor-preview h4 {
  font-weight: 600;
  font-size: 1.18em;
  padding-bottom: 8px;
}
.course-instructors-wrap .instructor-thumbnail-container {
  display: inline-block;
  overflow: hidden;
  border: 4px solid #f3f0f1;
  border-radius: 400px;
  float: right;
  margin-left: 32px;
  box-sizing: border-box;
  line-height: normal;
}
.course-instructors-wrap .instructor-thumbnail-container img {
  width: 103% !important;
  max-width: 175px;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  height: auto!important;
}
.course-instructors-wrap .instructor-popup-content .instructor-more-link {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  color: #1a1a1a;
  font-weight: 500;
}
.course-instructors-wrap .instructor-popup-content .instructor-more-link:hover {
  text-decoration: none;
  color: #c33c66;
}
.sfs-cta {
  display: block;
  overflow: hidden;
  border: 3px solid #c33c66;
  background: #ffffff;
  color: #1a1a1a;
  padding-top: 8px;
  margin-bottom: 32px;
  border-radius: 16px;
}
.sfs-cta-row {
  display: block;
  overflow: hidden;
}
.sfs-cta-row span {
  float: left;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 28px;
  position: relative;
  font-size: 0.875em;
  white-space: nowrap;
}
.sfs-cta-row span:before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  color: #1a1a1a;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.sfs-cta-row h4 {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
}
.sfs-cta-row.cta-row-1 {
  /* course type */
  padding: 16px 32px;
  border-bottom: 1px dashed #f9e6d9;
}
.sfs-cta-row.cta-row-2 {
  /* dates, duration etc */
  font-size: 0.875em;
  padding: 16px 32px;
  padding-bottom: 8px;
}
.sfs-cta-row.cta-row-3 {
  /* price */
  background: #f9f8F9;
  padding: 16px 32px;
}
.sfs-cta-row.cta-row-4,
.sfs-cta-row.cta-row-5 {
  /* if subscription */
  border-top: 1px solid #f3f0f1;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  color: #1a1a1a;
}
.sfs-cta-row.cta-row-4 h5,
.sfs-cta-row.cta-row-5 h5 {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 0.875em;
  padding-bottom: 8px;
  font-weight: 300;
}
.sfs-cta-row.cta-row-4 h5 strong,
.sfs-cta-row.cta-row-5 h5 strong {
  font-weight: 500;
}
.sfs-cta-row.cta-row-4 a,
.sfs-cta-row.cta-row-5 a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0.875em;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 16px;
  color: #1a1a1a;
  border-top: 1px solid #f3f0f1;
}
.sfs-cta-row.cta-row-4 a:after,
.sfs-cta-row.cta-row-5 a:after {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 24px;
  position: absolute;
  right: -5px;
  top: 5px;
  content: '\e5cc';
  color: #1a1a1a;
}
.sfs-cta-row.cta-row-4 a:hover,
.sfs-cta-row.cta-row-5 a:hover {
  color: #c33c66;
  text-decoration: none;
}
.sfs-cta-row.cta-row-4 a:hover:after,
.sfs-cta-row.cta-row-5 a:hover:after {
  color: #c33c66;
}
.sfs-cta-row .cta-vat {
  line-height: normal;
  padding-top: 10px;
  padding-left: 0;
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 0.775em;
  white-space: normal;
}
.sfs-cta-row .cta-price {
  font-weight: 600;
  display: inline-block;
  float: left;
  padding: 8px 0;
  font-size: 1.32em;
  color: #1a1a1a;
  margin-right: 16px;
}
.sfs-cta-row .cta-seats:before {
  content: '\f233';
}
.sfs-cta-row .cta-duration:before {
  content: '\e8b5';
}
.sfs-cta-row .cta-datetime:before {
  content: '\e916';
}
.sfs-cta-row .cta-digital-text:before {
  content: '\e63a';
}
.sfs-cta-row .cta-location {
  font-weight: 500;
  font-size: 1em;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.sfs-cta-row .cta-location:before {
  content: '\e55e';
  color: #c33c66;
  left: -1px;
}
.sfs-cta-row .cta-button-enroll {
  display: inline-block;
  float: right;
  background: #c33c66;
  color: #ffffff;
  border-radius: 60px;
  padding: 8px 16px;
}
.sfs-cta-row .cta-button-enroll:hover {
  text-decoration: none;
  background: #e72a6e;
  cursor: pointer;
}
/* BPA 231018 A/B test of CTAs - kill after trial period
CTA box */
#cta-a-btest-231018 {
  display: block;
  overflow: hidden;
  padding: 32px;
  background-color: #f9f8F9;
  border-top: 2px solid #ffffff;
}
#cta-a-btest-231018 .sfs-cta-row.cta-row-1 {
  display: none;
}
#cta-a-btest-231018 h3 {
  font-size: 1.1em;
  color: #c33c66;
  font-weight: 500;
}
#cta-a-btest-231018 .sfs-column {
  display: block;
  overflow: hidden;
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 32px;
}
#cta-a-btest-231018 .sfs-column li {
  font-size: 0.875em;
  line-height: normal;
  padding-left: 24px;
  padding-bottom: 4px;
  position: relative;
}
#cta-a-btest-231018 .sfs-column li:before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  color: #1a1a1a;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  content: '\e876';
}
#cta-a-btest-231018 .cta-button-enroll {
  display: block;
  overflow: hidden;
  border: 2px solid #c33c66;
  color: #c33c66;
  text-align: center;
  padding: 4px 8px;
  border-radius: 16px;
  font-size: 0.875em;
  font-weight: 300;
}
#cta-a-btest-231018 .cta-button-enroll:hover {
  background: #074975;
  border: 2px solid #074975;
  color: #ffffff;
  text-decoration: none;
}
/* BPA 231018 A/B test of CTAs - kill after trial period
Modal */
#trialSubscriptionDialog .modal-inner {
  text-align: left;
}
#trialSubscriptionDialog h2 {
  margin-bottom: 16px;
}
#trialSubscriptionDialog h3 {
  color: #c33c66;
  font-weight: 500;
  font-size: 1.2em;
  padding-bottom: 4px;
  padding-left: 28px;
  position: relative;
}
#trialSubscriptionDialog h3:before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  color: #c33c66;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
#trialSubscriptionDialog h3#heading-today:before {
  content: '\e898';
}
#trialSubscriptionDialog h3#heading-nextweeks:before {
  content: '\e912';
}
#trialSubscriptionDialog h3#heading-week7:before {
  content: '\e7f7';
}
#trialSubscriptionDialog h3#heading-nicetoknow:before {
  content: '\f0e2';
}
#trialSubscriptionDialog h4 {
  margin-bottom: 32px;
}
#trialSubscriptionDialog .modal-order-actions {
  padding-bottom: 0;
}
#trialSubscriptionDialog .modal-order-actions a {
  font-size: 0.875em;
  font-weight: 300;
}
.course-rating-wrapper {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin: 0;
  padding: 0 16px;
}
.course-rating-wrapper span {
  display: inline-block;
  line-height: 30px;
  font-size: 0.875em;
  font-weight: 300;
  color: #666666;
}
.course-rating {
  float: left;
  margin-right: 16px;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  width: 150px;
  background-image: url('../../../img/gfx/rate-none.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.course-rating .current-rating {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  width: 100%;
  background-image: url('../../../img/gfx/rate-color.svg');
  background-size: 150px;
  background-repeat: no-repeat;
}
.course-rating .current-rating.rating-0 {
  width: 0px;
}
.course-rating .current-rating.rating-1 {
  width: 30px;
}
.course-rating .current-rating.rating-2 {
  width: 60px;
}
.course-rating .current-rating.rating-3 {
  width: 90px;
}
.course-rating .current-rating.rating-4 {
  width: 120px;
}
.course-rating .current-rating.rating-5 {
  width: 150px;
}
.course-rating-wrapper.total-0 {
  /* hide if no ratings */
  display: none;
}
@media only screen and (max-width: 767.1px) {
  .course-rating-wrapper {
    padding: 0;
  }
}
.included-products-wrapper h2 {
  margin-bottom: 32px;
}
.included-products-wrapper a {
  color: #1a1a1a;
}
.included-products-wrapper a:hover {
  text-decoration: none;
}
.included-products-wrapper a:hover h3 {
  color: #c33c66;
}
.included-products-wrapper .subscription-course-list-item {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
  border-bottom: 3px solid #f9e6d9;
  padding-bottom: 32px;
}
.included-products-wrapper .subscription-course-list-item .course-format {
  display: inline-block;
  font-size: 0.875em;
}
.included-products-wrapper .subscription-course-list-item .course-list-meta {
  display: block;
  overflow: hidden;
  color: #666666;
  margin-bottom: 8px;
}
.included-products-wrapper .subscription-course-list-item .course-list-meta span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  font-size: 0.875em;
  margin-right: 16px;
}
.included-products-wrapper .subscription-course-list-item .course-list-meta span:before {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 40;
  font-size: 22px;
  margin-right: 4px;
  float: left;
  color: #666666;
}
.included-products-wrapper .subscription-course-list-item .course-list-meta .cta-datetime:before {
  content: "\e614";
}
.included-products-wrapper .subscription-course-list-item .course-list-meta .cta-duration:before {
  content: "\e422";
}
.included-products-wrapper a {
  color: #1a1a1a;
}
.included-products-wrapper a:hover {
  text-decoration: none;
}
.included-products-wrapper a:hover h3 {
  color: #c33c66;
}
.included-products-wrapper a:hover .course-format {
  color: #1a1a1a;
}
@media only screen and (max-width: 767.1px) {
  .included-products-wrapper {
    padding: 32px;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .included-products-wrapper {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .included-products-wrapper {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .included-products-wrapper {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 1400px) {
  .included-products-wrapper {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 1630px) {
  .included-products-wrapper {
    padding: 32px 0;
  }
}
.sfs-related-products {
  display: block;
  overflow: hidden;
}
.sfs-related-products a {
  display: block;
  overflow: hidden;
  color: #1a1a1a;
  padding: 0;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  font-weight: 300;
  line-height: normal;
}
.sfs-related-products a:before {
  content: "\eb36";
  font-family: 'Material Icons';
  color: #c33c66;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 7.5px;
  font-weight: 300;
}
.sfs-related-products a:hover {
  color: #c33c66;
}
.internal-courses-banner {
  display: block;
  overflow: hidden;
  background: #efe8f5;
  color: #5e4e97;
  padding: 16px 32px 32px 32px;
  margin-bottom: 32px;
  border-radius: 4px;
}
.internal-courses-banner a {
  color: #5e4e97;
}
.internal-courses-banner a:hover {
  text-decoration: none;
}
.internal-courses-banner .btn-cta-1 {
  display: inline-block;
  transition: background-color 0.5s ease;
  font-weight: 500;
  font-size: 1em;
  border-radius: 60px;
  padding: 8px 32px;
  text-transform: none;
  background: #5e4e97;
  color: #ffffff;
}
.internal-courses-banner .btn-cta-1:hover {
  text-decoration: none;
  cursor: pointer;
}
.internal-courses-banner .btn-cta-1:hover {
  background: #c33c66;
}
.container-checkout-button {
  display: block;
  overflow: hidden;
  margin-bottom: 100px;
}
#course-order-wrapper {
  display: block;
  overflow: hidden;
  max-width: 1630px;
  margin: 0 auto;
  margin-top: -32px;
}
#course-order-wrapper .sfs-cta-row {
  display: block;
  overflow: hidden;
  padding: 16px 0;
}
#course-order-wrapper .sfs-cta-row .price-and-vat {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  margin-bottom: 16px;
}
#course-order-wrapper .sfs-cta-row .price-and-vat span {
  display: inline-block;
  float: left;
  clear: none;
  padding: 0;
}
#course-order-wrapper .sfs-cta-row .price-and-vat .cta-vat {
  bottom: 0;
  padding-bottom: 0;
  line-height: 44px;
  font-size: 1em;
}
#course-order-wrapper .infotext {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
#course-order-wrapper .order-backlink a {
  border-radius: 60px;
  font-weight: 300;
  font-size: 0.875em;
  background: #d9effa;
  display: inline-block;
  padding: 8px 16px;
}
#course-order-wrapper .order-backlink a:hover {
  color: #ffffff;
  background: #133552;
  text-decoration: none;
  cursor: pointer;
}
/* adjust order wrapper margins responsively */
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #course-order-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  #course-order-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #course-order-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1630px) {
  #course-order-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
/* order summary - above form */
.order-summary-view {
  display: block;
  overflow: hidden;
  padding: 32px;
  padding-top: 48px;
  border-bottom: 2px solid #d9effa;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.order-summary-view .container {
  margin-left: -32px;
  margin-right: -32px;
}
.order-summary-view .container .col-md-12 {
  padding-bottom: 0;
}
.order-summary-view h3 {
  display: block;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -16px;
}
.order-summary-view h4 {
  font-weight: 300;
  line-height: normal;
  display: inline;
}
.order-summary-view .order-summary-course-thumbnail {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.order-summary-view .order-summary-course-thumbnail img {
  width: 101%;
  vertical-align: bottom;
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .order-summary-view h1 {
    font-size: 2em;
  }
}
/* the form */
#main-content {
  /* participants */
  /* end participants */
  /* checkout-userinfo */
  /* end userinfo */
  /* billing */
}
#main-content form.fullform {
  max-width: 1020px;
  display: block;
  overflow: hidden;
}
#main-content form.fullform .b-clearfix {
  display: block;
  overflow: hidden;
  clear: both;
}
#main-content form.fullform .infotext {
  display: block;
  overflow: hidden;
  font-style: italic;
  padding: 8px 0;
  line-height: normal;
  margin-bottom: 8px;
}
#main-content form.fullform .explainer-text {
  display: block;
  overflow: hidden;
  font-style: italic;
  font-size: 0.875em;
  line-height: normal;
  padding-bottom: 5px;
}
#main-content form.fullform .container-checkout {
  display: block;
  overflow: hidden;
  background: #f9f8F9;
  border: 1px solid #f3f0f1;
  margin-bottom: 32px;
  padding: 16px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
#main-content form.fullform .row {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
#main-content form.fullform .row .col-md-12 {
  padding: 8px 16px;
}
#main-content form.fullform .row .col-md-6 {
  padding: 8px;
}
#main-content form.fullform .row .col-md-4 {
  padding: 8px;
}
#main-content form.fullform .row .col-md-3 {
  padding: 8px;
  overflow: hidden;
}
#main-content form.fullform .row-3-col {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
#main-content form.fullform .row-4-col {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
#main-content form.fullform h2 {
  font-weight: 500;
  font-size: 1.24em;
}
#main-content form.fullform h3 {
  font-size: 1.1em;
  margin-top: 16px;
}
#main-content form.fullform input,
#main-content form.fullform textarea {
  font-family: 'Poppins';
  font-weight: 300;
  color: #1a1a1a;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  padding: 8px 16px;
  border-radius: 4px;
}
#main-content form.fullform label {
  font-family: 'Poppins';
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  overflow: hidden;
  font-size: 0.875em;
}
#main-content form.fullform input[type='checkbox'],
#main-content form.fullform input[type='radio'] {
  width: auto;
  padding: 0;
  margin-right: 5px;
  margin-top: -5px;
  border: 0;
  border-radius: 4px;
  font-weight: 300;
}
#main-content form.fullform label.error {
  color: #c33c66;
  font-style: italic;
  font-weight: 300;
}
#main-content form.fullform label#BillingMethod-error {
  padding-left: 16px;
}
#main-content .checkout-participants {
  display: block;
  overflow: hidden;
}
#main-content .checkout-participants .participants h3 {
  font-size: 1.1em;
  margin-left: 8px;
}
#main-content .checkout-participants .participants .btn-delete {
  position: absolute;
  right: 20px;
  top: 10px;
}
#main-content .checkout-participants .participants .btn-delete i {
  color: #c33c66;
}
#main-content .checkout-participants .participants .btn-delete:hover {
  cursor: pointer;
}
#main-content .checkout-participants .participants .btn-delete:hover i {
  color: #e72a6e;
}
#main-content .checkout-participants .participants .participant-entry {
  display: block;
  overflow: hidden;
  position: relative;
  background: #f3f0f1;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 16px;
}
#main-content .checkout-participants .participants .participant-entry h3 {
  margin-top: 0;
  font-size: 1em;
}
#main-content .checkout-participants .actions {
  display: block;
  overflow: hidden;
}
#main-content .checkout-participants .actions span {
  display: inline-block;
  font-weight: 300;
}
#main-content .checkout-participants .actions .count-participants {
  padding-right: 8px;
  padding-top: 8px;
}
#main-content .checkout-participants .actions #participantCount {
  margin-left: 8px;
}
#main-content .checkout-participants .actions #addParticipant {
  background: #074975;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 32px;
  display: inline-block;
  float: right;
  border-radius: 60px;
}
#main-content .checkout-participants .actions #addParticipant:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #133552;
}
#main-content .checkout-userinfo .requested-input {
  display: block;
  overflow: hidden;
  padding: 8px;
}
#main-content .checkout-select-billing-reference {
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
}
#main-content .accept-policy {
  font-weight: 300;
}
#main-content .container-checkout-button {
  display: block;
  overflow: hidden;
  padding-bottom: 48px;
}
#main-content .container-checkout-button .btn-save {
  border: 0;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  float: right;
  padding: 8px 32px;
  border-radius: 60px;
  background: #074975;
  color: #ffffff;
  font-weight: 500;
}
#main-content .container-checkout-button .btn-save:hover {
  cursor: pointer;
  background: #133552;
  text-decoration: none;
}
/* main content */
/* adjustment for mobile */
@media only screen and (max-width: 767.1px) {
  #main-content form.fullform {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.learn-mypage-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -16px;
  max-width: 1670px;
  text-align: left;
}
.learn-mypage-wrapper h1,
.learn-mypage-wrapper .summary {
  text-align: left;
}
.learn-mypage-wrapper h2.invitation-header {
  font-size: 1.18em;
}
.mypage-myinfo {
  font-size: 0.875em;
  border: 1px solid #d9effa;
  background: #f3f0f1;
  padding-top: 20px;
  display: block;
  overflow: hidden;
}
.mypage-myinfo span {
  display: inline-block;
  float: left;
  white-space: nowrap;
  position: relative;
  padding-left: 27px;
  margin-right: 16px;
  margin-bottom: 8px;
  font-weight: 300;
}
.mypage-myinfo span:before {
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  top: 0;
}
.mypage-myinfo span.name {
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 1.1em;
}
.mypage-myinfo .name:before {
  content: "\e87c";
  font-size: 24px;
  font-weight: 300;
}
.mypage-myinfo .phone:before {
  content: "\e0cd";
  font-size: 24px;
}
.mypage-myinfo .email:before {
  content: "\e0be";
  font-size: 24px;
}
.mypage-myinfo .edit {
  font-weight: 300;
}
.mypage-myinfo .edit:before {
  content: "\e3c9";
  font-size: 24px;
  color: #074975;
}
.mypage-myinfo .logout {
  font-weight: 300;
}
.mypage-myinfo .logout:before {
  content: "\e9ba";
  font-size: 24px;
  color: #074975;
}
#main-content .container.mypage-intro {
  background: #d9effa;
}
#main-content .container.mypage-intro h3 {
  display: block;
  overflow: hidden;
  font-size: 1.18em;
  font-weight: 600;
  margin-bottom: 16px;
}
#main-content .container.mypage-optional-content {
  margin-top: -32px;
  padding-top: 0;
}
/* invitation list */
.invitationdescription {
  display: block;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 16px;
}
#invitationlist-nav {
  display: block;
  overflow: hidden;
  padding: 16px 0;
}
#invitationlist-nav button {
  border: 0;
  border-radius: 60px;
  margin-right: 16px;
  padding: 8px 16px;
  background-color: #d9effa;
  color: #133552;
  font-size: 0.875em;
}
#invitationlist-nav button.active {
  background-color: #133552;
  color: #ffffff;
}
#invitationlist-nav button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #c33c66;
}
.learn-mypage-wrapper .tab-content h3 {
  margin-top: 32px;
}
.learn-mypage-wrapper .table-scroller {
  margin: 16px auto;
}
.learn-mypage-wrapper .table-scroller table {
  width: 100%;
  border: 1px solid #f3f0f1;
}
.learn-mypage-wrapper .table-scroller p,
.learn-mypage-wrapper .table-scroller span {
  padding: 5px 0;
}
.learn-mypage-wrapper .table-scroller th,
.learn-mypage-wrapper .table-scroller td {
  padding: 8px;
  font-size: 0.775em;
  border-bottom: 1px solid #f3f0f1;
  font-weight: 300;
  line-height: normal;
}
.learn-mypage-wrapper .table-scroller th {
  font-weight: 500;
  text-align: left;
  font-size: 1em;
  color: #666666;
  background: #f3f0f1;
}
.learn-mypage-wrapper .table-scroller tr:nth-child(odd) td {
  background: #f9f8F9;
}
.learn-mypage-wrapper .table-scroller button {
  border: 0;
  background: Transparent;
}
.learn-mypage-wrapper .table-scroller button i {
  color: #666666;
}
.learn-mypage-wrapper .table-scroller button:hover {
  cursor: pointer;
}
.learn-mypage-wrapper .table-scroller button:hover i {
  color: #c33c66;
}
.FS-learn-statuspage {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 90px;
  margin-top: -16px;
}
.FS-learn-statuspage .order-status-image {
  display: block;
  overflow: hidden;
}
.FS-learn-statuspage .order-status-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* align error message to grid */
/*container for RTE */
.enroll-custom-error-message-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 1580px;
}
.enroll-custom-error-message-wrapper .gutter {
  display: block;
  overflow: hidden;
  padding: 0 32px;
}
.retrieve-link-by-code {
  display: block;
  overflow: hidden;
}
.retrieve-link-by-code label {
  font-weight: 500;
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
}
.retrieve-link-by-code input#txtCode {
  border: 1px solid #d9effa;
  padding: 0 8px;
  font-size: 1em;
  line-height: 32px;
  margin-right: 8px;
  float: left;
}
.retrieve-link-by-code input#txtCode:focus,
.retrieve-link-by-code input#txtCode:active {
  box-shadow: 0px 0px 0px #fff;
  outline: 0;
}
.retrieve-link-by-code button#btnCode {
  border: 0;
  font-weight: 500;
  background: #c33c66;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 34px;
  padding: 0 8px;
}
.retrieve-link-by-code button#btnCode:hover {
  cursor: pointer;
  background-color: #133552;
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .enroll-custom-error-message-wrapper .gutter {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .enroll-custom-error-message-wrapper .gutter {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .enroll-custom-error-message-wrapper .gutter {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .enroll-custom-error-message-wrapper {
    max-width: 1670px;
  }
  .enroll-custom-error-message-wrapper .gutter {
    padding: 0 80px;
  }
}
#enroll-page-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1580px;
}
#enroll-page-wrapper .enroll-page-gutter {
  display: block;
  overflow: hidden;
  padding: 0 32px;
}
#enroll-page-wrapper .enroll-page-gutter .enroll-confirm {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
}
#enroll-page-wrapper .enroll-page-gutter .enroll-confirm .btn-cta-1 {
  border: 0;
}
#enroll-page-wrapper .enroll-page-gutter .enroll-confirm .btn-cta-1:hover {
  cursor: pointer;
  background: #c33c66;
}
#enroll-page-wrapper .enroll-info-text {
  display: block;
  overflow: hidden;
  max-width: 900px;
}
#enroll-page-wrapper .welcome-back-box {
  background: #c33c66;
  color: white;
  border-radius: 16px;
  padding: 32px;
}
.enroll-code-used {
  /* show warning */
  margin-top: -16px;
}
.enroll-code-used .col-md-12 {
  background: #d9effa;
  border: 1px solid #c33c66;
  padding-top: 20px;
  padding-bottom: 20px;
}
.enroll-code-used .col-md-12 h3 {
  padding-left: 30px;
}
.enroll-code-used .col-md-12 i {
  color: #c33c66;
  float: left;
  margin-top: 3px;
  margin-left: -30px;
}
.enroll-code-used .col-md-12 a {
  font-weight: 500;
  color: #c33c66;
}
@media only screen and (max-width: 767.1px) {
  .enroll-code-used .col-md-12 {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
  }
  .enroll-code-used .col-md-12 h3 {
    font-size: 1.2em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  #enroll-page-wrapper .enroll-page-gutter {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  #enroll-page-wrapper .enroll-page-gutter {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  #enroll-page-wrapper .enroll-page-gutter {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #enroll-page-wrapper {
    max-width: 1670px;
  }
  #enroll-page-wrapper .enroll-page-gutter {
    padding: 0 80px;
  }
}
form.enrollcourseform .btn-cta-1 {
  border: 0;
}
form.enrollcourseform .btn-cta-1:hover {
  cursor: pointer;
}
.enroll-row.enroll-course-info .container {
  background: #f3f0f1;
}
.enroll-thumbnail {
  display: block;
  overflow: hidden;
}
.enroll-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.enroll-info-icons span,
.enroll-info-icons h5 {
  display: inline-block;
  float: left;
  margin: 5px 15px 5px 0;
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
}
.enroll-info-icons span i.material-icons,
.enroll-info-icons h5 i.material-icons {
  font-size: 24px;
  float: left;
  color: #666666;
  margin-right: 3px;
}
/* */
.food-preferences-dialog {
  display: block;
  overflow: hidden;
}
.food-preferences-dialog label {
  display: block;
  overflow: hidden;
  font-weight: 500;
  padding-bottom: 5px;
  margin-top: 16px;
}
.food-preferences-dialog textarea {
  border: 1px solid #d9effa;
  width: 100%;
  max-width: 700px;
  min-height: 100px;
  box-sizing: border-box;
}
/* 221205 fix aktiver læring button */
.enroll-container .btn-cta-1 {
  background: #c33c66;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
}
.enroll-container .btn-cta-1:hover {
  background: #133552;
  color: #fff;
  cursor: pointer;
}
/* learn popup */
#enrollDialog .modal-inner h4 {
  font-weight: 600;
  padding-bottom: 8px;
}
/* buttons */
.modal-order-actions {
  display: block;
  overflow: hidden;
  text-align: center;
}
.modal-order-actions a {
  display: inline-block;
  padding: 8px 32px;
  font-weight: 300;
  margin: 5px 8px;
}
.modal-order-actions a:first-child {
  background: #d9effa;
  color: #133552;
}
.modal-order-actions a:last-child {
  background: #f9e6d9;
  color: #c33c66;
  border-radius: 60px;
}
.modal-order-actions a:hover {
  background: #133552;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767.1px) {
  .modal-order-actions {
    padding-bottom: 16px;
  }
  .modal-order-actions a {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
  }
}
/* end course catalog */
/* support site */
a:hover {
  text-decoration: underline;
}
.links-and-status .editor-rte {
  padding-bottom: 32px;
}
/* custom style for login banner */
.login-banner {
  background: #d9effa;
  padding: 16px;
}
.login-banner h3 {
  font-weight: 600;
}
.login-banner p {
  display: block;
  overflow: hidden;
}
.login-banner .button-accent-2 {
  margin-top: 16px;
  display: inline-block;
  margin-bottom: 0;
}
.login-banner .button-accent-2 a {
  padding: 8px 16px;
  font-weight: 300;
  font-size: 0.875em;
}
.login-banner .button-accent-2 a:before {
  content: "\e897";
  font-family: 'Material icons';
  font-size: 24px;
  color: #ffffff;
  float: left;
  margin-right: 8px;
}
@media only screen and (max-width: 767.1px) {
  .login-banner {
    margin: 0 32px;
    padding: 16px 0;
  }
}
.macro-statusmessages {
  display: block;
  overflow: hidden;
}
.macro-statusmessages .status-short {
  display: block;
  overflow: hidden;
  padding: 32px;
  padding-top: 0;
  margin-bottom: 8px;
}
.macro-statusmessages .status-short h4 {
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
.macro-statusmessages .status-short .status-date {
  display: block;
  overflow: hidden;
  font-size: 0.775em;
  padding: 8px 0;
  color: #666666;
}
.macro-statusmessages .status-short .status-body {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.6em;
}
.macro-statusmessages .status-short ol {
  list-style: decimal;
  margin-left: 16px;
}
.macro-statusmessages .status-short.important {
  background: #f3f0f1;
}
.macro-statusmessages .status-short.important h4 {
  color: #c33c66;
  padding-left: 35px;
  overflow: visible;
  padding-top: 7.5px;
}
.macro-statusmessages .status-short.important h4:before {
  width: 40px;
  height: 40px;
  content: " ";
  background-image: url('../../../img/gfx/exclaim.svg');
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -15px;
  top: 0;
}
.macro-statusmessages .status-short.important .status-date {
  padding-top: 16px;
}
@media only screen and (min-width: 1023.54px) {
  .macro-statusmessages {
    margin-left: -32px;
    margin-right: -32px;
  }
}
/* message if no statuses */
.status-empty {
  display: block;
  overflow: hidden;
  padding-left: 32px;
  font-style: italic;
  line-height: 48px;
  color: #666666;
}
.status-empty:before {
  content: "\e9d2";
  font-family: 'Material Icons';
  font-size: 48px;
  color: #d9effa;
  float: left;
  margin-right: 8px;
  font-style: normal;
}
/* detail view */
.statusmessages-listpage {
  background: #ffffff;
  padding: 32px 0;
  padding-top: 0;
  margin-top: -64px;
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
}
.status-resolved {
  display: inline-block;
  font-weight: 500;
}
.status-resolved:before {
  content: "\e9d2";
  font-family: 'Material Icons';
  font-size: 28px;
  color: #d9effa;
  float: left;
  margin-right: 5px;
  font-style: normal;
}
@media only screen and (max-width: 767.1px) {
  .statusmessages-listpage {
    padding-top: 0;
  }
}
@media only screen and (min-width: 767.1px) and (max-width: 1280px) {
  .statusmessages-listpage {
    padding: 32px 16px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .statusmessages-listpage {
    padding: 32px 48px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .statusmessages-listpage {
    padding: 32px 48px;
    padding-top: 0;
  }
}
.releasenotes-listpage .filters {
  margin: 0 32px;
}
.release-note {
  display: block;
  overflow: hidden;
  margin: 32px;
  border-top: 5px solid #d9effa;
  padding: 32px 0;
}
.release-note h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.release-note .release-note-meta {
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
  font-size: 0.875em;
}
.release-note .release-note-meta span {
  display: block;
  overflow: hidden;
}
.release-note .release-note-meta .release-permalink a {
  display: inline-block;
  font-size: 0.875em;
  background: #d9effa;
  margin-top: 10px;
  line-height: 30px;
  position: relative;
  padding-left: 35px;
  padding-right: 16px;
  border-radius: 5px;
}
.release-note .release-note-meta .release-permalink a:after {
  content: "\e157";
  font-family: 'Material Icons';
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  color: #074975;
  margin-left: 8px;
}
.release-note .release-note-meta .release-permalink a:hover {
  text-decoration: none;
  background: #133552;
  color: #d9effa;
  cursor: pointer;
}
.release-note .release-note-meta .release-permalink a:hover:after {
  color: #ffffff;
}
.release-note .release-note-meta label {
  font-weight: 600;
  margin-right: 8px;
}
.release-note .release-note-body {
  display: block;
  overflow: hidden;
}
/* permalink view */
.release-note.note-detail {
  border: 0;
  padding-top: 0;
  margin-top: 0;
  margin: 0;
  padding: 0;
}
.pagination {
  display: block;
  overflow: hidden;
  margin: 32px 0;
}
.pagination ul {
  display: block;
  overflow: hidden;
}
.pagination ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 0.875em;
}
.pagination ul li a {
  line-height: 44px;
  text-align: center;
}
.pagination ul li.active a {
  color: #666666;
  pointer-events: none;
}
.pagination ul li.pagelink a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: #d9effa;
  border-radius: 50%;
  font-weight: 600;
}
.pagination ul li.pagelink a:hover {
  text-decoration: none;
  background: #133552;
  color: #d9effa;
}
@media only screen and (max-width: 767.1px) {
  .releasenotes-listpage .filters {
    margin: 0 16px;
  }
  .release-note {
    padding: 16px 0;
    margin: 16px;
  }
}
.EmbeddedApplication .sf-form {
  display: block;
  overflow: hidden;
  max-width: 700px;
}
.EmbeddedApplication .sf-form label {
  display: block;
  overflow: hidden;
  font-weight: 300;
  font-size: 0.875em;
}
.EmbeddedApplication .sf-form input[type='text'],
.EmbeddedApplication .sf-form input[type='email'],
.EmbeddedApplication .sf-form textarea {
  display: block;
  overflow: hidden;
  border: 1px solid #d9effa;
  padding: 5px 8px;
  font-size: 1em;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
.EmbeddedApplication .sf-form input[type='text']:focus,
.EmbeddedApplication .sf-form input[type='email']:focus,
.EmbeddedApplication .sf-form textarea:focus,
.EmbeddedApplication .sf-form input[type='text']:active,
.EmbeddedApplication .sf-form input[type='email']:active,
.EmbeddedApplication .sf-form textarea:active {
  outline: none;
  border-color: #074975;
}
.EmbeddedApplication .sf-form textarea {
  min-height: 100px;
}
.EmbeddedApplication .sf-form input[type='submit'] {
  margin-top: 16px;
  border: 0;
  font-family: 'Poppins';
  line-height: 35px;
  padding: 0 16px;
  background: #133552;
  color: #ffffff;
}
.EmbeddedApplication .sf-form input[type='submit']:hover {
  cursor: pointer;
  background: #c33c66;
}
.statusmessages-listpage .filters {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 30px;
}
.statusmessages-listpage .filters .filter {
  background: #f9e6d9;
  display: inline-block;
  text-align: center;
  padding: 8px 32px;
  font-size: 0.875em;
  line-height: normal;
  margin: 5px 5px 5px 0;
}
.statusmessages-listpage .filters .filter:hover {
  cursor: pointer;
  background: #f3f0f1;
  color: #c33c66;
}
.statusmessages-listpage .filters .filter.active {
  background: #133552;
  color: #ffffff;
}
.statusmessages-listpage {
  /*  Needed for filters */
}
.statusmessages-listpage .hide {
  /* You can play with the seconds to change the "animation" */
  animation: hide 0.5s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none;
}
.statusmessages-listpage .show {
  /* You can play with the seconds to change the "animation" */
  animation: show 0.5s ease 0s 1 normal forwards;
  transform-origin: center;
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
.releasenotes-listpage .filters .filter {
  background: #d9effa;
  display: inline-block;
  text-align: center;
  padding: 8px 32px;
  font-size: 0.875em;
  line-height: normal;
  margin: 5px 5px 5px 0;
}
.releasenotes-listpage .filters .filter:hover {
  cursor: pointer;
  background: #f3f0f1;
  color: #c33c66;
}
.releasenotes-listpage .filters .filter.active {
  background: #133552;
  color: #ffffff;
}
.releasenotes-listpage {
  /*  Needed for filters */
}
.releasenotes-listpage .hide {
  /* You can play with the seconds to change the "animation" */
  animation: hide 0.5s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none;
}
.releasenotes-listpage .show {
  /* You can play with the seconds to change the "animation" */
  animation: show 0.5s ease 0s 1 normal forwards;
  transform-origin: center;
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
.banner-drilldown .container {
  padding: 0;
}
.banner-drilldown .row {
  padding-left: 48px;
  padding-right: 48px;
}
.banner-drilldown .row .col-md-3 {
  padding: 0;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget {
  border: 1px solid #ccc;
  border-radius: 16px;
  margin: 16px;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget h3 {
  font-size: 1em;
  padding-bottom: 8px;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget .banner-summary {
  font-size: 0.875em;
  line-height: normal;
  font-style: italic;
  color: #666666;
  padding: 0 16px;
  margin-bottom: 8px;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget.accent-2 {
  background: #c33c66;
  border-color: #c33c66;
  color: #ffffff;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget.accent-2 .material-icons {
  color: #ffffff;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget.accent-2 .banner-summary {
  color: #ffffff;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget.accent-2:hover {
  border-color: #e72a6e;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget.accent-2:hover h3 {
  color: #ffffff;
}
.banner-drilldown .row .col-md-3 .icon-banner-widget:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  border-color: #ffffff;
}
@media only screen and (max-width: 1023.54px) {
  .banner-drilldown .container {
    margin-top: -16px;
  }
  .banner-drilldown .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner-drilldown .row .col-md-3 {
    margin: 16px;
  }
  .banner-drilldown .row .col-md-3 .icon-banner-widget {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 1023.54px) {
  .banner-drilldown .row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .banner-drilldown .row .col-md-3 {
    display: flex;
  }
  .banner-drilldown .row .col-md-3 div:first-child {
    width: 100%;
    margin: 16px;
  }
  .banner-drilldown .row .col-md-3 .icon-banner-widget {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
  }
}
/* customer care custom */
@media only screen and (max-width: 1023.54px) {
  .cc-outline-3-col .row .col-md-4 {
    border: 2px solid #ccc;
    border-radius: 8px;
    margin: 0 16px 16px 16px;
  }
}
@media only screen and (min-width: 1023.54px) {
  .cc-outline-3-col .row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .cc-outline-3-col .row .col-md-4 {
    display: flex;
  }
  .cc-outline-3-col .row .col-md-4 div:nth-child(1) {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 8px 16px;
  }
  .cc-outline-3-col .row .col-md-4 div:nth-child(1) div.editor-rte {
    border: 0;
  }
}
.standard-form-wrapper {
  display: flex;
  flex-direction: column;
}
.standard-form-wrapper h2 {
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 2.5rem;
}
.standard-form-wrapper fieldset {
  padding: 24px;
  max-width: 600px;
}
.standard-form-wrapper div {
  display: flex;
  flex-direction: column;
}
.standard-form-wrapper div input,
.standard-form-wrapper div select {
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 40px;
  margin-bottom: 30px;
}
.standard-form-wrapper div select,
.standard-form-wrapper div option {
  font-size: 1.1rem;
}
.standard-form-wrapper div textarea {
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.standard-form-wrapper button {
  padding: 12px 36px;
  font-size: 1.1rem;
  background: #074975;
  border: none;
  border-radius: 20px;
  color: white;
  height: 50px;
  width: 150px;
}
/* end support */
/* open content */
.open-content-wrapper {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1630px;
  margin-bottom: 32px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 767.1px) and (max-width: 1023.54px) {
  .open-content-wrapper {
    padding: 16px;
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 1023.54px) and (max-width: 1280px) {
  .open-content-wrapper {
    padding: 16px 32px;
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .open-content-wrapper {
    padding: 16px 48px;
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 1400px) {
  .open-content-wrapper {
    padding: 16px 48px;
    padding-bottom: 96px;
  }
}
.contentlist-open-content .open-content-item {
  position: relative;
}
.contentlist-open-content .open-content-item .read_more {
  position: absolute;
  left: 32px;
  bottom: 32px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 24px;
  display: inline-block;
  padding-left: 20px;
}
.contentlist-open-content .open-content-item .read_more:before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #c33c66;
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: 300;
}
.contentlist-open-content .open-content-item:hover .read_more {
  color: #c33c66;
}
@media only screen and (max-width: 767.1px) {
  .contentlist-open-content .open-content-item .short-summary {
    margin-bottom: 32px;
  }
}
.open-content-detail {
  display: block;
  overflow: hidden;
}
.open-content-detail .download-intro h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}
.open-content-detail .row {
  display: block;
  overflow: hidden;
}
.open-content-detail .editor-rte {
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 16px;
}
.open-content-detail .editor-rte li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.open-content-detail .editor-rte li:before {
  content: "\e5ca";
  color: #074975;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.1em;
  line-height: normal;
}
.open-content-detail .editor-rte ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.open-content-detail .editor-rte li {
  line-height: normal;
  margin-bottom: 7.5px;
  list-style: none;
  padding-left: 30px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}
.open-content-detail .editor-rte li:before {
  content: "\e5ca";
  color: #133552;
  font-family: 'Material Icons';
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
.open-content-detail .image-container {
  display: block;
  overflow: hidden;
}
.open-content-detail .image-container img {
  width: 100%;
  vertical-align: bottom;
}
.open-content-detail .unknown-user-actions {
  padding: 32px 16px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.open-content-detail .known-user-cta {
  display: block;
  overflow: hidden;
  padding: 8px 16px;
  text-align: center;
}
.open-content-detail .known-user-cta .approved-download-links {
  display: block;
  overflow: hidden;
}
.open-content-detail .known-user-cta .approved-download-links .approval-wrapper {
  border: 2px solid #c33c66;
  padding: 16px 0;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  background: #f3f0f1;
  display: block;
  overflow: hidden;
}
.open-content-detail .known-user-cta .approved-download-links .approval-wrapper a {
  font-weight: 300;
}
.open-content-detail .known-user-cta .approved-download-links .approval-wrapper .chk-policy {
  margin-right: 10px;
}
.open-content-detail .known-user-cta #approveConditions.user-not-approved-download {
  background: #c4c4c4;
  color: #666666;
  border: 0;
  border-radius: 60px;
  font-weight: 300;
  padding: 8px 16px;
}
.open-content-detail .known-user-cta #approveConditions.user-not-approved-download:hover {
  pointer-events: none;
}
.open-content-detail .known-user-cta #approveConditions.user-not-approved-download.btn-approved {
  background: #d9effa;
  color: #133552;
  border-radius: 60px;
}
.open-content-detail .known-user-cta #approveConditions.user-not-approved-download.btn-approved:hover {
  cursor: pointer!important;
  pointer-events: all;
  background: #133552;
  color: #ffffff;
}
.downloadinformation {
  display: block;
  overflow: hidden;
  padding: 16px;
}
/* videos */
#videoPlayerPreview {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000;
  margin-left: -32px;
  margin-right: -32px;
}
#videoPlayerPreview img {
  position: relative;
  z-index: 0;
  opacity: 0.55;
}
#videoPlayerPreview .play-trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  text-align: center;
  font-size: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  background: #c33c66;
  color: #ffffff;
}
#videoPlayerPreview .play-trigger:hover {
  background: #e72a6e;
  cursor: pointer;
}
/* end open */
/* blocklist */
/* rte general */
.fullwidth-image {
  display: block;
  overflow: hidden;
  margin: 16px auto;
  text-align: center;
}
.fullwidth-image img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: auto;
  vertical-align: bottom;
}
.umb-block-list .blocklist-bodytext {
  display: block;
  overflow: hidden;
}
.umb-block-list .blocklist-bodytext p {
  margin-bottom: 16px;
  padding: 0;
}
.umb-block-list .blocklist-bodytext h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0;
  line-height: normal;
  font-weight: 600;
}
.umb-block-list .blocklist-bodytext h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0;
  line-height: normal;
  font-weight: 600;
  font-size: 1.48em;
}
.umb-block-list .blocklist-bodytext ul,
.umb-block-list .blocklist-bodytext ol {
  margin-bottom: 32px;
}
.umb-block-list .blocklist-bodytext .highlight1 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.umb-block-list .blocklist-bodytext .highlight1 a {
  color: #0066a5;
  font-weight: 500;
}
.blocklist-quote {
  display: block;
  overflow: hidden;
  margin: 32px 0;
}
.blocklist-quote .quote-text {
  font-weight: 600;
  font-style: italic;
  font-size: 1.48em;
  line-height: normal;
  color: #1a1a1a;
  border-bottom: 1px solid #c33c66;
  padding-left: 48px;
  margin-right: 32px;
  padding-bottom: 32px;
}
.blocklist-quote .quote-quotee {
  display: block;
  overflow: hidden;
  color: #666666;
  font-size: 0.875em;
  line-height: normal;
  padding-top: 16px;
  padding-left: 48px;
}
.blocklist-picture-grid {
  display: block;
  overflow: hidden;
  margin: 16px auto;
  background-color: #f3f0f1;
}
.blocklist-picture-grid .grid-section {
  padding: 0 16px;
  box-sizing: border-box;
}
.blocklist-picture-grid .image-container p.caption {
  font-size: 0.875em;
  font-weight: 300;
}
.blocklist-picture-grid .umb-grid {
  padding: 0;
}
.blocklist-picture-grid .umb-grid .container {
  padding: 0;
}
.blocklist-picture-grid .umb-grid .row {
  padding: 0;
}
.blocklist-picture-grid .umb-grid .row .column {
  padding: 16px;
}
@media only screen and (max-width: 767.1px) {
  .blogpost-wrapper .blocklist-picture-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 767.1px) {
  .blocklist-picture-grid {
    border-radius: 16px;
  }
}
/* need to reset s-widget styling */
.blocklist-blockWidget {
  display: block;
  overflow: hidden;
  max-width: 900px;
  margin: 16px auto;
}
.blocklist-blockWidget .s-widget-wrapper {
  box-shadow: none;
}
.blocklist-blockWidget .s-widget-wrapper .widget-content {
  padding: 0;
}
.blogpost-wrapper .row .blocklist-embedVideo {
  display: block;
  overflow: hidden;
  max-width: 900px;
  margin: 16px auto;
}
.blogpost-wrapper .row .blocklist-embedVideo .col-md-12 {
  padding: 0;
}
.blogpost-wrapper .row .blocklist-embedVideo .umb-grid {
  padding-bottom: 0;
}
.blocklist-rawhtml {
  display: block;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
/* 220224 - blog launch */
.umb-block-list .hbspt-form {
  margin-top: 15px;
  background: #EBF4F7;
  padding: 15px 30px 30px 30px;
}
.umb-block-list .hbspt-form label {
  font-weight: 400;
  font-size: 0.875em;
  display: block;
  margin-top: 10px;
}
.umb-block-list .hbspt-form label.hs-error-msg {
  line-height: normal;
  color: red;
}
.umb-block-list .hbspt-form fieldset {
  max-width: 100%;
}
.umb-block-list .hbspt-form .hs-input {
  border: 1px solid #6eb5bc;
  padding: 7.5px;
  box-sizing: border-box;
  width: 100%;
}
.umb-block-list .hbspt-form .actions {
  padding-top: 30px;
  text-align: center;
}
.umb-block-list .hbspt-form .hs-button {
  border: 0;
  padding: 7.5px 15px;
}
.umb-block-list .hbspt-form .hs-button.primary {
  background: #11bbbb;
  color: #fff;
}
.umb-block-list .hbspt-form .hs-button:hover {
  cursor: pointer;
  background-color: #133552;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #main-content .umb-block-list .hbspt-form .hs-form-field {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  #main-content .umb-block-list .hbspt-form .hs-form-field input {
    width: 100%;
    box-sizing: border-box;
  }
  #main-content .umb-block-list .hbspt-form .hs-form-field .input {
    margin-right: 0;
  }
}
/* custom pages merged */
/* stylesheet for HRM tiers widget 
   custom class added to widget as container: .HRM-tiers-2201
*/
/* the tiers detail page */
/* Tiers comparison table - using row class .tiers-overview-table */
.hrm-tiers-table .toggle-card {
  max-width: 875px;
}
.tiers-overview-table .editor-rte table h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
}
.tiers-overview-table .editor-rte table h4:after {
  content: "\23AF\23AF";
  color: #c33c66;
  font-size: 40px;
  line-height: 1em;
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: -15px;
  margin-left: -4px;
}
.tiers-overview-table .editor-rte table h6 {
  font-size: 0.775em;
  font-style: italic;
}
.tiers-overview-table .editor-rte table td {
  padding: 5px 20px;
}
.tiers-overview-table .editor-rte table th {
  padding: 15px 20px;
  border: 1px solid #fff;
}
.tiers-overview-table .editor-rte table tr td {
  text-align: center;
  background-color: #EBF4F7;
  border: 1px solid #fff;
  color: #074975;
  min-width: 175px;
}
.tiers-overview-table .editor-rte table tr td .material-icons {
  color: #074975;
  font-weight: bold;
}
.tiers-overview-table .editor-rte table tr td:first-child {
  text-align: right;
  font-size: 0.875em;
  background-color: #fff;
  white-space: nowrap;
  color: #1a1a1a;
  padding-right: 20px;
}
/* combo for table with FAQ editor to show "tooltips" */
.hrm-tiers-table .col-md-12 {
  overflow-x: auto;
}
.hrm-tiers-table table {
  /*min-width:800px;*/
  width: 690px;
  border-collapse: collapse;
  table-layout: fixed;
}
.hrm-tiers-table table td,
.hrm-tiers-table table th {
  border: 1px solid #fff;
  width: 180px;
  text-align: center;
  padding: 5px 15px;
  padding-top: 7.5px;
  line-height: normal;
  font-size: 0.825em;
}
.hrm-tiers-table table td:first-child,
.hrm-tiers-table table th:first-child {
  width: 210px;
  text-align: right;
}
.hrm-tiers-table table td .material-icons,
.hrm-tiers-table table th .material-icons {
  color: #074975;
  font-weight: bold;
}
.hrm-tiers-table h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}
.hrm-tiers-table h6 {
  font-size: 0.875em;
  font-style: italic;
}
.hrm-tiers-table table td {
  background: #ecf7fd;
}
/*@import "Custom pages/220928-brandcampaign-article"; */
/* custom 2022 */
/* beige background */
#main-content .background-beige {
  display: block;
  overflow: hidden;
  background: #f9e6d9;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-beige h1,
#main-content .background-beige h2 {
  /*color:@secondary-pink;*/
}
#main-content .background-beige .editor-rte a {
  color: #c33c66;
}
#main-content .background-beige .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-beige .editor-rte .bulletlink a:hover {
  color: #c33c66;
  text-decoration: none;
}
#main-content .background-beige .editor-rte .ingress,
#main-content .background-beige .editor-rte .summary {
  color: #765a44;
}
#main-content .background-beige .button-basic a {
  border-color: #c33c66;
  color: #c33c66;
}
#main-content .background-beige .button-basic a:hover {
  color: #ffffff;
  border-color: #e72a6e;
  background-color: #e72a6e;
}
#main-content .background-beige .button-primary a {
  color: #ffffff;
}
#main-content .background-beige .button-primary a:hover {
  color: #ffffff;
}
#main-content .background-beige .button-accent-1 a {
  color: #ffffff;
}
#main-content .background-beige .button-accent-1 a:hover {
  color: #ffffff;
}
#main-content .background-beige.checkedlist li:before {
  color: #c33c66;
}
#main-content .background-beige i.material-icons {
  color: #c33c66;
}
#main-content .background-beige .itas-quote {
  color: #765a44;
}
#main-content .background-beige .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@secondary-pink;
        &:hover{
            color:@signal-pink;
        }
    }*/
}
#main-content .background-beige .macro-form input[type="text"],
#main-content .background-beige .macro-form textarea,
#main-content .background-beige .macro-form select {
  border: 0;
}
#main-content .background-beige .macro-form #ctabutton3 {
  background: #c33c66;
  border: 0;
}
#main-content .background-beige .macro-form #ctabutton3:hover {
  background: #e72a6e;
}
#main-content .background-beige .pagination a {
  border: 1px solid #c33c66;
  background: transparent;
  color: #c33c66;
}
#main-content .background-beige .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-beige .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #f9e6d9;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-beige {
  padding: 32px;
  border-radius: 16px;
}
/* pink background */
#main-content .background-pink {
  display: block;
  overflow: hidden;
  background: #f8e8e8;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-pink h1,
#main-content .background-pink h2 {
  /*color:@secondary-pink;*/
}
#main-content .background-pink .editor-rte a {
  color: #c33c66;
}
#main-content .background-pink .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-pink .editor-rte .bulletlink a:hover {
  color: #c33c66;
  text-decoration: none;
}
#main-content .background-pink .button-basic a {
  border-color: #c33c66;
  color: #c33c66;
}
#main-content .background-pink .button-basic a:hover {
  color: #ffffff;
  border-color: #e72a6e;
  background-color: #e72a6e;
}
#main-content .background-pink .button-primary a {
  background-color: #c33c66;
  border-color: #c33c66;
  color: #ffffff;
}
#main-content .background-pink .button-primary a:hover {
  color: #ffffff;
  background: #e72a6e;
  border-color: #e72a6e;
}
#main-content .background-pink .button-accent-1 a {
  color: #ffffff;
  background: #5e4e97;
  border-color: #5e4e97;
}
#main-content .background-pink .button-accent-1 a:hover {
  background: #9b83bc;
  border-color: #9b83bc;
  color: #ffffff;
}
#main-content .background-pink.checkedlist li:before {
  color: #5e4e97;
}
#main-content .background-pink i.material-icons {
  color: #c33c66;
}
#main-content .background-pink .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@secondary-pink;
        &:hover{
            color:@signal-pink;
        }
    }
    */
}
#main-content .background-pink .macro-form input[type="text"],
#main-content .background-pink .macro-form textarea,
#main-content .background-pink .macro-form select {
  border: 0;
}
#main-content .background-pink .macro-form #ctabutton3 {
  background: #c33c66;
  border: 0;
}
#main-content .background-pink .macro-form #ctabutton3:hover {
  background: #e72a6e;
}
#main-content .background-pink .pagination a {
  border: 1px solid #c33c66;
  background: transparent;
  color: #c33c66;
}
#main-content .background-pink .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-pink .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #f9e6d9;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
.column.background-pink {
  padding: 32px;
  border-radius: 16px;
}
/* purple background */
#main-content .background-purple {
  display: block;
  overflow: hidden;
  background: #efe8f5;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-purple h1,
#main-content .background-purple h2 {
  /*color:@secondary-purple;*/
}
#main-content .background-purple .editor-rte a {
  color: #5e4e97;
}
#main-content .background-purple .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-purple .editor-rte .bulletlink a:hover {
  color: #c33c66;
  text-decoration: none;
}
#main-content .background-purple .button-basic a {
  border-color: #5e4e97;
  color: #5e4e97;
}
#main-content .background-purple .button-basic a:hover {
  color: #ffffff;
  border-color: #9b83bc;
  background-color: #9b83bc;
}
#main-content .background-purple .button-primary a {
  background-color: #5e4e97;
  border-color: #5e4e97;
  color: #ffffff;
}
#main-content .background-purple .button-primary a:hover {
  color: #ffffff;
  background: #9b83bc;
  border-color: #9b83bc;
}
#main-content .background-purple .button-accent-1 a {
  color: #ffffff;
  background: #9b83bc;
  border-color: #9b83bc;
}
#main-content .background-purple .button-accent-1 a:hover {
  background: #133552;
  border-color: #133552;
  color: #ffffff;
}
#main-content .background-purple.checkedlist li:before {
  color: #5e4e97;
}
#main-content .background-purple i.material-icons {
  color: #5e4e97;
}
#main-content .background-purple .itas-quote {
  color: #5e4e97;
}
#main-content .background-purple .contentlist-item {
  background: #ffffff;
  /*
    h3 {
        color:@secondary-purple;
        &:hover{
            color:@secondary-light-purple;
        }
    }
    */
}
#main-content .background-purple .macro-form input[type="text"],
#main-content .background-purple .macro-form textarea,
#main-content .background-purple .macro-form select {
  border: 0;
}
#main-content .background-purple .macro-form #ctabutton3 {
  background: #5e4e97;
  border: 0;
}
#main-content .background-purple .macro-form #ctabutton3:hover {
  background: #9b83bc;
}
#main-content .background-purple .pagination a {
  border: 1px solid #5e4e97;
  background: transparent;
  color: #5e4e97;
}
#main-content .background-purple .pagination a:hover {
  background: #9b83bc;
  border-color: #9b83bc;
  color: #ffffff;
}
#main-content .background-purple .pagination a.menuItemCurrent {
  background: #5e4e97;
  color: #ffffff;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-purple {
  padding: 32px;
  border-radius: 16px;
}
/* light blue background */
#main-content .background-lightblue {
  display: block;
  overflow: hidden;
  background: #d9effa;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-lightblue h1,
#main-content .background-lightblue h2 {
  /*color:@primary-dark-blue;*/
}
#main-content .background-lightblue .editor-rte a {
  color: #0066a5;
}
#main-content .background-lightblue .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-lightblue .editor-rte .bulletlink a:hover {
  color: #0066a5;
  text-decoration: none;
}
#main-content .background-lightblue .editor-rte .ingress,
#main-content .background-lightblue .editor-rte .summary {
  color: #133552;
}
#main-content .background-lightblue .button-basic a {
  border-color: #133552;
  color: #133552;
}
#main-content .background-lightblue .button-basic a:hover {
  color: #ffffff;
}
#main-content .background-lightblue .button-primary a {
  color: #ffffff;
}
#main-content .background-lightblue .button-primary a:hover {
  color: #ffffff;
}
#main-content .background-lightblue .button-accent-1 a {
  color: #ffffff;
}
#main-content .background-lightblue .button-accent-1 a:hover {
  color: #ffffff;
}
#main-content .background-lightblue.checkedlist li:before {
  color: #133552;
}
#main-content .background-lightblue i.material-icons {
  color: #c33c66;
}
#main-content .background-lightblue .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@primary-dark-blue;

    }
    &:hover h3{
        color:@secondary-pink;
    }
    */
}
#main-content .background-lightblue .macro-form input[type="text"],
#main-content .background-lightblue .macro-form textarea,
#main-content .background-lightblue .macro-form select {
  border: 0;
}
#main-content .background-lightblue .macro-form #ctabutton3 {
  background: #c33c66;
  border: 0;
}
#main-content .background-lightblue .macro-form #ctabutton3:hover {
  background: #133552;
}
#main-content .background-lightblue .pagination a {
  border: 1px solid #133552;
  background: transparent;
  color: #133552;
}
#main-content .background-lightblue .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-lightblue .pagination a.menuItemCurrent {
  background: #133552;
  color: #ffffff;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-lightblue {
  padding: 32px;
  border-radius: 16px;
}
/* beige background */
#main-content .background-gray {
  display: block;
  overflow: hidden;
  background: #f3f0f1;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-gray h1,
#main-content .background-gray h2 {
  /*color:@primary-dark-blue*/
}
#main-content .background-gray .editor-rte a {
  color: #0066a5;
}
#main-content .background-gray .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-gray .editor-rte .bulletlink a:hover {
  color: #c33c66;
  text-decoration: none;
}
#main-content .background-gray .button-basic a {
  border-color: #133552;
  color: #133552;
}
#main-content .background-gray .button-basic a:hover {
  color: #ffffff;
}
#main-content .background-gray .button-primary a {
  color: #ffffff;
}
#main-content .background-gray .button-primary a:hover {
  color: #ffffff;
}
#main-content .background-gray .button-accent-1 a {
  color: #ffffff;
}
#main-content .background-gray .button-accent-1 a:hover {
  color: #ffffff;
}
#main-content .background-gray.checkedlist li:before {
  color: #074975;
}
#main-content .background-gray i.material-icons {
  color: #074975;
}
#main-content .background-gray .contentlist-item {
  background: #ffffff;
  /*
    h3 {
        color:@primary-blue;
        &:hover{
            color:@secondary-pink;
        }
    }
    */
}
#main-content .background-gray .macro-form input[type="text"],
#main-content .background-gray .macro-form textarea,
#main-content .background-gray .macro-form select {
  border: 0;
}
#main-content .background-gray .macro-form #ctabutton3 {
  background: #133552;
  border: 0;
}
#main-content .background-gray .macro-form #ctabutton3:hover {
  background: #074975;
}
#main-content .background-gray .pagination a {
  border: 1px solid #074975;
  background: transparent;
  color: #074975;
}
#main-content .background-gray .pagination a:hover {
  background: #133552;
  border-color: #133552;
  color: #ffffff;
}
#main-content .background-gray .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #ffffff;
  border-color: #c33c66;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-gray {
  padding: 32px;
  border-radius: 16px;
}
/* beige background */
#main-content .background-extralightgray {
  display: block;
  overflow: hidden;
  background: #f9f8F9;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-extralightgray h1,
#main-content .background-extralightgray h2 {
  /*color:@primary-dark-blue*/
}
#main-content .background-extralightgray .editor-rte a {
  color: #0066a5;
}
#main-content .background-extralightgray .editor-rte .bulletlink a {
  color: #133552;
}
#main-content .background-extralightgray .editor-rte .bulletlink a:hover {
  color: #c33c66;
  text-decoration: none;
}
#main-content .background-extralightgray .button-basic a {
  border-color: #133552;
  color: #133552;
}
#main-content .background-extralightgray .button-basic a:hover {
  color: #ffffff;
}
#main-content .background-extralightgray .button-primary a {
  color: #ffffff;
}
#main-content .background-extralightgray .button-primary a:hover {
  color: #ffffff;
}
#main-content .background-extralightgray .button-accent-1 a {
  color: #ffffff;
}
#main-content .background-extralightgray .button-accent-1 a:hover {
  color: #ffffff;
}
#main-content .background-extralightgray.checkedlist li:before {
  color: #074975;
}
#main-content .background-extralightgray i.material-icons {
  color: #074975;
}
#main-content .background-extralightgray .contentlist-item {
  background: #ffffff;
  /*
    h3 {
        color:@primary-blue;
        &:hover{
            color:@secondary-pink;
        }
    }
    */
}
#main-content .background-extralightgray .macro-form input[type="text"],
#main-content .background-extralightgray .macro-form textarea,
#main-content .background-extralightgray .macro-form select {
  border: 0;
}
#main-content .background-extralightgray .macro-form #ctabutton3 {
  background: #133552;
  border: 0;
}
#main-content .background-extralightgray .macro-form #ctabutton3:hover {
  background: #074975;
}
#main-content .background-extralightgray .pagination a {
  border: 1px solid #074975;
  background: transparent;
  color: #074975;
}
#main-content .background-extralightgray .pagination a:hover {
  background: #133552;
  border-color: #133552;
  color: #ffffff;
}
#main-content .background-extralightgray .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #ffffff;
  border-color: #c33c66;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-extralightgray {
  padding: 32px;
  border-radius: 16px;
}
/* pink background */
#main-content .background-secondary-pink {
  display: block;
  overflow: hidden;
  background: #c33c66;
  color: #ffffff;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-secondary-pink h1,
#main-content .background-secondary-pink h2 {
  /*color:@white;*/
}
#main-content .background-secondary-pink .editor-rte a {
  color: #ffffff;
}
#main-content .background-secondary-pink .editor-rte .bulletlink a {
  color: #ffffff;
}
#main-content .background-secondary-pink .editor-rte .bulletlink a:hover {
  color: #f8e8e8;
  text-decoration: none;
}
#main-content .background-secondary-pink .editor-rte .bulletlink:before {
  color: #f9e6d9 !important;
}
#main-content .background-secondary-pink .button-basic a {
  border-color: #f9e6d9;
  color: #f9e6d9;
}
#main-content .background-secondary-pink .button-basic a:hover {
  color: #ffffff;
  border-color: #e72a6e;
  background-color: #e72a6e;
}
#main-content .background-secondary-pink .button-primary a {
  background-color: #f9e6d9;
  border-color: #f9e6d9;
  color: #c33c66;
}
#main-content .background-secondary-pink .button-primary a:hover {
  color: #ffffff;
  background: #e72a6e;
  border-color: #e72a6e;
}
#main-content .background-secondary-pink .button-accent-1 a {
  color: #c33c66;
  background: #f8e8e8;
  border-color: #f8e8e8;
}
#main-content .background-secondary-pink .button-accent-1 a:hover {
  color: #ffffff;
  background: #e72a6e;
  border-color: #e72a6e;
}
#main-content .background-secondary-pink.checkedlist li:before {
  color: #ffffff;
}
#main-content .background-secondary-pink i.material-icons {
  color: #f9e6d9;
}
#main-content .background-secondary-pink .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@secondary-pink;
        &:hover{
            color:@signal-pink;
        }
    }
    */
}
#main-content .background-secondary-pink .macro-form input[type="text"],
#main-content .background-secondary-pink .macro-form textarea,
#main-content .background-secondary-pink .macro-form select {
  border: 0;
}
#main-content .background-secondary-pink .macro-form #ctabutton3 {
  background: #f9e6d9;
  border: 0;
  color: #c33c66;
}
#main-content .background-secondary-pink .macro-form #ctabutton3:hover {
  background: #e72a6e;
  color: #ffffff;
}
#main-content .background-secondary-pink .macro-form .form-group a {
  color: #ffffff;
  text-decoration: underline;
}
#main-content .background-secondary-pink .macro-form .form-group label {
  color: #f9e6d9;
}
#main-content .background-secondary-pink .pagination a {
  border: 1px solid #c33c66;
  background: transparent;
  color: #c33c66;
}
#main-content .background-secondary-pink .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-secondary-pink .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #f9e6d9;
}
#main-content .background-secondary-pink .icon-banner-widget-linked,
#main-content .background-secondary-pink .banner-widget {
  color: #ffffff;
}
#main-content .background-secondary-pink .icon-banner-widget-linked h3,
#main-content .background-secondary-pink .banner-widget h3 {
  color: #ffffff;
}
#main-content .background-secondary-pink .icon-banner-widget-linked:hover,
#main-content .background-secondary-pink .banner-widget:hover,
#main-content .background-secondary-pink .icon-banner-widget-linked:hover h3,
#main-content .background-secondary-pink .banner-widget:hover h3 {
  color: #ffffff;
  text-decoration: underline;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-pink {
  padding: 32px;
  border-radius: 16px;
}
/* icon banner widget */
.icon-banner-widget.background-secondary-purple {
  padding: 16px 32px 32px 32px;
  border-radius: 16px;
  color: #f9e6d9;
}
.icon-banner-widget.background-secondary-purple:hover {
  color: #ffffff;
}
.icon-banner-widget.background-secondary-purple:hover h3 {
  color: #ffffff;
}
/* pink background */
#main-content .background-secondary-purple {
  display: block;
  overflow: hidden;
  background: #5e4e97;
  color: #ffffff;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-secondary-purple h1,
#main-content .background-secondary-purple h2 {
  /*color:@white;*/
}
#main-content .background-secondary-purple .editor-rte a {
  color: #efe8f5;
}
#main-content .background-secondary-purple .editor-rte .bulletlink a {
  color: #ffffff;
}
#main-content .background-secondary-purple .editor-rte .bulletlink a:hover {
  color: #f8e8e8;
  text-decoration: none;
}
#main-content .background-secondary-purple .editor-rte .bulletlink:before {
  color: #efe8f5 !important;
}
#main-content .background-secondary-purple .button-basic a {
  border-color: #efe8f5;
  color: #efe8f5;
}
#main-content .background-secondary-purple .button-basic a:hover {
  color: #ffffff;
  border-color: #133552;
  background-color: #133552;
}
#main-content .background-secondary-purple .button-primary a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5e4e97;
}
#main-content .background-secondary-purple .button-primary a:hover {
  color: #ffffff;
  background: #133552;
  border-color: #133552;
}
#main-content .background-secondary-purple .button-accent-1 a {
  color: #5e4e97;
  background: #efe8f5;
  border-color: #efe8f5;
}
#main-content .background-secondary-purple .button-accent-1 a:hover {
  color: #ffffff;
  background: #c33c66;
  border-color: #c33c66;
}
#main-content .background-secondary-purple.checkedlist li:before {
  color: #ffffff;
}
#main-content .background-secondary-purple i.material-icons {
  color: #ffffff;
}
#main-content .background-secondary-purple .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@secondary-pink;
        &:hover{
            color:@signal-pink;
        }
    }
    */
}
#main-content .background-secondary-purple .macro-form input[type="text"],
#main-content .background-secondary-purple .macro-form textarea,
#main-content .background-secondary-purple .macro-form select {
  border: 0;
}
#main-content .background-secondary-purple .macro-form #ctabutton3 {
  background: #efe8f5;
  border: 0;
  color: #5e4e97;
}
#main-content .background-secondary-purple .macro-form #ctabutton3:hover {
  background: #c33c66;
  color: #ffffff;
}
#main-content .background-secondary-purple .macro-form .form-group a {
  color: #ffffff;
  text-decoration: underline;
}
#main-content .background-secondary-purple .macro-form .form-group label {
  color: #efe8f5;
}
#main-content .background-secondary-purple .pagination a {
  border: 1px solid #efe8f5;
  background: transparent;
  color: #efe8f5;
}
#main-content .background-secondary-purple .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-secondary-purple .pagination a.menuItemCurrent {
  background: #efe8f5;
  color: #5e4e97;
}
#main-content .background-secondary-purple .icon-banner-widget-linked,
#main-content .background-secondary-purple .banner-widget {
  color: #ffffff;
}
#main-content .background-secondary-purple .icon-banner-widget-linked h3,
#main-content .background-secondary-purple .banner-widget h3 {
  color: #ffffff;
}
#main-content .background-secondary-purple .icon-banner-widget-linked:hover,
#main-content .background-secondary-purple .banner-widget:hover,
#main-content .background-secondary-purple .icon-banner-widget-linked:hover h3,
#main-content .background-secondary-purple .banner-widget:hover h3 {
  color: #ffffff;
  text-decoration: underline;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-purple {
  padding: 32px;
  border-radius: 16px;
}
/* icon banner widget */
.icon-banner-widget.background-secondary-purple {
  padding: 16px 32px 32px 32px;
  border-radius: 16px;
  color: #efe8f5;
}
.icon-banner-widget.background-secondary-purple:hover {
  color: #ffffff;
}
.icon-banner-widget.background-secondary-purple:hover h3 {
  color: #ffffff;
}
/* dark blue background */
#main-content .background-primary-dark-blue {
  display: block;
  overflow: hidden;
  background: #133552;
  color: #ffffff;
  /* text styles in RTE */
  /* summary texts & bodytexts */
  /* buttons */
  /* pills */
  /* checkedlist */
  /* icons */
  /* quotes */
  /* cards  */
  /*forms */
  /* pagination */
}
#main-content .background-primary-dark-blue h1,
#main-content .background-primary-dark-blue h2 {
  /*color:@white;*/
}
#main-content .background-primary-dark-blue .editor-rte a {
  color: #ffffff;
}
#main-content .background-primary-dark-blue .editor-rte .bulletlink a {
  color: #ffffff;
}
#main-content .background-primary-dark-blue .editor-rte .bulletlink a:hover {
  color: #f8e8e8;
  text-decoration: none;
}
#main-content .background-primary-dark-blue .editor-rte .bulletlink:before {
  color: #f9e6d9 !important;
}
#main-content .background-primary-dark-blue .button-basic a {
  border-color: #ffffff;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .button-basic a:hover {
  color: #ffffff;
  border-color: #e72a6e;
  background-color: #e72a6e;
}
#main-content .background-primary-dark-blue .button-primary a {
  background-color: #c33c66;
  border-color: #c33c66;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .button-primary a:hover {
  color: #ffffff;
  background: #e72a6e;
  border-color: #e72a6e;
}
#main-content .background-primary-dark-blue .button-accent-1 a {
  color: #133552;
  background: #d9effa;
  border-color: #d9effa;
}
#main-content .background-primary-dark-blue .button-accent-1 a:hover {
  color: #ffffff;
  background: #e72a6e;
  border-color: #e72a6e;
}
#main-content .background-primary-dark-blue.checkedlist li:before {
  color: #ffffff;
}
#main-content .background-primary-dark-blue i.material-icons {
  color: #ffffff;
}
#main-content .background-primary-dark-blue .contentlist-item {
  background: #ffffff;
  /*h3 {
        color:@secondary-pink;
        &:hover{
            color:@signal-pink;
        }
    }
    */
}
#main-content .background-primary-dark-blue .macro-form input[type="text"],
#main-content .background-primary-dark-blue .macro-form textarea,
#main-content .background-primary-dark-blue .macro-form select {
  border: 0;
}
#main-content .background-primary-dark-blue .macro-form #ctabutton3 {
  background: #c33c66;
  border: 0;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .macro-form #ctabutton3:hover {
  background: #e72a6e;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .macro-form .form-group a {
  color: #ffffff;
  text-decoration: underline;
}
#main-content .background-primary-dark-blue .macro-form .form-group label {
  color: #d9effa;
}
#main-content .background-primary-dark-blue .pagination a {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .pagination a:hover {
  background: #e72a6e;
  border-color: #e72a6e;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .pagination a.menuItemCurrent {
  background: #c33c66;
  color: #ffffff;
}
#main-content .background-primary-dark-blue .icon-banner-widget-linked,
#main-content .background-primary-dark-blue .banner-widget {
  color: #ffffff;
}
#main-content .background-primary-dark-blue .icon-banner-widget-linked h3,
#main-content .background-primary-dark-blue .banner-widget h3 {
  color: #ffffff;
}
#main-content .background-primary-dark-blue .icon-banner-widget-linked:hover,
#main-content .background-primary-dark-blue .banner-widget:hover,
#main-content .background-primary-dark-blue .icon-banner-widget-linked:hover h3,
#main-content .background-primary-dark-blue .banner-widget:hover h3 {
  color: #ffffff;
  text-decoration: underline;
}
/* SVG fills --------------------------------------------- */
/* arrow links --------------------------------------------- */
/* used in columns */
.column.background-primary-dark-blue {
  padding: 32px;
  border-radius: 16px;
}
/* icon banner widget */
.icon-banner-widget.background-primary-dark-blue {
  padding: 16px 32px 32px 32px;
  border-radius: 16px;
  color: #ffffff;
}
.icon-banner-widget.background-primary-dark-blue:hover {
  color: #d9effa;
}
.icon-banner-widget.background-primary-dark-blue:hover h3 {
  color: #d9effa;
}
.column.background-cover {
  display: flex;
  flex-flow: row wrap;
  padding: 0 16px;
}
.column.background-cover .background-cover {
  display: flex;
  align-self: stretch;
  flex: 1;
  min-width: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 16px;
  min-height: 200px;
}
@media only screen and (max-width: 1023.54px) {
  .column.background-cover {
    padding: 16px 0;
  }
  .background-cover {
    padding: 16px;
  }
}
@media only screen and (max-width: 767.1px) {
  .column.background-cover {
    padding: 16px 0;
    margin: 0 16px;
  }
  .background-cover {
    padding: 16px;
  }
  .col-md-6.noflex {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* override card styles by custom css in backoffice */
.white-cards .contentlist-item,
.white-cards .banner-widget {
  background: #ffffff;
}
.white-cards .contentlist-item:hover,
.white-cards .banner-widget:hover {
  background: #ffffff !important;
}
.elevated-cards .contentlist-item,
.elevated-cards .banner-widget {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.elevated-cards .contentlist-item:hover,
.elevated-cards .banner-widget:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  text-decoration: none;
  background-color: #ffffff;
}
.stretch-list-image .image-container {
  display: block!important;
  margin: -32px -32px 16px -32px;
  border-radius: 0;
}
.stretch-list-image .image-container img {
  border-radius: 0;
}
/* remove card design */
.remove-card .contentlist-item {
  box-shadow: none!important;
  background: transparent!important;
  margin: 0;
}
.remove-card .contentlist-item .short-summary {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1023.54px) {
  .flex-columns .row {
    display: flex;
    flex-flow: row wrap;
  }
  .flex-columns .row .column {
    display: flex;
    align-items: stretch;
    /* custom hover styles when fullheight */
  }
  .flex-columns .row .column div:first-child {
    display: flex;
    align-self: stretch;
    flex: 1;
    min-width: 0;
  }
  .flex-columns .row .column .banner-widget:hover {
    background: #f8e8e8;
  }
  .flex-columns .row .column .noflex {
    display: block;
  }
  .flex-columns .row .column .noflex div:first-child {
    display: block;
  }
}
/* for more control, specify flex-parent on row, flex-item on child */
@media only screen and (min-width: 1023.54px) {
  .flex-parent .row {
    display: flex;
    flex-flow: row wrap;
  }
  .flex-parent .row .column.flex-item {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (max-width: 1023.54px) {
  .force-3-column-list .contentlist-wrapper {
    margin: 16px -32px;
  }
}
/* force 3 cols on desktop */
@media only screen and (min-width: 1023.54px) {
  .force-3-column-list .contentlist-wrapper .contentlist-item {
    flex: calc(33.33% - 32px);
    max-width: 33.33%;
  }
}
/* add space between columns */
@media only screen and (max-width: 1023.54px) {
  #main-content .space-columns .column {
    margin: 16px 32px;
  }
}
@media only screen and (min-width: 1023.54px) {
  #main-content .space-columns .col-md-6 {
    width: calc(50% - 32px);
    margin: 16px;
  }
  #main-content .space-columns .col-md-4 {
    width: calc(33.3% - 32px);
    margin: 16px;
  }
  #main-content .space-columns .col-md-3 {
    width: calc(25% - 32px);
    margin: 16px;
  }
}
.heading-secondary-pink h1,
.heading-secondary-pink h2,
.heading-secondary-pink h3,
.heading-secondary-pink h4,
.heading-secondary-pink h5,
.heading-secondary-pink h6 {
  color: #c33c66;
}
.heading-secondary-pink h1:after,
.heading-secondary-pink h2:after,
.heading-secondary-pink h3:after,
.heading-secondary-pink h4:after,
.heading-secondary-pink h5:after,
.heading-secondary-pink h6:after {
  color: #c33c66 !important;
}
.heading-secondary-pink h1 a,
.heading-secondary-pink h2 a,
.heading-secondary-pink h3 a,
.heading-secondary-pink h4 a,
.heading-secondary-pink h5 a,
.heading-secondary-pink h6 a {
  color: #c33c66;
}
.heading-secondary-pink h1 a:after,
.heading-secondary-pink h2 a:after,
.heading-secondary-pink h3 a:after,
.heading-secondary-pink h4 a:after,
.heading-secondary-pink h5 a:after,
.heading-secondary-pink h6 a:after {
  color: #c33c66 !important;
}
.heading-secondary-pink h1 a:hover,
.heading-secondary-pink h2 a:hover,
.heading-secondary-pink h3 a:hover,
.heading-secondary-pink h4 a:hover,
.heading-secondary-pink h5 a:hover,
.heading-secondary-pink h6 a:hover {
  color: #074975;
  text-decoration: none;
}
.heading-secondary-pink a h1,
.heading-secondary-pink a h2,
.heading-secondary-pink a h3,
.heading-secondary-pink a h4,
.heading-secondary-pink a h5,
.heading-secondary-pink a h6,
.heading-secondary-pink .banner-widget h3 {
  color: #c33c66;
}
.heading-secondary-pink a h1:after,
.heading-secondary-pink a h2:after,
.heading-secondary-pink a h3:after,
.heading-secondary-pink a h4:after,
.heading-secondary-pink a h5:after,
.heading-secondary-pink a h6:after,
.heading-secondary-pink .banner-widget h3:after {
  color: #c33c66 !important;
}
.heading-secondary-pink a h1:hover,
.heading-secondary-pink a h2:hover,
.heading-secondary-pink a h3:hover,
.heading-secondary-pink a h4:hover,
.heading-secondary-pink a h5:hover,
.heading-secondary-pink a h6:hover,
.heading-secondary-pink .banner-widget h3:hover {
  color: #e72a6e !important;
  text-decoration: none;
}
.heading-secondary-pink a h1:hover:after,
.heading-secondary-pink a h2:hover:after,
.heading-secondary-pink a h3:hover:after,
.heading-secondary-pink a h4:hover:after,
.heading-secondary-pink a h5:hover:after,
.heading-secondary-pink a h6:hover:after,
.heading-secondary-pink .banner-widget h3:hover:after {
  color: #e72a6e !important;
}
.heading-secondary-purple h1,
.heading-secondary-purple h2,
.heading-secondary-purple h3,
.heading-secondary-purple h4,
.heading-secondary-purple h5,
.heading-secondary-purple h6 {
  color: #5e4e97;
}
.heading-secondary-purple h1:after,
.heading-secondary-purple h2:after,
.heading-secondary-purple h3:after,
.heading-secondary-purple h4:after,
.heading-secondary-purple h5:after,
.heading-secondary-purple h6:after {
  color: #5e4e97 !important;
}
.heading-secondary-purple h1 a,
.heading-secondary-purple h2 a,
.heading-secondary-purple h3 a,
.heading-secondary-purple h4 a,
.heading-secondary-purple h5 a,
.heading-secondary-purple h6 a {
  color: #5e4e97;
}
.heading-secondary-purple h1 a:after,
.heading-secondary-purple h2 a:after,
.heading-secondary-purple h3 a:after,
.heading-secondary-purple h4 a:after,
.heading-secondary-purple h5 a:after,
.heading-secondary-purple h6 a:after {
  color: #5e4e97 !important;
}
.heading-secondary-purple h1 a:hover,
.heading-secondary-purple h2 a:hover,
.heading-secondary-purple h3 a:hover,
.heading-secondary-purple h4 a:hover,
.heading-secondary-purple h5 a:hover,
.heading-secondary-purple h6 a:hover {
  color: #9b83bc;
  text-decoration: none;
}
.heading-secondary-purple a h1,
.heading-secondary-purple a h2,
.heading-secondary-purple a h3,
.heading-secondary-purple a h4,
.heading-secondary-purple a h5,
.heading-secondary-purple a h6,
.heading-secondary-purple .banner-widget h3 {
  color: #5e4e97;
}
.heading-secondary-purple a h1:after,
.heading-secondary-purple a h2:after,
.heading-secondary-purple a h3:after,
.heading-secondary-purple a h4:after,
.heading-secondary-purple a h5:after,
.heading-secondary-purple a h6:after,
.heading-secondary-purple .banner-widget h3:after {
  color: #5e4e97 !important;
}
.heading-secondary-purple a h1:hover,
.heading-secondary-purple a h2:hover,
.heading-secondary-purple a h3:hover,
.heading-secondary-purple a h4:hover,
.heading-secondary-purple a h5:hover,
.heading-secondary-purple a h6:hover,
.heading-secondary-purple .banner-widget h3:hover {
  color: #9b83bc !important;
  text-decoration: none;
}
.heading-secondary-purple a h1:hover:after,
.heading-secondary-purple a h2:hover:after,
.heading-secondary-purple a h3:hover:after,
.heading-secondary-purple a h4:hover:after,
.heading-secondary-purple a h5:hover:after,
.heading-secondary-purple a h6:hover:after,
.heading-secondary-purple .banner-widget h3:hover:after {
  color: #9b83bc !important;
}
.heading-primary-blue h1,
.heading-primary-blue h2,
.heading-primary-blue h3,
.heading-primary-blue h4,
.heading-primary-blue h5,
.heading-primary-blue h6 {
  color: #074975;
}
.heading-primary-blue h1:after,
.heading-primary-blue h2:after,
.heading-primary-blue h3:after,
.heading-primary-blue h4:after,
.heading-primary-blue h5:after,
.heading-primary-blue h6:after {
  color: #074975 !important;
}
.heading-primary-blue h1 a,
.heading-primary-blue h2 a,
.heading-primary-blue h3 a,
.heading-primary-blue h4 a,
.heading-primary-blue h5 a,
.heading-primary-blue h6 a {
  color: #074975;
}
.heading-primary-blue h1 a:after,
.heading-primary-blue h2 a:after,
.heading-primary-blue h3 a:after,
.heading-primary-blue h4 a:after,
.heading-primary-blue h5 a:after,
.heading-primary-blue h6 a:after {
  color: #074975 !important;
}
.heading-primary-blue h1 a:hover,
.heading-primary-blue h2 a:hover,
.heading-primary-blue h3 a:hover,
.heading-primary-blue h4 a:hover,
.heading-primary-blue h5 a:hover,
.heading-primary-blue h6 a:hover {
  color: #e72a6e;
  text-decoration: none;
}
.heading-primary-blue a h1,
.heading-primary-blue a h2,
.heading-primary-blue a h3,
.heading-primary-blue a h4,
.heading-primary-blue a h5,
.heading-primary-blue a h6,
.heading-primary-blue .banner-widget h3 {
  color: #074975;
}
.heading-primary-blue a h1:after,
.heading-primary-blue a h2:after,
.heading-primary-blue a h3:after,
.heading-primary-blue a h4:after,
.heading-primary-blue a h5:after,
.heading-primary-blue a h6:after,
.heading-primary-blue .banner-widget h3:after {
  color: #074975 !important;
}
.heading-primary-blue a h1:hover,
.heading-primary-blue a h2:hover,
.heading-primary-blue a h3:hover,
.heading-primary-blue a h4:hover,
.heading-primary-blue a h5:hover,
.heading-primary-blue a h6:hover,
.heading-primary-blue .banner-widget h3:hover {
  color: #e72a6e !important;
  text-decoration: none;
}
.heading-primary-blue a h1:hover:after,
.heading-primary-blue a h2:hover:after,
.heading-primary-blue a h3:hover:after,
.heading-primary-blue a h4:hover:after,
.heading-primary-blue a h5:hover:after,
.heading-primary-blue a h6:hover:after,
.heading-primary-blue .banner-widget h3:hover:after {
  color: #e72a6e !important;
}
.heading-primary-dark-blue h1,
.heading-primary-dark-blue h2,
.heading-primary-dark-blue h3,
.heading-primary-dark-blue h4,
.heading-primary-dark-blue h5,
.heading-primary-dark-blue h6 {
  color: #133552;
}
.heading-primary-dark-blue h1:after,
.heading-primary-dark-blue h2:after,
.heading-primary-dark-blue h3:after,
.heading-primary-dark-blue h4:after,
.heading-primary-dark-blue h5:after,
.heading-primary-dark-blue h6:after {
  color: #133552 !important;
}
.heading-primary-dark-blue h1 a,
.heading-primary-dark-blue h2 a,
.heading-primary-dark-blue h3 a,
.heading-primary-dark-blue h4 a,
.heading-primary-dark-blue h5 a,
.heading-primary-dark-blue h6 a {
  color: #133552;
}
.heading-primary-dark-blue h1 a:after,
.heading-primary-dark-blue h2 a:after,
.heading-primary-dark-blue h3 a:after,
.heading-primary-dark-blue h4 a:after,
.heading-primary-dark-blue h5 a:after,
.heading-primary-dark-blue h6 a:after {
  color: #133552 !important;
}
.heading-primary-dark-blue h1 a:hover,
.heading-primary-dark-blue h2 a:hover,
.heading-primary-dark-blue h3 a:hover,
.heading-primary-dark-blue h4 a:hover,
.heading-primary-dark-blue h5 a:hover,
.heading-primary-dark-blue h6 a:hover {
  color: #e72a6e;
  text-decoration: none;
}
.heading-primary-dark-blue a h1,
.heading-primary-dark-blue a h2,
.heading-primary-dark-blue a h3,
.heading-primary-dark-blue a h4,
.heading-primary-dark-blue a h5,
.heading-primary-dark-blue a h6,
.heading-primary-dark-blue .banner-widget h3 {
  color: #133552;
}
.heading-primary-dark-blue a h1:after,
.heading-primary-dark-blue a h2:after,
.heading-primary-dark-blue a h3:after,
.heading-primary-dark-blue a h4:after,
.heading-primary-dark-blue a h5:after,
.heading-primary-dark-blue a h6:after,
.heading-primary-dark-blue .banner-widget h3:after {
  color: #133552 !important;
}
.heading-primary-dark-blue a h1:hover,
.heading-primary-dark-blue a h2:hover,
.heading-primary-dark-blue a h3:hover,
.heading-primary-dark-blue a h4:hover,
.heading-primary-dark-blue a h5:hover,
.heading-primary-dark-blue a h6:hover,
.heading-primary-dark-blue .banner-widget h3:hover {
  color: #e72a6e !important;
  text-decoration: none;
}
.heading-primary-dark-blue a h1:hover:after,
.heading-primary-dark-blue a h2:hover:after,
.heading-primary-dark-blue a h3:hover:after,
.heading-primary-dark-blue a h4:hover:after,
.heading-primary-dark-blue a h5:hover:after,
.heading-primary-dark-blue a h6:hover:after,
.heading-primary-dark-blue .banner-widget h3:hover:after {
  color: #e72a6e !important;
}
.heading-tertiary-orange h1,
.heading-tertiary-orange h2,
.heading-tertiary-orange h3,
.heading-tertiary-orange h4,
.heading-tertiary-orange h5,
.heading-tertiary-orange h6 {
  color: #e97c2e;
}
.heading-tertiary-orange h1:after,
.heading-tertiary-orange h2:after,
.heading-tertiary-orange h3:after,
.heading-tertiary-orange h4:after,
.heading-tertiary-orange h5:after,
.heading-tertiary-orange h6:after {
  color: #e97c2e !important;
}
.heading-tertiary-orange h1 a,
.heading-tertiary-orange h2 a,
.heading-tertiary-orange h3 a,
.heading-tertiary-orange h4 a,
.heading-tertiary-orange h5 a,
.heading-tertiary-orange h6 a {
  color: #e97c2e;
}
.heading-tertiary-orange h1 a:after,
.heading-tertiary-orange h2 a:after,
.heading-tertiary-orange h3 a:after,
.heading-tertiary-orange h4 a:after,
.heading-tertiary-orange h5 a:after,
.heading-tertiary-orange h6 a:after {
  color: #e97c2e !important;
}
.heading-tertiary-orange h1 a:hover,
.heading-tertiary-orange h2 a:hover,
.heading-tertiary-orange h3 a:hover,
.heading-tertiary-orange h4 a:hover,
.heading-tertiary-orange h5 a:hover,
.heading-tertiary-orange h6 a:hover {
  color: #f8953a;
  text-decoration: none;
}
.heading-tertiary-orange a h1,
.heading-tertiary-orange a h2,
.heading-tertiary-orange a h3,
.heading-tertiary-orange a h4,
.heading-tertiary-orange a h5,
.heading-tertiary-orange a h6,
.heading-tertiary-orange .banner-widget h3 {
  color: #e97c2e;
}
.heading-tertiary-orange a h1:after,
.heading-tertiary-orange a h2:after,
.heading-tertiary-orange a h3:after,
.heading-tertiary-orange a h4:after,
.heading-tertiary-orange a h5:after,
.heading-tertiary-orange a h6:after,
.heading-tertiary-orange .banner-widget h3:after {
  color: #e97c2e !important;
}
.heading-tertiary-orange a h1:hover,
.heading-tertiary-orange a h2:hover,
.heading-tertiary-orange a h3:hover,
.heading-tertiary-orange a h4:hover,
.heading-tertiary-orange a h5:hover,
.heading-tertiary-orange a h6:hover,
.heading-tertiary-orange .banner-widget h3:hover {
  color: #f8953a !important;
  text-decoration: none;
}
.heading-tertiary-orange a h1:hover:after,
.heading-tertiary-orange a h2:hover:after,
.heading-tertiary-orange a h3:hover:after,
.heading-tertiary-orange a h4:hover:after,
.heading-tertiary-orange a h5:hover:after,
.heading-tertiary-orange a h6:hover:after,
.heading-tertiary-orange .banner-widget h3:hover:after {
  color: #f8953a !important;
}
.heading-tertiary-brown h1,
.heading-tertiary-brown h2,
.heading-tertiary-brown h3,
.heading-tertiary-brown h4,
.heading-tertiary-brown h5,
.heading-tertiary-brown h6 {
  color: #765a44;
}
.heading-tertiary-brown h1:after,
.heading-tertiary-brown h2:after,
.heading-tertiary-brown h3:after,
.heading-tertiary-brown h4:after,
.heading-tertiary-brown h5:after,
.heading-tertiary-brown h6:after {
  color: #765a44 !important;
}
.heading-tertiary-brown h1 a,
.heading-tertiary-brown h2 a,
.heading-tertiary-brown h3 a,
.heading-tertiary-brown h4 a,
.heading-tertiary-brown h5 a,
.heading-tertiary-brown h6 a {
  color: #765a44;
}
.heading-tertiary-brown h1 a:after,
.heading-tertiary-brown h2 a:after,
.heading-tertiary-brown h3 a:after,
.heading-tertiary-brown h4 a:after,
.heading-tertiary-brown h5 a:after,
.heading-tertiary-brown h6 a:after {
  color: #765a44 !important;
}
.heading-tertiary-brown h1 a:hover,
.heading-tertiary-brown h2 a:hover,
.heading-tertiary-brown h3 a:hover,
.heading-tertiary-brown h4 a:hover,
.heading-tertiary-brown h5 a:hover,
.heading-tertiary-brown h6 a:hover {
  color: #a6734b;
  text-decoration: none;
}
.heading-tertiary-brown a h1,
.heading-tertiary-brown a h2,
.heading-tertiary-brown a h3,
.heading-tertiary-brown a h4,
.heading-tertiary-brown a h5,
.heading-tertiary-brown a h6,
.heading-tertiary-brown .banner-widget h3 {
  color: #765a44;
}
.heading-tertiary-brown a h1:after,
.heading-tertiary-brown a h2:after,
.heading-tertiary-brown a h3:after,
.heading-tertiary-brown a h4:after,
.heading-tertiary-brown a h5:after,
.heading-tertiary-brown a h6:after,
.heading-tertiary-brown .banner-widget h3:after {
  color: #765a44 !important;
}
.heading-tertiary-brown a h1:hover,
.heading-tertiary-brown a h2:hover,
.heading-tertiary-brown a h3:hover,
.heading-tertiary-brown a h4:hover,
.heading-tertiary-brown a h5:hover,
.heading-tertiary-brown a h6:hover,
.heading-tertiary-brown .banner-widget h3:hover {
  color: #a6734b !important;
  text-decoration: none;
}
.heading-tertiary-brown a h1:hover:after,
.heading-tertiary-brown a h2:hover:after,
.heading-tertiary-brown a h3:hover:after,
.heading-tertiary-brown a h4:hover:after,
.heading-tertiary-brown a h5:hover:after,
.heading-tertiary-brown a h6:hover:after,
.heading-tertiary-brown .banner-widget h3:hover:after {
  color: #a6734b !important;
}
.heading-white h1,
.heading-white h2,
.heading-white h3,
.heading-white h4,
.heading-white h5,
.heading-white h6 {
  color: #ffffff;
}
.heading-white h1:after,
.heading-white h2:after,
.heading-white h3:after,
.heading-white h4:after,
.heading-white h5:after,
.heading-white h6:after {
  color: #ffffff !important;
}
.heading-white h1 a,
.heading-white h2 a,
.heading-white h3 a,
.heading-white h4 a,
.heading-white h5 a,
.heading-white h6 a {
  color: #ffffff;
}
.heading-white h1 a:after,
.heading-white h2 a:after,
.heading-white h3 a:after,
.heading-white h4 a:after,
.heading-white h5 a:after,
.heading-white h6 a:after {
  color: #ffffff !important;
}
.heading-white h1 a:hover,
.heading-white h2 a:hover,
.heading-white h3 a:hover,
.heading-white h4 a:hover,
.heading-white h5 a:hover,
.heading-white h6 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.heading-white a h1,
.heading-white a h2,
.heading-white a h3,
.heading-white a h4,
.heading-white a h5,
.heading-white a h6,
.heading-white .banner-widget h3 {
  color: #ffffff;
}
.heading-white a h1:after,
.heading-white a h2:after,
.heading-white a h3:after,
.heading-white a h4:after,
.heading-white a h5:after,
.heading-white a h6:after,
.heading-white .banner-widget h3:after {
  color: #ffffff !important;
}
.heading-white a h1:hover,
.heading-white a h2:hover,
.heading-white a h3:hover,
.heading-white a h4:hover,
.heading-white a h5:hover,
.heading-white a h6:hover,
.heading-white .banner-widget h3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.heading-white a h1:hover:after,
.heading-white a h2:hover:after,
.heading-white a h3:hover:after,
.heading-white a h4:hover:after,
.heading-white a h5:hover:after,
.heading-white a h6:hover:after,
.heading-white .banner-widget h3:hover:after {
  color: #ffffff !important;
}
/* custom styles to override link colors in RTE */
.link-secondary-pink .editor-rte a {
  color: #c33c66;
}
.link-secondary-pink .editor-rte a:hover {
  color: #e72a6e;
}
.link-secondary-purple .editor-rte a {
  color: #5e4e97;
}
.link-secondary-purple .editor-rte a:hover {
  color: #9b83bc;
}
.link-secondary-purple .editor-rte a {
  color: #5e4e97;
}
.link-secondary-purple .editor-rte a:hover {
  color: #9b83bc;
}
.link-white .editor-rte a {
  color: #ffffff;
}
.link-white .editor-rte a:hover {
  color: #e72a6e;
}
.link-primary-blue .editor-rte a {
  color: #074975;
}
.link-primary-blue .editor-rte a:hover {
  color: #133552;
}
.white-text {
  color: #ffffff;
}
.white-text a {
  color: #ffffff;
  text-decoration: underline;
}
.white-text a:hover {
  color: #d9effa;
}
.offset-2-col {
  margin-bottom: 32px;
}
.offset-2-col h2 {
  margin-top: 0;
}
@media only screen and (max-width: 1023.54px) {
  .offset-2-col .row {
    position: relative;
    padding: 0;
  }
  .offset-2-col .row .col-md-6:first-child {
    width: 75%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 16px;
    padding-top: 0;
  }
  .offset-2-col .row .col-md-6:last-child {
    width: 80%;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 30%;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1023.54px) {
  .offset-2-col .row {
    position: relative;
    padding: 32px;
  }
  .offset-2-col .row .col-md-6:first-child {
    width: 75%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    padding-bottom: 32px;
    padding-left: 0;
  }
  .offset-2-col .row .col-md-6:last-child {
    width: 45%;
    position: absolute;
    right: 48px;
    bottom: 0;
    z-index: 2;
  }
}
/* purple style newsletter widget */
.newsletter-widget {
  background: #5e4e97;
  color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 32px;
}
.newsletter-widget .material-icons {
  color: #ffffff;
}
.newsletter-widget .banner-summary {
  padding-bottom: 16px;
}
.newsletter-widget:hover {
  background: #efe8f5;
  color: #5e4e97;
}
.newsletter-widget:hover .material-icons {
  color: #5e4e97;
}
.newsletter-widget:hover h3 {
  color: #5e4e97;
}
.tiers-3-col .row-three-column,
.tiers-3-col .row-two-column {
  max-width: 1280px;
  margin: 0 auto;
}
.tiers-3-col .column {
  padding: 16px;
}
.tiers-3-col .column .tier-card {
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 16px 32px;
  border-radius: 16px;
  text-align: center;
  font-size: 0.875em;
}
.tiers-3-col .column .tier-card h3 {
  display: block;
  overflow: hidden;
  padding: 0;
  background: #f9f8F9;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}
.tiers-3-col .column .tier-card h3 a {
  display: block;
  overflow: hidden;
  margin: -16px;
  padding: 16px;
}
.tiers-3-col .column .tier-card p {
  line-height: 1.52em;
}
.tiers-3-col .column .tier-card ul {
  background: #f9f8F9;
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 16px;
  border-radius: 16px;
  margin: 0 0 16px 0;
}
.tiers-3-col .column .tier-card ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  line-height: normal;
}
.tiers-3-col .column .tier-card ul li:last-child {
  border: 0;
}
.tiers-3-col .column .tier-card ul li a:hover {
  color: #074975;
}
/* align heights on desktop */
@media only screen and (max-width: 1023.54px) {
  .tiers-3-col .row-three-column .column,
  .tiers-3-col .row-two-column .column {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .tiers-3-col .row-three-column .column .tier-card,
  .tiers-3-col .row-two-column .column .tier-card {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1023.54px) {
  .tiers-3-col .row-three-column,
  .tiers-3-col .row-two-column {
    display: flex;
    flex-flow: row wrap;
  }
  .tiers-3-col .row-three-column .column,
  .tiers-3-col .row-two-column .column {
    display: flex;
    align-items: stretch;
  }
  .tiers-3-col .row-three-column .column .tier-card,
  .tiers-3-col .row-two-column .column .tier-card {
    position: relative;
    padding-bottom: 80px;
  }
  .tiers-3-col .row-three-column .column .tier-card .button-accent-1,
  .tiers-3-col .row-two-column .column .tier-card .button-accent-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 32px 0;
  }
}
/* set specific colors */
.column .tier-card {
  /* change hover styles */
}
.column .tier-card ul a {
  color: #666666;
}
.column .tier-card.essential h3,
.column .tier-card.essential h3 a,
.column .tier-card.essential .button-accent-1 a {
  background: #f9e6d9;
  color: #765a44;
}
.column .tier-card.professional h3,
.column .tier-card.professional h3 a,
.column .tier-card.professional .button-accent-1 a {
  background: #c33c66;
  color: #ffffff;
}
.column .tier-card.enterprise h3,
.column .tier-card.enterprise h3 a,
.column .tier-card.enterprise .button-accent-1 a {
  background: #d9effa;
  color: #074975;
}
.column .tier-card .button-accent-1 a {
  border: 0;
}
.column .tier-card .button-accent-1 a:hover {
  background: #e72a6e;
  color: #ffffff;
}
.column .tier-card h3 a:hover {
  background: #e72a6e;
  color: #ffffff;
  text-decoration: none;
}
