.text-pink {
  color: #CD0058;
}
.text-green {
  color: #00DC00;
}
@font-face {
  font-family: adelle_sans_sageregular;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesanssage-regular-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sans_sagethin;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesanssage-thin-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sans_sagelight;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesanssage-light-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sans_sageitalic;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesanssage-italic-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sans_sagebold;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesanssage-bold-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sageregular;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesage-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: adelle_sagebold;
  src: url(https://asset.sage-partner-marketing-hub.com/app/fonts/adellesage-bold-webfont.woff?cb=2) format("woff");
  font-weight: 400;
  font-style: normal;
}
body,
table,
select,
textarea,
input {
  font-family: adelle_sans_sageregular, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: none!important;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.lead {
  font-family: adelle_sans_sagethin, Arial, sans-serif;
}
h2,
.h2 {
  font-family: adelle_sans_sagethin, Arial, sans-serif;
  color: #004B87;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 24px;
}
h3,
.h3 {
  color: #004B87;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
}
h4,
.h4 {
  color: #004B87;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}
h5,
.h5 {
  color: #004B87;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
h6,
.h6 {
  color: #004B87;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lead {
  color: rgba(0, 0, 0, 0.74);
}
.text-contrast-dark {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 50px #003;
}
header .navbar {
  font-size: 14px;
}
header .navbar .navbar-brand svg {
  height: 42px;
  width: 310px;
}
header .navbar .nav-item .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
header .navbar.bg-dark {
  background: #003349 !important;
}
header .navbar.bg-dark .nav-item .nav-link {
  color: #ffffff !important;
}
header .navbar.bg-light {
  background: #ffffff !important;
  border-bottom: 1px solid #D6D6D6;
}
header .navbar.bg-light .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.85) !important;
}
header .navbar .dropdown-menu {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  background: #f4f4f4;
  margin-top: -2px;
  border-width: 0;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 0.75rem;
}
header .navbar .dropdown-menu .dropdown-title {
  color: #004B87;
  text-transform: uppercase;
  border-bottom: 1px solid #004B87;
  padding: 1rem 0;
  font-weight: 700;
}
header .navbar .dropdown-menu .dropdown-item:not(:hover) .dropdown-item-title {
  color: rgba(0, 0, 0, 0.85);
}
header .navbar .dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin-bottom: 0.75rem;
}
header .navbar .dropdown-menu .dropdown-item p {
  padding: 0;
  margin: 0;
}
header .navbar .dropdown-menu .dropdown-item.hover,
header .navbar .dropdown-menu .dropdown-item:hover,
header .navbar .dropdown-menu .dropdown-item.active,
header .navbar .dropdown-menu .dropdown-item:active {
  background: #f4f4f4;
  color: #CD0058 !important;
  text-decoration: underline;
}
header .navbar .sage-nav-dropdown.show .dropdown-toggle {
  background: #f4f4f4;
  color: #CD0058 !important;
  position: relative;
}
header .navbar .sage-nav-dropdown.show .dropdown-toggle:before {
  content: '';
  background: transparent;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
  border: 10px solid #f4f4f4;
}
body {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
}
body.admin-pages {
  background: #f5f5f5;
}
.flag {
  margin-top: -6px;
}
.admin-card .a:hover {
  text-decoration: none !important;
}
.admin-card .card-body {
  background: #003349;
  color: white;
}
.no-underline {
  text-decoration: none !important;
}
main a {
  color: #CD0058;
}
main a:hover {
  color: #a90049;
}
main .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main .container p:last-child {
  margin-bottom: 0;
}
main .container .sage-card-row:last-child {
  margin-bottom: -3rem;
}
main .grey-wrapper {
  background: #f5f5f5;
}
main .grey-wrapper .container {
  padding-top: 0;
}
.breadcrumb {
  background: transparent;
  padding-left: 0;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "SageUIIcons";
  content: "\f105";
  font-size: 12px;
}
.section-grey {
  background: #f5f5f5;
}
.section-grey p,
.section-grey p.lead {
  color: #003349;
}
.product-head {
  background-color: white;
  background-size: cover;
  height: 360px;
  max-width: 2000px;
  margin: 0 auto 24px;
}
.product-head h2 {
  font-family: adelle_sans_sagethin, Arial, sans-serif;
  padding: 3rem 1rem;
  text-align: center;
  height: 360px;
  color: #E0ECEF;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.85));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product-head h2::before {
  content: ' ';
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.product-head h2 .product-type {
  color: #00DC00;
}
.product-head h2 .product-name {
  font-size: 1rem;
}
.product-section .product-section-head {
  position: relative;
  text-align: center;
  background-color: white;
  background-size: cover;
}
.product-section .product-section-head:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  background-image: url('https://asset.sage-partner-marketing-hub.com/app/img/product/down-fafafa.png');
  background-repeat: no-repeat;
  background-position: top;
}
.product-section .product-section-head h3,
.product-section .product-section-head h4,
.product-section .product-section-head h5 {
  color: #ffffff;
}
.product-section .product-section-head .section-picto img {
  width: 48px;
  height: auto;
}
@media (min-width: 576px) {
  .product-section .product-section-head {
    text-align: left;
  }
}
.product-section .assets ul {
  margin-top: 1rem;
  padding-left: 0;
}
.product-section .assets ul li {
  border-top: 1px dashed #D6D6D6;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
.product-section .assets ul li a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.55);
  padding-right: 24px;
  position: relative;
  width: 100%;
  min-height: 26px;
}
.product-section .assets ul li a i {
  display: block;
  font-size: 10px;
  margin-top: 0;
}
.product-section .assets ul li a:hover,
.product-section .assets ul li a:active {
  color: #CD0058;
  text-decoration: none;
}
.product-section .assets ul li a:hover:after,
.product-section .assets ul li a:active:after {
  color: #ffffff;
  background: #CD0058;
}
.product-section .assets ul li a:after {
  font-family: "SageUIIcons";
  background: #D6D6D6;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.85);
  content: '\f105';
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.product-section .assets ul li:last-child {
  border-bottom: 1px dashed #D6D6D6;
}
.toc h5 {
  margin-top: 0;
  display: inline-block;
  text-align: left;
  line-height: 32px;
  background-size: 32px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.toc a:hover {
  text-decoration-color: #004B87;
}
@media (min-width: 576px) {
  .toc {
    text-align: center;
  }
  .toc h5 {
    display: block;
    text-align: center;
    padding-left: 0;
    background-size: 60px;
    background-position: top;
    padding-top: 75px;
  }
}
.with-hero .hero-container {
  position: relative;
}
.with-hero .hero-container .hero {
  background-color: white;
  background-size: cover;
  background-position: center;
  height: 360px;
  max-width: 2000px;
  margin: 0 auto 24px;
}
@media (max-width: 576px) {
  .with-hero .hero-container .hero {
    height: 150px;
  }
}
.with-hero .hero-container h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.85));
  height: 360px;
  color: #00DC00;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 3rem;
}
.with-hero .hero-container h2::before {
  content: ' ';
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: block;
}
.with-hero .hero-container h2 .small {
  color: #E0ECEF;
}
@media (max-width: 576px) {
  .with-hero .hero-container h2 {
    position: unset;
    background-image: none;
    height: unset;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    color: #004B87;
  }
}
.video-modal .modal-header {
  height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0;
  border-bottom-width: 0;
}
html,
body {
  min-height: 100%;
  height: 0;
}
body {
  display: flex;
  flex-direction: column;
}
.not-footer {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  border-width: 0;
}
footer {
  background: #003349;
  border-top: 1px solid #E0ECEF;
  bottom: 0;
  color: #E0ECEF;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  font-size: 0.8rem;
}
footer svg {
  height: 42px;
  width: 290px;
}
footer hr {
  border-top: 1px solid #E0ECEF;
}
footer h6 {
  font-size: 0.8rem;
  color: #8AB7C2;
  text-transform: none;
}
footer img {
  margin-top: 18px;
}
footer a {
  color: #E0ECEF;
}
footer a:hover {
  color: #92D0EC;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer .sitemap ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
footer .legals ul li + li::before {
  content: ' ';
  padding: 0 10px;
  color: #E0ECEF;
}
footer .legals ul li a {
  display: inline-block;
}
.btn {
  border-radius: 0;
  padding: 5px 16px;
}
.btn-sm {
  padding: 0.1rem 16px;
}
.btn-primary {
  background: #CD0058;
  border-color: #CD0058;
}
.btn-primary:hover {
  background: #b4004d;
  border-color: #a90049;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active {
  background: #a40046;
  border-color: #9a0042;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(205, 0, 88, 0.5);
}
.btn-link {
  color: #CD0058;
}
.btn-link:hover {
  color: #CD0058;
}
.btn-outline-secondary {
  border-color: #5C5C5C;
}
.btn-light {
  background: #f5f5f5;
  border-color: #f5f5f5 !important;
}
.no-arrow .dropdown-toggle::after {
  display: none;
}
.page-link {
  color: #CD0058;
}
.page-link:hover {
  color: #CD0058;
}
.input-group-btn .btn {
  margin-bottom: 0;
}
.input-group > .group-span-filestyle > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 9px;
  padding-top: 8px;
}
.bootstrap-filestyle.input-group .form-control {
  border-right: 0;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  color: #ffffff;
  background-color: #CD0058;
  border-color: #CD0058;
}
@media (max-width: 576px) {
  .form-buttons button,
  .form-buttons a {
    display: block;
    width: 100%;
  }
}
form {
  padding-top: 3rem;
}
.admin-pages form {
  padding-top: 0;
}
.form-control {
  border-color: #D6D6D6;
}
.form-group label {
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0.75rem;
  font-weight: 800;
  font-size: 80%;
}
.input-group .btn {
  border-radius: 0.25rem;
  color: #CD0058;
  border-color: #D6D6D6;
  background: white;
}
.input-group .btn:focus,
.input-group .btn:hover {
  border-color: #CD0058;
  box-shadow: none;
}
.input-group .btn:active {
  color: #CD0058 !important;
  border-color: #D6D6D6 !important;
  background: white !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group-text {
  border-color: #D6D6D6;
  background: #ffffff;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  background-color: #ffffff;
  border: 1px solid rgba(205, 0, 88, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #CD0058;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #CD0058;
}
.form-buttons {
  padding-top: 24px;
}
.form-tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #D63F40 !important;
}
.form-tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #D63F40 !important;
}
.form-tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #D63F40 !important;
}
.form-tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #D63F40 !important;
}
.form-tooltip .arrow {
  left: unset !important;
  right: 45px;
}
.form-tooltip .arrow::before {
  border-width: 0.65rem 0.66rem 0;
}
.form-tooltip .tooltip-inner {
  background: #D63F40 !important;
  color: #ffffff !important;
}
.country-access-permissions {
  /* For medium screen */
  /* For large screen */
}
.country-access-permissions .country {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.25rem;
}
.country-access-permissions [class*=col-] {
  border-bottom: 1px solid #D6D6D6;
  padding-top: 0.25rem;
}
.country-access-permissions .country-access-permissions-header {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  background: white;
}
.country-access-permissions .row > :nth-child(6n),
.country-access-permissions .row > :nth-child(6n-1),
.country-access-permissions .row > :nth-child(6n-2) {
  background: #f5f5f5;
}
.country-access-permissions .row > :nth-child(6n-3),
.country-access-permissions .row > :nth-child(6n-4),
.country-access-permissions .row > :nth-child(6n-5) {
  background: #ffffff;
}
@media (min-width: 768px) {
  .country-access-permissions .row > :nth-child(12n),
  .country-access-permissions .row > :nth-child(12n-1),
  .country-access-permissions .row > :nth-child(12n-2),
  .country-access-permissions .row > :nth-child(12n-3),
  .country-access-permissions .row > :nth-child(12n-4),
  .country-access-permissions .row > :nth-child(12n-5) {
    background: #f5f5f5;
  }
  .country-access-permissions .row > :nth-child(12n-6),
  .country-access-permissions .row > :nth-child(12n-7),
  .country-access-permissions .row > :nth-child(12n-8),
  .country-access-permissions .row > :nth-child(12n-9),
  .country-access-permissions .row > :nth-child(12n-10),
  .country-access-permissions .row > :nth-child(12n-11) {
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .country-access-permissions .row > :nth-child(18n),
  .country-access-permissions .row > :nth-child(18n-1),
  .country-access-permissions .row > :nth-child(18n-2),
  .country-access-permissions .row > :nth-child(18n-3),
  .country-access-permissions .row > :nth-child(18n-4),
  .country-access-permissions .row > :nth-child(18n-5),
  .country-access-permissions .row > :nth-child(18n-6),
  .country-access-permissions .row > :nth-child(18n-7),
  .country-access-permissions .row > :nth-child(18n-8) {
    background: #f5f5f5;
  }
  .country-access-permissions .row > :nth-child(18n-9),
  .country-access-permissions .row > :nth-child(18n-10),
  .country-access-permissions .row > :nth-child(18n-11),
  .country-access-permissions .row > :nth-child(18n-12),
  .country-access-permissions .row > :nth-child(18n-13),
  .country-access-permissions .row > :nth-child(18n-14),
  .country-access-permissions .row > :nth-child(18n-15),
  .country-access-permissions .row > :nth-child(18n-16),
  .country-access-permissions .row > :nth-child(18n-17) {
    background: #ffffff;
  }
}
.custom-checkbox.checkbox-filter {
  background: #41A940;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: calc(1.5rem + 10px);
}
.custom-checkbox.checkbox-filter .custom-control-label {
  color: #ffffff;
  cursor: pointer;
}
.custom-checkbox.checkbox-filter .custom-control-label::before {
  display: none;
}
.custom-checkbox.checkbox-filter .custom-control-label::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: unset;
  right: -1.5rem;
  top: 0;
  background: transparent;
}
.custom-checkbox.checkbox-filter .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.alert {
  border-radius: 0.5rem;
  border-left: 1 solid #28a3da;
  border-left-width: 2.5rem;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  padding: 1.25rem 1.25rem;
}
.alert::before {
  font-family: "SageUIIcons";
  color: white;
  position: absolute;
  left: -2.5rem;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  text-align: center;
  padding: 1.25rem 0;
}
.alert-info,
.alert-primary {
  border-color: #28a3da;
  background: #eef8fc !important;
}
.alert-info::before,
.alert-primary::before {
  content: '\f05a';
}
.alert-success {
  border-color: #41A940;
  background: #f0f9f0 !important;
}
.alert-success::before {
  content: '\f00c';
}
.alert-danger {
  border-color: #D63F40;
  background: #fcf0f0 !important;
}
.alert-danger::before {
  content: '\f06a';
}
.alert-warn {
  border-color: #FF7B00;
  background: #fff5eb !important;
}
.alert-warn::before {
  content: '\e969';
}
.badge {
  background: #003349;
  border-color: #003349 !important;
  border-radius: 0;
}
.badge-primary {
  background: #003349;
}
.badge-success {
  background: #007600;
}
.badge-danger {
  background: #CD0058;
}
.card-pill {
  position: absolute;
  font-size: 1.4rem;
  right: -0.7rem;
  top: -0.7rem;
  border-radius: 10rem;
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.table-striped {
  background: white;
}
.table .thead-dark th {
  background-color: #004B87;
  color: #00DC00;
}
@font-face {
  font-family: "SageUIIcons";
  src: url('https://asset.sage-partner-marketing-hub.com/app/fonts/fonts/sageuiicons.eot?cb=1');
  src: url('https://asset.sage-partner-marketing-hub.com/app/fonts/fonts/sageuiicons.eot?cb=1#iefix') format('embedded-opentype'), url('https://asset.sage-partner-marketing-hub.com/app/fonts/sageuiicons.woff?cb=1') format('woff'), url('https://asset.sage-partner-marketing-hub.com/app/fonts/sageuiicons.ttf?cb=1') format('truetype'), url('https://asset.sage-partner-marketing-hub.com/app/fonts/sageuiicons.svg?cb=1#') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="sxicon-"],
[class*="sxicon-"],
[class*="sxicon"],
.sxicon,
.library-sageuiicons [class^="sxicon-"],
.library-sageuiicons [class*="sxicon-"] {
  font-family: "SageUIIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 80%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sxicon-external-link::after {
  content: '\f08e';
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-indicators .active {
  background-color: #003349;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #8AB7C2;
}
.carousel-item.carousel-admin {
  float: none;
}
.blind {
  position: relative;
}
.blind::after {
  font-family: "SageUIIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 80%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94a';
  position: absolute;
  right: 0;
  font-size: 100%;
  border: 1px solid #003349;
  cursor: pointer;
  border-radius: 50%;
}
.blind.collapsed::after {
  content: '\e900';
}
.thead-dark .blind::after {
  border-color: #00DC00;
  margin-right: 1rem;
  font-size: 140% !important;
}
#toasts {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1000;
  opacity: 0;
  animation-name: slide;
  animation-duration: 550ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.toast {
  margin-right: 2rem;
}
.toast .toast-body {
  padding: 1rem;
  position: relative;
  background-color: #41A940;
  color: #eef8fc;
}
.toast .toast-body .close {
  position: absolute;
  right: 5px;
  top: 0;
  color: #eef8fc;
  font-weight: 400;
  opacity: 1;
}
@keyframes slide {
  0% {
    opacity: 1;
    left: -450px;
  }
  85% {
    left: 2.6rem;
  }
  95% {
    left: 1.6rem;
  }
  100% {
    opacity: 1;
    left: 2rem;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.editor-preview h1,
.editor-preview-side h1,
.markdown h1 {
  color: #004B87;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  font-family: adelle_sans_sageregular, Arial, sans-serif;
  margin-top: 3rem!important;
}
.editor-preview h1:first-child,
.editor-preview-side h1:first-child,
.markdown h1:first-child {
  margin-top: 0!important;
}
.editor-preview h1:last-child,
.editor-preview-side h1:last-child,
.markdown h1:last-child {
  margin-bottom: -2.5rem !important;
}
.editor-preview h2,
.editor-preview-side h2,
.markdown h2 {
  font-family: adelle_sans_sageregular, Arial, sans-serif;
  color: #004B87;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}
.editor-preview h3,
.editor-preview-side h3,
.markdown h3 {
  font-family: adelle_sans_sageregular, Arial, sans-serif;
  color: #004B87;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
.editor-preview.lead-text p,
.editor-preview-side.lead-text p,
.markdown.lead-text p {
  font-family: adelle_sans_sagethin, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 1.25rem;
  font-weight: 300;
}
.card-body .markdown h1:first-child {
  margin-top: 0!important;
}
.modal-content {
  border-radius: 1rem;
}
.modal-content h4 {
  color: rgba(0, 0, 0, 0.85);
}
.card.sage-card {
  border-radius: 0;
  border-width: 0;
}
.card.sage-card .card-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 280px;
  background-color: #003349;
  background-repeat: no-repeat;
  background-position: 0.75rem 1.25rem;
  background-size: 160px 160px;
  color: #E0ECEF;
  padding-top: 0;
  line-height: calc(42px + 0.75rem);
  border-bottom-width: 0;
}
.card.sage-card .card-header.download {
  background-image: url('https://asset.sage-partner-marketing-hub.com/app/img/sage-icons/light/icon-download.svg?cb=1');
}
.card.sage-card .card-header.video {
  background-image: url('https://asset.sage-partner-marketing-hub.com/app/img/sage-icons/light/icon-video.svg?cb=1');
}
.card.sage-card .card-header.link {
  background-image: url('https://asset.sage-partner-marketing-hub.com/app/img/sage-icons/light/icon-link.svg?cb=1');
}
.card.sage-card .card-header.page {
  background-image: url('https://asset.sage-partner-marketing-hub.com/app/img/sage-icons/light/icon-page.svg?cb=1');
}
.card.sage-card .card-header .h3 {
  height: 280px;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  color: #E0ECEF;
  font-family: adelle_sans_sagethin, Arial, sans-serif;
}
.card.sage-card .card-header .h3::before {
  content: ' ';
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: block;
}
.card.sage-card .card-footer {
  background: #ffffff;
  border-top-color: transparent;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.card.sage-card .card-footer .btn::after {
  font-family: "SageUIIcons";
  content: " \f105";
  text-decoration: none !important;
}
.card.sage-card .cover-image {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.card.sage-card .cover-image .h3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.85));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.card.sage-card .card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.admin-tile-buttons {
  top: 0;
  left: 0;
  right: 0;
  background: rgba(224, 236, 239, 0.2);
  z-index: 1000;
}
.admin-tile-buttons > div input {
  height: 1.5rem;
  width: 1.5rem;
  margin: 10px;
}
.admin-tile-buttons a {
  color: #E0ECEF;
  font-size: 24px;
  display: block;
  padding: 10px;
}
.admin-tile-buttons a:hover {
  color: #E0ECEF;
  background: #CD0058;
}
.list-group.list-group-striped .list-group-item:nth-child(odd) {
  background-color: #f5f5f5;
}
.caret-right::after {
  font-family: "SageUIIcons";
  content: " \f105";
  text-decoration: none !important;
}
.country-selector .region-list ul {
  padding: 0;
  margin: 0;
}
.country-selector .region-list ul li {
  list-style: none;
  padding-bottom: 0.5rem;
}
.country-selector .region-list ul li:last-child {
  padding-bottom: 0;
}
.country-selector .region-list ul li img {
  height: 24px;
}
.country-selector .region-list ul li a {
  color: rgba(0, 0, 0, 0.85);
}
.country-selector .region-list ul li a:hover {
  color: #CD0058;
}
.country-selector-button {
  width: calc(32px + 1rem);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
}
.country-selector-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  top: calc(50% - 0.185em);
  position: absolute;
  right: -8px;
}
#progress-overlay {
  z-index: 2000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#progress-container {
  background: white;
  z-index: 2001;
  position: fixed;
  top: 40%;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
#group-upload {
  display: none;
}
.type-download #group-upload {
  display: block;
}
.type-download #group-tileUrl {
  display: none;
}
#tile-download-modal-content .select-download,
#tile-image-modal-content .cover-image {
  cursor: pointer;
}
.modal-body {
  min-height: 12rem;
}
.loading {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.template-preview {
  margin: 1rem;
  border-radius: 5px;
  box-shadow: 3px 3px 9px 2px #ccc;
  padding: 0.25rem 0;
}
.template-preview .template-section {
  background: #eee;
  margin: 1rem;
  font-size: 0.8rem;
  padding: 0.25rem;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.template-preview .template-tile {
  background: #003349;
  height: 70px;
  float: left;
  margin: 5px;
  border-bottom: #ccc 20px solid;
  flex: 0 0 calc(33.333333% - 10px);
  max-width: calc(33.333333% - 10px);
  position: relative;
}
.template-preview .template-tile::after {
  content: '';
  bottom: -15px;
  left: 5px;
  width: 33%;
  height: 10px;
  background: #CD0058;
  position: absolute;
}
.template-preview .template-person {
  width: 100%;
}
.template-preview .template-person .w-100 {
  padding-left: 40px;
  padding-right: 5px;
}
.template-preview .template-person .fa-user-circle {
  padding: 5px;
  font-size: 30px;
}
.template-preview .template-text-line {
  height: 10px;
  margin: 2.5px;
  background: #bbb;
  width: 100%;
}
.template-preview .template-text-line.small {
  height: 6px !important;
  margin: 3px 2.5px;
}
.template-preview .template-text-line:last-child {
  height: 10px;
  margin: 2.5px;
  background: #bbb;
  width: 80%;
}
.template-preview .template-field {
  margin: 5px;
  margin-top: 20px;
  height: 1.25rem;
  background: white;
  border: 1px solid #bbb;
  width: 100%;
  position: relative;
}
.template-preview .template-field:before {
  background: #bbb;
  width: 25%;
  height: 10px;
  content: '';
  top: -15px;
  position: absolute;
  left: 0;
}
.template-preview .template-field:last-child {
  margin-bottom: calc(1rem + 15px);
}
.template-preview .template-field:last-child:after {
  content: '';
  bottom: -25px;
  right: 0;
  width: 25%;
  height: 1rem;
  background: #CD0058;
  position: absolute;
}
/*# sourceMappingURL=common.css.map */