/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.color-purp {
  background: #8427e2;
}

.color-lilac {
  background: #cd92ff;
}

.color-blue {
  background: #72c9f8;
}

.color-purp-dark {
  background: #360065;
}

.color-green {
  background: #33ff94;
}

.color-red {
  background: #ff6374;
}

.color-yellow {
  background: #ffcd5a;
}

.color-orange {
  background: #ff8055;
}

.color-dark-grey {
  background: #232323;
}

.color-pale-grey {
  background: #e9e9e9;
}

.color-grey2 {
  background: #919ba5;
}

.color-grey3 {
  background: #c8d2d7;
}

.color-grey4 {
  background: #e1ebeb;
}

.color-purp h1,
.color-purp-dark h1,
.color-green h1,
.color-yellow h1,
.color-pale-grey h1,
.color-grey3 h1,
.color-grey4 h1 {
  color: white;
}

.purple-dusk-grad {
  background: linear-gradient(#360065 0%, #8427e2 70%, #8427e2 100%);
}

.blue-steel-grad {
  background: linear-gradient(#72c9f8 0%, #8427e2 60%, #8427e2 100%);
}

.purple-sky-grad {
  background: linear-gradient(#cd92ff 0%, #8427e2 50%, #8427e2 100%);
}

.royal-mint-grad {
  background: linear-gradient(#33ff94 0%, #8427e2 70%, #8427e2 100%);
}

.red-sunset-grad {
  background: linear-gradient(#ff6374 0%, #8427e2 50%, #8427e2 100%);
}

.amethyst-glow-grad {
  background: linear-gradient(#ffcd5a 0%, #8427e2 60%, #8427e2 100%);
}

.citrus-nebula-grad {
  background: linear-gradient(#ff8055 0%, #8427e2 60%, #8427e2 100%);
}

.diagonal.purple-dusk-grad {
  background: linear-gradient(9deg, #8427e2 50%, #360065 100%);
}
.diagonal.blue-steel-grad {
  background: linear-gradient(9deg, #8427e2 50%, #72c9f8 100%);
}
.diagonal.purple-sky-grad {
  background: linear-gradient(9deg, #8427e2 50%, #cd92ff 100%);
}
.diagonal.royal-mint-grad {
  background: linear-gradient(9deg, #8427e2 50%, #33ff94 100%);
}
.diagonal.red-sunset-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ff6374 100%);
}
.diagonal.amethyst-glow-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ffcd5a 100%);
}
.diagonal.citrus-nebula-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ff8055 100%);
}

.left-to-right.purple-dusk-grad {
  background: linear-gradient(to right, #8427e2, #360065);
}
.left-to-right.blue-steel-grad {
  background: linear-gradient(to right, #8427e2, #72c9f8);
}
.left-to-right.purple-sky-grad {
  background: linear-gradient(to right #8427e2, #cd92ff);
}
.left-to-right.royal-mint-grad {
  background: linear-gradient(to right, #8427e2, #33ff94);
}
.left-to-right.red-sunset-grad {
  background: linear-gradient(to right, #8427e2, #ff6374);
}
.left-to-right.amethyst-glow-grad {
  background: linear-gradient(to right, #8427e2, #ffcd5a);
}
.left-to-right.citrus-nebula-grad {
  background: linear-gradient(to right, #8427e2, #ff8055);
}

.radial.purple-dusk-grad {
  background: radial-gradient(#8427e2, #360065);
}
.radial.blue-steel-grad {
  background: radial-gradient(#8427e2, #72c9f8);
}
.radial.purple-sky-grad {
  background: radial-gradient(#8427e2, #cd92ff);
}
.radial.royal-mint-grad {
  background: radial-gradient(#8427e2, #33ff94);
}
.radial.red-sunset-grad {
  background: radial-gradient(#8427e2, #ff6374);
}
.radial.amethyst-glow-grad {
  background: radial-gradient(#8427e2, #ffcd5a);
}
.radial.citrus-nebula-grad {
  background: radial-gradient(#8427e2, #ff8055);
}

.dark-bg-theme .intro-block h2,
.dark-bg-theme .intro-block h2 span {
  color: white !important;
}
.dark-bg-theme .curve-promo h3,
.dark-bg-theme .curve-promo p {
  color: white !important;
}
.dark-bg-theme .breadcrumb.component .separator {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-white.svg") no-repeat 5px 3px;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component .separator {
    margin: 0 0;
    width: 11px;
    background-position: -2px 3px;
  }
}
.dark-bg-theme .breadcrumb.component li > .navigation-title > a:hover {
  color: white;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component li.home a {
    color: #8427e2;
    background: white;
  }
  .dark-bg-theme .breadcrumb.component li.home a:hover {
    color: #8427e2;
  }
}
.dark-bg-theme .breadcrumb.component li.last a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component li.mob-trunc .separator {
    display: inline-block !important;
  }
  .dark-bg-theme .breadcrumb.component li.mob-trunc a:before {
    color: white;
  }
}
.dark-bg-theme .accordion .toggle-header .component .field-heading {
  color: white;
}
.dark-bg-theme .accordion .toggle-header .component .field-heading:before, .dark-bg-theme .accordion .toggle-header .component .field-heading:after {
  background-color: white;
}
.dark-bg-theme .accordion .toggle-content {
  color: white;
}
.dark-bg-theme .accordion .toggle-content .content ul li::marker {
  color: white !important;
}
.dark-bg-theme .accordion .item {
  background: transparent;
}

.outer-container {
  max-width: 100%;
}

.breadcrumb.component {
  background: transparent;
  padding: 0.55rem 3.6rem;
}
@media only screen and (max-width: 959px) {
  .breadcrumb.component {
    padding: 0.55rem 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component {
    display: none;
  }
  #breadcrumb-top .breadcrumb.component {
    display: block;
  }
}
#footer .breadcrumb.component {
  background: #330065;
  display: block;
  padding: 0.55rem 1rem;
  margin: -16px 0 20px 0;
}
#breadcrumb-top #footer .breadcrumb.component {
  display: none;
}
@media only screen and (max-width: 375px) {
  #footer .breadcrumb.component {
    padding: 0.5rem 0.5rem;
  }
}
.homepage #footer .breadcrumb.component {
  display: none;
}
.breadcrumb.component:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb.component.breadcrumb-navigation {
  overflow: visible;
}
.breadcrumb.component a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  color: #bdbdbd;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component a {
    font-size: 0;
  }
}
#footer .breadcrumb.component a {
  color: #fff;
}
.breadcrumb.component ol {
  list-style: none;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb.component .field-title {
  display: inline-block;
}
.breadcrumb.component .separator {
  margin: 0 14px 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/breadcrumb/purp-chevron-right.svg") no-repeat 5px 3px;
  background-size: 0.75rem;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component .separator {
    margin: 0 0;
    width: 11px;
    background-position: -2px 3px;
  }
}
#footer .breadcrumb.component .separator {
  display: none;
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-white.svg") no-repeat -4px 1px;
}
.breadcrumb.component li {
  display: inline-block;
}
.breadcrumb.component li > .navigation-title {
  display: inline-block;
  vertical-align: middle;
  color: white;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component li > .navigation-title {
    text-overflow: ellipsis;
    max-width: 116%;
    overflow: hidden;
  }
}
.breadcrumb.component li > .navigation-title > a:hover {
  color: #8522E3;
}
#footer .breadcrumb.component li > .navigation-title > a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component li.home .separator {
    display: inline-block !important;
  }
  .breadcrumb.component li.home a {
    font-size: 0.8rem;
    color: white;
    background: #8427e2;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
  }
  .breadcrumb.component li.home a:hover {
    color: white;
  }
}
#footer .breadcrumb.component li.home a {
  color: #330065;
  background: #fff;
}
#footer .breadcrumb.component li.home a:hover {
  color: #330065;
}
.breadcrumb.component li.last {
  max-width: calc(100% - 115px);
}
.breadcrumb.component li.last .separator {
  display: none;
}
.breadcrumb.component li.last a {
  color: #1E1E1E;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component li.last a {
    font-size: 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
#footer .breadcrumb.component li.last a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .breadcrumb.component li.mob-trunc .separator {
    display: inline-block !important;
  }
  .breadcrumb.component li.mob-trunc a:before {
    content: "...";
    font-size: 0.9rem;
    font-family: "EuclidCircularA-Light", Arial, sans-serif;
  }
}
#footer .breadcrumb.component li.mob-trunc a:before {
  color: #fff;
}
.breadcrumb.component li.item-hide:hover > ol {
  display: none;
}
.breadcrumb.component li:hover > ol {
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 100;
}
.breadcrumb.component li > ol {
  box-sizing: border-box;
  display: none;
  margin: 0;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}
.breadcrumb.component li > ol li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  margin: 0;
  padding: 2px 20px;
  width: 100%;
  min-width: 140px;
  cursor: pointer;
}
.breadcrumb.component li > ol li .fa {
  float: left;
}
.breadcrumb.component li > ol li:hover {
  background: #89C6CC;
  color: #fff;
}
.breadcrumb.component li > ol li:hover a {
  color: #fff !important;
}
.breadcrumb.component li > ol li:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-50%);
  position: absolute;
  content: "\f0ac";
  top: 50%;
  left: 2px;
}
.breadcrumb.component li > ol li > a {
  display: block;
  padding: 2px 0 2px 10px;
}
.breadcrumb.component li > ol li:last-child {
  border-bottom-width: 0;
}

#footer .breadcrumb.light-bg-theme {
  background: #f4f4f4 !important;
}
#footer .breadcrumb.light-bg-theme a {
  color: #232323;
}
#footer .breadcrumb.light-bg-theme .separator {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/breadcrumb/purp-chevron-right.svg") no-repeat -4px 1px;
}
#footer .breadcrumb.light-bg-theme li.home a {
  color: #fff;
  background: #8522E3;
}
#footer .breadcrumb.light-bg-theme li.home a:hover {
  color: #fff;
}
#footer .breadcrumb.light-bg-theme li.last a {
  color: #232323;
}
#footer .breadcrumb.light-bg-theme li.mob-trunc a:before {
  color: #232323;
}
#footer .breadcrumb.color-purp {
  background: #8427e2 !important;
}
#footer .breadcrumb.color-blue {
  background: #72c9f8 !important;
}
#footer .breadcrumb.color-purp-dark {
  background: #360065 !important;
}
#footer .breadcrumb.color-green {
  background: #33ff94 !important;
}
#footer .breadcrumb.color-red {
  background: #ff6374 !important;
}
#footer .breadcrumb.color-yellow {
  background: #ffcd5a !important;
}
#footer .breadcrumb.color-orange {
  background: #ff8055 !important;
}
#footer .breadcrumb.color-dark-grey {
  background: #232323 !important;
}
#footer .breadcrumb.color-pale-grey {
  background: #e9e9e9 !important;
}
#footer .breadcrumb.color-grey2 {
  background: #919ba5 !important;
}
#footer .breadcrumb.color-grey3 {
  background: #c8d2d7 !important;
}
#footer .breadcrumb.color-grey4 {
  background: #e1ebeb !important;
}
#footer .breadcrumb.color-purp h1, #footer .breadcrumb.color-purp-dark h1, #footer .breadcrumb.color-green h1, #footer .breadcrumb.color-yellow h1, #footer .breadcrumb.color-pale-grey h1, #footer .breadcrumb.color-grey3 h1, #footer .breadcrumb.color-grey4 h1 {
  color: white !important;
}
#footer .breadcrumb.purple-dusk-grad {
  background: linear-gradient(#360065 0%, #8427e2 70%, #8427e2 100%) !important;
}
#footer .breadcrumb.blue-steel-grad {
  background: linear-gradient(#72c9f8 0%, #8427e2 60%, #8427e2 100%) !important;
}
#footer .breadcrumb.purple-sky-grad {
  background: linear-gradient(#cd92ff 0%, #8427e2 50%, #8427e2 100%) !important;
}
#footer .breadcrumb.royal-mint-grad {
  background: linear-gradient(#33ff94 0%, #8427e2 70%, #8427e2 100%) !important;
}
#footer .breadcrumb.red-sunset-grad {
  background: linear-gradient(#ff6374 0%, #8427e2 50%, #8427e2 100%) !important;
}
#footer .breadcrumb.amethyst-glow-grad {
  background: linear-gradient(#ffcd5a 0%, #8427e2 60%, #8427e2 100%) !important;
}
#footer .breadcrumb.citrus-nebula-grad {
  background: linear-gradient(#ff8055 0%, #8427e2 60%, #8427e2 100%) !important;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.breadcrumb.breadcrumb-hide li {
  white-space: nowrap;
}
.breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
  display: none;
}
.breadcrumb.breadcrumb-hide li.item-hide a {
  display: none;
}
.breadcrumb.breadcrumb-hide li.item-hide:before {
  content: "...";
  display: inline;
}
.breadcrumb.breadcrumb-hide li.hide-full {
  display: none;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.breadcrumb.triangle-separator .separator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.breadcrumb.triangle-separator .separator:before {
  content: "\f0da";
  display: block;
  font-size: 16px;
}