.list--container {
  min-height: 88vh;
  overflow: auto;
}
.partner--header__text {
  font-size: 32px;
  color: #2b2d32;
  font-family: sc_segoe-ui_light, sans-serif;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
.card--container--partners {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 0;
}
.partners-pagination--nav__container {
  clear: both;
  margin-bottom: 2px;
  float: left;
  height: 100%;
  padding: 0rem .5rem 0rem .5rem;
}
.partner-card {
  padding: .975rem;
  border: 0.5rem solid #ffffff;
  height: 270px;
}
.partner-card--container__left {
  background-color: #ffffff;
  padding: 0;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.partner-card--container__left:hover {
  opacity: 0.8;
}
.partner-card--img {
  padding: 0px 4px;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.partner-card--container__right {
  padding-right: 0;
  height: 220px;
  position: relative;
}
.partner-card--container__right h6:hover {
  color: #2b2d32;
}
.partner--title {
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #d93015;
  font-size: 18px;
}
.partner-card--link {
  position: absolute;
  bottom: 10px;
}
@media all and (min-width: 768px) {
  .partner-card--link {
    bottom: -3px;
  }
}
.partner--back-to-latest__link {
  float: right;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.mobile--link {
  display: none;
}
.desktop-link {
  display: inline-block;
}
.disabledLetter {
  pointer-events: none;
}
.disabledLetter:hover {
  cursor: not-allowed;
}
.page-link--alpha.disabledLetter {
  color: #a8abb4;
}
.partner-card--container {
  padding: 0;
  margin: 1rem 0rem 2rem 0rem;
  clear: both;
}
.pagination-alphabet {
  display: block;
}
.pagination-nav--container__partner {
  height: 50px;
  clear: both;
}
.pagination--divider {
  clear: both;
  margin: 1rem 0.5rem 0rem 0.5rem;
}
@media all and (max-width: 543px) {
  .partner-card {
    height: 100%;
  }
  .partner-card--container__right {
    padding: 1rem 0rem 0rem 0rem;
    height: 100%;
  }
  .partner-card--link {
    position: relative;
    bottom: initial;
  }
}
@media all and (max-width: 1199px) {
  .partners-pagination--nav__container {
    margin-bottom: 20px;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .partner--card-p {
    font-size: 14px;
  }
  .partner--title {
    font-family: sc_segoe-ui_semibold, sans-serif;
    color: #d93015;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner--card-p {
    font-size: 13px;
    line-height: 18px;
  }
  .partner--title {
    font-family: sc_segoe-ui_semibold, sans-serif;
    color: #d93015;
    font-size: 16px;
  }
}
@media all and (min-width: 1200px) {
  .partner--card-p {
    font-size: 15px;
    line-height: 20px;
    margin-top: -0.25rem;
  }
}
@media all and (min-width: 1200px) {
  .partner-card--img {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (max-width: 380px) {
  .partner--header__text {
    width: 200px;
  }
  .mobile--link {
    display: inline-block;
  }
  .desktop-link {
    display: none;
  }
  .partner--back-to-latest__link {
    margin-top: 3.2rem;
  }
}

.article__title {
  color: #d93015;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 40px;
    font-family: sc_segoe-ui_light, sans-serif;
    line-height: 42px;
  }
}
.main__title {
  color: #d93015;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .main__title {
    font-size: 32px;
    font-family: sc_segoe-ui_light, sans-serif;
    line-height: 42px;
  }
}
@media all and (min-width: 768px) {
  .article__header {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .article__header .article__header-left {
    flex: 1;
    padding-right: 20px;
  }
}
.article__header .article__header-left .article__description a,
.article__header .article__header-left .article__description p a {
  color: #d93015;
  text-decoration: underline;
}
.article__header .article__header-left .article__call-to-action,
.article__header .article__header-left .article__call-to-action p {
  font-size: 20px;
}
@media all and (min-width: 992px) {
  .article__header .article__header-left .article__call-to-action,
  .article__header .article__header-left .article__call-to-action p {
    font-size: 26px;
  }
}
.article__header .article__header-left .article__call-to-action a,
.article__header .article__header-left .article__call-to-action p a {
  color: #d93015;
  text-decoration: underline;
}
.article__header .article__header-left hr {
  border-top: 1px solid #d93015;
}
@media all and (min-width: 768px) {
  .article__header .article__header-right {
    flex: 1;
    padding-left: 20px;
  }
}
.repeatable-section .repeatable__main {
  max-height: 285px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .repeatable-section .repeatable__main {
    display: flex;
    flex-direction: row-reverse;
    padding: 35px 0;
  }
}
.repeatable-section .repeatable__main.content-shown {
  max-height: none;
  overflow: auto;
}
.repeatable-section .repeatable__main .main__content {
  padding: 20px;
}
@media all and (min-width: 768px) {
  .repeatable-section .repeatable__main .main__content {
    flex: 1;
    padding: 20px 20px 20px 40px;
  }
}
.repeatable-section .repeatable__main .main__content .main__header {
  display: flex;
}
.repeatable-section .repeatable__main .main__content .main__header .main__icon {
  height: 75px;
  width: auto;
  margin: 39px 0;
  background-color: #edeff0;
}
.repeatable-section .repeatable__main .main__content .main__header .main__title {
  flex: 1;
  margin: 35px 0 35px 15px;
}
.repeatable-section .repeatable__main .main__content .main__description,
.repeatable-section .repeatable__main .main__content .main__description p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.repeatable-section .repeatable__main .main__content .main__description a,
.repeatable-section .repeatable__main .main__content .main__description p a,
.repeatable-section .repeatable__main .main__content .main__description a span,
.repeatable-section .repeatable__main .main__content .main__description p a span {
  color: #d93015 !important;
  text-decoration: underline !important;
}
.repeatable-section .repeatable__main .main__image-container {
  padding: 20px;
}
@media all and (min-width: 768px) {
  .repeatable-section .repeatable__main .main__image-container {
    flex: 1;
    padding: 20px 40px 20px 20px;
  }
}
.repeatable-section .middle-section {
  background-color: #edeff0;
}
@media all and (min-width: 768px) {
  .repeatable-section .middle-section .repeatable__inner {
    display: flex;
  }
}
.repeatable-section .middle-section .repeatable__inner .inner__image-container {
  flex: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.repeatable-section .middle-section .repeatable__inner .inner__content {
  flex: 7;
  padding: 20px;
}
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__title {
  color: #d93015;
}
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description,
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description a,
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description p a,
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description a span,
.repeatable-section .middle-section .repeatable__inner .inner__content .inner__description p a span {
  color: #d93015 !important;
  text-decoration: underline !important;
}
.repeatable-section .read-more {
  text-align: center;
  padding-bottom: 20px;
}
.repeatable-section .read-more .read-more__link {
  background-color: transparent;
  color: #d93015;
  border: none;
  cursor: pointer;
  font-family: sc_segoe-ui_semibold, sans-serif;
}
.repeatable-section .read-more hr {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .repeatable-section.reverse .repeatable__main {
    flex-direction: row;
  }
  .repeatable-section.reverse .repeatable__main .main__content {
    padding: 20px 40px 20px 20px;
  }
  .repeatable-section.reverse .repeatable__main .main__image-container {
    padding: 20px 20px 20px 40px;
  }
  .repeatable-section.reverse .middle-section .repeatable__inner {
    flex-direction: row-reverse;
  }
}

.pks-animations-slideleft.ng-hide-remove {
  animation: slideInLeftPks 0.5s ease;
}
.pks-animations-slideleft.ng-hide-add {
  animation: slideOutLeftPks 0.5s ease;
}
.pks-animations-fade.ng-hide-remove {
  animation: fadeInPks 0.5s ease;
}
.pks-animations-fade.ng-hide-add {
  animation: fadeOutPks 0.5s ease;
}
.pks-animations-flip.fixed-element-add {
  animation: flipInXPks 0.25s ease;
}
.pks-animations-slidedown.ng-hide-remove {
  animation: slideInDownPks 0.5s ease;
}
.pks-animations-slidedown.ng-hide-add {
  animation: slideOutUpPks 0.5s ease;
}
.pks-animations-slidedown.fixed-element-add {
  animation: slideInDownPks 0.5s ease;
}
@-webkit-keyframes slideInRightPks {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRightPks {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutRightPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRightPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideInLeftPks {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeftPks {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeftPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeftPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeInPks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInPks {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutPks {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutPks {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInDownPks {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDownPks {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUpPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUpPks {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes flipInXPks {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInXPks {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.app-awards .app-awards__title {
  font-family: sc_segoe-ui_light, sans-serif;
  color: #2b2d32;
}
.app-awards .side-navigation__bar {
  width: 300px;
  position: absolute;
  padding: 0;
}
.app-awards .side-navigation__bar ul {
  list-style-type: none !important;
  padding: 0;
}
.app-awards .side-navigation__bar ul li {
  list-style-type: none !important;
  margin-bottom: 3px;
  background-color: #edeff0;
  padding: 10px;
}
.app-awards .side-navigation__bar ul li a {
  color: #2b2d32;
  font-size: 16px;
  text-transform: none;
}
.app-awards .side-navigation__bar ul li.active a {
  color: #d93015;
  font-family: sc_segoe-ui_semibold, sans-serif;
}
.app-awards .side-navigation__bar {
  z-index: 10;
}
@media (min-width: 1200px) {
  .app-awards .side-navigation__bar {
    width: 365px;
  }
}
.app-awards .side-navigation__bar.affix {
  position: fixed;
  top: 25px;
}
.app-awards .app-awards__section {
  background-color: #edeff0;
  padding: 25px;
  margin-bottom: 56px;
}
.app-awards .app-awards__section-title {
  margin: 0 0 20px 0;
  font-family: sc_segoe-ui_semilight, sans-serif;
  font-size: 26px;
}
.app-awards .app-awards__winner {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  min-height: 150px;
}
.app-awards .app-awards__winner-image img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 30px 0;
}
.app-awards .app-awards__winner-title {
  margin-top: 0;
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #d93015;
  font-size: 26px;
}
.app-awards .app-awards__winner-title a {
  color: #d93015;
}
.app-awards .app-awards__winner-text {
  font-family: sc_segoe-ui_semilight, sans-serif;
  color: #2b2d32;
  font-size: 15px;
}
.app-awards .placement-text {
  color: #2b2d32;
  font-size: 26px;
  margin-bottom: 5px;
}
.app-awards .pagination--divider {
  margin: 1rem 0;
  clear: both;
}
@media (max-width: 768px) {
  .app-awards .app-awards__body {
    padding: 0;
  }
  .app-awards .app-awards__section {
    padding: 0;
    background-color: #ffffff;
  }
  .app-awards .app-awards__winner {
    padding: 15px;
    background-color: #edeff0;
  }
}
.card--container--appawards {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 0;
}
.section-position {
  position: relative;
  top: -50px;
}

.article-field-label {
  color: #2b2d32;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 22px;
  position: absolute;
}
.article-field-label span {
  color: red;
}
.article-field-label--left {
  color: #2b2d32;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 22px;
  position: absolute;
  left: -220px;
}
.article-field-label--left span {
  color: red;
}
.article-field-label--right {
  color: #2b2d32;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 22px;
  position: absolute;
  right: -340px;
  width: 100%;
}
.article-field-label--right span {
  color: red;
}
.article-field-label--top {
  color: #2b2d32;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 22px;
  position: absolute;
  left: -220px;
  top: -20px;
}
.article-field-label--top span {
  color: red;
}
.article-field-label--bottom {
  color: #2b2d32;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 22px;
  position: absolute;
  right: -340px;
  width: 100%;
  bottom: 40px;
}
.article-field-label--bottom span {
  color: red;
}
.FAQ-sample p,
.FAQ-sample h2 {
  line-height: normal;
}
.FAQ-sample h2 {
  margin: 0in 0in 8pt;
}
.FAQ-sample .hr-container {
  padding-left: 5.33%;
}
.FAQ-sample div.collapse,
.FAQ-sample div.collapsing {
  padding-left: 0;
  padding-right: 0;
}
.article-sample-social {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #d7d8d7;
  color: #7c807c;
  text-align: center;
}
.article--link-section__social.article-autogen-section--sample,
.article--link-section__social.article-autogen-section--preview {
  padding: 1rem .4rem;
}
.article-autogen-section--sample {
  border: 2px dashed #d93015;
  position: relative;
  float: left;
}
.article-autogen-section--sample h6 {
  transform: translateY(-20%);
  z-index: 999;
  position: absolute;
  color: #d93015;
  font-size: 20px;
  text-align: center;
  font-family: sc_segoe-ui_normal, sans-serif;
}
.article-autogen-section--sample h3 {
  top: 38%;
  line-height: 2;
  z-index: 999;
  position: absolute;
  color: #d93015;
  font-size: 26px;
  text-align: center;
  font-family: sc_segoe-ui_normal, sans-serif;
}
.article-autogen-section--sample > div {
  opacity: 0.20;
}
.article-sample-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.default-list-style {
  list-style-type: disc;
}
.article--body-wrapper {
  min-height: 88vh;
  overflow: auto;
}
.article--wrapper {
  padding: 0;
}
.article--container {
  margin: 1.5rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .article--container {
    margin: 2.75rem 0rem 1.5rem 0rem;
  }
}
.article--title__text {
  color: #d93015;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 30px;
  line-height: 34px;
  cursor: text;
  margin-left: -0.125rem;
}
@media (min-width: 768px) {
  .article--title__text {
    font-size: 40px;
    font-family: sc_segoe-ui_light, sans-serif;
    line-height: 42px;
  }
}
.article--title__position {
  margin-top: 0.8rem;
}
.article--tag-section {
  clear: both;
  padding: 0rem;
  float: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article--tag-section {
    margin: 1rem 0rem;
  }
}
.article--tag-section .tag-section__label {
  display: inline;
  font-size: 20px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .article--tag-section .tag-section__label {
    display: none;
  }
}
.hr--dark.date-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hr--dark.date-mobile {
    display: block;
  }
}
.article--date {
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: sc_segoe-ui_semilight, sans-serif, sans-serif;
  color: #2b2d32;
  font-size: 20px;
}
@media (min-width: 768px) {
  .article--date {
    font-size: 12px;
    font-family: sc_segoe-pro-cond-bold, sc_segoe-ui_semibold, sans-serif, sans-serif;
    margin-bottom: 0;
  }
}
.article--date i {
  display: inline;
}
@media (min-width: 768px) {
  .article--date i {
    display: none;
  }
}
.article--main-section {
  padding: 0rem;
}
.article--subtitle {
  margin-bottom: 20px;
}
.article--subtitle p {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
  color: #2b2d32;
}
@media (min-width: 768px) {
  .article--subtitle p {
    font-family: sc_segoe-ui_light, sans-serif;
  }
}
.article--subtitle a {
  color: #d93015;
}
.article--subtitle a:hover {
  color: #2b2d32;
}
@media (min-width: 768px) {
  .article--subtitle {
    margin-bottom: 0;
  }
}
.article--continuation {
  display: block;
  margin-top: 30px;
  font-family: sc_segoe-ui_normal, sans-serif;
}
@media (min-width: 768px) {
  .article--continuation {
    display: none;
  }
}
.article--continuation p {
  font-size: 20px;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-weight: normal;
}
.article--image-caption {
  font-family: sc_segoe-pro-cond-bold;
  font-size: 17px;
  text-transform: uppercase;
  color: #2b2d32;
}
.article--body-copy {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 16px;
  color: #2b2d32;
}
.article--body-copy a {
  color: #d93015;
}
.article--body-copy a:hover {
  color: #2b2d32;
}
.article--body-copy h1,
.article--body-copy h2,
.article--body-copy h3,
.article--body-copy h4,
.article--body-copy h5,
.article--body-copy h6 {
  color: #2b2d32;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
}
.article--body-copy p,
.article--body-copy ol,
.article--body-copy ul {
  font-size: 16px;
  font-family: sc_segoe-ui_normal, sans-serif;
}
@media all and (min-width: 768px) {
  .article--body-copy h1,
  .article--body-copy h2,
  .article--body-copy h3,
  .article--body-copy h4,
  .article--body-copy h5,
  .article--body-copy h6 {
    color: #2b2d32;
    font-family: sc_segoe-ui_normal, sans-serif;
    font-size: 26px;
  }
  .article--body-copy p,
  .article--body-copy ol,
  .article--body-copy ul {
    font-size: 20px;
    font-family: sc_segoe-ui_semilight, sans-serif;
  }
}
i[class*='fa-quote'] {
  color: #d93015;
  vertical-align: super;
  font-size: 20px;
}
i.fa-quote-left {
  margin-right: 0.4rem;
}
i.fa-quote-right {
  margin-left: 0.4rem;
}
.article--link-container {
  display: none;
  margin-bottom: 2rem;
  min-height: 70px;
}
@media (min-width: 768px) {
  .article--link-container {
    display: block;
  }
}
.article--link-section {
  padding: 0.5rem;
}
.article--link-section__social {
  padding: 0rem 0.4rem 0rem 0.4rem;
  display: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article--link-section__social {
    display: block;
  }
}
.social-links__mobile {
  display: block;
  padding: 5px 15px 10px 15px;
  background-color: #edeff0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  height: 150px;
}
@media (min-width: 768px) {
  .social-links__mobile {
    display: none;
  }
}
.social-links__mobile p {
  font-size: 20px;
  font-family: sc_segoe-ui_semilight, sans-serif;
}
.social-links__mobile .addthis_sharing_toolbox {
  float: none;
}
.social-links__mobile .cta__buttons {
  margin-top: 10px;
  clear: both;
  display: flex;
  justify-content: space-between;
}
.social-links__mobile .cta__buttons .button-reg,
.social-links__mobile .cta__buttons .button-social {
  background-color: #d93015;
  color: #ffffff;
  font-size: 15px;
  font-family: sc_segoe-ui_normal, sans-serif;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  display: block;
}
.social-links__mobile .cta__buttons .button-reg {
  flex: 1;
  margin: 0 10px;
}
.social-links__mobile .cta__buttons .button-social {
  width: 50px;
  margin: 0 10px 10px 10px;
}
.social-links__mobile .social-links__mobile-inner {
  display: flex;
  background-color: #edeff0;
  width: 100%;
  z-index: 2;
  flex-direction: column;
}
@media (min-width: 768px) {
  .social-links__mobile .social-links__mobile-inner {
    display: none;
  }
}
.social-links__mobile.fixed-element .social-links__mobile-inner {
  position: fixed;
  top: 66px;
  left: 0;
  padding: 10px 0 0 0;
  flex-direction: column-reverse;
}
.social-links__mobile.fixed-element .social-links__mobile-inner .cta__buttons {
  margin-top: 0;
}
.article--social__links {
  margin-top: 18.5px;
  float: none;
  display: block;
  text-align: center;
}
.article--link-list {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.article--social__links a {
  color: #7c807c;
}
.article--link {
  vertical-align: 10%;
}
.article--social-icons {
  background-color: #d7d8d7;
  display: inline-block;
  padding: 0.3rem;
  width: 28px;
  text-align: center;
}
.article--social-icons:hover {
  background-color: #fdfefd;
}
.article--social-text {
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #2b2d32;
  text-transform: uppercase;
  font-size: 16px;
}
[class*='article--social-'] {
  margin-top: -4px;
}
blockquote {
  color: #2b2d32;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
}
.article--video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.article--video-main {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-bottom: 1.5rem;
}
.special--offer-card {
  min-height: 60px;
}
.special--offer-card__img {
  top: 70%;
  padding: 0.5rem;
  overflow: hidden;
}
#disqus_thread {
  background-color: #edeff0;
  padding: 1rem .9375em 0rem .9375rem;
}
.disqus--container {
  padding: 0;
}
.FAQ--section {
  margin-bottom: 2rem;
  padding: 0;
}
i.fa-minus-circle,
i.fa-plus-circle {
  color: #d93015;
  font-size: 26px;
  vertical-align: -10%;
}
i.fa-minus-circle:hover,
i.fa-plus-circle:hover {
  color: #ec4f35;
  cursor: pointer;
}
.FAQ--section-header {
  margin-bottom: 1.25rem;
}
.faq--icon__container {
  padding: 0;
  width: 5.33%;
}
.FAQ--section-question {
  color: #2b2d32;
}
.FAQ--section-question h1,
.FAQ--section-question h2,
.FAQ--section-question h3,
.FAQ--section-question h4,
.FAQ--section-question h5,
.FAQ--section-question h6 {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 20px;
  padding: 0;
}
.FAQ--section-question strong {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 20px;
  font-weight: inherit;
  padding: 0;
}
.FAQ--section-question p {
  font-family: sc_segoe-ui_semilight, sans-serif;
  font-size: 17px;
  padding-left: 5.33%;
  margin-bottom: 0;
}
.FAQ--section-question a {
  color: #d93015;
}
.FAQ--section-question a:hover {
  color: #2b2d32;
}
.at-icon-wrapper {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .at-icon-wrapper {
    background-color: #d7d8d7 !important;
  }
}
.at-icon {
  color: #7c807c !important;
  fill: #7c807c !important;
}
@media all and (max-width: 767px) {
  .at-icon {
    height: 30px !important;
    width: 30px !important;
  }
  .at-icon-wrapper {
    height: 30px !important;
    width: 30px !important;
  }
  .at-icon {
    color: #000000 !important;
    fill: #000000 !important;
  }
  .at-share-tbx-element .at-share-btn-elements {
    padding-left: 10px;
  }
  .at-share-tbx-element .at-share-btn-elements .at-share-btn {
    margin-right: 12px !important;
  }
}
.addthis_sharing_toolbox {
  float: right;
}
@media all and (min-width: 992px) {
  #disqus_thread {
    padding: 1.5rem .9375rem 0rem .9375rem;
  }
}
@media all and (max-width: 543px) {
  .faq--icon__container {
    width: 10%;
  }
  .FAQ--section-question p {
    padding-left: 10%;
  }
  .FAQ--section-question h2 {
    width: 90%;
  }
  #disqus_thread {
    padding: 1rem 1.875rem 0rem 1.875rem;
  }
}
@media all and (max-width: 340px) {
  .article--title__text {
    font-size: 30px;
    line-height: 32px;
  }
  #disqus_thread {
    padding: 1rem 1.875rem 0rem 1.875rem;
  }
  .article--social-text {
    float: none;
    display: block;
    margin-bottom: 0.4rem;
  }
  .article--social__links,
  .addthis_sharing_toolbox {
    float: none;
  }
  .article--link-section__social,
  .article--link-list {
    text-align: center;
    padding-top: 0.5rem;
  }
  .article--subtitle p {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .container.article-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Fixing the IE11 scroll bar overlapping content issue */
@-ms-viewport {
  width: auto;
}
@viewport {
  width: auto;
}
/* stops horizontal scroll */
html,
body {
  overflow-x: hidden;
}

.card--container {
  margin-top: 2.3rem;
  padding: 0;
}
.card--container-right {
  padding-right: 1.85rem;
  margin: 2.3rem -1.85rem 1rem 1.85rem;
}
.card--container-right.in-the-spotlight {
  display: none;
}
@media (min-width: 768px) {
  .card--container-right.in-the-spotlight {
    display: block;
  }
}
.card--container-right__article {
  padding-right: 1.85rem;
  margin: 3.55rem -1.85rem 1rem 1.85rem;
}
.card {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.card .card-date {
  display: none;
}
@media (min-width: 768px) {
  .card .card-date {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card {
    border: 0.2rem solid #ffffff;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.card--container-right__article .card {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.card--img-conainer {
  max-height: 240px;
  overflow: hidden;
}
.card-img-top {
  border-radius: 0rem;
}
.card-link {
  display: block;
}
@media all and (min-width: 768px) {
  .card--title__background {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .card--title__background:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.card--title__text {
  font-size: 16px;
  color: #d93015;
  font-family: sc_segoe-ui_normal, sans-serif;
}
.card--title__text a:visited {
  color: #969996;
}
.card--title__text:hover {
  color: #2b2d32;
}
@media all and (min-width: 768px) {
  .card--title__text {
    color: #2b2d32;
    font-size: 20px;
    font-family: sc_segoe-ui_normal, sans-serif;
    line-height: 22px;
  }
}
.card--summary__text {
  display: inline;
}
@media (min-width: 768px) {
  .card--summary__text {
    display: none;
  }
}
.card--summary__text p {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 12px;
  color: #2b2d32;
  overflow: hidden;
}
.text-xs-right {
  font-family: sc_segoe-pro-cond-bold, sc_segoe-ui_semibold, sans-serif, sans-serif;
  font-size: 12px;
  color: #2b2d32;
}
.main-section-title {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #d93015;
}
.hidden {
  visibility: hidden;
}
.show {
  visibility: visible;
}
.card--column-right {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 16px;
  padding: 0;
  margin-bottom: 0.6rem;
}
.card-img-overlay__latest {
  overflow: hidden;
  padding: 10px 10px 10px 110px;
}
@media all and (min-width: 768px) {
  .card-img-overlay__latest {
    bottom: 4%;
    top: 65%;
    padding: 0.3rem 0.5rem 0rem 0.5rem;
  }
}
.card--img-container__latest {
  max-height: 320px;
  overflow: hidden;
}
.card--img__latest {
  width: 100px;
  height: 150px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .card--img__latest {
    min-height: 340px;
    width: auto;
  }
}
.card--img__latest:hover {
  opacity: 0.8;
}
.card--img__related {
  overflow: hidden;
  height: 100px;
  width: 100px;
}
@media all and (min-width: 768px) {
  .card--img__related {
    min-height: 240px;
    width: auto;
  }
}
.card--img__related:hover {
  opacity: 0.8;
}
.card--tag__position {
  overflow: hidden;
  padding: 0 10px 0 110px;
  top: auto;
  bottom: 10px;
}
@media all and (min-width: 768px) {
  .card--tag__position {
    left: 0;
    top: 86.75%;
    padding: 0rem 0.5rem 0rem 0.5rem;
    height: 22px;
    bottom: 0;
  }
}
.card--tag__position .tag-section__label {
  font-size: 16px;
  display: inline;
}
@media (min-width: 768px) {
  .card--tag__position .tag-section__label {
    display: none;
  }
}
@media (max-width: 767px) {
  .card--tag__position .card--tag__inner {
    background-color: #ffffff;
  }
}
.card--tag__text {
  background-color: #666666;
  color: #ffffff;
  font-family: sc_segoe-ui_semibold, sans-serif, sans-serif;
  padding: 1px 8px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.card--tag__text > a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .card--tag__text {
    background-color: #d93015;
    font-family: sc_segoe-pro-cond-bold, sc_segoe-ui_semibold, sans-serif, sans-serif;
    font-size: 12px;
    padding: 0.05rem 0.3rem 0.1rem 0.3rem;
  }
}
.card-block--spotlight {
  padding: 0;
  margin-bottom: 2.5rem;
}
.spotlight--text-sm {
  margin-top: 0.6rem;
  color: #2b2d32;
}
.card--appOfTheMonth__position {
  margin-left: -0.4rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.card--appOfTheMonth__background {
  background-color: #d93015;
  box-shadow: 0.5em 0 0 #d93015, -0.5em 0 0 #d93015;
  padding-bottom: 2px;
  padding-top: 2px;
}
.card--appOfTheMonth__background:hover {
  background-color: #ec4f35;
  box-shadow: 0.5em 0 0 #ec4f35, -0.5em 0 0 #ec4f35;
}
.card-img-overlay--popular {
  overflow: hidden;
  padding: 0 0 0 110px;
}
@media all and (min-width: 768px) {
  .card-img-overlay--popular {
    top: 70%;
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  }
}
.card--popular-title__text {
  font-size: 17px;
  font-family: sc_segoe-ui_normal, sans-serif;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .card--container-right,
  .card--container-right__article {
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .card--container-right__article {
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .card-img-overlay--popular {
    top: 55%;
  }
  .card--isv-title__text {
    font-size: 17px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .card--popular-title__text {
    font-size: 16px;
  }
}

#layout-wrapper {
  height: 100%;
}
#layout-main-container {
  min-height: 100%;
}
#layout-content {
  overflow: auto;
}
body {
  line-height: initial;
}
body,
p {
  font-family: sc_segoe-ui_semilight, 'Segoe UI Semilight', Arial, sans-serif;
  color: #2b2d32;
  font-size: 16px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:link,
a :visited,
a :hover,
a :active,
a :focus {
  text-decoration: none;
}
.page--default__link {
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 14px;
  color: #d93015;
  text-transform: uppercase;
}
.page--default__link:hover {
  color: #2b2d32;
  text-decoration: none;
}
.page--default__link .mobile-site-link {
  text-transform: none;
  display: inline;
}
@media (min-width: 768px) {
  .page--default__link .mobile-site-link {
    display: none;
  }
}
.clear-all-link {
  float: right;
  font-size: 17px;
  background-color: #edeff0;
  padding: 4px 9px;
  color: #000000;
  text-transform: none;
}
.clear-all-link:hover {
  color: #ffffff;
  background-color: #2b2d32;
  text-decoration: none;
}
.page--back-to-latest__link {
  margin-top: 1rem;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .page--back-to-latest__link {
    float: right;
  }
}
.fa.fa-lg {
  vertical-align: -8%;
}
.fa.fa-twoPercent {
  vertical-align: -2%;
}
.no-partner-link--position,
.solution-link--position {
  height: 50px;
  text-align: center;
  padding: 14px;
}
.solution-link--position {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .solution-link--position .page--default__link {
    background-color: #2b2d32;
    font-family: sc_segoe-ui_normal, sans-serif;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    color: #ffffff;
    padding: 12px 0;
  }
}
.no-partner-link--container {
  margin-top: 60px;
  width: 100%;
  float: left;
}
img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .bg-gray-dark {
    background-color: #2b2d32;
  }
  .bg-gray-med {
    background-color: #969996;
  }
  .bg-gray-light {
    background-color: #edeff0;
  }
  .bg-white {
    background-color: #ffffff;
  }
}
.section--header__text {
  font-size: 32px;
  color: #d93015;
  font-family: sc_segoe-ui_light, sans-serif;
}
.section--header__text.latest-posts {
  display: none;
}
@media (min-width: 768px) {
  .section--header__text.latest-posts {
    display: block;
  }
}
.section--header__text.isv-recommended {
  margin-bottom: 1.5rem;
}
.pagination_summary {
  font-size: sc_segoe-ui_normal, sans-serif;
  color: #000000;
  font-family: sc_segoe-ui_light, sans-serif;
}
.home--page-container {
  background-color: #edeff0;
}
@media all and (min-width: 768px) {
  .home--page-container {
    background-color: #ffffff;
  }
}
.home--page-container .section--header__text {
  padding-left: 0.05rem;
}
.popular-posts {
  display: none;
}
@media (min-width: 768px) {
  .popular-posts {
    display: block;
  }
}
.hr--orange {
  background-color: #d93015;
}
.hr--dark {
  background-color: #2b2d32;
}
.pagination-nav--container {
  clear: both;
  text-align: center;
}
@media all and (min-width: 768px) {
  .pagination-nav--container {
    height: 52px;
    text-align: left;
  }
}
.page-link {
  margin: 0.2rem;
  border: none;
  height: 30px;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 16px;
  color: #2b2d32;
  background-color: #ffffff;
}
.page-link:hover,
.page-link:focus {
  color: #2b2d32;
  background-color: #ffffff;
}
@media all and (min-width: 768px) {
  .page-link {
    background-color: #edeff0;
  }
  .page-link:hover {
    background-color: #edeff0;
    color: #d93015;
    text-decoration: none;
  }
  .page-link:active:focus {
    background-color: #ec4f35;
    color: #ffffff;
  }
}
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  color: #ffffff;
  background-color: #d93015;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  background-color: #edeff0;
}
@media all and (min-width: 768px) {
  .page-link:visited {
    background-color: #edeff0;
    color: #2b2d32;
  }
  .page-link:visited:hover {
    background-color: #edeff0;
    color: #d93015;
  }
  .page-link:visited:active:focus {
    background-color: #edeff0;
    color: #d93015;
  }
}
.pagination-sm--homepage .page-item:first-child .page-link {
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .pagination-sm--homepage .page-item:first-child .page-link {
    color: #ffffff;
    background-color: #2b2d32;
  }
}
.pagination-sm--homepage .page-item:first-child .page-link:hover::before {
  border-right: 16px solid #edeff0;
}
.pagination-sm--homepage .page-item:first-child .page-link:active:focus::before {
  border-right: 16px solid #edeff0;
}
.pagination-sm--homepage .page-item:last-child .page-link {
  border-radius: 0px;
}
@media all and (max-width: 767px) {
  .pagination-sm--homepage .page-item:last-child .page-link {
    color: #ffffff;
    background-color: #2b2d32;
  }
}
.pagination-sm--homepage .page-item:last-child .page-link:hover::after {
  border-left: 16px solid #edeff0;
}
.pagination-sm--homepage .page-item:last-child .page-link:active:focus::after {
  border-left: 16px solid #edeff0;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.page-item.disabled .page-link {
  background-color: #edeff0;
}
@media all and (max-width: 767px) {
  .page-item.disabled .page-link {
    color: #ffffff;
    background-color: #2b2d32;
  }
}
.linkAllowed {
  cursor: pointer;
}
.pagination-sm--homepage {
  margin-top: 0;
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .pagination-sm--homepage {
    margin-left: 16px;
  }
}
.pagination-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-link--alpha {
  background-color: #edeff0;
}
.page-item--alpha.active .page-link--alpha:hover {
  cursor: pointer;
}
.page-item--alpha.active .page-link--alpha,
.page-item--alpha.active .page-link--alpha:focus,
.page-item--alpha.active .page-link--alpha:hover {
  background-color: #d93015;
  color: #ffffff;
}
.filter-view-empty--position {
  text-align: center;
  margin: 1.5rem 0rem 1.5rem 0rem;
}
.filter-view-empty--text {
  font-size: 26px;
  color: #2b2d32;
  clear: both;
  margin-bottom: 1.5rem;
}
.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #d93015;
}
.uil-spin-css > div:nth-of-type(1) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-spin-css > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.uil-spin-css > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.uil-spin-css > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.uil-spin-css > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.uil-spin-css > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.uil-spin-css > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-spin-css > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.uil-spin-css > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media all and (max-width: 1005px) {
  .section--header__text {
    font-size: 26px;
  }
  .section--header {
    margin-top: -2rem;
  }
}
@media all and (max-width: 767px) {
  .section--header__text {
    font-size: 26px;
    font-family: sc_segoe-ui_normal, sans-serif;
  }
  .section--header {
    margin-top: -2.7rem;
  }
  .home--page-container .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 374px) {
  .home--page-container .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .no-partner-link--position {
    margin-top: 0;
    height: 30px;
    padding: 4px;
  }
  .no-partner-link--container {
    margin: 0;
    padding: 10px 0px;
  }
  .solution-link--position {
    margin-top: 0;
  }
}
@media all and (max-width: 320px) {
  .fourPages {
    position: relative;
    right: 18px;
    width: 320px;
  }
}

.feedback {
  background-color: #d93015;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
}
.feedback__buttons {
  display: inline-block;
  margin: 7px 0;
}
.feedback__button {
  background-color: #edeff0;
  color: #2b2d32;
  border: none;
  outline: none;
  width: 90px;
  margin: 0 5px;
}
.feedback__no p {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
}
.feedback__thank-you p {
  display: inline-block;
  color: #ffffff;
  margin: 10px 0;
}
.feedback__no input {
  color: #2b2d32;
  display: inline-block;
  width: 250px;
  border: none;
  padding: 6px;
  margin: 5px 10px;
}
.feedback.ng-hide-add {
  animation: 1.5s fadeOutDown ease;
}
.feedback__question.ng-hide-remove,
.feedback__no.ng-hide-remove,
.feedback__thank-you.ng-hide-remove {
  animation: 1.0s fadeIn ease;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sub-footer--wrapper {
  padding: 2.45rem 0rem 2.45rem 0rem;
}
.sub-footer--container {
  padding: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .sub-footer--container {
    padding: .9375rem;
    margin-bottom: 0;
  }
}
.sub-footer--sub-container__left {
  background-color: #ffffff;
  padding: 0;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.sub-footer--sub-container__left:hover {
  opacity: 0.8;
}
.sub-footer--sub-container__right {
  background-color: #ffffff;
  height: 190px;
  padding: 15px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .sub-footer--sub-container__right {
    padding: 0 0 0 15px;
    background-color: #edeff0;
  }
}
.sub-footer--sub-container__right h6:hover {
  color: #2b2d32;
}
.sub-footer--title {
  font-family: sc_segoe-ui_normal, sans-serif;
  color: #d93015;
  font-size: 20px;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sub-footer--title {
    font-family: sc_segoe-ui_semilight, sans-serif;
    color: #2b2d32;
    font-size: 32px;
    text-align: center;
  }
}
.sub-footer--subtitle {
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #d93015;
  font-size: 20px;
  margin-bottom: 0.2rem;
  margin-top: -0.1rem;
}
.sub-footer--link {
  text-align: center;
  margin-top: 10px;
  clear: both;
}
@media (min-width: 768px) {
  .sub-footer--link {
    font-family: sc_segoe-ui_semibold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .sub-footer--link .page--default__link {
    background-color: #2b2d32;
    font-family: sc_segoe-ui_normal, sans-serif;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    color: #ffffff;
    padding: 12px 0;
  }
}
#layout-footer {
  position: relative;
  clear: both;
  background-color: #f2f2f2;
}
#footer {
  height: 100%;
}
div.shell-footer {
  margin-bottom: -20px;
}
@media (min-width: 899px) {
  div.shell-footer-wrapper,
  div.shell-header-wrapper {
    width: 100%;
  }
  form.shell-search,
  div.shell-search {
    padding-right: 0;
  }
  form.shell-search div.shell-search-wrapper {
    padding: 7px 0 0 0;
  }
}

.btn {
  font-size: 16px;
}
.btn-primary {
  border-color: transparent;
  border-radius: 0;
  background-color: #d93015;
  font-size: 18px;
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #ffffff;
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #ec4f35;
  border-color: transparent;
  box-shadow: transparent;
  outline: transparent;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.form-control__signup {
  border-radius: 0;
  border: none;
  text-align: center;
  background-color: #edeff0;
  color: #2b2d32;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.form-control__signup::-webkit-input-placeholder {
  color: #2b2d32;
}
.form-control__signup::-moz-placeholder {
  color: #2b2d32;
}
.form-control__signup:-ms-input-placeholder {
  color: #2b2d32;
}
.form-group {
  margin-bottom: 0.5rem;
}

#layout-header .office-header {
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 767px) {
  #layout-header .office-header {
    height: 66px;
  }
}
@media (max-width: 767px) {
  #layout-header .office-header.fixed-element .office-header__inner {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background-color: #ffffff;
    max-width: none;
  }
}
.dropdown-div {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content label {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .dropdown-content label {
    padding: 4px 8px;
  }
}
.dropdown-content label:hover {
  background-color: #edeff0;
}
.show {
  display: block;
}
.pre-hero--header {
  height: 66px;
  padding: 18px .9375rem;
  display: flex;
}
.pre-hero--header h4 {
  font-weight: 500;
  float: left;
  font-size: 20px;
  margin-left: 0.75rem;
  font-family: sc_segoe-ui_normal, sans-serif;
  margin-top: 3px;
  color: #2b2d32;
}
.pre-hero--header h4 > span {
  color: #d93015;
}
.pre-hero--header-logo__container {
  float: left;
  width: 64px;
  margin-top: 2px;
}
.social-icons__container {
  padding: 10px 0;
  background-color: #BBB;
  text-align: center;
}
.social-icons__container .footer__social-icons {
  margin: 0 0.4rem;
  background-color: #edeff0;
  color: #5a5e69;
  display: inline-block;
  padding: 0.3rem;
  width: 31px;
  text-align: center;
}
.social-icons__container .footer__social-icons:hover {
  color: #d93015;
}
.pre-hero--header__links {
  float: left;
  margin-top: 4px;
  display: block;
  flex: 1;
}
.pre-hero--header__links > a {
  color: #2b2d32;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 16px;
  margin-left: 1rem;
}
.pre-hero--header__links > a:hover {
  color: #969996;
}
.pre-hero--header__links > a.o365-button {
  background-color: #2b2d32;
  color: #ffffff;
  padding: 3px 12px;
  float: none;
}
.pre-hero--header__links > a.o365-button.hover {
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .container-fluid.nav--container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav--container {
  background-color: #ffffff;
  padding: 0;
}
@media all and (min-width: 768px) {
  .nav--container {
    background-color: #ffffff;
  }
}
.nav-container {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .nav-container {
    height: 110px;
    overflow-x: hidden;
  }
}
.nav-container div.container {
  padding-left: 1.1375rem;
  padding-right: 1.1375rem;
}
@media (max-width: 767px) {
  .nav-container div.container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: none;
  }
}
.nav-container .nav__desktop-container {
  display: none;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .nav-container .nav__desktop-container {
    display: block;
  }
}
.nav-container .nav__mobile-container {
  display: block;
}
@media (min-width: 768px) {
  .nav-container .nav__mobile-container {
    display: none;
  }
}
.nav-container .nav__mobile-container .nav__mobile-title {
  color: #d93015;
  font-size: 30px;
  font-family: sc_segoe-ui_normal, sans-serif;
  padding: 10px 15px;
}
.nav-container .nav__mobile-container .search__mobile-button,
.nav-container .nav__mobile-container .filter__mobile-button {
  background-color: #2b2d32;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  border: none;
  height: 50px;
  width: 100%;
}
.nav-container .nav__mobile-container .search__mobile-button {
  margin-right: 5px;
}
.nav-container .nav__mobile-container .search__mobile-button i {
  padding: 0 8px 0 0;
}
.nav-container .nav__mobile-container .filter__mobile-button {
  margin-left: 5px;
}
.nav-container .nav__mobile-container .filter__mobile-button i {
  padding: 0;
}
.nav-container .nav__mobile-container .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .nav-container.fixed-element .nav-container__inner {
    top: 66px;
    left: 0;
    position: fixed;
    z-index: 3;
    width: 100%;
  }
  .nav-container.fixed-element .nav-container__inner .nav__mobile-title {
    display: none;
  }
}
.nav-container .nav__desktop-container .navbar-nav .nav-item > p {
  font-size: 18px !important;
}
/*hide in mobile*/
@media (max-width: 768px) {
  .desktop-filter-panel {
    display: none;
  }
}
.search__panel {
  position: fixed;
  top: 0;
  right: 15px;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 3;
  height: 100%;
}
@media (min-width: 768px) {
  .search__panel {
    display: none;
  }
}
.search__panel .search-panel__container {
  background-color: grey;
  padding: 9px 10px;
}
.search__panel .search-panel__container .search-panel__box {
  border: 1px solid #000000;
  background-color: #ffffff;
}
.search__panel .search-panel__container .search-panel__box .search-panel__form {
  width: 50%;
  padding: 8px;
  display: inline-block;
}
@media all and (min-width: 320px) {
  .search__panel .search-panel__container .search-panel__box .search-panel__form {
    width: 75%;
  }
}
.search__panel .search-panel__container .search-panel__box .search-panel__form .search-panel__input {
  border: none;
  padding: 0;
  box-shadow: none;
  height: auto;
  width: 100%;
  font-family: sc_segoe-ui_light, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}
.search__panel .search-panel__container .search-panel__box .search-panel__close {
  float: right;
  margin-top: 7px;
  margin-right: 15px;
}
.search__panel .search-panel__container .search-panel__box .search-panel__clear {
  margin-top: 7px;
  float: right;
  color: #969996;
  font-style: italic;
  margin-right: 10px;
}
.nav-item > p {
  padding-top: .2rem;
  color: #969996;
  font-weight: 500;
}
.filters__panel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  background-color: #2b2d32;
  display: block;
  padding: 15px;
  overflow-y: scroll;
}
.filters__panel > div {
  position: absolute;
  z-index: 3;
}
.filters__panel .filters-panel__container {
  background-color: #2b2d32;
  padding: 0;
  position: relative;
}
.filters__panel .filters-panel__container .filters-category {
  background-color: #ffffff;
  padding: 8px;
  border-top: 1px solid #2b2d32;
}
.filters__panel .filters-panel__container .filters-category.row {
  margin-left: 0;
  margin-right: 0;
}
.filters__panel .filters-panel__container .section-header {
  display: block;
  color: #000000;
  text-decoration: none;
}
.filters__panel .filters-panel__container .section-header .filter-panel__column-plus {
  float: right;
  font-size: 24px;
  position: relative;
  top: -8px;
  height: 16px;
}
.filters__panel .filters-panel__container .section-header .filter-panel__column-plus:before {
  content: '+';
}
.filters__panel .filters-panel__container .section-header .filter-panel__column-plus.minus-symbol:before {
  content: '-';
}
.filters__panel .filters-panel__container .dropdown-menu.mobile-dropdown {
  position: static;
  width: 100%;
  border-top: none;
  background-color: #ffffff;
  display: block;
  float: none;
}
.filters__panel .filters-panel__container .filter-panel__title {
  color: #ffffff;
  text-align: center;
  padding: 6px 0;
}
.filters__panel .filters-panel__container .filter-panel__title i.fa-angle-left {
  position: relative;
  float: left;
  top: 3px;
}
.nav a,
.nav--search {
  color: #000000;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 17px;
  cursor: pointer;
}
.nav a:hover,
.nav--search:hover,
.nav a :focus,
.nav--search :focus {
  color: #2b2d32;
}
.nav a i.fa-angle-down,
.nav--search i.fa-angle-down {
  vertical-align: -12%;
  margin-left: .75rem;
  font-weight: bold;
}
.nav a i.fa-search,
.nav--search i.fa-search,
.nav a i.fa-times,
.nav--search i.fa-times {
  margin-left: .75rem;
  vertical-align: 8%;
}
.dropdown-toggle::after {
  display: none;
}
.nav--expanded-link {
  padding: 0.3rem 0rem 0.3rem 0rem;
  text-align: center;
}
.nav-item {
  margin: 0;
  padding: 0rem 2rem 0rem 0rem;
}
.dropdown-menu {
  border-radius: 0;
  background-color: #ffffff;
  margin-top: 0;
  border: 1px solid #edeff0;
}
.dropdown-item:hover {
  background-color: #edeff0;
}
.nav--search-position {
  padding: 0.3rem 0rem 0rem 0.75rem;
}
.nav--search-position--open {
  padding: 0.3rem 0.75rem 0rem 0rem;
}
.nav--search-form {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0.25rem;
  float: left;
  border: 1px solid #969996;
  width: 200%;
  padding-left: 5px;
}
.nav--search-form:hover,
.nav--search-form:active,
.nav--search-form:focus,
.nav--search-form:active:focus {
  box-shadow: transparent;
  outline: transparent;
}
.fa-search {
  font-size: 17px;
  position: relative;
  cursor: default;
  padding: 0.22rem 0rem 0rem 0.5rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fa-times {
  padding: 0.22rem 0.5rem 0rem 0rem;
  color: #78787a;
  font-size: 17px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fa-times:hover {
  color: #2b2d32;
}
/*FILTERS*/
.search-input {
  min-width: 210px;
}
.search-box {
  padding-top: 7px;
}
.filter-label {
  padding-right: 20px;
  padding-top: .425em;
  padding-bottom: .425em;
  min-width: 130px;
}
.filter-group-label {
  margin-bottom: 10px;
  cursor: pointer;
  padding-top: .425em;
  padding-bottom: .425em;
}
.filter-group-label:hover {
  font-weight: bold;
  text-decoration: underline;
}
.filter-group-label i {
  padding-left: 5px;
}
.filter-button-group {
  float: left;
  position: relative;
  min-width: 150px;
  padding-bottom: 10px;
}
.product-options-list,
.type-options-list {
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 3;
  padding-left: 0;
  border: 1px solid #edeff0;
}
.nav--search-position form {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav--search-form__position {
  display: inline-block;
  padding-top: .425rem;
}
.nav--search-form__position .nav--search {
  margin-left: 1rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav--search-form__position .nav--close {
  float: left;
  margin-left: 9.7rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav--search-form__position form {
  float: left;
}
.nav--search-form__position input::-ms-clear {
  display: none;
}
@keyframes slideInRight {
  from {
    width: 0;
    visibility: visible;
  }
  to {
    width: 165%;
  }
}
@-webkit-keyframes slideInRight {
  from {
    width: 0;
    visibility: visible;
  }
  to {
    width: 165%;
  }
}
@-moz-keyframes slideInRight {
  from {
    width: 0;
    visibility: visible;
  }
  to {
    width: 165%;
  }
}
@-ms-keyframes slideInRight {
  from {
    width: 0;
    visibility: visible;
  }
  to {
    width: 165%;
  }
}
@-o-keyframes slideInRight {
  from {
    width: 0;
    visibility: visible;
  }
  to {
    width: 165%;
  }
}
.hiddenSearchForm {
  display: none;
}
.shownSearchForm {
  display: inline-block;
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.gone {
  display: none !important;
}
#shell-header {
  box-shadow: none;
}
div.shell-header-brand {
  padding-left: 0;
}
div.shell-header-nav-toggle > button {
  padding-right: 0;
  padding-left: 0;
  margin-left: .6rem;
}
.shell-header-brand img {
  width: initial;
}
.theme-light .js-global-head .f-closed {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .filter-button-group {
    min-width: 120px;
  }
  .filter-label {
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  .filter-button-group {
    min-width: 105px;
  }
  .filter-label {
    min-width: 80px;
  }
}
@media (min-width: 768px) {
  .pre-hero--header__links > a {
    margin-left: 2.5rem;
  }
  .pre-hero--header__links > a.o365-button {
    float: right;
  }
}
@media all and (max-width: 543px) {
  .pre-hero--header h4,
  .pre-hero--header h4 > span {
    display: none;
  }
  .pre-hero--header__links {
    float: right;
  }
}
@media all and (min-width: 400px) {
  .pre-hero--header-logo__container {
    width: 82px;
  }
}
@media all and (max-width: 399px) {
  .pre-hero--header__links > a {
    font-size: 15px;
    margin-left: 0.5rem;
  }
  .pre-hero--header__links > a.o365-button {
    float: right;
    margin-top: 10px;
  }
}

.hero-image--container {
  padding: 15px 35px;
  overflow: hidden;
  width: 100%;
}
.hero-image--overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  max-width: 350px;
  margin: 1rem auto;
}
.hero-image--title {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 20px;
  color: #2b2d32;
  text-align: left;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .hero-image--container {
    height: 300px;
    padding: 0;
  }
  .hero-image--overlay__position {
    float: left;
    position: relative;
    left: 50%;
  }
  .hero-image--overlay {
    margin-top: 4.9rem;
    margin-bottom: 4.9rem;
    float: left;
    left: -50%;
    padding: 1.2rem 0rem 1.2rem 0rem;
    position: relative;
    max-width: none;
  }
  .hero-image--title {
    font-family: sc_segoe-ui_semibold, sans-serif;
    font-size: 26px;
    margin-top: 0.8rem;
    text-align: center;
  }
}
.hero--office-logo__container {
  display: none;
  padding: 0 1rem 0 1rem;
  clear: both;
  margin-bottom: 1rem;
  float: left;
  position: relative;
  left: 50%;
}
@media (min-width: 768px) {
  .hero--office-logo__container {
    display: block;
  }
}
.hero--office-logo {
  max-width: 180px;
  float: left;
  position: relative;
  left: -57.5%;
}
.hero-image--title__container {
  width: 100%;
  padding: 0rem 1rem 0rem 1rem;
  clear: both;
}
@keyframes slideOutUp {
  from {
    height: 300px;
    visibility: visible;
  }
  to {
    height: 0px;
  }
}
@-webkit-keyframes slideOutUp {
  from {
    height: 300px;
    visibility: visible;
  }
  to {
    height: 0px;
  }
}
@-moz-keyframes slideOutUp {
  from {
    height: 300px;
    visibility: visible;
  }
  to {
    height: 0px;
  }
}
@-ms-keyframes slideOutUp {
  from {
    height: 300px;
    visibility: visible;
  }
  to {
    height: 0px;
  }
}
@-o-keyframes slideOutUp {
  from {
    height: 300px;
    visibility: visible;
  }
  to {
    height: 0px;
  }
}
@keyframes slideInDown {
  from {
    height: 0px;
  }
  to {
    height: 300px;
    visibility: visible;
  }
}
@-webkit-keyframes slideInDown {
  from {
    height: 0px;
  }
  to {
    height: 300px;
    visibility: visible;
  }
}
@-moz-keyframes slideInDown {
  from {
    height: 0px;
  }
  to {
    height: 300px;
    visibility: visible;
  }
}
@-ms-keyframes slideInDown {
  from {
    height: 0px;
  }
  to {
    height: 300px;
    visibility: visible;
  }
}
@-o-keyframes slideInDown {
  from {
    height: 0px;
  }
  to {
    height: 300px;
    visibility: visible;
  }
}
@media all and (max-width: 767px) {
  @keyframes slideOutUp {
    from {
      height: 100px;
      visibility: visible;
    }
    to {
      height: 0px;
    }
  }
  @-webkit-keyframes slideOutUp {
    from {
      height: 100px;
      visibility: visible;
    }
    to {
      height: 0px;
    }
  }
  @-moz-keyframes slideOutUp {
    from {
      height: 100px;
      visibility: visible;
    }
    to {
      height: 0px;
    }
  }
  @-ms-keyframes slideOutUp {
    from {
      height: 100px;
      visibility: visible;
    }
    to {
      height: 0px;
    }
  }
  @-o-keyframes slideOutUp {
    from {
      height: 100px;
      visibility: visible;
    }
    to {
      height: 0px;
    }
  }
  @keyframes slideInDown {
    from {
      height: 0px;
    }
    to {
      height: 100px;
      visibility: visible;
    }
  }
  @-webkit-keyframes slideInDown {
    from {
      height: 0px;
    }
    to {
      height: 100px;
      visibility: visible;
    }
  }
  @-moz-keyframes slideInDown {
    from {
      height: 0px;
    }
    to {
      height: 100px;
      visibility: visible;
    }
  }
  @-ms-keyframes slideInDown {
    from {
      height: 0px;
    }
    to {
      height: 100px;
      visibility: visible;
    }
  }
  @-o-keyframes slideInDown {
    from {
      height: 0px;
    }
    to {
      height: 100px;
      visibility: visible;
    }
  }
}
.showBanner {
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -ms-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-duration: .75s;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -ms-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.hideBanner {
  animation-name: slideOutUp;
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -ms-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-duration: .75s;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -ms-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.hideBanner--no-transition {
  height: 0;
  padding: 0;
}

.pks-light-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 3;
  overflow: scroll;
  padding: 30px;
  display: block;
}
.pks-light-box img {
  width: 100%;
}
.pks-light-box img.vertical-fill {
  height: 100%;
  width: auto;
}
.pks-light-box img.horizontal-fill {
  height: auto;
  width: 100%;
}
.pks-light-box i {
  position: fixed;
  right: 10px;
  top: 10px;
  color: #edeff0;
}
@media (min-width: 768px) {
  .pks-light-box {
    display: none;
  }
}

.submission--wrapper {
  padding: 0;
}
.submission--wrapper .btn.btn-primary {
  width: 16rem;
  height: 42px;
  padding: 8px;
  float: left;
  clear: both;
}
.submission-form--margin-bottom {
  margin-bottom: 2rem;
}
.submission-form--margin-bottom hr {
  margin: 0rem 0rem .5rem 0rem;
}
.submission-form-loading {
  text-align: center;
  font-size: 26px;
  min-height: 86vh;
}
.submission-form-loading .uil-spin-css {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}
.submission-form__char-limit {
  position: relative;
}
.submission-form__char-limit .submission-form__char-counter {
  position: absolute;
  bottom: 4px;
  right: 6px;
}
.submission-form--container {
  padding: 1.5rem 0rem;
}
.submission-form--container input {
  border-radius: 0;
  border-color: #969996;
}
.submission-form--container textarea {
  border-radius: 0;
  height: 150px;
  border-color: #969996;
}
.submission-form--container label {
  padding-left: 0;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
}
.submission-form--container .form-control-warning {
  background-image: none;
  border-color: #969996;
}
.submission-form--container .has-warning,
.submission-form--container .has-warning .form-control-label {
  color: #d93015;
}
.submission-form--container .has-success .form-control {
  border-color: #969996;
}
.submission-form--container .has-success .form-control-label {
  color: #2b2d32;
}
.submission-form--container .form-control-success {
  background-image: none;
}
.submission-btn--fileUpload__positioning {
  padding-left: 0;
}
.submission-btn--fileUpload__label {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 26px;
  color: #2b2d32;
  margin-top: 1.5rem;
}
.submission-image--input .inputfile-hide {
  display: none;
}
.submission-image--input .submission-btn--fileUpload {
  height: 42px;
  text-align: center;
  border-color: transparent;
  border-radius: 0;
  background-color: #d93015;
  font-size: 18px;
  font-family: sc_segoe-ui_semibold, sans-serif;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 0;
}
.submission-image--input .submission-btn--fileUpload:hover,
.submission-image--input .submission-btn--fileUpload:active,
.submission-image--input .submission-btn--fileUpload:focus,
.submission-image--input .submission-btn--fileUpload:active:focus {
  background-color: #ec4f35;
  border-color: transparent;
  box-shadow: transparent;
  outline: transparent;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.submission-image--input .inputfile + label {
  width: 16rem;
  max-width: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.submission-image--input small {
  display: inherit;
}
.submission-image--input .submission-btn--remove {
  cursor: pointer;
  padding-top: 11px;
  margin-left: 5%;
  vertical-align: top;
  height: 42px;
  width: 42px;
  text-align: center;
  background-color: #2b2d32;
  display: inline-block;
}
.submission-image--input .submission-btn--remove:hover {
  background-color: #43464d;
}
.submission-image--input .submission-btn--remove i {
  color: #ffffff;
  padding: 0;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  transform: scale(0.6);
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
  margin: -10px 0px 0px 26px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 58px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #5cb85c;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}
.submission-header {
  padding-left: 0;
  padding-right: 0;
  min-height: 70px;
}
.submission-header .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}
.submission-header .switch {
  float: right;
  height: 42px;
  margin-top: -6px;
  width: 176px;
}
.submission-header .switch h6 {
  text-align: center;
}
.submission-image-preview {
  position: relative;
  clear: both;
  float: left;
}
.submission-image-preview img {
  width: 120px;
}
.submission-image-preview img:hover {
  opacity: .5;
}
.submission-image-preview div {
  position: absolute;
  transform: translate(7%, -120%);
  bottom: 0;
  left: 0;
  color: #000000;
  font-family: sc_segoe-ui_semibold, sans-serif;
  pointer-events: none;
}
.toggle-label.on {
  color: #5cb85c;
}
.toggle-label.off {
  color: #d93015;
}
.article-field-instruction {
  font-size: 16px;
  color: #969996;
  line-height: 1.5;
  overflow: hidden;
}
.article-field-instruction--no-margin {
  font-size: 16px;
  color: #969996;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 0;
}
.article-field-instruction.ng-hide-remove {
  animation: enterIn .25s ease;
}
.article-field-instruction.ng-hide-add {
  animation: exitOut .25s ease;
}
.submission-form__checkbox-field .checkbox-custom {
  opacity: 0;
  position: absolute;
}
.submission-form__checkbox-field .checkbox-custom-label {
  position: relative;
  font-size: 16px;
}
.submission-form__checkbox-field .checkbox-custom,
.submission-form__checkbox-field .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.submission-form__checkbox-field .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.submission-form__checkbox-field .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #d93015;
  box-shadow: inset 0px 0px 0px 4px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
}
.submission-add-section {
  margin-bottom: 1rem;
}
.submission-section__preview-save {
  padding: 4rem 0rem;
  text-align: center;
}
.submission-section__preview-save .col-xs-6,
.submission-section__preview-save .container {
  padding: 0;
}
.submission-section__preview-save button.btn.btn-primary.save,
.submission-section__preview-save a.btn.btn-primary.save {
  background-color: #6fb85c;
  float: none;
}
.submission-section__preview-save button.btn.btn-primary.save:hover,
.submission-section__preview-save a.btn.btn-primary.save:hover {
  background-color: #579d44;
}
.submission-section__preview-save button.btn.btn-primary.preview,
.submission-section__preview-save a.btn.btn-primary.preview {
  background-color: #5b91de;
  float: none;
}
.submission-section__preview-save button.btn.btn-primary.preview:hover,
.submission-section__preview-save a.btn.btn-primary.preview:hover {
  background-color: #3175d5;
}
.btn.btn-primary.unfloated {
  float: none;
}
.submission-alert {
  border-radius: 0;
  text-align: center;
  font-size: 26px;
  font-family: sc_segoe-ui_semibold, sans-serif;
  margin-bottom: 0;
}
.submission-alert .error-value {
  text-transform: capitalize;
}
.submission-button-loader {
  -webkit-transform: scale(0.18);
  transform: scale(0.18);
  bottom: 18px;
  height: 0px;
}
div.uil-spin-css.center-block.submission-button-loader > div {
  width: 26px;
  height: 26px;
}
div.uil-spin-css.center-block.submission-button-loader > div > div {
  background: #ffffff;
}
@keyframes exitOut {
  from {
    max-height: 84px;
    margin-bottom: 16px;
  }
  to {
    max-height: 0px;
    margin-bottom: 0px;
  }
}
@keyframes enterIn {
  from {
    max-height: 0px;
    margin-bottom: 0px;
  }
  to {
    max-height: 84px;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 992px) {
  .submission-image--input .inputfile + label {
    max-width: 50%;
  }
}

.newsletter-button__container {
  margin-bottom: 15px;
}
.newsletter-button__container .newsletter-button__button {
  background-color: #d93015;
  color: #ffffff;
  font-family: sc_segoe-ui_normal, sans-serif;
  font-size: 16px;
  font-weight: normal;
  border: none;
  outline: none;
  padding: 6px 0 8px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter-button__container {
    margin-top: 37px;
  }
}
@media (min-width: 1005px) {
  .newsletter-button__container {
    margin-top: 46px;
  }
}

@media only print {
  article.col-md-8 {
    width: 100%;
    height: 100%;
  }
  .article--container {
    margin-top: 0;
  }
  p {
    line-height: 130%;
    text-align: left !important;
  }
  div.article--video-main,
  footer,
  #header,
  #disqus_thread,
  .nav-container,
  .card--container-right__article,
  div.article--link-container,
  .faq--icon__container,
  i[class*='fa fa-quote-'] {
    display: none;
  }
  blockquote {
    border: none;
  }
  blockquote h1:before,
  blockquote h1:after,
  blockquote h2:before,
  blockquote h2:after,
  blockquote h3:before,
  blockquote h3:after,
  blockquote h4:before,
  blockquote h4:after,
  blockquote h5:before,
  blockquote h5:after,
  blockquote h6:before,
  blockquote h6:after {
    content: '"';
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  img {
    width: 50% !important;
    max-width: 100% !important;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
  article a[href^=http]:after {
    content: " (" attr(href) ") ";
  }
  .collapse {
    display: block;
    height: auto;
  }
  .FAQ--section-question p {
    padding-left: 0%;
  }
  .card--tag__text {
    font-family: sc_segoe-pro-cond-bold, sc_segoe-ui_semibold, sans-serif, sans-serif;
    background-color: #ffffff;
    color: #2b2d32;
    padding-left: 0;
  }
  .card--tag__text:after {
    content: ", ";
  }
}

.pks-scroll-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-color: rgba(25, 25, 25, 0.67);
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .pks-scroll-to-top {
    display: none;
  }
}

.sidebar__upsell {
  width: 100%;
  background-color: #edeff0;
  padding: 0;
  margin-bottom: 2.5rem;
}
.sidebar__upsell .sidebar__image {
  width: 100%;
  height: auto;
}
.sidebar__upsell .sidebar__body {
  padding: 1rem 1rem 1px 1rem;
  color: #2b2d32;
}
.sidebar__upsell .sidebar__body .sidebar__title {
  font-size: 26px;
  font-family: sc_segoe-ui_semilight, sans-serif;
  margin-bottom: 18px;
}
.sidebar__upsell .sidebar__body .sidebar__content,
.sidebar__upsell .sidebar__body .sidebar__content p {
  font-size: 16px;
  font-family: sc_segoe-ui_semilight, sans-serif;
  color: #2b2d32;
}
.sidebar__upsell .sidebar__body .sidebar__content a,
.sidebar__upsell .sidebar__body .sidebar__content p a {
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-size: 16px;
  color: #d93015;
  text-transform: uppercase;
  text-decoration: none;
}
.sidebar__upsell .sidebar__body .sidebar__content a:hover,
.sidebar__upsell .sidebar__body .sidebar__content p a:hover {
  color: #d93015;
  text-decoration: none;
}

.survey {
  margin-bottom: 25px;
  padding: 25px;
  position: relative;
}
.survey-container {
  padding: 0;
}
.question__title {
  color: #d93015;
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-weight: normal;
  margin: 15px 0;
}
.question__title-thankyou {
  font-size: 32px;
  color: #d93015;
  font-family: sc_segoe-ui_light, sans-serif;
  font-weight: normal;
  margin: 15px 0;
}
.question__option {
  margin-bottom: 5px;
}
.question__option label {
  font-family: sc_segoe-ui_normal, sans-serif;
  font-weight: normal;
  padding-left: 20px;
}
.question__option label input {
  margin: 0;
  display: block;
  position: relative;
  top: 17px;
  right: 20px;
}
.question__option textarea,
.question__option label textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}
.survey__description {
  padding: 0px 0px 25px 0;
}
.survey__description .card--title__text {
  color: #2b2d32;
  font-size: 18px;
}
.next-question {
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-weight: normal;
  background-color: transparent;
  border: none;
  outline: none;
  color: #d93015;
}
.finish-button {
  font-family: sc_segoe-ui_semibold, sans-serif;
  font-weight: normal;
  background-color: #d93015;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 6px 30px;
}
.survey-progress-bar {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}
.question.ng-hide-remove {
  animation: 1.0s fadeIn ease;
}
.survey-container.ng-hide-add {
  animation: 1.5s fadeOut ease;
}
.survey__description.ng-hide-add {
  animation-name: surveySlideOutUp;
  -webkit-animation-name: surveySlideOutUp;
  -moz-animation-name: surveySlideOutUp;
  -ms-animation-name: surveySlideOutUp;
  -o-animation-name: surveySlideOutUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes surveySlideOutUp {
  from {
    height: 171px;
    visibility: visible;
    padding: 25px 0px;
  }
  to {
    height: 0px;
    padding: 0px 0px;
  }
}
@-webkit-keyframes surveySlideOutUp {
  from {
    height: 171px;
    visibility: visible;
    padding: 25px 0px;
  }
  to {
    height: 0px;
    padding: 0px 0px;
  }
}
@-moz-keyframes surveySlideOutUp {
  from {
    height: 171px;
    visibility: visible;
    padding: 25px 0px;
  }
  to {
    height: 0px;
    padding: 0px 0px;
  }
}
@-ms-keyframes surveySlideOutUp {
  from {
    height: 171px;
    visibility: visible;
    padding: 25px 0px;
  }
  to {
    height: 0px;
    padding: 0px 0px;
  }
}
@-o-keyframes surveySlideOutUp {
  from {
    height: 171px;
    visibility: visible;
    padding: 25px 0px;
  }
  to {
    height: 0px;
    padding: 0px 0px;
  }
}

/*Colors********************************/
/*Typography***************************/
/*Buttons*****************************/
/*Links*****************************/
/*Breakpoints***********************/
/*Other*****************************/
/*Light*/
@font-face {
  font-family: "sc_segoe-ui_light";
  src: url('//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot');
  src: local('☺'), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Semi-Light*/
@font-face {
  font-family: "sc_segoe-ui_semilight";
  src: url('//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot');
  src: local('☺'), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Semi-Light-Italic*/
@font-face {
  font-family: "sc_segoe-ui_semilight_italic";
  src: url("../Content/Fonts/Segoe-UI-Semilight-Italic/b01764d0-636e-4ff9-b1fb-4137a1a836aa-2.eot");
  src: url("../Content/Fonts/Segoe-UI-Semilight-Italic/b01764d0-636e-4ff9-b1fb-4137a1a836aa-2.eot?") format("embedded-opentype"), url("../Content/Fonts/Segoe-UI-Semilight-Italic/b01764d0-636e-4ff9-b1fb-4137a1a836aa-3.woff") format("woff"), url("../Content/Fonts/Segoe-UI-Semilight-Italic/b01764d0-636e-4ff9-b1fb-4137a1a836aa-1.ttf") format("truetype"), url("../Content/Fonts/Segoe-UI-Semilight-Italic/b01764d0-636e-4ff9-b1fb-4137a1a836aa-4.svg#web") format("svg");
}
/*Normal*/
@font-face {
  font-family: "sc_segoe-ui_normal";
  src: url('//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot');
  src: local('☺'), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Semi-Bold*/
@font-face {
  font-family: "sc_segoe-ui_semibold";
  src: url('//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot');
  src: local('☺'), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Pro-Cond-Bold*/
@font-face {
  font-family: "sc_segoe-pro-cond-bold";
  src: url("../Content/Fonts/Segoe-Pro-Cond-Bold/SegoePro-CondBold.ttf") format("truetype");
}
@font-face {
  font-family: 'o365-icons';
  src: url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot');
  src: url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot?#iefix') format('embedded-opentype'), url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.woff') format('woff'), url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.ttf') format('truetype'), url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.svg#web') format('svg');
  font-style: normal;
  font-weight: 400;
}
.text-xl {
  font-size: 32px;
}
@media all and (min-width: 540px) {
  .text-xl {
    font-size: 26px;
    /*medium desktop*/
  }
}
@media all and (min-width: 992px) {
  .text-xl {
    font-size: 32px;
    /*medium desktop*/
  }
}
@media all and (min-width: 1200px) {
  .text-xl {
    font-size: 32px;
    /*large desktop*/
  }
}
.text-lg {
  font-size: 20px;
  /*smallest size*/
}
@media all and (min-width: 1200px) {
  .text-lg {
    font-size: 20px;
    /*large desktop*/
    line-height: 22px;
  }
  .card--appOfTheMonth__background {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .card--title__position {
    top: 45%;
  }
}
.text-sm {
  font-size: 16px;
  /*smallest size*/
  font-family: sc_segoe-ui_normal, sans-serif;
}
@media all and (min-width: 540px) {
  .text-sm {
    font-size: 12px;
    /*medium desktop*/
  }
}
@media all and (min-width: 992px) {
  .text-sm {
    font-size: 16px;
    /*medium desktop*/
  }
}
@media all and (min-width: 1200px) {
  .text-sm {
    font-size: 16px;
    /*large desktop*/
  }
}
.text-bold {
  font-family: sc_segoe-ui_semibold, sans-serif;
}
.mobile-hidden--block {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden--block {
    display: block;
  }
}
.mobile-show--block {
  display: block;
}
@media (min-width: 768px) {
  .mobile-show--block {
    display: none;
  }
}
.mobile-show--inline {
  display: inline;
}
@media (min-width: 768px) {
  .mobile-show--inline {
    display: none;
  }
}
.mobile-hide--inline {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hide--inline {
    display: inline;
  }
}
.mobile-show--flex {
  display: flex;
}
@media (min-width: 768px) {
  .mobile-show--flex {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-block-button {
    background-color: #2b2d32;
    font-family: sc_segoe-ui_normal, sans-serif;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    color: #ffffff;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .pks__html--no-scroll #layout-wrapper {
    height: 90vh;
    overflow: hidden;
  }
}

/*Colors********************************/
/*Typography***************************/
/*Buttons*****************************/
/*Links*****************************/
/*Breakpoints***********************/
/*Other*****************************/
