@charset "UTF-8";
/* 
 * Developers: This file is generated by Sass.  Please edit files in the scss 
 * directory to update this CSS.
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInZoomBig {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    transform: scale(1.25);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-13.34em) translateZ(0);
  }
  65% {
    opacity: 1;
    transform: translateX(1.334em);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(13.34em) translateZ(0);
  }
  65% {
    opacity: 1;
    transform: translateX(-1.334em);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-10em) rotate(0) translateZ(0);
  }
  10% {
    transform: translateY(-10em) rotate(-40deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes riseIn {
  0% {
    opacity: 0;
    transform: translateY(10em) translateZ(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.25) translateZ(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes turnInDown {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateX(-225deg) translateZ(150px);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    backface-visibility: hidden;
  }
}
@keyframes turnInUp {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateX(225deg) translateZ(150px);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    backface-visibility: hidden;
  }
}
@keyframes stretch {
  0% {
    transform: scaleY(0);
  }
  40% {
    transform: scaleY(1.05);
  }
  60% {
    transform: scaleY(0.97125);
  }
  80% {
    transform: scaleY(1.05);
  }
  100% {
    transform: scaleY(0.97125);
  }
  80% {
    transform: scaleY(1.02375);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes newspaper {
  0% {
    opacity: 0;
    transform: rotate(720deg) scale(0.33) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1.334em);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1.334em);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-1.334em) translateZ(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(1.334em) translateZ(0);
  }
}
@keyframes fadeOutZoom {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes fadeOutZoomBig {
  0% {
    transform: scale(1) translateZ(0);
  }
  40% {
    transform: scale(1.25);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes slideOutLeft {
  35% {
    opacity: 1;
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-13.34em);
  }
}
@keyframes slideOutRight {
  35% {
    opacity: 1;
    transform: translateX(-1.334em) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateX(13.34em);
  }
}
@keyframes explode {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10em) rotate(-40deg);
  }
}
@keyframes riseOut {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10em);
  }
}
@keyframes poof {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes turnOutDown {
  0% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    backface-visibility: hidden;
  }
  100% {
    opacity: 0;
    transform: perspective(500px) rotateX(-225deg) translateZ(150px);
  }
}
@keyframes turnOutUp {
  0% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    backface-visibility: hidden;
  }
  100% {
    opacity: 0;
    transform: perspective(500px) rotateX(225deg) translateZ(150px);
  }
}
@keyframes compress {
  0% {
    transform: scaleY(1) translateZ(0);
  }
  30% {
    transform: scaleY(1.05);
  }
  50% {
    transform: scaleY(0.97125);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fadeInThenOut {
  0% {
    opacity: 0;
    transform: translateZ(0);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDownThenOutDown {
  0% {
    opacity: 0;
    transform: translateY(-1.334em) translateZ(0);
  }
  10% {
    opacity: 1;
    transform: translateZ(0);
  }
  90% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1.334em);
  }
}
@keyframes float {
  0%, 50%, 100% {
    transform: translateY(-0.25em) translateZ(0);
  }
  25% {
    transform: translateY(0.25em) rotate(1deg);
  }
  75% {
    transform: translateY(0.25em) rotate(-1deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0) translateZ(0);
  }
  15% {
    transform: translateX(0.55em);
  }
  35% {
    transform: translateX(-0.55em);
  }
  50% {
    transform: translateX(0.275em);
  }
  65% {
    transform: translateX(-0.275em);
  }
  85% {
    transform: translateX(0.1833333333em);
  }
}
@keyframes teeter {
  0%, 100% {
    transform: rotate(0deg) translateZ(0);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  73% {
    transform: rotate(3.3333333333deg);
  }
  86% {
    transform: rotate(-3.3333333333deg);
  }
}
@keyframes quiver {
  0% {
    transform: translate3d(2px, 1px, 0) rotate(0deg);
  }
  10% {
    transform: translate3d(-1px, 2px, 0) rotate(2deg);
  }
  20% {
    transform: translate3d(-3px, 0) rotate(-2deg);
  }
  30% {
    transform: translate3d(0, 2px, 0) rotate(0deg);
  }
  40% {
    transform: translate3d(1px, -1px, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(-1px, 2px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(-3px, 1px, 0) rotate(0deg);
  }
  70% {
    transform: translate3d(2px, 1px, 0) rotate(2deg);
  }
  80% {
    transform: translate3d(-1px, -1px, 0) rotate(-2deg);
  }
  90% {
    transform: translate3d(2px, 2px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(1px, -2px, 0) rotate(2deg);
  }
}
@keyframes sway {
  0%, 50%, 100% {
    transform: rotate(3deg) translateZ(0);
  }
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg) translateZ(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 85%, 100% {
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
  }
  25% {
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
  }
  35% {
    transform: translateY(0) scaleY(0.98) scaleX(1.02);
  }
  50% {
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
  }
  60% {
    transform: translateY(0) scaleY(0.99) scaleX(1.01);
  }
  75% {
    transform: translateY(-0.05rem);
  }
}
@keyframes pulsate {
  0%, 100% {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.1);
  }
}
@keyframes aroundTheWorld {
  0% {
    transform: rotate(0deg) translate3d(-5em, -5em, 0) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate3d(-5em, -5em, 0) rotate(-360deg);
  }
}
@keyframes ping {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes squareDance {
  0%, 100% {
    transform: translate3d(100%, 0, 0);
  }
  25% {
    transform: translate3d(100%, 100%, 0);
  }
  50% {
    transform: translate3d(0, 100%, 0);
  }
  75% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sunrise {
  0% {
    transform: rotate(0deg) translate(-15em) rotate(0deg);
  }
  100% {
    transform: rotate(180deg) translate(-15em) rotate(-180deg);
  }
}
.hide {
  display: none !important;
}

.show {
  display: block;
}

.clear-both {
  clear: both;
}

label {
  font-weight: normal;
  font-family: "Nimbus Sans Bold";
}

input[type=radio] {
  cursor: pointer;
}

.radio-button-label {
  margin-bottom: 0;
  display: inline;
  cursor: pointer;
}

.invisible {
  visibility: hidden;
}

.hidden-table {
  position: absolute;
  left: -9999em;
}

.screen-reader-only { /*Visually hidden, but still available to a screen reader*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.row.eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.eq-height > .eq-height {
  margin: -0.5px;
}
.row.no-padding {
  margin-left: 0px;
  margin-right: 0px;
}
.row.no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.v-align:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0.1px;
}

.position-relative {
  position: relative;
}

.js-trp-box-click {
  cursor: pointer;
}

body {
  background: #EBEBEB;
  font-family: "Nimbus Sans Reg";
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong {
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
}

.wrapper {
  padding: 10px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .margin-helper.generic {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-helper.generic {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-helper.generic {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .margin-helper.generic {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-0 {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-0 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-0 {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-0 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-0 {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-0 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-0 {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-0 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-0 {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-0 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-0 {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-0 {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-0 {
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-0 {
    margin-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-0 {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-0 {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-0 {
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-0 {
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-0 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-0 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-0 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-0 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-0 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-5 {
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-5 {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-5 {
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-5 {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-5 {
    padding-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-5 {
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-5 {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-5 {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-5 {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-5 {
    margin-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-5 {
    margin-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-5 {
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-5 {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-5 {
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-5 {
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-5 {
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-5 {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-5 {
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-5 {
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-5 {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-5 {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-5 {
    padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-5 {
    padding-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-5 {
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-5 {
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-15 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-15 {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-15 {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-15 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-15 {
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-15 {
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-15 {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-15 {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-15 {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-15 {
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-15 {
    margin-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-15 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-15 {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-15 {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-15 {
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-15 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-15 {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-15 {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-15 {
    margin-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-15 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-15 {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-15 {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-15 {
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-15 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-15 {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-30 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-30 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-30 {
    margin-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-30 {
    margin-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-30 {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-30 {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-30 {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-30 {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-30 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-30 {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-30 {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-30 {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-30 {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-30 {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-30 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-30 {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-30 {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-45 {
    margin-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-45 {
    margin-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-45 {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-45 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-45 {
    padding-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-45 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-45 {
    padding-top: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-45 {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-45 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-45 {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-45 {
    margin-left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-45 {
    margin-left: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-45 {
    margin-left: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-45 {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-45 {
    padding-left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-45 {
    padding-left: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-45 {
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-45 {
    padding-left: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-45 {
    margin-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-45 {
    margin-right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-45 {
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-45 {
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-45 {
    padding-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-45 {
    padding-right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-45 {
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-45 {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-45 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-45 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-45 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-45 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-60 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-60 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-60 {
    margin-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-60 {
    margin-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-60 {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-60 {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-60 {
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-60 {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-60 {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-60 {
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-60 {
    margin-right: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-60 {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-60 {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-60 {
    padding-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-60 {
    padding-right: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-60 {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-60 {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-60 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-60 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-60 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-60 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-75 {
    margin-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-75 {
    margin-top: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-75 {
    margin-top: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-75 {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-75 {
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-75 {
    padding-top: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-75 {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-75 {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-75 {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-75 {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-75 {
    margin-left: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-75 {
    margin-left: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-75 {
    margin-left: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-75 {
    margin-left: 75px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-75 {
    padding-left: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-75 {
    padding-left: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-75 {
    padding-left: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-75 {
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-75 {
    margin-right: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-75 {
    margin-right: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-75 {
    margin-right: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-75 {
    margin-right: 75px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-75 {
    padding-right: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-75 {
    padding-right: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-75 {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-75 {
    padding-right: 75px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-75 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-75 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-75 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-75 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-75 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-75 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-75 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-75 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 767px) {
  .xs-m-t-90 {
    margin-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-t-90 {
    margin-top: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-t-90 {
    margin-top: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-m-t-90 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .xs-p-t-90 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-t-90 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-t-90 {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-90 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .xs-m-b-90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-b-90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-b-90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-90 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .xs-p-b-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-b-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-b-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-90 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .xs-m-l-90 {
    margin-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-l-90 {
    margin-left: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-l-90 {
    margin-left: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-m-l-90 {
    margin-left: 90px;
  }
}

@media (max-width: 767px) {
  .xs-p-l-90 {
    padding-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-l-90 {
    padding-left: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-l-90 {
    padding-left: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-p-l-90 {
    padding-left: 90px;
  }
}

@media (max-width: 767px) {
  .xs-m-r-90 {
    margin-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-r-90 {
    margin-right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-r-90 {
    margin-right: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-m-r-90 {
    margin-right: 90px;
  }
}

@media (max-width: 767px) {
  .xs-p-r-90 {
    padding-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-r-90 {
    padding-right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-r-90 {
    padding-right: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-p-r-90 {
    padding-right: 90px;
  }
}

@media (max-width: 767px) {
  .xs-m-all-90 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-all-90 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-m-all-90 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-m-all-90 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (max-width: 767px) {
  .xs-p-all-90 {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-p-all-90 {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-p-all-90 {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1200px) {
  .lg-p-all-90 {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.bg-trp-light-blue {
  background-color: #05C3DE;
}

.bg-trp-medium-blue {
  background-color: #006da3;
}

.bg-trp-dark-blue {
  background-color: #054C70;
}

.bg-trp-lightest-gray {
  background-color: #F1F1F1;
}

.bg-trp-gray {
  background-color: #B1B1B1;
}

.bg-trp-dark-gray {
  background-color: #4F4F4F;
}

.bg-trp-darkest-gray {
  background-color: #3B3B3B;
}

.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.trp-light-blue {
  color: #05C3DE;
}

.trp-dark-blue {
  color: #054C70;
}

.trp-callout-orange {
  color: #E17A17;
}

.black {
  color: #000;
}

.trp-darkest-gray {
  color: #3B3B3B;
}

.trp-dark-gray {
  color: #4F4F4F;
}

.trp-medium-gray {
  color: #898989;
}

.trp-gray {
  color: #B1B1B1;
}

.trp-light-gray {
  color: #EBEBEB;
}

.white {
  color: #FFF;
}

a.trp-light-blue.trp-light-blue {
  color: #05C3DE;
}
a.trp-light-blue.trp-light-blue:hover {
  text-decoration: underline;
  color: #05C3DE;
  outline: none;
}
a.trp-light-blue.trp-light-blue:focus {
  text-decoration: underline;
  color: #05C3DE;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #05C3DE;
}

a.trp-dark-blue.trp-dark-blue {
  color: #054C70;
}
a.trp-dark-blue.trp-dark-blue:hover {
  text-decoration: underline;
  color: #054C70;
  outline: none;
}
a.trp-dark-blue.trp-dark-blue:focus {
  text-decoration: underline;
  color: #054C70;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #054C70;
}

a.trp-callout-orange.trp-callout-orange {
  color: #E17A17;
}
a.trp-callout-orange.trp-callout-orange:hover {
  text-decoration: underline;
  color: #E17A17;
  outline: none;
}
a.trp-callout-orange.trp-callout-orange:focus {
  text-decoration: underline;
  color: #E17A17;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #E17A17;
}

a.black.black {
  color: #000;
}
a.black.black:hover {
  text-decoration: underline;
  color: #000;
  outline: none;
}
a.black.black:focus {
  text-decoration: underline;
  color: #000;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #000;
}

a.trp-darkest-gray.trp-darkest-gray {
  color: #3B3B3B;
}
a.trp-darkest-gray.trp-darkest-gray:hover {
  text-decoration: underline;
  color: #3B3B3B;
  outline: none;
}
a.trp-darkest-gray.trp-darkest-gray:focus {
  text-decoration: underline;
  color: #3B3B3B;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #3B3B3B;
}

a.trp-dark-gray.trp-dark-gray {
  color: #4F4F4F;
}
a.trp-dark-gray.trp-dark-gray:hover {
  text-decoration: underline;
  color: #4F4F4F;
  outline: none;
}
a.trp-dark-gray.trp-dark-gray:focus {
  text-decoration: underline;
  color: #4F4F4F;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #4F4F4F;
}

a.trp-medium-gray.trp-medium-gray {
  color: #898989;
}
a.trp-medium-gray.trp-medium-gray:hover {
  text-decoration: underline;
  color: #898989;
  outline: none;
}
a.trp-medium-gray.trp-medium-gray:focus {
  text-decoration: underline;
  color: #898989;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #898989;
}

a.trp-gray.trp-gray {
  color: #B1B1B1;
}
a.trp-gray.trp-gray:hover {
  text-decoration: underline;
  color: #B1B1B1;
  outline: none;
}
a.trp-gray.trp-gray:focus {
  text-decoration: underline;
  color: #B1B1B1;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #B1B1B1;
}

a.trp-light-gray.trp-light-gray {
  color: #EBEBEB;
}
a.trp-light-gray.trp-light-gray:hover {
  text-decoration: underline;
  color: #EBEBEB;
  outline: none;
}
a.trp-light-gray.trp-light-gray:focus {
  text-decoration: underline;
  color: #EBEBEB;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #EBEBEB;
}

a.white.white {
  color: #FFF;
}
a.white.white:hover {
  text-decoration: underline;
  color: #FFF;
  outline: none;
}
a.white.white:focus {
  text-decoration: underline;
  color: #FFF;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #FFF;
}

.text-primary {
  color: #054C70;
}

.callout-bg {
  background-color: #E17A17;
}

.bg-primary {
  background-color: #EBEBEB;
  color: #000;
}

.trp-gray-1 {
  color: #3B3B3B;
}

.trp-gray-2 {
  color: #4F4F4F;
}

.trp-gray-3 {
  color: #626262;
}

.trp-gray-4 {
  color: #767676;
}

.trp-gray-5 {
  color: #808080;
}

.trp-gray-6 {
  color: #898989;
}

.trp-gray-7 {
  color: #9D9D9D;
}

.trp-gray-8 {
  color: #B1B1B1;
}

.trp-gray-9 {
  color: #C4C4C4;
}

.trp-gray-10 {
  color: #D8D8D8;
}

.trp-gray-11 {
  color: #EBEBEB;
}

.trp-gray-12 {
  color: #F1F1F1;
}

.disabled.disabled-gray {
  background-color: #C4C4C4;
}

.arrow-inset-down-white {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 25px solid #FFF;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
@media (min-width: 992px) {
  .arrow-inset-down-white {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 35px solid #FFF;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

.arrow-inset-down-gray {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 25px solid #F1F1F1;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
@media (min-width: 992px) {
  .arrow-inset-down-gray {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 35px solid #F1F1F1;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

.arrow-inset-down-dark-blue {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 25px solid #054C70;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
@media (min-width: 992px) {
  .arrow-inset-down-dark-blue {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 35px solid #054C70;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

.center-body-band-arrow {
  position: absolute;
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
}
@media (min-width: 992px) {
  .center-body-band-arrow {
    position: absolute;
    left: -webkit-calc(50% - 35px);
    left: -moz-calc(50% - 35px);
    left: calc(50% - 35px);
  }
}

.centerer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.full-width {
  width: 100%;
  max-width: 100%;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.ghost-center {
  position: relative;
}

.ghost-center::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

.table-row {
  display: table-row;
}

.v-align-middle {
  vertical-align: middle;
  float: none;
  display: inline-block;
}

.display-as-table {
  display: table !important;
  margin-left: 0px;
  margin-right: 0px;
}
.display-as-table.full-width {
  width: 100%;
  max-width: 100%;
}
.display-as-table > [class*=col-] {
  display: table-cell;
}

.row.display-as-table-row {
  display: table-row;
}
.row.display-as-table-row > [class*=col-] {
  display: table-cell;
}

.rtt-icon {
  line-height: 20px;
  padding-right: 8px;
  display: inline-block;
}

.rtt-text {
  display: inline-block;
}

.hairline {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 0) {
  .hairline.col-xs-12:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0 -30px;
  }
  .hairline:not(.col-xs-12):not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .hairline:not(.col-xs-12):not(:last-child):after {
    content: none;
  }
}
@media (min-width: 768px) {
  .hairline.col-sm-12:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0 -30px;
  }
  .hairline:not(.col-sm-12):not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .hairline:not(.col-sm-12):not(:last-child):after {
    content: none;
  }
}
@media (min-width: 992px) {
  .hairline.col-md-12:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0 -30px;
  }
  .hairline:not(.col-md-12):not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .hairline:not(.col-md-12):not(:last-child):after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .hairline.col-lg-12:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0 -30px;
  }
  .hairline:not(.col-lg-12):not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .hairline:not(.col-lg-12):not(:last-child):after {
    content: none;
  }
}
.hairline {
  border-color: #D8D8D8;
}
.hairline:after {
  background-color: #D8D8D8;
}
.hairline-trp-darkest-gray {
  border-color: #3B3B3B;
}
.hairline-trp-darkest-gray:after {
  background-color: #3B3B3B;
}
.hairline-trp-gray {
  border-color: #B1B1B1;
}
.hairline-trp-gray:after {
  background-color: #B1B1B1;
}
.hairline-white {
  border-color: #FFF;
}
.hairline-white:after {
  background-color: #FFF;
}
.hairline-trp-border-blue {
  border-color: #096EA1;
}
.hairline-trp-border-blue:after {
  background-color: #096EA1;
}
.hairline.exception-no-mobile-hairline:after {
  background-color: transparent;
}

.hairline-horizontal {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: #D8D8D8 solid 1px;
}
.hairline-horizontal:last-of-type {
  border-top: none;
}

.hairline-horizontal-rule-only {
  margin-top: 0;
  margin-bottom: 0;
  border-top: #D8D8D8 solid 1px;
}
.hairline-horizontal-rule-only:last-of-type {
  border-top: none;
}

.dark-gray-dash-rule {
  margin-bottom: 0;
  border-bottom: 4px solid #3B3B3B;
  width: 30px;
}
@media (min-width: 768px) {
  .dark-gray-dash-rule {
    margin-bottom: 15px;
  }
}

.gray-dash-rule {
  margin-bottom: 0;
  border-bottom: 4px solid #D8D8D8;
  width: 30px;
}
@media (min-width: 768px) {
  .gray-dash-rule {
    margin-bottom: 15px;
  }
}

.lighter-gray-dash-rule {
  margin-bottom: 0;
  border-bottom: 4px solid #B1B1B1;
  width: 30px;
}
@media (min-width: 768px) {
  .lighter-gray-dash-rule {
    margin-bottom: 15px;
  }
}

.light-blue-dash-rule {
  margin-bottom: 0;
  border-bottom: 4px solid #05C3DE;
  width: 30px;
}
@media (min-width: 768px) {
  .light-blue-dash-rule {
    margin-bottom: 15px;
  }
}

.dash-divider-sm.bright-blue {
  background-color: #05C3DE;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.dash-divider-sm.dark-gray {
  background-color: #3B3B3B;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.dash-divider-sm.gray {
  background-color: #D8D8D8;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.dash-divider-md.bright-blue {
  background-color: #05C3DE;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.dash-divider-md.dark-gray {
  background-color: #3B3B3B;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.dash-divider-md.gray {
  background-color: #D8D8D8;
  height: 4px;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.pipe:before {
  position: absolute;
  right: -15px;
  width: 30px;
  text-align: center;
  top: -4px;
}
.pipe.pipe-padding:before {
  top: 41px;
}
@media (min-width: 0) {
  .pipe:not(.col-xs-12):not(:last-child):before {
    content: "|";
  }
}
@media (min-width: 768px) {
  .pipe:not(.col-sm-12):not(:last-child):before {
    content: "|";
  }
}
@media (min-width: 992px) {
  .pipe:not(.col-md-12):not(:last-child):before {
    content: "|";
  }
}
@media (min-width: 1200px) {
  .pipe:not(.col-lg-12):not(:last-child):before {
    content: "|";
  }
}
.pipe-trp-light-gray:before {
  color: #EBEBEB;
}
.pipe-trp-gray:before {
  color: #B1B1B1;
}
.pipe-trp-light-blue-active:before {
  color: #0492A6;
}
.pipe-paragraph-lg:before {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .pipe-paragraph-lg:before {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .pipe-paragraph-lg:before {
    font-size: 34px;
    line-height: 34px;
  }
}
.pipe-paragraph-md:before {
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .pipe-paragraph-md:before {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .pipe-paragraph-md:before {
    font-size: 28px;
    line-height: 28px;
  }
}
.pipe-paragraph-sm:before {
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .pipe-paragraph-sm:before {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .pipe-paragraph-sm:before {
    font-size: 26px;
    line-height: 26px;
  }
}

a {
  text-decoration: none;
  color: #086EA1;
}
a:hover {
  text-decoration: none;
  color: #086EA1;
  outline: none;
}
a:focus {
  text-decoration: none;
  color: #086EA1;
}
a:active {
  text-decoration: none;
  color: #0492A6;
  outline: none;
}
a.dark-link {
  text-decoration: none;
  color: #767676;
}
a.dark-link:hover {
  text-decoration: none;
  color: #3B3B3B;
  outline: none;
}
a.dark-link:focus {
  text-decoration: none;
  color: #000;
}
a.dark-link:active {
  text-decoration: none;
  color: #000;
  outline: none;
}
a.dark-link:disabled {
  color: #C4C4C4;
}
a.dark-link[disabled] {
  color: #C4C4C4;
}

a.call-to-action [class^=sl-icon-] {
  vertical-align: sub;
  margin: 0 15px;
}

a.call-to-action [class^=sl-icon-].before-link-text {
  vertical-align: sub;
  margin: 0 15px 0 0;
}

a.call-to-action[class*=paragraph]:hover {
  text-decoration: underline;
  color: #086EA1;
  outline: none;
}
a.call-to-action[class*=paragraph]:focus {
  text-decoration: underline;
  color: #086EA1;
  outline: 1px dashed;
  outline-offset: 1px;
  outline-color: #086EA1;
}

.paragraph p a:hover {
  text-decoration: underline;
  color: #086EA1;
  outline: none;
}
.paragraph p a:focus {
  text-decoration: underline;
  color: #086EA1;
  outline: 1px solid;
  outline-offset: 1px;
  outline-color: #086EA1;
}

a[href^="tel:"] {
  text-decoration: underline;
  color: #05C3DE;
  white-space: nowrap;
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus {
  color: #086EA1;
}
a[href^="tel:"]:focus {
  color: #0492A6;
}

.author-message-container {
  padding: 10px 15px 30px;
  background-color: #dbe7ed;
  border: 1px solid #00718d;
  border-radius: 4px;
}

.author-message-container > div:first-child {
  color: #00718d;
}

.qa-label {
  width: 100%;
}

.row.q-a-answer::before {
  content: "";
  display: block;
  height: 1px;
  margin: 15px 15px 30px 15px;
  background: #D8D8D8;
}

.carret-up {
  display: inline-block;
  margin-left: 5px;
  margin-right: 8px;
  margin-top: 10px;
}
.carret-up:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 5px solid #086EA1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.carret-up.black:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.carret-up.white:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.block-quote {
  background-repeat: no-repeat;
}
.block-quote.block-quote-gray {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global-personal-investor/resources/pi-scaffolding/images/QuoteMark_Grey.png");
}
.block-quote.block-quote-white {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global-personal-investor/resources/pi-scaffolding/images/QuoteMark_White.png");
}
.block-quote.block-quote-blue {
  background-image: url("../../../etc.clientlibs/iinvestor/clientlibs/global-personal-investor/resources/pi-scaffolding/images/QuoteMark_Blue.png");
}

.popover {
  max-width: 300px;
  border-color: #00718D;
}
.popover.top .arrow, .popover.right .arrow, .popover.bottom .arrow, .popover.left .arrow {
  border-bottom-color: #00718D;
}
.popover .popover-close-btn {
  position: absolute;
  height: 15px;
  right: 5px;
  top: 5px;
}
.popover .popover-content {
  padding: 20px;
  font-size: 16px;
  color: #00718D;
}

#pi-sidebar {
  min-height: 0px;
  position: static;
}
@media (min-width: 768px) {
  #pi-sidebar {
    min-height: 500px;
  }
}

.ln-main-content {
  border-left: none;
}
@media (min-width: 768px) {
  .ln-main-content {
    border-left: 1px solid #C4C4C4;
  }
}

#mobile-nav {
  z-index: 1000;
}
#mobile-nav.fix-to-top {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 -20px;
}
#mobile-nav.fix-to-top .mobile-bar, #mobile-nav.fix-to-top ul {
  margin: 0 0px;
}

#pi-left-nav {
  padding-top: 75px;
  width: 100%;
}
#pi-left-nav.fix-to-top {
  position: fixed;
  top: 0;
  width: 175px;
}
@media (min-width: 992px) {
  #pi-left-nav.fix-to-top {
    width: 235px;
  }
}
@media (min-width: 1200px) {
  #pi-left-nav.fix-to-top {
    width: 285px;
  }
}
#pi-left-nav.fix-to-bottom {
  position: absolute;
  bottom: 20px;
  top: auto;
  width: 25%;
}
#pi-left-nav li:first-child {
  border-top: 1px solid #C4C4C4;
}
#pi-left-nav li > a {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  min-height: 40px;
  padding: 8px 15px;
}
#pi-left-nav li.active a {
  border-left: 4px solid #05C3DE;
  color: #043954;
}

#mobile-nav {
  margin-left: -20px;
  margin-right: -20px;
}
#mobile-nav.collapsed ul {
  display: none;
}
#mobile-nav .mobile-bar {
  padding: 11px 20px 12px;
  position: relative;
  color: #FFF;
  cursor: pointer;
  background-color: #3B3B3B;
}
#mobile-nav ul {
  padding: 0 10px;
  margin: 0;
  background-color: #3B3B3B;
  display: block;
}
#mobile-nav ul li {
  min-height: 45px;
  border-top: 1px solid #626262;
  list-style-type: none;
}
#mobile-nav ul li a {
  display: block;
  padding: 10px;
  color: #FFF;
}
#mobile-nav ul li a:hover, #mobile-nav ul li a:active {
  color: #05C3DE;
}
#mobile-nav ul li.active a {
  color: #05C3DE;
}

.mobile-nav-down-arrow {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 15px;
  top: 18px;
}
:not(.collapsed) > div > .mobile-nav-down-arrow {
  display: none;
}

.mobile-nav-right-arrow {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  right: 15px;
  top: 18px;
}
.collapsed > div > .mobile-nav-right-arrow {
  display: none;
}

.heading-xxl {
  font-size: 35px;
  line-height: 40px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-xxl sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xxl h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xxl {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .heading-xxl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xxl {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 45px;
  }
  .heading-xxl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xxl {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 45px;
  }
  .heading-xxl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-xxl.no-margin {
  font-size: 35px;
  line-height: 40px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-xxl.no-margin sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xxl.no-margin h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xxl.no-margin {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .heading-xxl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xxl.no-margin {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0px;
  }
  .heading-xxl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xxl.no-margin {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0px;
  }
  .heading-xxl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-xl {
  font-size: 30px;
  line-height: 35px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-xl sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xl h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xl {
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .heading-xl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xl {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 45px;
  }
  .heading-xl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xl {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 45px;
  }
  .heading-xl sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-xl.no-margin {
  font-size: 30px;
  line-height: 35px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-xl.no-margin sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xl.no-margin h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xl.no-margin {
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .heading-xl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xl.no-margin {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 0px;
  }
  .heading-xl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xl.no-margin {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 0px;
  }
  .heading-xl.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xl.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-lg {
  font-size: 30px;
  line-height: 35px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-lg sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-lg h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-lg {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .heading-lg sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-lg {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 45px;
  }
  .heading-lg sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-lg {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 45px;
  }
  .heading-lg sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-lg.no-margin {
  font-size: 30px;
  line-height: 35px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-lg.no-margin sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-lg.no-margin h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-lg.no-margin {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .heading-lg.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-lg.no-margin {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
  }
  .heading-lg.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-lg.no-margin {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
  }
  .heading-lg.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-lg.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-md {
  font-size: 28px;
  line-height: 30px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-md sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-md h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-md {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .heading-md sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-md {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .heading-md sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-md {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .heading-md sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-md.no-margin {
  font-size: 28px;
  line-height: 30px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-md.no-margin sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-md.no-margin h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-md.no-margin {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .heading-md.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-md.no-margin {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .heading-md.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-md.no-margin {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .heading-md.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-md.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-sm {
  font-size: 24px;
  line-height: 30px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-sm sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-sm h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-sm {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .heading-sm sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-sm {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .heading-sm sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-sm {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .heading-sm sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-sm.no-margin {
  font-size: 24px;
  line-height: 30px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-sm.no-margin sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-sm.no-margin h1 sup {
  top: -1.1em;
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-sm.no-margin {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  .heading-sm.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-sm.no-margin {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .heading-sm.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-sm.no-margin {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .heading-sm.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-sm.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-xs {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-xs sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xs h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xs {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .heading-xs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xs {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .heading-xs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xs {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .heading-xs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-xs.no-margin {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-xs.no-margin sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xs.no-margin h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xs.no-margin {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  .heading-xs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xs.no-margin {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .heading-xs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xs.no-margin {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .heading-xs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.heading-xxs {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
}
.heading-xxs sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xxs h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xxs {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .heading-xxs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xxs {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .heading-xxs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xxs {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .heading-xxs sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.heading-xxs.no-margin {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 0px;
  margin-top: 0px;
}
.heading-xxs.no-margin sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.heading-xxs.no-margin h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .heading-xxs.no-margin {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .heading-xxs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .heading-xxs.no-margin {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .heading-xxs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .heading-xxs.no-margin {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .heading-xxs.no-margin sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .heading-xxs.no-margin h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.sub-heading {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 30px;
}
.sub-heading sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.sub-heading h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .sub-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .sub-heading sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .sub-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .sub-heading sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .sub-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .sub-heading sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.sub-heading-sm {
  font-size: 18px;
  line-height: 20px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 30px;
}
.sub-heading-sm sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.sub-heading-sm h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .sub-heading-sm {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-heading-sm sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading-sm h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .sub-heading-sm {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-heading-sm sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading-sm h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .sub-heading-sm {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-heading-sm sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .sub-heading-sm h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

@media (max-width: 767px) {
  .heading .quoteheading-xxl {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-xxl {
    margin-top: -32px;
    margin-left: 15px;
  }
  .heading .quoteheading-xl {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-xl {
    margin-top: -27px;
    margin-left: 15px;
  }
  .heading .quoteheading-lg {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-lg {
    margin-top: -27px;
    margin-left: 15px;
  }
  .heading .quoteheading-md {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-md {
    margin-top: -24px;
    margin-left: 15px;
  }
  .heading .quoteheading-sm {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-sm {
    margin-top: -23px;
    margin-left: 15px;
  }
  .heading .quoteheading-xs {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-xs {
    margin-top: -21px;
    margin-left: 15px;
  }
  .heading .quoteheading-xxs {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
  }
  .heading .block-quote + .heading-xxs {
    margin-top: -21px;
    margin-left: 15px;
  }
  .heading .subHeadingChanges {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .heading .quoteheading-xxl {
    background-size: 124px 108px;
    width: 124px;
    height: 108px;
  }
  .heading .block-quote + .heading-xxl {
    margin-top: -42px;
    margin-left: 90px;
  }
  .heading .quoteheading-xl {
    background-size: 122px 106px;
    width: 122px;
    height: 106px;
  }
  .heading .block-quote + .heading-xl {
    margin-top: -38px;
    margin-left: 90px;
  }
  .heading .quoteheading-lg {
    background-size: 120px 104px;
    width: 120px;
    height: 104px;
  }
  .heading .block-quote + .heading-lg {
    margin-top: -35px;
    margin-left: 90px;
  }
  .heading .quoteheading-md {
    background-size: 115px 100px;
    width: 115px;
    height: 100px;
  }
  .heading .block-quote + .heading-md {
    margin-top: -32px;
    margin-left: 90px;
  }
  .heading .quoteheading-sm {
    background-size: 110px 96px;
    width: 110px;
    height: 96px;
  }
  .heading .block-quote + .heading-sm {
    margin-top: -27px;
    margin-left: 90px;
  }
  .heading .quoteheading-xs {
    background-size: 110px 96px;
    width: 110px;
    height: 96px;
  }
  .heading .block-quote + .heading-xs {
    margin-top: -27px;
    margin-left: 90px;
  }
  .heading .quoteheading-xxs {
    background-size: 110px 96px;
    width: 110px;
    height: 96px;
  }
  .heading .block-quote + .heading-xxs {
    margin-top: -23px;
    margin-left: 90px;
  }
  .heading .subHeadingChanges {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .heading .block-quote + .heading-xxl {
    margin-top: -51px;
  }
  .heading .block-quote + .heading-xl {
    margin-top: -46px;
  }
  .heading .block-quote + .heading-lg {
    margin-top: -44px;
  }
  .heading .block-quote + .heading-md {
    margin-top: -35px;
  }
  .heading .block-quote + .heading-sm {
    margin-top: -34px;
  }
  .heading .block-quote + .heading-xs {
    margin-top: -31px;
  }
}
@media (min-width: 1200px) {
  .heading .quoteheading-xxl {
    background-size: 134px 118px;
    width: 134px;
    height: 118px;
  }
  .heading .block-quote + .heading-xxl {
    margin-top: -50px;
    margin-left: 90px;
  }
  .heading .quoteheading-xl {
    background-size: 132px 116px;
    width: 132px;
    height: 116px;
  }
  .heading .block-quote + .heading-xl {
    margin-top: -46px;
    margin-left: 90px;
  }
  .heading .quoteheading-lg {
    background-size: 130px 114px;
    width: 130px;
    height: 114px;
  }
  .heading .block-quote + .heading-lg {
    margin-top: -44px;
    margin-left: 90px;
  }
  .heading .quoteheading-md {
    background-size: 124px 108px;
    width: 124px;
    height: 108px;
  }
  .heading .block-quote + .heading-md {
    margin-top: -36px;
    margin-left: 90px;
  }
  .heading .quoteheading-sm {
    background-size: 118px 104px;
    width: 118px;
    height: 104px;
  }
  .heading .block-quote + .heading-sm {
    margin-top: -35px;
    margin-left: 90px;
  }
  .heading .quoteheading-xs {
    background-size: 114px 100px;
    width: 114px;
    height: 100px;
  }
  .heading .block-quote + .heading-xs {
    margin-top: -30px;
    margin-left: 90px;
  }
  .heading .quoteheading-xxs {
    background-size: 110px 98px;
    width: 110px;
    height: 98px;
  }
  .heading .block-quote + .heading-xxs {
    margin-top: -23px;
    margin-left: 90px;
  }
  .heading .subHeadingChanges {
    margin-left: 90px;
  }
}

.seo-heading h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .seo-heading h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .seo-heading h1 {
    font-size: 56px;
    line-height: 58px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
.seo-heading h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .seo-heading h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .seo-heading h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
.seo-heading h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .seo-heading h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .seo-heading h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
}
.seo-heading h3.text-bold {
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
}
.seo-heading h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .seo-heading h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .seo-heading h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }
}
.seo-heading h4.text-bold {
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
}

.enhanced-marquee-heading {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .enhanced-marquee-heading {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  .enhanced-marquee-heading {
    margin-top: 80px;
  }
}
.enhanced-marquee-heading h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .enhanced-marquee-heading h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .enhanced-marquee-heading h1 {
    font-size: 56px;
    line-height: 58px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
}
.enhanced-marquee-heading h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .enhanced-marquee-heading h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .enhanced-marquee-heading h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}

.enhanced-marquee-heading.eyebrow h1 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Reg";
  font-weight: normal;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .enhanced-marquee-heading.eyebrow h1 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .enhanced-marquee-heading.eyebrow h1 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
}
.enhanced-marquee-heading.eyebrow h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  font-family: "Nimbus Sans Light";
  font-weight: normal;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .enhanced-marquee-heading.eyebrow h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .enhanced-marquee-heading.eyebrow h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}

.paragraph-lg {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.paragraph-lg sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.paragraph-lg .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .paragraph-lg {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }
  .paragraph-lg sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-lg .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .paragraph-lg {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px 0;
  }
  .paragraph-lg sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-lg .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.paragraph-md {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.paragraph-md sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.paragraph-md .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .paragraph-md {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
  .paragraph-md sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-md .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .paragraph-md {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
  .paragraph-md sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-md .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.paragraph-sm {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.paragraph-sm sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.paragraph-sm .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .paragraph-sm {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
  }
  .paragraph-sm sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-sm .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .paragraph-sm {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
  }
  .paragraph-sm sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .paragraph-sm .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}

.caption {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .caption {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .caption {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .caption {
    font-size: 14px;
    line-height: 18px;
  }
}

.read-more-link, .read-less-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

ul.custom {
  list-style: none;
  margin: 20px 15px 20px;
  padding-left: 15px;
}
ul.custom li {
  list-style-type: none !important;
  padding-left: 7px;
  margin-bottom: 20px;
}
ul.custom li:before {
  padding-right: 15px;
  margin: 0 0 0 -22px;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 8px;
}
ul.custom li a {
  text-decoration: underline;
}
ul.custom li a:hover {
  text-decoration: none;
}
ul.custom li.paragraph-sm:before {
  position: relative;
  bottom: 2px;
}
ul.custom li.paragraph-md:before {
  position: relative;
  bottom: 4px;
}
ul.custom p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  ul.custom {
    margin: 30px 15px 30px 15px;
  }
}

ol.custom {
  margin: 20px 15px 20px 30px;
  padding: 0;
}
ol.custom li {
  list-style-type: decimal;
  padding-left: 7px;
  margin-bottom: 20px;
}
ol.custom li a {
  text-decoration: underline;
}
ol.custom li a:hover {
  text-decoration: none;
}
ol.custom p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  ol.custom {
    margin: 30px 15px 30px 30px;
  }
}

ul.dash-rule {
  padding: 0;
  margin: 0;
}
ul.dash-rule li {
  list-style-type: none;
  font-size: 18px;
  line-height: 34px;
  font-family: "Nimbus Sans Reg";
}
ul.dash-rule a {
  color: #086EA1;
}
ul.dash-rule p {
  margin: 0;
  display: inline;
}

ul.no-list {
  padding: 0;
  margin: 0;
}
ul.no-list li {
  list-style-type: none;
}
ul.no-list a {
  color: #086EA1;
}
ul.no-list p {
  margin: 0;
  display: inline;
}

ul.mf-square-bullet {
  list-style: none;
  margin: 20px 15px 20px;
  padding-left: 17px;
}
ul.mf-square-bullet li {
  list-style-type: none !important;
  padding-left: 6px;
  margin-bottom: 20px;
}
ul.mf-square-bullet li:before {
  padding-right: 2px;
  color: #05C3DE;
  content: "■";
  font-size: 20px;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -23px;
  top: 0px;
}
ul.mf-square-bullet li a {
  text-decoration: underline;
}
ul.mf-square-bullet li a:hover {
  text-decoration: none;
}
ul.mf-square-bullet li.paragraph-sm:before {
  position: relative;
  bottom: 2px;
}
ul.mf-square-bullet li.paragraph-md:before {
  position: relative;
  bottom: 4px;
}
ul.mf-square-bullet p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  ul.mf-square-bullet {
    margin: 30px 15px 30px 15px;
  }
}

.text-bold {
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
}

.text-regular {
  font-family: "Nimbus Sans Reg";
}

.text-light {
  font-family: "Nimbus Sans Light";
}

/* 
 * These are styles from the global clientlib that we need for legacy compatability with the
 * pre-existing PI - Common components' RTEs.
*/
.size-12 {
  font-size: 12px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-18 {
  font-size: 18px !important;
}

.size-20 {
  font-size: 20px !important;
}

.size-22 {
  font-size: 22px !important;
}

.size-24 {
  font-size: 24px !important;
}

.size-26 {
  font-size: 26px !important;
}

.size-30 {
  font-size: 30px !important;
}

.size-36 {
  font-size: 36px !important;
}

.size-42 {
  font-size: 42px !important;
}

.size-48 {
  font-size: 48px !important;
}

.btn-full-width {
  width: 100%;
}

.btn .with-right-arrow {
  display: inline;
  top: 3px;
  padding-left: 5px;
}
.btn .with-right-arrow:before {
  font-size: 16px;
}

.btn-trp-primary {
  color: #FFF;
  background-color: #086EA1;
  border: 1px solid #086EA1;
}
.btn-trp-primary:focus, .btn-trp-primary.focus {
  color: #FFF;
  background-color: #054C70;
  border: 1px solid #054C70;
}
.btn-trp-primary:hover {
  color: #FFF;
  background-color: #054C70;
  border: 1px solid #054C70;
}
.btn-trp-primary:active, .btn-trp-primary.active, .open > .btn-trp-primary.dropdown-toggle {
  color: #FFF;
  background-color: #043954;
  border: 1px solid #043954;
}
.btn-trp-primary:active:hover, .btn-trp-primary:active:focus, .btn-trp-primary:active.focus, .btn-trp-primary.active:hover, .btn-trp-primary.active:focus, .btn-trp-primary.active.focus, .open > .btn-trp-primary.dropdown-toggle:hover, .open > .btn-trp-primary.dropdown-toggle:focus, .open > .btn-trp-primary.dropdown-toggle.focus {
  color: #FFF;
  background-color: #04364e;
  border: 1px solid #021b28;
}
.btn-trp-primary:active, .btn-trp-primary.active, .open > .btn-trp-primary.dropdown-toggle {
  background-image: none;
}
.btn-trp-primary.disabled, .btn-trp-primary.disabled:hover, .btn-trp-primary.disabled:focus, .btn-trp-primary.disabled.focus, .btn-trp-primary[disabled], .btn-trp-primary[disabled]:hover, .btn-trp-primary[disabled]:focus, .btn-trp-primary[disabled].focus, fieldset[disabled] .btn-trp-primary, fieldset[disabled] .btn-trp-primary:hover, fieldset[disabled] .btn-trp-primary:focus, fieldset[disabled] .btn-trp-primary.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-primary .badge {
  color: #086EA1;
  background-color: #FFF;
}

.btn-trp-subtle-primary {
  color: #086EA1;
  background-color: #FFF;
  border: 1px solid #086EA1;
}
.btn-trp-subtle-primary:focus, .btn-trp-subtle-primary.focus {
  color: #FFF;
  background-color: #054C70;
  border: 1px solid #054C70;
}
.btn-trp-subtle-primary:hover {
  color: #FFF;
  background-color: #054C70;
  border: 1px solid #054C70;
}
.btn-trp-subtle-primary:active, .btn-trp-subtle-primary.active, .open > .btn-trp-subtle-primary.dropdown-toggle {
  color: #FFF;
  background-color: #043954;
  border: 1px solid #043954;
}
.btn-trp-subtle-primary:active:hover, .btn-trp-subtle-primary:active:focus, .btn-trp-subtle-primary:active.focus, .btn-trp-subtle-primary.active:hover, .btn-trp-subtle-primary.active:focus, .btn-trp-subtle-primary.active.focus, .open > .btn-trp-subtle-primary.dropdown-toggle:hover, .open > .btn-trp-subtle-primary.dropdown-toggle:focus, .open > .btn-trp-subtle-primary.dropdown-toggle.focus {
  color: #086EA1;
  background-color: #d4d4d4;
  border: 1px solid #bfbfbf;
}
.btn-trp-subtle-primary:active, .btn-trp-subtle-primary.active, .open > .btn-trp-subtle-primary.dropdown-toggle {
  background-image: none;
}
.btn-trp-subtle-primary.disabled, .btn-trp-subtle-primary.disabled:hover, .btn-trp-subtle-primary.disabled:focus, .btn-trp-subtle-primary.disabled.focus, .btn-trp-subtle-primary[disabled], .btn-trp-subtle-primary[disabled]:hover, .btn-trp-subtle-primary[disabled]:focus, .btn-trp-subtle-primary[disabled].focus, fieldset[disabled] .btn-trp-subtle-primary, fieldset[disabled] .btn-trp-subtle-primary:hover, fieldset[disabled] .btn-trp-subtle-primary:focus, fieldset[disabled] .btn-trp-subtle-primary.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-subtle-primary .badge {
  color: #FFF;
  background-color: #086EA1;
}

.btn-trp-ghost-link-blue {
  color: #086EA1;
  background-color: transparent;
  border: 1px solid #086EA1;
}
.btn-trp-ghost-link-blue:focus, .btn-trp-ghost-link-blue.focus {
  color: #000;
  background-color: #086EA1;
  border: 1px solid #086EA1;
}
.btn-trp-ghost-link-blue:hover {
  color: #000;
  background-color: #086EA1;
  border: 1px solid #086EA1;
}
.btn-trp-ghost-link-blue:active, .btn-trp-ghost-link-blue.active, .open > .btn-trp-ghost-link-blue.dropdown-toggle {
  color: #000;
  background-color: #043954;
  border: 1px solid #043954;
}
.btn-trp-ghost-link-blue:active:hover, .btn-trp-ghost-link-blue:active:focus, .btn-trp-ghost-link-blue:active.focus, .btn-trp-ghost-link-blue.active:hover, .btn-trp-ghost-link-blue.active:focus, .btn-trp-ghost-link-blue.active.focus, .open > .btn-trp-ghost-link-blue.dropdown-toggle:hover, .open > .btn-trp-ghost-link-blue.dropdown-toggle:focus, .open > .btn-trp-ghost-link-blue.dropdown-toggle.focus {
  color: #086EA1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-trp-ghost-link-blue:active, .btn-trp-ghost-link-blue.active, .open > .btn-trp-ghost-link-blue.dropdown-toggle {
  background-image: none;
}
.btn-trp-ghost-link-blue.disabled, .btn-trp-ghost-link-blue.disabled:hover, .btn-trp-ghost-link-blue.disabled:focus, .btn-trp-ghost-link-blue.disabled.focus, .btn-trp-ghost-link-blue[disabled], .btn-trp-ghost-link-blue[disabled]:hover, .btn-trp-ghost-link-blue[disabled]:focus, .btn-trp-ghost-link-blue[disabled].focus, fieldset[disabled] .btn-trp-ghost-link-blue, fieldset[disabled] .btn-trp-ghost-link-blue:hover, fieldset[disabled] .btn-trp-ghost-link-blue:focus, fieldset[disabled] .btn-trp-ghost-link-blue.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-ghost-link-blue .badge {
  color: transparent;
  background-color: #086EA1;
}

.btn-trp-callout {
  color: #FFF;
  background-color: #E17A17;
  border: 1px solid #E17A17;
}
.btn-trp-callout:focus, .btn-trp-callout.focus {
  color: #FFF;
  background-color: #C56B14;
  border: 1px solid #C56B14;
}
.btn-trp-callout:hover {
  color: #FFF;
  background-color: #C56B14;
  border: 1px solid #C56B14;
}
.btn-trp-callout:active, .btn-trp-callout.active, .open > .btn-trp-callout.dropdown-toggle {
  color: #FFF;
  background-color: #A95C11;
  border: 1px solid #A95C11;
}
.btn-trp-callout:active:hover, .btn-trp-callout:active:focus, .btn-trp-callout:active.focus, .btn-trp-callout.active:hover, .btn-trp-callout.active:focus, .btn-trp-callout.active.focus, .open > .btn-trp-callout.dropdown-toggle:hover, .open > .btn-trp-callout.dropdown-toggle:focus, .open > .btn-trp-callout.dropdown-toggle.focus {
  color: #FFF;
  background-color: #924f0f;
  border: 1px solid #6d3b0b;
}
.btn-trp-callout:active, .btn-trp-callout.active, .open > .btn-trp-callout.dropdown-toggle {
  background-image: none;
}
.btn-trp-callout.disabled, .btn-trp-callout.disabled:hover, .btn-trp-callout.disabled:focus, .btn-trp-callout.disabled.focus, .btn-trp-callout[disabled], .btn-trp-callout[disabled]:hover, .btn-trp-callout[disabled]:focus, .btn-trp-callout[disabled].focus, fieldset[disabled] .btn-trp-callout, fieldset[disabled] .btn-trp-callout:hover, fieldset[disabled] .btn-trp-callout:focus, fieldset[disabled] .btn-trp-callout.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-callout .badge {
  color: #E17A17;
  background-color: #FFF;
}

.btn-trp-subtle-callout {
  color: #E17A17;
  background-color: #FFF;
  border: 1px solid #E17A17;
}
.btn-trp-subtle-callout:focus, .btn-trp-subtle-callout.focus {
  color: #FFF;
  background-color: #C56B14;
  border: 1px solid #C56B14;
}
.btn-trp-subtle-callout:hover {
  color: #FFF;
  background-color: #C56B14;
  border: 1px solid #C56B14;
}
.btn-trp-subtle-callout:active, .btn-trp-subtle-callout.active, .open > .btn-trp-subtle-callout.dropdown-toggle {
  color: #FFF;
  background-color: #A95C11;
  border: 1px solid #A95C11;
}
.btn-trp-subtle-callout:active:hover, .btn-trp-subtle-callout:active:focus, .btn-trp-subtle-callout:active.focus, .btn-trp-subtle-callout.active:hover, .btn-trp-subtle-callout.active:focus, .btn-trp-subtle-callout.active.focus, .open > .btn-trp-subtle-callout.dropdown-toggle:hover, .open > .btn-trp-subtle-callout.dropdown-toggle:focus, .open > .btn-trp-subtle-callout.dropdown-toggle.focus {
  color: #E17A17;
  background-color: #d4d4d4;
  border: 1px solid #bfbfbf;
}
.btn-trp-subtle-callout:active, .btn-trp-subtle-callout.active, .open > .btn-trp-subtle-callout.dropdown-toggle {
  background-image: none;
}
.btn-trp-subtle-callout.disabled, .btn-trp-subtle-callout.disabled:hover, .btn-trp-subtle-callout.disabled:focus, .btn-trp-subtle-callout.disabled.focus, .btn-trp-subtle-callout[disabled], .btn-trp-subtle-callout[disabled]:hover, .btn-trp-subtle-callout[disabled]:focus, .btn-trp-subtle-callout[disabled].focus, fieldset[disabled] .btn-trp-subtle-callout, fieldset[disabled] .btn-trp-subtle-callout:hover, fieldset[disabled] .btn-trp-subtle-callout:focus, fieldset[disabled] .btn-trp-subtle-callout.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-subtle-callout .badge {
  color: #FFF;
  background-color: #E17A17;
}

.btn-trp-bright-blue {
  color: #FFF;
  background-color: #05C3DE;
  border: 1px solid #05C3DE;
}
.btn-trp-bright-blue:focus, .btn-trp-bright-blue.focus {
  color: #FFF;
  background-color: #086EA1;
  border: 1px solid #086EA1;
}
.btn-trp-bright-blue:hover {
  color: #FFF;
  background-color: #086EA1;
  border: 1px solid #086EA1;
}
.btn-trp-bright-blue:active, .btn-trp-bright-blue.active, .open > .btn-trp-bright-blue.dropdown-toggle {
  color: #FFF;
  background-color: #0492A6;
  border: 1px solid #0492A6;
}
.btn-trp-bright-blue:active:hover, .btn-trp-bright-blue:active:focus, .btn-trp-bright-blue:active.focus, .btn-trp-bright-blue.active:hover, .btn-trp-bright-blue.active:focus, .btn-trp-bright-blue.active.focus, .open > .btn-trp-bright-blue.dropdown-toggle:hover, .open > .btn-trp-bright-blue.dropdown-toggle:focus, .open > .btn-trp-bright-blue.dropdown-toggle.focus {
  color: #FFF;
  background-color: #037989;
  border: 1px solid #025561;
}
.btn-trp-bright-blue:active, .btn-trp-bright-blue.active, .open > .btn-trp-bright-blue.dropdown-toggle {
  background-image: none;
}
.btn-trp-bright-blue.disabled, .btn-trp-bright-blue.disabled:hover, .btn-trp-bright-blue.disabled:focus, .btn-trp-bright-blue.disabled.focus, .btn-trp-bright-blue[disabled], .btn-trp-bright-blue[disabled]:hover, .btn-trp-bright-blue[disabled]:focus, .btn-trp-bright-blue[disabled].focus, fieldset[disabled] .btn-trp-bright-blue, fieldset[disabled] .btn-trp-bright-blue:hover, fieldset[disabled] .btn-trp-bright-blue:focus, fieldset[disabled] .btn-trp-bright-blue.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-bright-blue .badge {
  color: #05C3DE;
  background-color: #FFF;
}

.btn-trp-ghost-bright-blue {
  color: #05C3DE;
  background-color: transparent;
  border: 1px solid #05C3DE;
}
.btn-trp-ghost-bright-blue:focus, .btn-trp-ghost-bright-blue.focus {
  color: #000;
  background-color: #05C3DE;
  border: 1px solid #05C3DE;
}
.btn-trp-ghost-bright-blue:hover {
  color: #000;
  background-color: #05C3DE;
  border: 1px solid #05C3DE;
}
.btn-trp-ghost-bright-blue:active, .btn-trp-ghost-bright-blue.active, .open > .btn-trp-ghost-bright-blue.dropdown-toggle {
  color: #000;
  background-color: #0492A6;
  border: 1px solid #0492A6;
}
.btn-trp-ghost-bright-blue:active:hover, .btn-trp-ghost-bright-blue:active:focus, .btn-trp-ghost-bright-blue:active.focus, .btn-trp-ghost-bright-blue.active:hover, .btn-trp-ghost-bright-blue.active:focus, .btn-trp-ghost-bright-blue.active.focus, .open > .btn-trp-ghost-bright-blue.dropdown-toggle:hover, .open > .btn-trp-ghost-bright-blue.dropdown-toggle:focus, .open > .btn-trp-ghost-bright-blue.dropdown-toggle.focus {
  color: #05C3DE;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-trp-ghost-bright-blue:active, .btn-trp-ghost-bright-blue.active, .open > .btn-trp-ghost-bright-blue.dropdown-toggle {
  background-image: none;
}
.btn-trp-ghost-bright-blue.disabled, .btn-trp-ghost-bright-blue.disabled:hover, .btn-trp-ghost-bright-blue.disabled:focus, .btn-trp-ghost-bright-blue.disabled.focus, .btn-trp-ghost-bright-blue[disabled], .btn-trp-ghost-bright-blue[disabled]:hover, .btn-trp-ghost-bright-blue[disabled]:focus, .btn-trp-ghost-bright-blue[disabled].focus, fieldset[disabled] .btn-trp-ghost-bright-blue, fieldset[disabled] .btn-trp-ghost-bright-blue:hover, fieldset[disabled] .btn-trp-ghost-bright-blue:focus, fieldset[disabled] .btn-trp-ghost-bright-blue.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-ghost-bright-blue .badge {
  color: transparent;
  background-color: #05C3DE;
}

.btn-trp-ghost-white {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}
.btn-trp-ghost-white:focus, .btn-trp-ghost-white.focus {
  color: #000;
  background-color: #FFF;
  border: 1px solid #FFF;
}
.btn-trp-ghost-white:hover {
  color: #000;
  background-color: #FFF;
  border: 1px solid #FFF;
}
.btn-trp-ghost-white:active, .btn-trp-ghost-white.active, .open > .btn-trp-ghost-white.dropdown-toggle {
  color: #000;
  background-color: #D8D8D8;
  border: 1px solid #D8D8D8;
}
.btn-trp-ghost-white:active:hover, .btn-trp-ghost-white:active:focus, .btn-trp-ghost-white:active.focus, .btn-trp-ghost-white.active:hover, .btn-trp-ghost-white.active:focus, .btn-trp-ghost-white.active.focus, .open > .btn-trp-ghost-white.dropdown-toggle:hover, .open > .btn-trp-ghost-white.dropdown-toggle:focus, .open > .btn-trp-ghost-white.dropdown-toggle.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-trp-ghost-white:active, .btn-trp-ghost-white.active, .open > .btn-trp-ghost-white.dropdown-toggle {
  background-image: none;
}
.btn-trp-ghost-white.disabled, .btn-trp-ghost-white.disabled:hover, .btn-trp-ghost-white.disabled:focus, .btn-trp-ghost-white.disabled.focus, .btn-trp-ghost-white[disabled], .btn-trp-ghost-white[disabled]:hover, .btn-trp-ghost-white[disabled]:focus, .btn-trp-ghost-white[disabled].focus, fieldset[disabled] .btn-trp-ghost-white, fieldset[disabled] .btn-trp-ghost-white:hover, fieldset[disabled] .btn-trp-ghost-white:focus, fieldset[disabled] .btn-trp-ghost-white.focus {
  background-color: #D8D8D8;
  color: #B1B1B1;
  border: 1px solid #D8D8D8;
}
.btn-trp-ghost-white .badge {
  color: transparent;
  background-color: #FFF;
}

a:has(.btn-trp-ghost-white):focus, a:has(.btn-trp-ghost-white).focus {
  outline: 1px dashed #FFF !important;
  outline-offset: 1px !important;
}

a:has(.btn-trp-callout):focus, a:has(.btn-trp-callout).focus {
  outline: 1px dashed #E17A17 !important;
  outline-offset: 1px !important;
}

/*

// Success appears as green
.btn-success {
  @include button-variant($btn-success-color, $btn-success-color, $btn-success-bg,  $btn-success-bg,  $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
  @include button-variant($btn-info-color, $btn-info-color, $btn-info-bg, $btn-info-bg, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
  @include button-variant($btn-warning-color, $btn-warning-color, $btn-warning-bg, $btn-warning-bg, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  @include button-variant($btn-danger-color, $btn-danger-color, $btn-danger-bg, $btn-danger-bg, $btn-danger-bg, $btn-danger-border);
}

*/
.button-icon {
  max-width: 250px;
  position: relative;
  height: auto;
  word-wrap: normal;
  white-space: normal;
  margin: 15px 0px;
  text-align: left;
  display: inline-block;
}
.button-icon.right {
  padding-right: 46px;
}
.button-icon.left {
  padding-left: 46px;
}
.button-icon.full-width {
  width: 100%;
  max-width: 100%;
}

.icon-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  line-height: 16px;
}
.right .icon-container {
  right: 20px;
}
.left .icon-container {
  left: 20px;
}
.icon-container .icon-image {
  margin: 0 !important;
}
.icon-container .icon-image img {
  height: 16px;
}

