.image-gradient-bg-primary figure:after, .image-gradient-bg-secondary figure:after, .image-gradient-bg-tertiary figure:after, .image-gradient-bg-quanternary figure:after, .image-gradient-bg-quinary figure:after, .image-gradient-bg-senary figure:after, .image-gradient-bg-septenary figure:after, .image-gradient-bg-black figure:after, .image-gradient-bg-white figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.primary {
  color: #e83277 !important;
}

.secondary {
  color: #E70000 !important;
}

.tertiary {
  color: #FFEF00 !important;
}

.quanternary {
  color: #FF8C00 !important;
}

.quinary {
  color: #00811F !important;
}

.senary {
  color: #0044FF !important;
}

.septenary {
  color: #760089 !important;
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

@media (max-width: 1023px) {
  .color_mobile_primary {
    color: #e83277 !important;
  }
  .color_mobile_secondary {
    color: #E70000 !important;
  }
  .color_mobile_tertiary {
    color: #FFEF00 !important;
  }
  .color_mobile_quanternary {
    color: #FF8C00 !important;
  }
  .color_mobile_quinary {
    color: #00811F !important;
  }
  .color_mobile_senary {
    color: #0044FF !important;
  }
  .color_mobile_septenary {
    color: #760089 !important;
  }
  .color_mobile_black {
    color: black !important;
  }
  .color_mobile_white {
    color: white !important;
  }
}

.border-bg-primary {
  border: 1px solid #e83277 !important;
}

.border-bg-secondary {
  border: 1px solid #E70000 !important;
}

.border-bg-tertiary {
  border: 1px solid #FFEF00 !important;
}

.border-bg-quanternary {
  border: 1px solid #FF8C00 !important;
}

.border-bg-quinary {
  border: 1px solid #00811F !important;
}

.border-bg-senary {
  border: 1px solid #0044FF !important;
}

.border-bg-septenary {
  border: 1px solid #760089 !important;
}

.border-bg-black {
  border: 1px solid black !important;
}

.border-bg-white {
  border: 1px solid white !important;
}

@media (max-width: 1023px) {
  .mobile_border-bg-primary {
    border: 1px solid #e83277 !important;
  }
  .mobile_border-bg-secondary {
    border: 1px solid #E70000 !important;
  }
  .mobile_border-bg-tertiary {
    border: 1px solid #FFEF00 !important;
  }
  .mobile_border-bg-quanternary {
    border: 1px solid #FF8C00 !important;
  }
  .mobile_border-bg-quinary {
    border: 1px solid #00811F !important;
  }
  .mobile_border-bg-senary {
    border: 1px solid #0044FF !important;
  }
  .mobile_border-bg-septenary {
    border: 1px solid #760089 !important;
  }
  .mobile_border-bg-black {
    border: 1px solid black !important;
  }
  .mobile_border-bg-white {
    border: 1px solid white !important;
  }
}

.border_width_1 {
  border-width: 1px !important;
}

.border_width_2 {
  border-width: 2px !important;
}

.border_width_3 {
  border-width: 3px !important;
}

.border_width_4 {
  border-width: 4px !important;
}

.border_width_5 {
  border-width: 5px !important;
}

.border_width_6 {
  border-width: 6px !important;
}

.border_width_7 {
  border-width: 7px !important;
}

.border_width_8 {
  border-width: 8px !important;
}

.border_width_9 {
  border-width: 9px !important;
}

.border_width_10 {
  border-width: 10px !important;
}

.border_width_11 {
  border-width: 11px !important;
}

.border_width_12 {
  border-width: 12px !important;
}

@media (max-width: 1023px) {
  .border_width_mobile_1 {
    border-width: 1px !important;
  }
  .border_width_mobile_2 {
    border-width: 2px !important;
  }
  .border_width_mobile_3 {
    border-width: 3px !important;
  }
  .border_width_mobile_4 {
    border-width: 4px !important;
  }
  .border_width_mobile_5 {
    border-width: 5px !important;
  }
  .border_width_mobile_6 {
    border-width: 6px !important;
  }
  .border_width_mobile_7 {
    border-width: 7px !important;
  }
  .border_width_mobile_8 {
    border-width: 8px !important;
  }
  .border_width_mobile_9 {
    border-width: 9px !important;
  }
  .border_width_mobile_10 {
    border-width: 10px !important;
  }
  .border_width_mobile_11 {
    border-width: 11px !important;
  }
  .border_width_mobile_12 {
    border-width: 12px !important;
  }
}

.bg-primary {
  background-color: #e83277;
}

.bg-primary.op-bg_20 {
  background-color: rgba(232, 50, 119, 0.2);
}

.bg-primary.op-bg_40 {
  background-color: rgba(232, 50, 119, 0.4);
}

.bg-primary.op-bg_60 {
  background-color: rgba(232, 50, 119, 0.6);
}

.bg-primary.op-bg_80 {
  background-color: rgba(232, 50, 119, 0.8);
}

.bg-secondary {
  background-color: #E70000;
  color: #fff;
}

.bg-secondary.op-bg_20 {
  background-color: rgba(231, 0, 0, 0.2);
}

.bg-secondary.op-bg_40 {
  background-color: rgba(231, 0, 0, 0.4);
}

.bg-secondary.op-bg_60 {
  background-color: rgba(231, 0, 0, 0.6);
}

.bg-secondary.op-bg_80 {
  background-color: rgba(231, 0, 0, 0.8);
}

.bg-tertiary {
  background-color: #FFEF00;
}

.bg-tertiary.op-bg_20 {
  background-color: rgba(255, 239, 0, 0.2);
}

.bg-tertiary.op-bg_40 {
  background-color: rgba(255, 239, 0, 0.4);
}

.bg-tertiary.op-bg_60 {
  background-color: rgba(255, 239, 0, 0.6);
}

.bg-tertiary.op-bg_80 {
  background-color: rgba(255, 239, 0, 0.8);
}

.bg-quanternary {
  background-color: #FF8C00;
}

.bg-quanternary.op-bg_20 {
  background-color: rgba(255, 140, 0, 0.2);
}

.bg-quanternary.op-bg_40 {
  background-color: rgba(255, 140, 0, 0.4);
}

.bg-quanternary.op-bg_60 {
  background-color: rgba(255, 140, 0, 0.6);
}

.bg-quanternary.op-bg_80 {
  background-color: rgba(255, 140, 0, 0.8);
}

.bg-quinary {
  background-color: #00811F;
  color: #fff;
}

.bg-quinary.op-bg_20 {
  background-color: rgba(0, 129, 31, 0.2);
}

.bg-quinary.op-bg_40 {
  background-color: rgba(0, 129, 31, 0.4);
}

.bg-quinary.op-bg_60 {
  background-color: rgba(0, 129, 31, 0.6);
}

.bg-quinary.op-bg_80 {
  background-color: rgba(0, 129, 31, 0.8);
}

.bg-senary {
  background-color: #0044FF;
}

.bg-senary.op-bg_20 {
  background-color: rgba(0, 68, 255, 0.2);
}

.bg-senary.op-bg_40 {
  background-color: rgba(0, 68, 255, 0.4);
}

.bg-senary.op-bg_60 {
  background-color: rgba(0, 68, 255, 0.6);
}

.bg-senary.op-bg_80 {
  background-color: rgba(0, 68, 255, 0.8);
}

.bg-septenary {
  background-color: #760089;
  color: #fff;
}

.bg-septenary.op-bg_20 {
  background-color: rgba(118, 0, 137, 0.2);
}

.bg-septenary.op-bg_40 {
  background-color: rgba(118, 0, 137, 0.4);
}

.bg-septenary.op-bg_60 {
  background-color: rgba(118, 0, 137, 0.6);
}

.bg-septenary.op-bg_80 {
  background-color: rgba(118, 0, 137, 0.8);
}

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

.bg-black.op-bg_20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black.op-bg_40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black.op-bg_60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black.op-bg_80 {
  background-color: rgba(0, 0, 0, 0.8);
}

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

.bg-white.op-bg_20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white.op-bg_40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white.op-bg_60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white.op-bg_80 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1023px) {
  .color_mobile_bg-primary {
    background-color: #e83277;
  }
  .color_mobile_bg-primary.op-bg_20 {
    background-color: rgba(232, 50, 119, 0.2);
  }
  .color_mobile_bg-primary.op-bg_40 {
    background-color: rgba(232, 50, 119, 0.4);
  }
  .color_mobile_bg-primary.op-bg_60 {
    background-color: rgba(232, 50, 119, 0.6);
  }
  .color_mobile_bg-primary.op-bg_80 {
    background-color: rgba(232, 50, 119, 0.8);
  }
  .color_mobile_bg-secondary {
    background-color: #E70000;
    color: #fff;
  }
  .color_mobile_bg-secondary.op-bg_20 {
    background-color: rgba(231, 0, 0, 0.2);
  }
  .color_mobile_bg-secondary.op-bg_40 {
    background-color: rgba(231, 0, 0, 0.4);
  }
  .color_mobile_bg-secondary.op-bg_60 {
    background-color: rgba(231, 0, 0, 0.6);
  }
  .color_mobile_bg-secondary.op-bg_80 {
    background-color: rgba(231, 0, 0, 0.8);
  }
  .color_mobile_bg-tertiary {
    background-color: #FFEF00;
  }
  .color_mobile_bg-tertiary.op-bg_20 {
    background-color: rgba(255, 239, 0, 0.2);
  }
  .color_mobile_bg-tertiary.op-bg_40 {
    background-color: rgba(255, 239, 0, 0.4);
  }
  .color_mobile_bg-tertiary.op-bg_60 {
    background-color: rgba(255, 239, 0, 0.6);
  }
  .color_mobile_bg-tertiary.op-bg_80 {
    background-color: rgba(255, 239, 0, 0.8);
  }
  .color_mobile_bg-quanternary {
    background-color: #FF8C00;
  }
  .color_mobile_bg-quanternary.op-bg_20 {
    background-color: rgba(255, 140, 0, 0.2);
  }
  .color_mobile_bg-quanternary.op-bg_40 {
    background-color: rgba(255, 140, 0, 0.4);
  }
  .color_mobile_bg-quanternary.op-bg_60 {
    background-color: rgba(255, 140, 0, 0.6);
  }
  .color_mobile_bg-quanternary.op-bg_80 {
    background-color: rgba(255, 140, 0, 0.8);
  }
  .color_mobile_bg-quinary {
    background-color: #00811F;
    color: #fff;
  }
  .color_mobile_bg-quinary.op-bg_20 {
    background-color: rgba(0, 129, 31, 0.2);
  }
  .color_mobile_bg-quinary.op-bg_40 {
    background-color: rgba(0, 129, 31, 0.4);
  }
  .color_mobile_bg-quinary.op-bg_60 {
    background-color: rgba(0, 129, 31, 0.6);
  }
  .color_mobile_bg-quinary.op-bg_80 {
    background-color: rgba(0, 129, 31, 0.8);
  }
  .color_mobile_bg-senary {
    background-color: #0044FF;
  }
  .color_mobile_bg-senary.op-bg_20 {
    background-color: rgba(0, 68, 255, 0.2);
  }
  .color_mobile_bg-senary.op-bg_40 {
    background-color: rgba(0, 68, 255, 0.4);
  }
  .color_mobile_bg-senary.op-bg_60 {
    background-color: rgba(0, 68, 255, 0.6);
  }
  .color_mobile_bg-senary.op-bg_80 {
    background-color: rgba(0, 68, 255, 0.8);
  }
  .color_mobile_bg-septenary {
    background-color: #760089;
    color: #fff;
  }
  .color_mobile_bg-septenary.op-bg_20 {
    background-color: rgba(118, 0, 137, 0.2);
  }
  .color_mobile_bg-septenary.op-bg_40 {
    background-color: rgba(118, 0, 137, 0.4);
  }
  .color_mobile_bg-septenary.op-bg_60 {
    background-color: rgba(118, 0, 137, 0.6);
  }
  .color_mobile_bg-septenary.op-bg_80 {
    background-color: rgba(118, 0, 137, 0.8);
  }
  .color_mobile_bg-black {
    background-color: black;
    color: #fff;
  }
  .color_mobile_bg-black.op-bg_20 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .color_mobile_bg-black.op-bg_40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .color_mobile_bg-black.op-bg_60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .color_mobile_bg-black.op-bg_80 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .color_mobile_bg-white {
    background-color: white;
  }
  .color_mobile_bg-white.op-bg_20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .color_mobile_bg-white.op-bg_40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .color_mobile_bg-white.op-bg_60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .color_mobile_bg-white.op-bg_80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.image-gradient-bg-primary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#e83277));
  background-image: -o-linear-gradient(top, transparent 50%, #e83277);
  background-image: linear-gradient(to bottom, transparent 50%, #e83277);
}

.image-gradient-bg-secondary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#E70000));
  background-image: -o-linear-gradient(top, transparent 50%, #E70000);
  background-image: linear-gradient(to bottom, transparent 50%, #E70000);
}

.image-gradient-bg-tertiary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#FFEF00));
  background-image: -o-linear-gradient(top, transparent 50%, #FFEF00);
  background-image: linear-gradient(to bottom, transparent 50%, #FFEF00);
}

.image-gradient-bg-quanternary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#FF8C00));
  background-image: -o-linear-gradient(top, transparent 50%, #FF8C00);
  background-image: linear-gradient(to bottom, transparent 50%, #FF8C00);
}

.image-gradient-bg-quinary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#00811F));
  background-image: -o-linear-gradient(top, transparent 50%, #00811F);
  background-image: linear-gradient(to bottom, transparent 50%, #00811F);
}

.image-gradient-bg-senary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#0044FF));
  background-image: -o-linear-gradient(top, transparent 50%, #0044FF);
  background-image: linear-gradient(to bottom, transparent 50%, #0044FF);
}

.image-gradient-bg-septenary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#760089));
  background-image: -o-linear-gradient(top, transparent 50%, #760089);
  background-image: linear-gradient(to bottom, transparent 50%, #760089);
}

.image-gradient-bg-black figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(black));
  background-image: -o-linear-gradient(top, transparent 50%, black);
  background-image: linear-gradient(to bottom, transparent 50%, black);
}

.image-gradient-bg-white figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(white));
  background-image: -o-linear-gradient(top, transparent 50%, white);
  background-image: linear-gradient(to bottom, transparent 50%, white);
}

@media (max-width: 1023px) {
  .color_mobile_image-gradient-bg-primary .img:after, .color_mobile_image-gradient-bg-secondary .img:after, .color_mobile_image-gradient-bg-tertiary .img:after, .color_mobile_image-gradient-bg-quanternary .img:after, .color_mobile_image-gradient-bg-quinary .img:after, .color_mobile_image-gradient-bg-senary .img:after, .color_mobile_image-gradient-bg-septenary .img:after, .color_mobile_image-gradient-bg-black .img:after, .color_mobile_image-gradient-bg-white .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .color_mobile_image-gradient-bg-primary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#e83277));
    background-image: -o-linear-gradient(top, transparent 50%, #e83277);
    background-image: linear-gradient(to bottom, transparent 50%, #e83277);
  }
  .color_mobile_image-gradient-bg-secondary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#E70000));
    background-image: -o-linear-gradient(top, transparent 50%, #E70000);
    background-image: linear-gradient(to bottom, transparent 50%, #E70000);
  }
  .color_mobile_image-gradient-bg-tertiary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#FFEF00));
    background-image: -o-linear-gradient(top, transparent 50%, #FFEF00);
    background-image: linear-gradient(to bottom, transparent 50%, #FFEF00);
  }
  .color_mobile_image-gradient-bg-quanternary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#FF8C00));
    background-image: -o-linear-gradient(top, transparent 50%, #FF8C00);
    background-image: linear-gradient(to bottom, transparent 50%, #FF8C00);
  }
  .color_mobile_image-gradient-bg-quinary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#00811F));
    background-image: -o-linear-gradient(top, transparent 50%, #00811F);
    background-image: linear-gradient(to bottom, transparent 50%, #00811F);
  }
  .color_mobile_image-gradient-bg-senary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#0044FF));
    background-image: -o-linear-gradient(top, transparent 50%, #0044FF);
    background-image: linear-gradient(to bottom, transparent 50%, #0044FF);
  }
  .color_mobile_image-gradient-bg-septenary .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#760089));
    background-image: -o-linear-gradient(top, transparent 50%, #760089);
    background-image: linear-gradient(to bottom, transparent 50%, #760089);
  }
  .color_mobile_image-gradient-bg-black .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(black));
    background-image: -o-linear-gradient(top, transparent 50%, black);
    background-image: linear-gradient(to bottom, transparent 50%, black);
  }
  .color_mobile_image-gradient-bg-white .img:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(white));
    background-image: -o-linear-gradient(top, transparent 50%, white);
    background-image: linear-gradient(to bottom, transparent 50%, white);
  }
}

.column,
.columns {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.column {
  margin-bottom: 0.6rem;
}

.row > h5 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

@media (max-width: 767px) {
  .row > h5 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.row > h5[class*=" bg-"] {
  padding: 0.3rem 0.6rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .row > h5[class*=" color_mobile_bg-"] {
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.6rem;
  }
}

.row[class*=" bg-"],
.row-section[class*=" bg-"] {
  padding-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.row[class*=" bg-"] > h5[class*=" bg-"],
.row-section[class*=" bg-"] > h5[class*=" bg-"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: -0.6rem 0 0.6rem 0;
}

@media (max-width: 767px) {
  .row[class*=" bg-"] > h5[class*=" color_mobile_bg-"],
  .row-section[class*=" bg-"] > h5[class*=" color_mobile_bg-"] {
    margin: -0.6rem 0 0.6rem 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.bodytext .slideshow nav ul {
  padding: 0.6rem;
}

.slideshow.columns nav ul {
  margin: 0 0.6rem;
}

.bodytext > * {
  padding: 0.6rem;
}

.bodytext > p {
  padding-left: 0.6rem;
}

.bodytext > .column.floatLeft {
  padding-left: 0.6rem;
}

.bodytext > .column.floatRight {
  padding-right: 0.6rem;
}

@media (max-width: 767px) {
  .pagestyle_centered .bodytext > p,
  .pagestyle_centered .bodytext > h2,
  .pagestyle_centered .bodytext > h3,
  .pagestyle_centered .bodytext > h4,
  .pagestyle_centered .bodytext > ul,
  .pagestyle_centered .bodytext > ol {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

.articlescroller ul {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.articleHeader .kicker[class*=" bg-"],
.articleHeader .headline[class*=" bg-"],
.articleHeader .subtitle[class*=" bg-"] {
  padding: 0.6rem 0.6rem;
}

.articleHeader .media .floatingText {
  padding-bottom: 0.6rem;
}

.articleHeader .media .floatingText .kicker,
.articleHeader .media .floatingText .headline,
.articleHeader .media .floatingText .subtitle {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 0.3rem;
}

.articleCalendar ul.articles {
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
}

article.column .content .media .floatingText {
  padding-bottom: 0.6rem;
}

article.column .content .media .floatingText .kicker,
article.column .content .media .floatingText .headline,
article.column .content .media .floatingText .subtitle {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 0.3rem;
}

article.column .content .kicker[class*=" bg-"],
article.column .content .headline[class*=" bg-"],
article.column .content .subtitle[class*=" bg-"] {
  padding: 0.6rem 0.6rem;
}

article.column .content[class*=" bg-"] figure.floatLeft {
  margin-right: 0.6rem;
}

article.column .content[class*=" bg-"] figure.floatRight {
  margin-left: 0.6rem;
}

article.column .content[class*=" bg-"] .kicker {
  margin-bottom: 0.6rem;
}

article.column .content[class*=" bg-"].fullWidth a .media figure {
  margin-left: calc(-50vw + 68rem / 2 - (0.6rem + 1rem));
  margin-right: calc(-50vw + 68rem / 2 - (0.6rem + 1rem));
}

.column .content.fullWidth figure,
.articleHeader.fullWidth > .media figure,
.articleHeader.fullWidth .markupbox,
.column.markupbox.fullWidth .content,
.bodytext > .fullWidth figure,
.articleHeader.fullWidth > figure {
  margin-left: calc(-50vw + 68rem / 2 - 0.6rem);
  margin-right: calc(-50vw + 68rem / 2 - 0.6rem);
}

.fullWidth > figure .caption,
.fullWidth .media figure .caption {
  padding-left: calc(50vw - 68rem / 2 + 0.6rem);
  padding-right: calc(50vw - 68rem / 2 + 0.6rem);
}

@media (max-width: 767px) {
  article.column .content[class*=" bg-"].fullWidth a .media figure {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
  }
  .row > .column:first-child,
  .row > .column.small-12 + .column:not(.small-12),
  .bodytext > .column:first-child,
  .bodytext > .column.small-12 + .column:not(.small-12) {
    padding-left: 1.2rem;
  }
  .row > .column:last-child,
  .bodytext > .column:last-child {
    padding-right: 1.2rem;
  }
  .row > .column.small-12,
  .row > .columns.small-12,
  .bodytext > .column.small-12,
  .bodytext > .columns.small-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .row.fullWidth .scrollbox,
  .column.scrollbox.fullWidth {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .fullWidth > figure .caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .articleHeader.column {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .column .content.fullWidth figure,
  .articleHeader.fullWidth > .media figure,
  .articleHeader.fullWidth .markupbox,
  .column.markupbox.fullWidth .content,
  .bodytext > .fullWidth figure,
  .articleHeader.fullWidth > figure {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .column .content.fullWidth figure .caption,
  .articleHeader.fullWidth > .media figure .caption,
  .articleHeader.fullWidth .markupbox .caption,
  .column.markupbox.fullWidth .content .caption,
  .bodytext > .fullWidth figure .caption,
  .articleHeader.fullWidth > figure .caption {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .articleHeader.fullWidth figure .caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .bodytext > p,
  .bodytext > h2,
  .bodytext > h3,
  .bodytext > h4,
  .bodytext > ul,
  .bodytext > ol {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .bodytext > .small-12 {
    padding-left: 1.2rem;
  }
  .bodytext > .column.floatLeft {
    padding-left: 1.2rem;
  }
  .bodytext > .column.floatRight {
    padding-right: 1.2rem;
  }
  .column.articleFooter {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}

body .bg-btn-color {
  background-color: #e83277;
}

article.column .content .headline {
  overflow-wrap: break-word;
}

section.main.front .container {
  padding-top: 0.6rem;
  background-color: #fff;
}

header#nav {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #e83277;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  margin-bottom: 0;
}

header#nav ul#navigation {
  font-weight: 400;
  position: relative;
  list-style: none;
  vertical-align: bottom;
}

header#nav ul#navigation li {
  display: inline-block;
}

header#nav ul#navigation li a {
  display: block;
  padding: 0;
  color: #fff;
  text-shadow: none;
  font-size: 18px;
}

header#nav ul#navigation li.logo {
  margin-right: 20px;
  padding-left: 0;
}

header#nav ul#navigation li.logo a {
  display: block;
  height: 100px;
  padding: 15px 0;
}

header#nav ul#navigation li.logo svg {
  height: 100%;
}

header#nav ul#navigation li.floaters {
  float: right;
  height: 100px;
}

header#nav ul#navigation li.floaters > ul {
  position: absolute;
  bottom: 0;
  right: 0;
}

header#nav ul#navigation li.submenu {
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}

header#nav ul#navigation li.submenu#searchMenu.visible form {
  display: block;
}

header#nav ul#navigation li.submenu#searchMenu form {
  display: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  background-color: #e83277;
  border-radius: 0 0 5px 5px;
}

header#nav ul#navigation li.submenu#searchMenu form input[type='text'] {
  margin: 0;
  font-size: 18px;
  width: 250px;
}

header#nav ul#navigation li.submenu#searchMenu form input[type='text']:focus {
  outline: none;
}

header#nav ul#navigation li.submenu#mobileMenu.visible #mobileMenuContainer {
  display: block;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer {
  display: none;
  padding-top: 15px;
  position: absolute;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  top: 100%;
  line-height: 40px;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer {
  border-radius: 5px;
  padding: 10px;
  background-color: #e83277;
  -webkit-box-shadow: 0 8px 4px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 4px -5px rgba(0, 0, 0, 0.3);
  position: relative;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  border: 10px solid transparent;
  border-top-width: 0;
  border-bottom-color: #e83277;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.mobileOnly {
  display: none;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.mobileOnly li {
  position: relative;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.mobileOnly li::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 100%;
  background-color: #fff;
  -webkit-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.mobileOnly li:hover::after {
  right: 0;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems {
  font-size: 20px;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li {
  border-radius: 5px;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li a i {
  margin-right: 10px;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li.inline {
  float: left;
  width: 50%;
  padding: 0;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li.inline a {
  text-align: center;
  display: block;
  width: 100%;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems li.inline a i {
  margin: 0;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul.subitems::after {
  content: '';
  display: table;
  clear: both;
}

header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer ul li {
  display: block;
}

@media (max-width: 767px) {
  header#nav ul#navigation {
    width: 100%;
  }
  header#nav ul#navigation::after {
    content: '';
    display: table;
    clear: both;
  }
  header#nav ul#navigation li {
    display: none;
  }
  header#nav ul#navigation li.logo {
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
  }
  header#nav ul#navigation li.logo a {
    padding: 30px 0;
  }
  header#nav ul#navigation li.floaters {
    display: block;
    padding: 0;
  }
  header#nav ul#navigation li.floaters > ul {
    position: static;
  }
  header#nav ul#navigation li.submenu {
    line-height: 100px;
    display: inline-block;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer::before {
    left: auto;
    right: 10px;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul li {
    line-height: 1.4;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul.mobileOnly {
    display: block;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul.mobileOnly li {
    position: relative;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul.mobileOnly li a {
    font-size: 1.5em;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul.subitems {
    padding: 20px;
    margin: 10px;
    border: 2px solid #fff;
  }
  header#nav ul#navigation li.submenu#mobileMenu #mobileMenuContainer .mobileMenuViewContainer ul.subitems li a {
    line-height: 40px;
    font-size: 21px;
  }
  header#nav ul#navigation li.submenu#searchMenu form {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    width: 100%;
  }
  header#nav ul#navigation li.submenu#searchMenu form input[type='text'] {
    width: 100%;
  }
}
