/* CA Region specific styles */
header {
  background-image: url("/sites/us/assets/img/public-home-header-2024.webp");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85% top;
  border-bottom-width: 0px;
  top: 55px;
  margin-bottom: 70px;
}
header:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 81, 136, 0.95)), color-stop(70%, rgba(0, 81, 136, 0)));
  background: -webkit-linear-gradient(left, #005188 0%, rgba(0, 81, 136, 0) 70%);
  background: -o-linear-gradient(left, rgba(0, 81, 136, 0.95) 0%, rgba(0, 81, 136, 0) 70%);
  background: linear-gradient(90deg, rgba(0, 81, 136, 0.95) 0%, rgba(0, 81, 136, 0) 70%);
}
header .container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0 !important;
  min-height: 300px;
}
header .container div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
header .container div img {
  max-width: 400px;
  margin: 0 0 20px 0;
}
header .container div h2,
header .container div p {
  color: #ffffff !important;
}
header .container div strong {
  color: #fce08c;
}
@media (max-width: 767px) {
  header {
    background-position: left center;
    padding-top: 50px !important;
    padding-bottom: 50px;
    background-size: 200%;
  }
  header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 81, 136, 0.65);
  }
  header.softwareheader:after {
    background: rgba(0, 177, 176, 0.65);
  }
  header.mspheader:after {
    background: rgba(248, 151, 29, 0.65);
  }
  header .container {
    flex-direction: column;
    padding-bottom: 15px;
    text-align: center;
    min-height: 250px;
    justify-content: center;
    max-width: 450px;
  }
  header .container div img {
    width: 85%;
    max-width: 350px;
    min-width: auto !important;
    margin: 0 auto 20px;
  }
  header .container div strong {
    color: #fff;
  }
}
@media (min-width: 768px) {
  header {
    top: 120px;
    margin-bottom: 100px;
  }
  header .container {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  header {
    top: 80px;
  }
  header .container {
    min-height: 500px;
  }
  header .container .btn {
    font-size: 125%;
  }
}
@media (min-width: 1200px) {
  header {
    background-position: center;
  }
  header .container {
    min-height: 600px;
  }
  header .container .btn {
    font-size: 140%;
    padding: 15px 20px;
  }
  header .container h2 {
    font-size: 36px;
  }
  header .container p {
    font-size: 120%;
  }
}
.btn-gold {
  color: #ffffff;
  background-color: #d7a614;
  border-color: #c09412;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
  color: #ffffff;
  background-color: #c09412;
  border-color: #a88210;
}
.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
  background-image: none;
}
.btn-marroon {
  color: #ffffff;
  background-color: #a41e22;
  border-color: #8e1a1e;
}
.btn-marroon:hover,
.btn-marroon:focus,
.btn-marroon:active,
.btn-marroon.active,
.open .dropdown-toggle.btn-marroon {
  color: #ffffff;
  background-color: #8e1a1e;
  border-color: #791619;
}
.btn-marroon:active,
.btn-marroon.active,
.open .dropdown-toggle.btn-marroon {
  background-image: none;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
section.scroll-links {
  padding: 0;
  background: #ebebeb;
}
.scroll-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.scroll-links li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: -1px;
}
.scroll-links a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: #ebebeb;
  color: #005288;
  font-weight: bold;
}
.scroll-links a:hover,
.scroll-links a:focus-visible {
  background-color: #fff;
}
ul.resource-list {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
ul.resource-list li {
  display: block;
  border: 1px solid #0079c2;
  padding: 0;
  margin: 0 0 10px;
  border-radius: 5px;
  position: relative;
}
ul.resource-list li.section-break {
  border: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #3b4850;
  color: var(--clr-dk-gray);
  font-weight: 900;
  font-weight: var(--fw-heavy);
  padding-top: 2rem;
}
ul.resource-list li.section-break:first-child {
  padding-top: 0;
}
ul.resource-list li.text {
  border: 0;
}
ul.resource-list li.new:before {
  content: "NEW";
  color: #fff;
  color: var(--clr-white);
  background-color: #e82c2e;
  background-color: var(--clr-red);
  padding: 0 0.3rem;
  line-height: 1rem;
  font-size: 0.6rem;
  position: absolute;
  top: -3px;
  left: -5px;
  z-index: 2;
  pointer-events: none;
}
ul.resource-list li.new:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: rgba(0, 0, 0, 0) #9c0e34 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: -5px;
  top: calc(-3px + 1rem);
  z-index: 2;
}
ul.resource-list li a {
  color: #10a5ff;
  display: block;
  padding: 8px 60px 8px 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
ul.resource-list li a:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 150%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
}
ul.resource-list li a:hover,
ul.resource-list li a:focus,
ul.resource-list li a:active {
  background-color: #10a5ff;
  color: #fff;
}
ul.resource-list li.remote a:after {
  content: "\f14c";
}
ul.resource-list li.video a:after {
  content: "";
  font-family: "Font Awesome 5 Brands";
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.marketing-resources .scroll-links {
  scrollbar-width: auto;
  scrollbar-color: #0079c2 #a5b0b2;
}
/* Chrome, Edge, and Safari */
*.marketing-resources .scroll-links::-webkit-scrollbar {
  width: 16px;
}
.marketing-resources .scroll-links::-webkit-scrollbar-track {
  background: #a5b0b2;
}
.marketing-resources .scroll-links::-webkit-scrollbar-thumb {
  background-color: #0079c2;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.flex-split-right-img {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #efefef;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.flex-split-right-img > * {
  flex-basis: 100%;
}
.flex-split-right-img .content {
  padding: 20px 30px;
  align-self: center;
}
.flex-split-right-img .img img {
  width: 100%;
  height: max(40vw, 200px);
  object-fit: cover;
}
@media screen and (min-width: 601px) {
  .flex-split-right-img {
    flex-direction: row;
  }
  .flex-split-right-img .img img {
    height: 100%;
  }
}
.flexbuttons {
  display: flex;
  align-content: center;
  max-width: fit-content;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexbuttons > * {
  flex: 1;
  max-width: fit-content;
}
@media screen and (max-width: 991px) {
  .content-center-sm {
    text-align: center;
    padding: 0 20px 30px;
  }
  .flexbuttons {
    margin-inline: auto;
  }
}
.resourceGrid {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #efefef;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 20px;
  grid-auto-flow: row;
  grid-template-areas: "content img" "content-wide content-wide";
}
.resourceGrid .content {
  grid-area: content;
  padding: 20px 30px;
  align-self: center;
}
.resourceGrid .img {
  grid-area: img;
}
.resourceGrid .img img {
  height: max(40vw, 200px);
  height: 100%;
  min-height: 250px;
  width: 100%;
  object-fit: cover;
}
.resourceGrid .img.video {
  padding: 20px;
}
.resourceGrid .img.img-inset {
  display: grid;
  place-content: center;
}
.resourceGrid .img.img-inset img {
  width: 250px;
  object-fit: contain;
  max-width: 85%;
  height: auto !important;
  margin: 20px;
}
.resourceGrid .content-wide {
  grid-area: content-wide;
  padding: 20px 30px;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .resourceGrid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "img" "content" "content-wide";
  }
  .resourceGrid .img img {
    aspect-ratio: 2 / 1;
  }
  .resourceGrid .content-wide {
    padding-top: 0;
  }
}
.flex-buttons-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.backtotop {
  display: none;
  position: sticky;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 8px 8px;
  border-radius: 3px;
  font-size: 14px;
  background-color: rgba(73, 155, 232, 0.9);
  line-height: 1.1;
  z-index: 100;
}
.marketing-resources {
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 0;
}
.marketing-resources .sidebar {
  background: #a5b0b2;
}
.marketing-resources .main .content {
  margin: 1.5em auto;
  padding: 0 1.5em;
  width: 100%;
  max-width: 1200px;
}
.marketing-resources .scroll-links {
  position: sticky;
  top: 110px;
  padding-block: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.marketing-resources .scroll-links ul {
  display: block;
}
.marketing-resources .scroll-links a {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.25rem 1rem;
}
.marketing-resources .scroll-links a:hover,
.marketing-resources .scroll-links a:focus-visible {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
  .marketing-resources {
    grid-template-columns: 1fr;
  }
  .marketing-resources .scroll-links {
    max-height: none;
    padding-block: 0;
    overflow-y: visible;
  }
  .backtotop {
    display: block;
    top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .marketing-resources .backtotop {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .main .two-column {
    columns: 1;
  }
}
@media screen and (min-width: 1201px) {
  .main .two-column {
    columns: 2;
    gap: 20px;
  }
  .main .two-column > * {
    break-inside: avoid;
  }
}
.modulesLighter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.modulesLighter .links {
  margin-top: auto;
}
.modulesLighter .links a {
  display: block;
}
.modulesLighter .links a:not(:first-child) {
  margin-top: 10px;
}
.modulesLighter .title {
  font-size: 25px;
  text-transform: uppercase;
  background-color: var(--module-color);
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 44px 1fr;
  margin: -15px -10px 0;
  padding: 10px 8px;
}
@media screen and (min-width: 1201px) {
  .modulesLighter .title span {
    width: 0;
    overflow: visible;
  }
}
.modulesLighter .title i {
  justify-self: center;
  margin-top: 3px;
}
.modulesLighter .module {
  flex: 0 0 calc(33% - 20px);
  border: 1px solid #eeeeee;
  padding: 15px 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
  outline-width: 0;
  outline-color: var(--module-color);
  outline-style: solid;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.modulesLighter .module h3 {
  color: var(--module-color);
}
.modulesLighter .module .cta {
  color: var(--module-color);
  border-color: var(--module-color);
}
.modulesLighter .module .cta:after {
  background-color: var(--module-color);
}
.modulesLighter .module .number {
  color: var(--module-color);
  border-color: var(--module-color);
}
.modulesLighter .module img {
  max-width: 100%;
  max-height: 60px;
  margin: 0 auto 20px auto;
}
.modulesLighter .module img.mdf {
  max-height: 75px;
  margin-bottom: 5px;
}
.modulesLighter .module .text-important {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.modulesLighter .module .text-important,
.modulesLighter .module .text-regular {
  text-align: center;
  min-height: 100px;
  display: grid;
  place-content: center;
  padding: 0 20px;
}
.modulesLighter .module .counts {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.modulesLighter .module .counts .number {
  font-size: 55px;
  line-height: 80px;
  letter-spacing: -3px;
  padding-bottom: 3px;
}
.modulesLighter .module .counts .text {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.modulesLighter .module .counts .text span {
  display: block;
}
.modulesLighter .module h3 {
  text-align: center;
  font-size: 28px;
}
.modulesLighter .module p {
  text-align: center;
}
.modulesLighter .module p.lg {
  font-size: 16px;
  margin-bottom: 2px;
}
.modulesLighter .module p.md {
  font-size: 14px;
  margin-bottom: 2px;
}
.modulesLighter .module p.sm {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: auto;
}
.modulesLighter .module .cta {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  border: 1px solid #000;
  padding: 0 20px;
  line-height: 42px;
  display: inline-block;
  align-self: center;
  transition: all 0.3s ease-in-out;
}
.modulesLighter .module .cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.modulesLighter .module.module-dk-blue {
  --module-color: #005288;
}
.modulesLighter .module.module-orange {
  --module-color: #e18617;
}
.modulesLighter .module.module-teal {
  --module-color: #28bb9c;
}
.modulesLighter .module.module-marroon {
  --module-color: #b94700;
}
.modulesLighter .module:hover {
  outline-width: 6px;
  transform: translateY(-5px) translateZ(0);
  text-decoration: none;
}
.modulesLighter .module:hover .cta {
  color: #fff;
}
.modulesLighter .module:hover .cta:after {
  opacity: 1;
}
.modulesLighter.fourAcross .module {
  flex: 0 0 calc(25% - 20px);
}
@media (max-width: 1199px) {
  .modulesLighter .module img {
    max-height: 50px;
  }
  .modulesLighter .module .counts .text {
    font-size: 22px;
  }
  .modulesLighter.fourAcross .module {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .modulesLighter .module img {
    max-height: 38px;
  }
  .modulesLighter .module .counts {
    flex-direction: column;
  }
  .modulesLighter .module .counts .text {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .modulesLighter {
    flex-direction: column;
  }
  .modulesLighter .module {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 500px;
  }
  .modulesLighter .module img {
    max-height: 50px;
  }
  .modulesLighter .module .counts {
    flex-direction: row;
  }
  .modulesLighter .module .counts .text {
    text-align: left;
  }
}