.inline-button {
  display: inline-block;
  margin-right: 30px;
}

.insight-article-reference .caption:last-child {
  margin-bottom: 0px;
}

.insight-article-reference {
  padding: 30px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .insight-article-reference {
    margin: 15px 0;
  }
}

.insight-teaser {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .insight-teaser {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .insight-teaser {
    margin: 0 0 30px 0;
  }
}

.insight-article-reference:hover {
  background-color: #EBEBEB;
}

.insight-article-reference:hover p {
  color: #086EA1;
}

.insight-article-reference .lighter-gray-dash-rule,
.insight-article-reference .light-blue-dash-rule,
.insight-article-reference .dark-gray-dash-rule,
.insight-article-reference .darker-gray-dash-rule {
  margin-bottom: 30px;
}

.fund-rating .star-rating {
  color: #f4d241;
  font-size: 28px;
}
.fund-rating > div {
  margin-bottom: 0;
}

.expand-collapse-container .ec-accordion {
  cursor: pointer;
  color: #3B3B3B;
  background-color: #F1F1F1;
  width: 100%;
}
.expand-collapse-container .ec-accordion:hover, .expand-collapse-container .ec-accordion:focus {
  text-decoration: none;
}
.expand-collapse-container .ec-question {
  position: relative;
  padding: 15px 15px 15px 50px;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  font-size: 18px;
  line-height: 20px;
  font-family: "Nimbus Sans Reg";
  margin-top: 0px;
}
.expand-collapse-container .ec-question sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.expand-collapse-container .ec-question h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .expand-collapse-container .ec-question {
    font-size: 18px;
    line-height: 24px;
  }
  .expand-collapse-container .ec-question sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .expand-collapse-container .ec-question h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .expand-collapse-container .ec-question {
    font-size: 18px;
    line-height: 24px;
  }
  .expand-collapse-container .ec-question sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .expand-collapse-container .ec-question h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .expand-collapse-container .ec-question {
    font-size: 18px;
    line-height: 24px;
  }
  .expand-collapse-container .ec-question sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .expand-collapse-container .ec-question h1 sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.expand-collapse:first-child .ec-question {
  border-top: 1px solid #D8D8D8;
}

.ec-item:not(.collapsed) .ec-question {
  color: #086EA1;
}

@media (min-width: 768px) {
  .expand-collapse-container .ec-question {
    padding: 15px 15px 15px 70px;
  }
}
.expand-collapse-container .ec-question .icon-sm, .expand-collapse-container .ec-question .fa-sm {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 18px;
  left: 10px;
}
.expand-collapse-container .ec-question .icon-sm:before, .expand-collapse-container .ec-question .fa-sm:before {
  font-size: 18px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .expand-collapse-container .ec-question .icon-sm, .expand-collapse-container .ec-question .fa-sm {
    height: 20px;
  }
  .expand-collapse-container .ec-question .icon-sm:before, .expand-collapse-container .ec-question .fa-sm:before {
    font-size: 20px;
    line-height: 20px;
  }
}
.expand-collapse-container .ec-question .icon-md, .expand-collapse-container .ec-question .fa-md {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  left: 10px;
}
.expand-collapse-container .ec-question .icon-md:before, .expand-collapse-container .ec-question .fa-md:before {
  font-size: 25px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .expand-collapse-container .ec-question .icon-md, .expand-collapse-container .ec-question .fa-md {
    height: 30px;
  }
  .expand-collapse-container .ec-question .icon-md:before, .expand-collapse-container .ec-question .fa-md:before {
    font-size: 30px;
    line-height: 30px;
  }
}
.expand-collapse-container .ec-text-content {
  padding: 30px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #D8D8D8;
  font-size: 18px;
  line-height: 24px;
}
.expand-collapse-container .ec-text-content sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.expand-collapse-container .ec-text-content .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .expand-collapse-container .ec-text-content {
    font-size: 16px;
    line-height: 22px;
  }
  .expand-collapse-container .ec-text-content sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .expand-collapse-container .ec-text-content .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .expand-collapse-container .ec-text-content {
    font-size: 16px;
    line-height: 22px;
  }
  .expand-collapse-container .ec-text-content sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .expand-collapse-container .ec-text-content .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 768px) {
  .expand-collapse-container .ec-text-content {
    padding: 45px 30px 30px 60px;
  }
}
.expand-collapse-container .fa.fa-rotate-90 {
  transform: translate(0, -50%) rotate(90deg);
}
.expand-collapse-container .sl-icon-add-3, .expand-collapse-container .fa-play:not(.fa-rotate-90) {
  color: #3B3B3B;
}
.expand-collapse-container .sl-icon-minus-3, .expand-collapse-container .fa-play.fa-rotate-90 {
  color: #086EA1;
}
.expand-collapse-container .help-icon {
  height: 24px;
  padding-bottom: 4px;
  padding-left: 5px;
}
.expand-collapse-container ul {
  list-style: none;
  margin: 20px 15px 20px;
  padding-left: 15px;
}
.expand-collapse-container ul li {
  list-style-type: none !important;
  padding-left: 7px;
  margin-bottom: 20px;
}
.expand-collapse-container ul li:before {
  padding-right: 15px;
  margin: 0 0 0 -22px;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 8px;
}
.expand-collapse-container ul li a {
  text-decoration: underline;
}
.expand-collapse-container ul li a:hover {
  text-decoration: none;
}
.expand-collapse-container ul li.paragraph-sm:before {
  position: relative;
  bottom: 2px;
}
.expand-collapse-container ul li.paragraph-md:before {
  position: relative;
  bottom: 4px;
}
.expand-collapse-container ul p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  .expand-collapse-container ul {
    margin: 30px 15px 30px 15px;
  }
}
.expand-collapse-container ol {
  margin: 20px 15px 20px 30px;
  padding: 0;
}
.expand-collapse-container ol li {
  list-style-type: decimal;
  padding-left: 7px;
  margin-bottom: 20px;
}
.expand-collapse-container ol li a {
  text-decoration: underline;
}
.expand-collapse-container ol li a:hover {
  text-decoration: none;
}
.expand-collapse-container ol p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  .expand-collapse-container ol {
    margin: 30px 15px 30px 30px;
  }
}

.collapsed .ec-accordion .open-accordion, .ec-accordion .close-accordion {
  display: block;
}

.ec-accordion .open-accordion, .collapsed .ec-accordion .close-accordion {
  display: none;
}

.advanced-expand-collapse .advanced-expand-collapse {
  margin-right: -30px;
}
.advanced-expand-collapse .advanced-expand-collapse:first-child {
  margin-top: -31px;
}
@media (min-width: 768px) {
  .advanced-expand-collapse .advanced-expand-collapse:first-child {
    margin-top: -46px;
  }
}
.advanced-expand-collapse .advanced-expand-collapse:last-child {
  margin-bottom: -31px;
}

.pi-button-list ul {
  padding: 0;
  margin: 15px 0;
  width: 100%;
}
.button-list:first-child ul {
  margin-top: 0;
}

.button-list:last-child ul {
  margin-bottom: 0;
}

.pi-button-list li {
  color: #086EA1;
  position: relative;
  border-top: 1px solid #D8D8D8;
  padding: 15px 30px 15px 10px;
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.pi-button-list li:hover, .pi-button-list li:focus, .pi-button-list li.child-focused {
  color: #054C70;
}
.pi-button-list li:active {
  color: #043954;
}
.pi-button-list li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.pi-button-list li:hover, .pi-button-list li.child-focused {
  background-color: #EBEBEB;
}
.pi-button-list li:hover .icon, .pi-button-list li.child-focused .icon {
  color: #054C70;
}
.pi-button-list li:active .icon {
  color: #043954;
}
.pi-button-list li.right {
  padding: 15px 30px 15px 10px;
}
.pi-button-list li.right .icon-container {
  right: 0;
}
.pi-button-list li.left {
  padding: 15px 20px 15px 40px;
}
.pi-button-list li.left .icon-container {
  left: 40px;
}
.pi-button-list p {
  margin: 0;
  display: inline;
}
.pi-button-list a {
  color: #086EA1;
  text-decoration: none;
}
.pi-button-list a:hover, .pi-button-list a:focus, .pi-button-list a.child-focused {
  color: #054C70;
}
.pi-button-list a:active {
  color: #043954;
}
.pi-button-list .paragraph-sm .icon:before {
  font-size: 14px;
  line-height: 14px;
}
.pi-button-list .paragraph-md .icon:before {
  font-size: 18px;
  line-height: 18px;
}
.pi-button-list .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  color: #086EA1;
}

@media (max-width: 767px) {
  .mobile-dropdown {
    z-index: 1000;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #767676;
    color: #767676;
  }
  .mobile-dropdown .mobile-dropdown-option {
    padding: 0;
    position: relative;
    font-family: "Nimbus Sans Reg";
    font-size: 16px;
    color: #767676;
    cursor: pointer;
    background-color: white;
  }
  .mobile-dropdown span.icon {
    padding: 8px 8px 7px 0;
    float: right;
    font-size: 12px;
    margin-top: 3px;
  }
  .mobile-dropdown .selected-text {
    padding: 8px 0 7px 0;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile-dropdown-list-container {
    display: none;
  }
  .mobile-dropdown-list {
    width: 100%;
    padding: 0 0;
    position: relative;
    border: 1px solid #05C3DE;
    background-color: #FFF;
  }
  .mobile-dropdown-list ul {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    display: block;
  }
  .mobile-dropdown-list ul li {
    min-height: 40px;
    list-style-type: none;
  }
  .mobile-dropdown-list ul li p {
    padding: 8px 10px;
    color: #000;
  }
  .mobile-dropdown-list ul li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .mobile-dropdown-list ul li a:hover, .mobile-dropdown-list ul li a:active {
    color: #086EA1;
    background-color: #F1F1F1;
  }
  .mobile-dropdown-list ul li.active a {
    color: #05C3DE;
  }
  .mobile-dropdown-list ul li p {
    margin: 0;
  }
  .mobile-dropdown-list ul li:hover {
    background-color: #F1F1F1;
  }
  .divider-icon {
    width: 29px;
    height: 37px;
    fill: #c4c4c4;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 35px;
  }
}
.body-band-large {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .body-band-large {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .body-band-large {
    padding: 105px 0;
  }
}

.body-band-medium {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .body-band-medium {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .body-band-medium {
    padding: 75px 0;
  }
}

.body-band-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .body-band-small {
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  .body-band-small {
    padding: 60px 0;
  }
}

.body-band-xs {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .body-band-xs {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .body-band-xs {
    padding: 45px 0;
  }
}

.body-band-footer {
  padding-top: 45px;
}
@media (min-width: 992px) {
  .body-band-footer {
    padding-top: 60px;
  }
}

.flex-row {
  display: block;
  margin-right: 0;
}
@media (min-width: 992px) {
  .flex-row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .flex-row div[class*=col-] {
    display: flex;
    flex-direction: column;
    -webkit-flex: 1;
  }
}
.flex-row .faux-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .flex-row .faux-container {
    width: 730px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .flex-row .faux-container {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  .flex-row .faux-container {
    width: 570px;
  }
}
@media (max-width: 991px) {
  .flex-row .faux-container.pull-right, .flex-row .faux-container.pull-left {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .flex-row .faux-container.pull-left {
    padding: 0 15px 0 30px;
  }
}

@media (min-width: 992px) {
  .body-band-set-min-height {
    min-height: 378px;
  }
}
.content-box-outer {
  position: relative;
}
.content-box-outer .bottom-button-holder {
  display: table-cell;
  position: absolute;
  bottom: 0;
  padding: 0 26px 26px;
}
.content-box-outer .bottom-button-holder.full-width {
  width: 100%;
}

.content-box-holder {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .content-box-holder {
    margin: 15px 0;
  }
}
.content-box-holder.no-top-margin {
  margin-top: 0;
}
.content-box-holder.no-bot-margin {
  margin-bottom: 0;
}

.content-box-wrapper {
  padding: 26px;
  margin: 0;
}
.content-box-wrapper.background-image-full {
  padding: 0;
}

.content-box-link-wrapper {
  padding: 2px;
}

a.content-box-link {
  border: 1px solid transparent;
}

a.content-box-link:focus {
  outline: #265DC5 solid 3px;
}

a.content-box-link {
  display: block;
  border: 1px solid transparent;
}
a.content-box-link:hover, a.content-box-link:active {
  opacity: 0.5;
}
a.content-box-link:hover > .content-box-wrapper.white, a.content-box-link:active > .content-box-wrapper.white {
  background-color: #EBEBEB;
}
a.content-box-link:focus {
  outline: #265DC5 solid 3px;
}

.module-separator-alt-blue {
  border-bottom: 1px solid #096EA1;
}
@media (min-width: 768px) {
  .module-separator-alt-blue {
    border-right: 1px solid #096EA1;
    border-bottom: none;
  }
}

.module-separator-white {
  border-bottom: 1px solid #FFF;
}
@media (min-width: 768px) {
  .module-separator-white {
    border-right: 1px solid #FFF;
    border-bottom: none;
  }
}

.module-separator-gray {
  border-bottom: 1px solid #666666;
}
@media (min-width: 768px) {
  .module-separator-gray {
    border-right: 1px solid #666666;
    border-bottom: none;
  }
}

.module-separator-light-gray {
  border-bottom: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .module-separator-light-gray {
    border-right: 1px solid #D8D8D8;
    border-bottom: none;
  }
}

.marquee-button {
  margin: 15px 0 0;
}
.marquee-button.anchored {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.marquee-button .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.marquee-band .homepage-band {
  position: relative;
  padding: 40px 10px 50px;
}
.marquee-band .homepage-band .marquee-content {
  height: 290px;
}
@media (min-width: 768px) {
  .marquee-band .homepage-band {
    padding: 45px 15px;
  }
  .marquee-band .homepage-band .marquee-content {
    height: 390px;
  }
}
@media (min-width: 992px) {
  .marquee-band .homepage-band {
    padding: 60px 15px;
  }
  .marquee-band .homepage-band .marquee-content {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .marquee-band .homepage-band .marquee-button.anchored {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .marquee-band .homepage-band .marquee-button.anchored {
    bottom: 150px;
  }
}
.marquee-band .landing-band {
  position: relative;
  padding: 45px 10px 45px;
}
.marquee-band .landing-band .marquee-content {
  height: 290px;
}
@media (min-width: 768px) {
  .marquee-band .landing-band {
    padding: 45px 15px;
  }
  .marquee-band .landing-band .marquee-content {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .marquee-band .landing-band {
    padding: 45px 15px;
  }
  .marquee-band .landing-band .marquee-content {
    height: 465px;
  }
}
@media (min-width: 768px) {
  .marquee-band .landing-band .marquee-button.anchored {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .marquee-band .landing-band .marquee-button.anchored {
    bottom: 80px;
  }
}
.marquee-band .medium-band {
  position: relative;
  padding: 45px 10px 45px;
}
.marquee-band .medium-band .marquee-content {
  height: 270px;
}
@media (min-width: 768px) {
  .marquee-band .medium-band {
    padding: 45px 15px;
  }
  .marquee-band .medium-band .marquee-content {
    height: 270px;
  }
}
@media (min-width: 992px) {
  .marquee-band .medium-band {
    padding: 45px 15px;
  }
  .marquee-band .medium-band .marquee-content {
    height: 370px;
  }
}
@media (min-width: 768px) {
  .marquee-band .medium-band .marquee-button.anchored {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .marquee-band .medium-band .marquee-button.anchored {
    bottom: 0;
  }
}
.marquee-band .medium-body-band {
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .marquee-band .medium-body-band {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .marquee-band .medium-body-band {
    padding: 75px 0;
  }
}
.marquee-band .small-band {
  position: relative;
  padding: 45px 10px 45px;
}
.marquee-band .small-band .marquee-content {
  height: 270px;
}
@media (min-width: 768px) {
  .marquee-band .small-band {
    padding: 45px 15px;
  }
  .marquee-band .small-band .marquee-content {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .marquee-band .small-band {
    padding: 45px 15px;
  }
  .marquee-band .small-band .marquee-content {
    height: 255px;
  }
}
@media (min-width: 768px) {
  .marquee-band .small-band .marquee-button.anchored {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .marquee-band .small-band .marquee-button.anchored {
    bottom: 0;
  }
}
.marquee-band .phone-background-image {
  height: 130px;
}
@media (max-width: 767px) {
  .marquee-band {
    background-image: none !important;
  }
  .marquee-band .phone-auto-height .marquee-content {
    height: auto;
  }
  .marquee-band .right-col .section:not(.new) {
    margin-top: 30px;
  }
  .marquee-band .left-col .section:not(.new) {
    margin-bottom: 30px;
  }
}

.marquee-title {
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 30px 0;
}
.marquee-title.quotepres {
  margin: 0 0 25px 0;
}
.marquee-title sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .marquee-title {
    font-size: 16px;
    line-height: 16px;
  }
  .marquee-title sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .marquee-title {
    font-size: 18px;
    line-height: 18px;
  }
  .marquee-title sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .marquee-title {
    font-size: 18px;
    line-height: 18px;
  }
  .marquee-title sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.marquee-title:last-child {
  margin-bottom: 0;
}
.marquee-title > :last-child {
  margin-bottom: 0;
}

.marquee-band .block-quote {
  position: absolute;
}
@media (max-width: 767px) {
  .marquee-band .marquee-title.quotepres {
    margin-top: 37px;
    padding-left: 30px;
  }
  .marquee-band .quotationheading-xxl {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
    margin-left: 15px;
    margin-top: -56px;
  }
  .marquee-band .quotationheading-xl {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
    margin-left: 15px;
    margin-top: -60px;
  }
  .marquee-band .quotationheading-lg {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
    margin-left: 15px;
    margin-top: -60px;
  }
  .marquee-band .quotationheading-md {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
    margin-left: 15px;
    margin-top: -64px;
  }
  .marquee-band .quotationheading-sm {
    background-size: 98px 88px;
    width: 98px;
    height: 88px;
    margin-left: 15px;
    margin-top: -65px;
  }
  .marquee-band .block-quote + .marquee-heading {
    padding-left: 30px;
    padding-right: 15px;
  }
  .marquee-band .block-quote ~ .marquee-para {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .marquee-band .quotationheading-xxl {
    background-size: 124px 108px;
    width: 124px;
    height: 108px;
    margin-left: -15px;
    margin-top: -67px;
  }
  .marquee-band .quotationheading-xl {
    background-size: 122px 106px;
    width: 122px;
    height: 106px;
    margin-left: -15px;
    margin-top: -68px;
  }
  .marquee-band .quotationheading-lg {
    background-size: 120px 104px;
    width: 120px;
    height: 104px;
    margin-left: -15px;
    margin-top: -69px;
  }
  .marquee-band .quotationheading-md {
    background-size: 115px 100px;
    width: 115px;
    height: 100px;
    margin-left: -15px;
    margin-top: -68px;
  }
  .marquee-band .quotationheading-sm {
    background-size: 110px 96px;
    width: 110px;
    height: 96px;
    margin-left: -15px;
    margin-top: -68px;
  }
  .marquee-band .marquee-title.quotepres {
    padding-left: 65px;
  }
  .marquee-band .block-quote + .marquee-heading {
    padding-left: 65px;
  }
  .marquee-band .block-quote ~ .marquee-para {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .marquee-band .quotationheading-xxl {
    margin-top: -58px;
  }
  .marquee-band .quotationheading-xl {
    margin-top: -60px;
  }
  .marquee-band .quotationheading-lg {
    margin-top: -59px;
  }
  .marquee-band .quotationheading-md {
    margin-top: -64px;
  }
  .marquee-band .quotationheading-sm {
    margin-top: -62px;
  }
}
@media (min-width: 1200px) {
  .marquee-band .quotationheading-xxl {
    background-size: 134px 118px;
    width: 134px;
    height: 118px;
    margin-left: -95px;
    margin-top: -67px;
  }
  .marquee-band .quotationheading-xl {
    background-size: 132px 116px;
    width: 132px;
    height: 116px;
    margin-left: -95px;
    margin-top: -69px;
  }
  .marquee-band .quotationheading-lg {
    background-size: 130px 114px;
    width: 130px;
    height: 114px;
    margin-left: -95px;
    margin-top: -69px;
  }
  .marquee-band .quotationheading-md {
    background-size: 124px 108px;
    width: 124px;
    height: 108px;
    margin-left: -95px;
    margin-top: -72px;
  }
  .marquee-band .quotationheading-sm {
    background-size: 118px 104px;
    width: 118px;
    height: 104px;
    margin-left: -95px;
    margin-top: -70px;
  }
  .marquee-band .marquee-title.quotepres {
    padding-left: 0;
  }
  .marquee-band .block-quote + .marquee-heading {
    padding-left: 0;
  }
  .marquee-band .block-quote ~ .marquee-para {
    padding-left: 0;
  }
}

.marquee-heading {
  margin: 0 0 15px;
  font-weight: normal;
}
.marquee-heading:last-child {
  margin-bottom: 0;
}
.marquee-heading > :last-child {
  margin-bottom: 0;
}

.marquee-para {
  margin: 0 0 15px;
  display: inline-block;
}
.marquee-para:last-child {
  margin-bottom: 0;
}
.marquee-para > :last-child {
  margin-bottom: 0;
}

.marquee-slides {
  margin: 0 0 15px;
}
.marquee-slides:last-child {
  margin-bottom: 0;
}
.marquee-slides > :last-child {
  margin-bottom: 0;
}
.marquee-slides .slide {
  margin: 0;
  opacity: 0;
}
.marquee-slides .slide > :last-child {
  margin-bottom: 0;
}
.marquee-slides .slide.duration-5 {
  animation: fadeInDownThenOutDown 5s 0s forwards;
}
.marquee-slides .slide.duration-10 {
  animation: fadeInDownThenOutDown 10s 0s forwards;
}
.marquee-slides .slide.duration-15 {
  animation: fadeInDownThenOutDown 15s 0s forwards;
}

.trp-vid-wrapper {
  position: relative;
}

.brightcove-overlay-trigger {
  position: absolute;
  /* background-color:rgba(0, 0, 0, 0.4); */
  z-index: 100;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.brightcove-overlay-trigger .aligner {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* .brightcove-overlay-trigger i {color:#fff; position:absolute; top:-18px; left:-12px;} */
.jump-to-headings {
  min-height: 45px;
}

#jump-to-container {
  background-color: #3B3B3B;
  margin: 0;
  width: 100%;
}
#jump-to-container .jump-to-label {
  font-size: 18px;
  line-height: 24px;
  padding: 11px 20px 12px;
  position: relative;
  color: #FFF;
  cursor: pointer;
}
#jump-to-container .jump-to-label sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#jump-to-container .jump-to-label .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  #jump-to-container .jump-to-label {
    font-size: 16px;
    line-height: 22px;
  }
  #jump-to-container .jump-to-label sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  #jump-to-container .jump-to-label .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  #jump-to-container .jump-to-label {
    font-size: 16px;
    line-height: 22px;
  }
  #jump-to-container .jump-to-label sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  #jump-to-container .jump-to-label .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
#jump-to-container ul {
  padding: 0 10px;
  margin: 0;
  width: 100%;
  background-color: #3B3B3B;
  display: none;
  position: absolute;
  z-index: 9001;
}
#jump-to-container li {
  border-top: 1px solid #626262;
  list-style-type: none;
}
#jump-to-container .heading-link {
  font-size: 18px;
  line-height: 24px;
  padding: 11px 10px 11px;
  color: #FFF;
}
#jump-to-container .heading-link sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#jump-to-container .heading-link .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  #jump-to-container .heading-link {
    font-size: 16px;
    line-height: 22px;
  }
  #jump-to-container .heading-link sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  #jump-to-container .heading-link .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  #jump-to-container .heading-link {
    font-size: 16px;
    line-height: 22px;
  }
  #jump-to-container .heading-link sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  #jump-to-container .heading-link .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
#jump-to-container .heading-link:hover, #jump-to-container .heading-link:active {
  color: #05C3DE;
}
.lock-to-top #jump-to-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9001;
}

.jump-to-down-arrow {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 25px;
  top: 18px;
}
:not(.collapsed) > div > .jump-to-down-arrow {
  display: none;
}

.jump-to-up-arrow {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 25px;
  top: 18px;
}
.collapsed > div > .jump-to-up-arrow {
  display: none;
}

.responsive-table .trp-box-white {
  background-color: transparent;
}
.responsive-table caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.responsive-table .chart-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 20px;
  color: #3B3B3B;
}
.responsive-table .chart-title sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.responsive-table .chart-title h1 sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .responsive-table .chart-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .responsive-table .chart-title sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table .chart-title h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .responsive-table .chart-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .responsive-table .chart-title sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table .chart-title h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  .responsive-table .chart-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .responsive-table .chart-title sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table .chart-title h1 sup {
    top: -1.1em;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) {
  .responsive-table .chart-title.mobile-table-header {
    background-color: #F1F1F1;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #05C3DE;
    padding: 15px;
    vertical-align: bottom;
    margin: 0;
    color: #000;
  }
}
@media (min-width: 992px) {
  .responsive-table tr:nth-child(2n+3) td, .responsive-table tr:nth-child(2n+3) th {
    background-color: #f5f5f5;
  }
}
.responsive-table tr:first-child td:not([data-content=empty-cell]),
.responsive-table tr:first-child th:not([data-content=empty-cell]) {
  font-size: 18px;
  line-height: 24px;
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
  background-color: #F1F1F1;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #05C3DE;
  padding: 15px;
  vertical-align: bottom;
}
.responsive-table tr:first-child td:not([data-content=empty-cell]) sup,
.responsive-table tr:first-child th:not([data-content=empty-cell]) sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.responsive-table tr:first-child td:not([data-content=empty-cell]) .btn sup,
.responsive-table tr:first-child th:not([data-content=empty-cell]) .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .responsive-table tr:first-child td:not([data-content=empty-cell]),
  .responsive-table tr:first-child th:not([data-content=empty-cell]) {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive-table tr:first-child td:not([data-content=empty-cell]) sup,
  .responsive-table tr:first-child th:not([data-content=empty-cell]) sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:first-child td:not([data-content=empty-cell]) .btn sup,
  .responsive-table tr:first-child th:not([data-content=empty-cell]) .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .responsive-table tr:first-child td:not([data-content=empty-cell]),
  .responsive-table tr:first-child th:not([data-content=empty-cell]) {
    font-size: 20px;
    line-height: 24px;
  }
  .responsive-table tr:first-child td:not([data-content=empty-cell]) sup,
  .responsive-table tr:first-child th:not([data-content=empty-cell]) sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:first-child td:not([data-content=empty-cell]) .btn sup,
  .responsive-table tr:first-child th:not([data-content=empty-cell]) .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.responsive-table tr:first-child td[data-content=empty-cell],
.responsive-table tr:first-child th[data-content=empty-cell] {
  background-color: transparent;
  border-bottom: 1px solid #05C3DE;
}
.responsive-table tr:first-child td:first-child:last-child, .responsive-table tr:first-child th:first-child:last-child {
  font-size: 18px;
  line-height: 24px;
  font-family: "Nimbus Sans Bold";
  font-weight: normal;
  background-color: #F1F1F1;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #05C3DE;
  padding: 15px;
  vertical-align: bottom;
}
.responsive-table tr:first-child td:first-child:last-child sup, .responsive-table tr:first-child th:first-child:last-child sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.responsive-table tr:first-child td:first-child:last-child .btn sup, .responsive-table tr:first-child th:first-child:last-child .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .responsive-table tr:first-child td:first-child:last-child, .responsive-table tr:first-child th:first-child:last-child {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive-table tr:first-child td:first-child:last-child sup, .responsive-table tr:first-child th:first-child:last-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:first-child td:first-child:last-child .btn sup, .responsive-table tr:first-child th:first-child:last-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .responsive-table tr:first-child td:first-child:last-child, .responsive-table tr:first-child th:first-child:last-child {
    font-size: 20px;
    line-height: 24px;
  }
  .responsive-table tr:first-child td:first-child:last-child sup, .responsive-table tr:first-child th:first-child:last-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:first-child td:first-child:last-child .btn sup, .responsive-table tr:first-child th:first-child:last-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.responsive-table tr:not(:first-child) td:first-child:last-child, .responsive-table tr:not(:first-child) th:first-child:last-child {
  font-size: 18px;
  line-height: 24px;
  padding: 20px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #D8D8D8;
}
.responsive-table tr:not(:first-child) td:first-child:last-child sup, .responsive-table tr:not(:first-child) th:first-child:last-child sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.responsive-table tr:not(:first-child) td:first-child:last-child .btn sup, .responsive-table tr:not(:first-child) th:first-child:last-child .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .responsive-table tr:not(:first-child) td:first-child:last-child, .responsive-table tr:not(:first-child) th:first-child:last-child {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive-table tr:not(:first-child) td:first-child:last-child sup, .responsive-table tr:not(:first-child) th:first-child:last-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:not(:first-child) td:first-child:last-child .btn sup, .responsive-table tr:not(:first-child) th:first-child:last-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .responsive-table tr:not(:first-child) td:first-child:last-child, .responsive-table tr:not(:first-child) th:first-child:last-child {
    font-size: 20px;
    line-height: 24px;
  }
  .responsive-table tr:not(:first-child) td:first-child:last-child sup, .responsive-table tr:not(:first-child) th:first-child:last-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table tr:not(:first-child) td:first-child:last-child .btn sup, .responsive-table tr:not(:first-child) th:first-child:last-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.responsive-table td, .responsive-table th {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background-color: #FFF;
  padding: 20px 15px;
}
.responsive-table td sup, .responsive-table th sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.responsive-table td .btn sup, .responsive-table th .btn sup {
  top: -0.7em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .responsive-table td, .responsive-table th {
    font-size: 16px;
    line-height: 22px;
  }
  .responsive-table td sup, .responsive-table th sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table td .btn sup, .responsive-table th .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .responsive-table td, .responsive-table th {
    font-size: 16px;
    line-height: 22px;
  }
  .responsive-table td sup, .responsive-table th sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive-table td .btn sup, .responsive-table th .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
.responsive-table ul {
  list-style: none;
  margin: 20px 15px 20px;
  padding-left: 15px;
}
.responsive-table ul li {
  list-style-type: none !important;
  padding-left: 7px;
  margin-bottom: 20px;
}
.responsive-table ul li:before {
  padding-right: 10px;
  margin: 0 0 0 -17px;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 8px;
}
.responsive-table ul li a {
  text-decoration: underline;
}
.responsive-table ul li a:hover {
  text-decoration: none;
}
.responsive-table ul li.paragraph-sm:before {
  position: relative;
  bottom: 2px;
}
.responsive-table ul li.paragraph-md:before {
  position: relative;
  bottom: 4px;
}
.responsive-table ul p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  .responsive-table ul {
    margin: 30px 15px 30px 15px;
  }
}
.responsive-table ol {
  margin: 20px 15px 20px 30px;
  padding: 0;
}
.responsive-table ol li {
  list-style-type: decimal;
  padding-left: 10px;
  margin-bottom: 20px;
}
.responsive-table ol li a {
  text-decoration: underline;
}
.responsive-table ol li a:hover {
  text-decoration: none;
}
.responsive-table ol p {
  margin: 0;
  display: inline;
}
@media (min-width: 768px) {
  .responsive-table ol {
    margin: 30px 15px 30px 30px;
  }
}
.responsive-table :last-child {
  margin-bottom: 0;
}
.responsive-table .scrollable {
  overflow-x: auto;
}
.scrollable tr:nth-child(2n+3) td {
  background-color: #f5f5f5;
}

.scrollable tr:nth-child(2n+3) th {
  background-color: #f5f5f5;
}

@media (max-width: 991px) {
  table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    display: block;
  }
  table.responsive tbody {
    position: relative;
  }
  table.responsive tr:first-child {
    position: absolute;
    padding: 0;
    width: 100%;
    background-color: transparent;
    z-index: -15;
  }
  table.responsive tr:first-child td, table.responsive tr:first-child th {
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    width: 50%;
  }
  table.responsive tr:first-child td sup, table.responsive tr:first-child th sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:first-child td .btn sup, table.responsive tr:first-child th .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  table.responsive tr:first-child td, table.responsive tr:first-child th {
    font-size: 18px;
    line-height: 24px;
  }
  table.responsive tr:first-child td sup, table.responsive tr:first-child th sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:first-child td .btn sup, table.responsive tr:first-child th .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  table.responsive tr:first-child td, table.responsive tr:first-child th {
    font-size: 20px;
    line-height: 24px;
  }
  table.responsive tr:first-child td sup, table.responsive tr:first-child th sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:first-child td .btn sup, table.responsive tr:first-child th .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) {
  table.responsive tr:first-child td:first-child, table.responsive tr:first-child th:first-child {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  table.responsive tr:not(:first-child) td,
  table.responsive tr:not(:first-child) th {
    position: relative;
    width: 100%;
    padding-left: 50%;
    /* &[data-content="empty-cell"]:first-child ~ td:nth-child(2n+3),
    &:not([data-content="empty-cell"]):first-child ~ td:nth-child(2n) {
        background-color: #f5f5f5;
    } */
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before {
    font-size: 18px;
    line-height: 24px;
    font-family: "Nimbus Sans Bold";
    font-weight: normal;
    content: attr(data-content);
    height: attr(data-height);
    position: absolute;
    left: 0;
    width: 50%;
    text-align: left;
    padding: 0 15px;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before {
    font-size: 20px;
    line-height: 24px;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .responsive tr:not(:first-child) td:not([data-content=empty-cell]):before .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) {
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child {
    font-size: 18px;
    line-height: 24px;
    font-family: "Nimbus Sans Bold";
    font-weight: normal;
    background-color: #F1F1F1;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #05C3DE;
    padding: 15px;
    vertical-align: bottom;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child .btn sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child {
    font-size: 18px;
    line-height: 24px;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child .btn sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child {
    font-size: 20px;
    line-height: 24px;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  table.responsive tr:not(:first-child) td[data-content=empty-cell]:first-child .btn sup,
  table.responsive tr:not(:first-child) th[data-content=empty-cell]:first-child .btn sup {
    top: -0.7em;
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
}
@media (max-width: 991px) {
  table.responsive tr:not(:first-child) td[data-content=empty-cell],
  table.responsive tr:not(:first-child) th[data-content=empty-cell] {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  table.responsive tr:not(:first-child) td:not([data-content=empty-cell]):before,
  table.responsive tr:not(:first-child) th:not([data-content=empty-cell]):before {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 20px;
  }
  table.responsive td, table.responsive th {
    padding-left: 15px !important;
    min-height: 0 !important;
  }
}
.pi-breadcrumbs {
  height: 45px;
  background-color: #EBEBEB;
  padding: 15px 0;
  font-size: 13px;
}

.pi-breadcrumbs a {
  color: #626262;
}

.pi-breadcrumbs ul li {
  padding: 0;
  text-transform: uppercase;
}

.pi-breadcrumbs a:hover {
  color: #3B3B3B;
  text-decoration: underline;
}

.pi-breadcrumbs ul li:last-child::after {
  content: "";
}

.pi-breadcrumbs ul li:last-child {
  font-weight: bold;
}

.pi-breadcrumbs ul li::after {
  content: " /";
}

.modal-open > .jPanelMenu-panel {
  position: static !important;
  transform: none;
}

.modal {
  top: 8%;
  overflow-y: auto;
}
.modal .close {
  opacity: 1;
}

.modal-body {
  padding: 30px;
  position: relative;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 75%;
  z-index: 1050;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 600px;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0px, -5%);
  transition: -moz-transform 0.3s ease-out 0s;
}

.modal-content {
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: medium none;
  position: relative;
}

.program-selector-container .program-contents {
  display: none;
}
.program-selector-container .program-contents.active {
  display: block;
}
.program-selector-container .pi-button-list .active {
  display: none;
}
.program-selector-container .pi-button-list .last-visible {
  border-bottom: 1px solid #D8D8D8;
}

/*# sourceMappingURL=pi-main.css.map */
