/* Background Images and Footer */
/* Theme Roller */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
#NAV .navbar-default .navbar-nav>li>a {
  color: #09212e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 18px;
  text-transform: uppercase;
  transition: 0.2s all ease;
  letter-spacing: 0.3px;
}
#NAV .navbar-default .navbar-nav>.dropdown>a .caret,
#NAV .navbar-default .navbar-nav>.open>a .caret,
#NAV .navbar-default .navbar-nav>.open>a:hover .caret,
#NAV .navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #09212e;
  border-bottom-color: #09212e;
}
#NAV .navbar-default .navbar-nav>.active>a,
#NAV .navbar-default .navbar-nav>.active>a:hover,
#NAV .navbar-default .navbar-nav>.active>a:focus,
#NAV .navbar-default .navbar-nav>li>a:hover,
#NAV .navbar-default .navbar-nav>li>a:focus {
  color: #fff !important;
  background: #09212e;
}
#NAV .navbar-default .navbar-nav>.active>a .caret,
#NAV .navbar-default .navbar-nav>.active>a:hover .caret,
#NAV .navbar-default .navbar-nav>.active>a:focus .caret,
#NAV .navbar-default .navbar-nav>li>a:hover .caret,
#NAV .navbar-default .navbar-nav>li>a:focus .caret {
  color: #fff !important;
}
#NAV .dropdown-menu>.active>a,
#NAV .dropdown-menu>.active>a:hover,
#NAV .dropdown-menu>.active>a:focus,
#NAV .dropdown-menu>li>a:hover,
#NAV .dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #09212e;
  outline: 0;
}
#NAV .navbar-default .navbar-toggle:hover,
#NAV .navbar-default .navbar-toggle:focus,
#NAV .navbar-default .navbar-toggle {
  background-color: #09212e;
}
.interior .home div[class*='col-']:not([class*='padding-']),
.interior .join div[class*='col-']:not([class*='padding-']),
.interior .standards div[class*='col-']:not([class*='padding-']),
.interior .certification div[class*='col-']:not([class*='padding-']),
.interior .learning div[class*='col-']:not([class*='padding-']),
.interior .member-dashboard div[class*='col-'] {
  padding: 0;
  min-height: 0;
}
.interior a,
.interior a:hover,
.interior a:focus,
.interior button,
.interior button:hover,
.interior button:focus {
  transition: 0.3s;
}
.interior .bg-image {
  background-position: center;
  background-size: cover;
}
.interior h1,
.interior h2,
.interior h3,
.interior h4,
.interior h5,
.interior h6,
.interior .h1,
.interior .h2,
.interior .h3,
.interior .h4,
.interior .h5,
.interior h1 .btn-group {
  font-family: 'proxima-nova', sans-serif;
  color: #003a70;
  font-size: 20px;
}
.interior h1,
.interior .h1 {
  font-family: 'teko', sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #c12233;
  text-transform: uppercase;
}
.interior h2,
.interior .h2,
.interior h2 a {
  font-weight: 700;
  font-size: 30px;
}
.interior h3,
.interior .h3,
.interior h3 a {
  font-family: 'teko', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #c12233;
  text-transform: uppercase;
}
.interior h3.blogTitle {
  font-size: 32px;
}
.interior .HLLandingControl h3 a,
.interior .HLLandingControl .h3 a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #003a70;
  text-transform: none;
}
.interior h3 a:hover,
.interior h3 a:focus {
  text-decoration: none;
  color: #c12233;
}
.interior h4,
.interior .h4 {
  font-weight: 700;
  font-size: 20px;
}
.interior h5,
.interior .h5 {
  font-size: 20px;
  text-transform: uppercase;
}
.interior a:hover,
.interior a:focus {
  color: #c12233;
}
.interior .btn.btn-success,
.interior .btn.btn-primary {
  color: #fff;
  border-radius: 0;
}
.interior .btn.btn-success,
.interior .btn.btn-primary:hover,
.interior .btn.btn-primary:focus {
  background: #003a70;
  border-color: #003a70;
}
.interior .btn.btn-primary,
.interior .btn.btn-success:hover,
.interior .btn-btn-success:focus,
.interior .btn.btn-success.active,
.interior .open .dropdown-toggle.btn-success {
  background: #c12233;
  border-color: #c12233;
}
.interior .btn.btn-default:not(.dropdown-toggle),
.interior .btn.btn-default + .btn.btn-default.dropdown-toggle {
  background: #fff;
  color: #003a70;
  border-radius: 0;
  border: 1px solid #003a70;
}
.interior .btn.btn-default + .btn.btn-default.dropdown-toggle .caret {
  border-top-color: #003a70;
}
.interior .btn.btn-default:not(.dropdown-toggle):hover,
.interior .btn.btn-default:not(.dropdown-toggle):focus {
  background: #003a70;
  color: #fff;
}
.interior #ContentColumn {
 xwidth: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.interior .member-alert {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px;
}
.interior .member-alert .alert {
  margin-bottom: 0;
}
.interior .member-alert + #MPheader > .row:first-child {
  padding-bottom: 0;
  float: right;
}
.interior .member-alert + #MPheader div.row#Logo {
  margin-top: -45px;
}
.interior .donate-btn {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.interior .donate-btn a {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 20px;
  background-color: #f99e1b;
}
.interior .donate-btn a:hover,
.interior .donate-btn a:focus {
  color: #003a70;
  background-color: #e08e18;
}
.interior .cta-block {
  padding-left: 70px;
  padding-top: 50px;
  position: relative;
  height: 550px;
  text-align: center;
}
.interior .cta-block img {
  margin-left: auto;
  margin-right: auto;
}
.interior .cta-block.make-buttons em a {
  margin-top: 30px;
}
.interior .tile.col-md-4 {
  position: relative;
  height: 267px;
}
.interior .tile .HtmlContent {
  padding: 25px;
  z-index: 1;
  position: relative;
  background: rgba(183,199,216,0.4);
  height: 100%;
}
.interior .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(115%) grayscale(90%) opacity(45%);
}
.interior .tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.interior .tile.make-buttons em a {
  margin-top: 15px;
}
.interior .tile:nth-child(4)::before {
  border-top: 15px solid #0078b4;
}
.interior .tile:nth-child(5)::before {
  border-top: 15px solid #00a2e2;
}
.interior .tile:last-child::before {
  border-top: 15px solid #23c1ff;
}
.interior .img-container::after {
  content: '';
  background-color: #e8ebf1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.interior .ad-space {
  text-align: center;
  max-width: 100%;
}
.interior .ad-space.square[class*='col-'],
.interior .ad-space.square {
  height: 250px;
  width: 300px;
}
.interior .ad-space.square h2 {
  padding: 65px 55px;
}
.interior .ad-space.horizontal[class*='col-'],
.interior .ad-space.horizontal {
  height: 90px;
  width: 728px;
  margin: 30px auto;
}
.interior .ad-space.horizontal h2 {
  padding: 10px;
}
.interior .ad-space.vertical[class*='col-'],
.interior .ad-space.vertical {
  height: 600px;
  width: 300px;
}
.interior .ad-space.vertical h2 {
  padding: 215px 55px;
}
.interior .ad-space.mobile[class*='col-'],
.interior .ad-space.mobile {
  margin: 50px auto;
}
.interior .events-text.desktop {
  font-size: 15px;
}
.interior .HLEventList div[id*='RegisterLink'] input {
  color: #003a70;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
.interior .HLEventList div[id*='RegisterLink'] input:active {
  box-shadow: none;
}
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer'],
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']::before,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer::before {
  font-family: CSI;
  content: '\f005';
  position: absolute;
  right: 0;
}
.interior .membership-matters {
  background-color: #f5f6f9;
  padding: 30px 30px 50px 30px;
  text-align: center;
}
.interior .membership-matters .col-md-3 {
  margin-top: 20px;
}
.interior .membership-matters img {
  margin: 0 auto;
}
.interior .membership-matters .make-buttons em a {
  margin-top: 50px;
}
.interior .category-block.col-md-6 {
  height: 515px;
}
.interior .img-tile-img:not(.featured) {
  position: relative;
  z-index: 0;
  height: 250px;
  overflow: hidden;
}
.interior .featured.img-tile-img {
  height: 400px;
}
.interior .img-tile-text {
  background: #fff;
  padding: 25px;
  position: relative;
  z-index: 3;
  transition: 0.3s;
  overflow: hidden;
}
.interior .img-tile-text:not(.featured) {
  height: 280px;
}
.interior .big.img-tile-text {
  height: 237px;
}
.interior .featured.img-tile-text {
  border-top: 4px solid #c12233;
}
.interior .img-tile-text:hover,
.interior .img-tile-text:focus {
  padding-top: 45px;
  margin-top: -20px;
  transition: 0.3s;
}
.interior .img-tile-text:not(.featured):not(.big):hover,
.interior .img-tile-text:not(.featured):not(.big):focus {
  height: 300px;
}
.interior .big.img-tile-text:hover,
.interior .big.img-tile-text:focus {
  height: 250px;
}
.interior .img-tile-text a i,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']::before,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer::before {
  opacity: 0;
  transition: 0.3s;
}
.interior .img-tile-text a:hover i,
.interior .img-tile-text a:focus i,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']:hover::before,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']:focus::before,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer:hover::before,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer:focus::before {
  opacity: 1;
  transition: 0.3s;
}
.interior .img-tile-text strong a,
.interior .HLEventList div[id*='RegisterLink'] input {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
.interior .img-tile-text strong a:hover,
.interior .img-tile-text strong a:focus {
  color: #003a70;
}
.interior .img-tile-text strong a::after,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']::after,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer::after {
  content: '';
  border-top: 1px solid #003a70;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  transition: 0.3s;
}
.interior .img-tile-text a:hover::after,
.interior .img-tile-text a:focus::after,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']:hover::after,
.interior .HLEventList div[id*='RegisterLink'] div[id*='BtnContainer']:focus::after,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer:hover::after,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer:focus::after {
  right: 0;
  transition: 0.3s;
}
.interior .featured.img-tile-text .HtmlContent > :not(a),
.interior .big.img-tile-text .HtmlContent > :not(a) {
  max-width: calc(100% - 95px);
}
.interior .featured.img-tile-text strong a,
.interior .big.img-tile-text strong a {
  position: absolute;
  right: 25px;
  bottom: 45px;
}
.interior .featured h3 {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1;
}
.interior .featured h2 {
  margin-top: 10px;
  line-height: 1;
}
.interior .featured .media,
.interior .category-block .media {
  margin-top: 0;
}
.interior .bullet-list ul {
  margin-top: 20px;
}
.interior .bullet-list ul li {
  color: #c12233;
}
.interior .bullet-list ul li span,
.interior .bullet-list ul li p {
  color: #003a70;
  margin-bottom: 0;
}
.interior .teal-icon i {
  color: #547a9f;
}
.interior .text-center {
  text-align: center;
}
.interior .small-link strong a {
  font-size: 15px;
}
.interior .narrow {
  width: 780px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.interior .horizontal-row {
  border-top: 2px solid #dce1ea;
  margin: 30px;
}
.interior .margin-bottom-30 {
  margin-bottom: 30px;
}
.interior .margin-left-30 {
  margin-left: 30px;
}
.interior .margin-right-30 {
  margin-right: 30px;
}
.interior .margin-top-30 {
  margin-top: 30px;
}
.interior .margin-30 {
  margin: 30px;
}
.interior .margin-top-100 {
  margin-top: 100px;
}
.interior .padding-15[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.interior .padding-left-15[class*='col-'] {
  padding-left: 15px;
}
.interior .padding-right-15[class*='col-'] {
  padding-right: 15px;
}
.interior .padding-30[class*='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}
.interior .bg-gray.padding-30,
.interior .padding-30 {
  padding: 30px;
}
.interior .padding-30 h2 {
  margin-top: 0;
}
.interior .padding-left-30[class*='col-'] {
  padding-left: 30px;
}
.interior .padding-right-30[class*='col-'] {
  padding-right: 30px;
}
.interior .padding-60 {
  padding: 60px calc(50% - 380px);
}
.interior .bg-gray {
  background-color: #f5f6f9;
}
.interior .bg-gray.light-gray {
  background-color: #fafafc;
}
.interior .bg-gray .HtmlContent {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.interior .bg-gray h2 {
  margin-top: 0;
}
.interior .padding-60 em a,
.interior .bg-gray em a,
.interior .clearfix-wrap em a {
  margin-top: 30px;
}
.interior .bg-gray i {
  font-size: 60px;
  margin-bottom: 20px;
}
.interior .standards .padding-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.interior .hero {
  margin-bottom: 85px;
  height: 420px;
}
.interior .interior-heading {
  background: #f5f6f9;
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 200px);
  width: 1000px;
  max-width: 100%;
}
.interior .join .ad-space.square,
.interior .certification .ad-space.square {
  transform: translateX(-30px);
}
.interior .membership-heading {
  background-color: #e9ecf1;
  padding: 10px 15px;
}
.interior .membership-heading img {
  float: left;
  margin-right: 15px;
  width: 65px;
}
.interior .membership-heading strong {
  display: inline-block;
  margin-top: 10px;
}
.interior .membership-heading span {
  font-size: 15px;
  display: inherit;
}
.interior .membership-description {
  background-color: #f5f6f9;
  padding: 15px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 200px;
}
.interior .membership-description.leftmost {
  margin-left: 30px;
}
.interior .membership-description.rightmost {
  margin-right: 30px;
}
.interior .gray-table table {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
.interior .gray-table tr {
  background-color: #f5f6f9;
  border-top: 5px solid #fff;
}
.interior .gray-table thead tr {
  background-color: #e9ecf1;
  border-top: none;
}
.interior .gray-table td {
  padding: 20px;
}
.interior .gray-table td:first-child {
  padding-left: 100px;
}
.interior .gray-table tbody td,
.interior .gray-table thead tr:first-child td,
.interior .gray-table .has-border {
  border-right: 5px solid #fff;
}
.interior .gray-table tr > td:first-child {
  text-align: right;
  font-weight: 700;
}
.interior .gray-table thead tr:first-child td {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
}
.interior .registration.mobile {
  background-color: #f5f6f9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.interior .registration.mobile h4 {
  background-color: #e9ecf1;
  padding-top: 5px;
  padding-bottom: 5px;
}
.interior .registration.mobile h2 {
  margin-top: 0;
}
.interior .registration.mobile h2,
.interior .registration.mobile h4,
.interior .registration.mobile p {
  padding-left: 20px;
  padding-right: 20px;
}
.interior .learning-level img {
  margin: 5px auto 10px auto;
}
.interior .learning-level h4 {
  margin-top: 0;
}
.interior .standards .padding-60 .col-md-4 img {
  margin: 0 auto;
}
.interior .standards .section16 {
  padding-bottom: 30px;
}
.interior .accordion .accordion-heading + ul li {
  display: block;
}
.interior .accordion .accordion-heading + ul {
  padding-left: 0;
}
.interior .accordion h4 {
  cursor: pointer;
  border-bottom: 2px solid #003a70;
  padding-bottom: 8px;
  display: inline-block;
}
.interior .accordion h4::after {
  font-family: CSI;
  content: '\f00b';
  margin-left: 10px;
  font-weight: 100;
}
.interior .accordion h4.open::after {
  content: '\f00c';
}
.interior .numbered h4 {
  -webkit-text-stroke: 1px #c12233;
  font-size: 44px;
  color: #c12233;
  display: block;
  border-radius: 50%;
  border: 1px solid #c12233;
  width: 50px;
  text-align: center;
  font-family: 'Teko';
  font-weight: 100;
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-text-fill-color: #f5f6f9;
}
@media (max-width: 992px) {
  .interior .standards .row.row-wide div[class*='section'],
  .interior .learning .row.row-wide div[class*='section'],
  .interior .certification .row.row-wide div[class*='section'],
  .interior .join .row.row-wide div[class*='section'] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .interior .ad-space.square {
    margin-left: auto;
    margin-right: auto;
  }
  .interior .ContentItemHtml.img-tile-img {
    max-height: 250px;
    height: auto;
  }
  .interior .tile.col-md-4 {
    height: auto;
  }
  .interior .category-block.col-md-6 {
    height: auto;
  }
  .interior .margin-left-30,
  .interior .margin-right-30,
  .interior .margin-30 {
    margin-left: 0;
    margin-right: 0;
  }
  .interior .interior .ad-space.square {
    transform: none;
  }
  .interior .bg-gray-wrap.col-md-4,
  .interior .bg-gray-wrap.col-md-3 {
    margin-top: 20px;
  }
  .interior .mobile-margin {
    margin-left: 10px;
    margin-right: 10px;
  }
  .interior .margin-top-100 {
    margin-top: 50px;
  }
  .interior .clearfix-wrap:not(:first-child) h2,
  .interior .bg-gray-wrap:not(:first-child) h2 {
    margin-top: 30px;
  }
  .interior .padding-15[class*='col-'],
  .interior .padding-30[class*='col-'],
  .interior .padding-left-15[class*='col-'],
  .interior .padding-left-30[class*='col-'],
  .interior .padding-right-15[class*='col-'],
  .interior .padding-right-30[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .interior .bg-gray.padding-30,
  .interior .padding-30 {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  .interior .padding-60 {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .interior .featured.img-tile-text .HtmlContent > :not(a),
  .interior .big.img-tile-text .HtmlContent > :not(a) {
    max-width: 100%;
  }
  .interior .featured.img-tile-text strong a,
  .interior .big.img-tile-text strong a {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .interior .ContentItemHtml.img-tile-text {
    height: auto;
  }
  .interior .padding-60,
  .interior .standards .padding-60 {
    padding: 25px;
  }
  .interior .hero {
    display: none;
  }
  .interior .interior-heading {
    margin-bottom: 30px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .interior #Logo img {
    width: 100px;
  }
  .interior .donate-btn {
    float: none;
    padding-left: 15px;
  }
  .interior #searchColumn {
    display: block;
  }
  .interior .search-btn-top,
  .interior .search-bar-top {
    display: none;
  }
  .interior .member-alert.row {
    float: none;
  }
  .interior .member-alert > .col-md-12 > .pull-right {
    float: none !important;
  }
  .interior #Welcome_LoginLink {
    padding: 15px 28px;
  }
}
@media (max-width: 425px) {
  .interior .cta-block {
    padding: 30px 30px 0 30px;
    text-align: center;
  }
  .interior .cta-block img {
    float: none;
    margin: 10px auto 0 auto;
  }
}
* {
  box-sizing: border-box;
}
body,
html {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
}
body.sticky #MPOuterMost #MPOuterHeader > .col-md-12 .member-dashboard {
  max-height: 0;
}
body.sticky #MPOuterMost #MPOuterHeader #HEADER #MPheader > .row#Logo img {
  max-width: 100px;
}
body.sticky #MPOuterMost #MPOuterHeader #HEADER #MPheader {
  padding: 8px 0 8px 16px;
}
body.sticky #AuxMenu ul li {
  display: none;
}
body.sticky #AuxMenu ul li:nth-child(2) {
  display: block;
}
body.sticky #AuxMenu ul li:nth-child(2) a {
  margin: 0;
}
#ContentColumn,
#MPOuterMost.full #HEADER,
#MPOuterMost.full #BreadCrumb,
#MPOuterMost.full #FOOTER,
#MPOuterMost.full #MPFooterLinkContent,
#MPOuterMost.full #MPButtonBar {
  max-width: 100%;
}
.home .no-pageTitle-padding {
  padding: 0;
}
#MPOuterMost {
  overflow-x: hidden;
}
#MPOuterMost #MPOuter {
  min-height: calc(100vh - 237px);
}
#MPOuterMost #MPOuter.authorized {
  padding: 194px 0 0 0 !important;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuter.authorized {
    padding: 204px 0 0 0 !important;
  }
}
#MPOuterMost #MPOuter .col-md-12.section1 {
  padding: 0;
}
#MPOuterMost #MPOuter .col-md-12.section1 img {
  min-height: 333px;
  object-fit: cover;
}
#MPOuterMost #MPOuterFooter {
  background: #09212e;
  padding: 32px 0 0 0;
}
#MPOuterMost #MPOuterFooter #MPCopyright {
  color: #ddd;
  font-size: 11px;
}
#MPOuterMost #MPOuterFooter .MPBottomMenu {
  padding: 0;
  margin: 0;
}
#MPOuterMost #MPOuterFooter #BottomMenu {
  float: none !important;
  width: 100%;
}
#MPOuterMost #MPOuterFooter #BottomMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  float: none !important;
}
#MPOuterMost #MPOuterFooter #BottomMenu ul li {
  text-align: center;
  margin: 0 4px;
}
#MPOuterMost #MPOuterFooter #BottomMenu ul li a {
  color: #fff;
}
#MPOuterMost #MPOuterFooter #FOOTER .copyright {
  text-align: center;
  color: #ddd;
  font-size: 12px;
  margin: 0 auto 0;
}
#MPOuterMost #MPOuterFooter #FOOTER .copyright .img-responsive {
  filter: brightness(100);
  margin: 0 auto 2px;
  width: 60px;
}
#MPOuterMost #MPOuterFooter #FOOTER .copyright .copy {
  margin: 0 0 8px 0;
  display: block;
}
#MPOuterMost #MPOuterFooter #FOOTER .social {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#MPOuterMost #MPOuterFooter #FOOTER .social li {
  text-align: center;
  margin: 0 4px;
}
#MPOuterMost #MPOuterFooter #FOOTER .social li.socialHeader {
  flex: 1 0 100%;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
#MPOuterMost #MPOuterFooter #FOOTER .social li a {
  display: inline-flex;
  width: 32px;
  margin: 0 6px 0 0;
  height: 32px;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background: #ddd;
}
#MPOuterMost #MPOuterFooter #FOOTER .social li a i {
  color: #09212e;
  font-size: 20px;
}
#MPOuterMost #MPOuterFooter #FOOTER .mobile {
  display: none;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterFooter #FOOTER .mobile {
    display: block;
  }
}
#MPOuterMost #MPOuterFooter #FOOTER .desktop {
  display: block;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterFooter #FOOTER .desktop {
    display: none;
  }
}
#MPOuterMost #MPFooterLink {
  display: none;
}
#MPOuterMost #MPOuterHeader {
  background: #fff;
}
#MPOuterMost #MPOuterHeader > .col-md-12 {
  padding: 0;
}
#MPOuterMost #MPOuterHeader #mainskiplinkholder,
#MPOuterMost #MPOuterHeader #auxskiplinkholder {
  display: none;
}
#MPOuterMost #MPOuterHeader #HEADER > .col-md-12 {
  padding: 0;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  transition: 0.2s all ease;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterHeader #HEADER #MPheader {
    flex-flow: column-reverse;
  }
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader .donate-btn {
  display: none;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader #MPAuxNav ul.level1.static {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader #MPAuxNav ul.level1.static li a {
  padding: 8px 16px;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #09212e;
  font-size: 14px;
  font-weight: 500;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row {
  padding: 0;
  flex: 0 0 70%;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterHeader #HEADER #MPheader > .row {
    flex: 1 0 100%;
    display: none;
  }
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row#Logo {
  flex: 0 0 30%;
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterHeader #HEADER #MPheader > .row#Logo {
    flex: 1 0 100%;
    display: block;
  }
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row#Logo img {
  transition: 0.2s all ease;
  width: 120px;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px 0 0;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top {
  order: 3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 800;
  background: rgba(194,32,51,0.88);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top .SearchInputs {
  width: 800px;
  max-width: 100%;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top .SearchInputs .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top .SearchInputs input[type='text'] {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 8px 0;
  line-height: 1;
  border-bottom: 2px solid #fff;
  font-size: 32px;
  color: #fff;
  box-shadow: none;
  outline: 0;
  height: auto;
  flex: 1;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top .SearchInputs .input-group-btn {
  flex: 0;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .search-bar-top .SearchInputs button.btn.btn-default {
  background: none;
  border-radius: 0;
  border: 0;
  font-size: 32px;
  color: #fff;
  box-shadow: none;
  outline: 0;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .donate-btn {
  order: 2;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right:nth-child(1) {
  order: 4;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right:nth-child(2) {
  order: 1;
  margin: 0 16px 0 0;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right > .inline {
  display: block;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right > .inline .HLWelcomeHeader {
  display: flex;
  flex-wrap: wrap;
}
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right > .inline .HLWelcomeHeader #Welcome_Details_logoutLink_0,
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row:not([id]) > .col-md-12 .pull-right > .inline .HLWelcomeHeader #Welcome_LoginLink {
  background: #953139;
  border-radius: 5px;
  font-style: italic;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 13px 32px;
  line-height: 1;
  text-transform: uppercase;
}
#MPOuterMost #MPOuterHeader #NAV {
  background: #ddd;
  left: 0;
  right: 0;
  margin: 0;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav {
  background: none;
  border-radius: 0;
  border: 0;
  min-height: 0;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav .collapse.navbar-collapse.navbar-ex1-collapse {
  padding: 0;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav #searchColumn {
  position: fixed;
  display: block;
  right: -330px;
  margin: 0 auto;
  z-index: 99999;
  top: 134px;
  transition: 0.2s all ease;
  background: #fff;
  padding: 8px 24px;
  min-width: 280px;
  box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav #searchColumn #SearchControl_SearchTerm {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav #searchColumn button#SearchControl_SearchButton {
  background: none;
  border: 0;
  color: #c22033;
  font-size: 16px;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav #searchColumn.active {
  right: 0;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 996px) {
  #MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav {
    margin: 0;
  }
  #MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav > div {
    display: none;
  }
}
@media (max-width: 767px) {
  #MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav li {
    flex: 1 0 100%;
  }
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav li.open .dropdown-menu {
  display: block;
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
  background-color: #f5f6f9;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}
#MPOuterMost #MPOuterHeader #NAV #MPButtonBar nav ul.nav .dropdown-menu li a {
  padding: 8px 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .ContentItemHtml .HtmlFooter {
    padding: 0;
  }
}
span#toggleCustomSearch {
  color: #09212e;
  padding: 8px 24px;
  display: block;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  span#toggleCustomSearch {
    padding: 8px 32px 16px 32px;
  }
}
.arkbar-blog-posts {
  max-width: 1400px;
  width: 100%;
}
.arkbar-blog-posts h2 {
  display: none;
}
.arkbar-blog-posts h3 {
  margin: 0 0 8px 0;
  color: #09212e;
}
.arkbar-blog-posts h1 {
  margin: 0 0 24px 0;
  color: #953139;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .arkbar-blog-posts h1 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.arkbar-blog-posts ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.arkbar-blog-posts ul li {
  flex: 0 0 23%;
  border: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .arkbar-blog-posts ul li {
    flex: 1 0 100%;
  }
}
.arkbar-blog-posts ul li a {
  text-decoration: none;
}
.arkbar-blog-posts ul li h3 {
  padding: 12px;
  color: #09212e;
  font-weight: 600;
}
.arkbar-blog-posts ul li img {
  max-width: 100%;
  width: 100%;
  height: 333px;
  object-fit: cover;
}
.row.row-full.bg-blue {
  background: #953139;
  font-size: 0;
}
@media (max-width: 767px) {
  .row.row-full.bg-blue {
    padding: 24px 0;
  }
}
.row.row-full.bg-blue .section2 {
  padding: 0;
}
.row.row-full.bg-blue .section2 .quicklinks-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col {
  flex: 1;
  padding: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col {
    padding: 24px 6px;
    flex: 1 0 50%;
  }
}
.row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col a {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
.row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col a img {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .row.row-full.bg-blue .section2 .quicklinks-row .quicklinks-col a img {
    margin: 0 auto 16px;
    height: 40px;
    display: block;
  }
}
.ad-row {
  background: #ededed;
  padding: 86px 0;
}
@media (max-width: 767px) {
  .ad-row {
    padding: 48px 0;
  }
}
.ad-row .adverts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ad-row .adverts .col-md-4 {
  flex: 0 0 32%;
}
@media (max-width: 767px) {
  .ad-row .adverts .col-md-4 {
    flex: 1 0 100%;
    margin: 0 0 24px 0;
  }
}
.ad-row .adverts .col-md-4 img {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  object-fit: cover;
}
.announce-row {
  background: #ededed;
  padding: 86px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .announce-row {
    padding: 48px 0;
  }
}
.announce-row .HLLandingControl.HLAnnouncements {
  padding: 0;
  margin: 0;
}
.announce-row .HLLandingControl.HLAnnouncements h2 {
  margin: 0 0 16px 0;
  text-transform: uppercase;
  color: #09212e;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .announce-row .HLLandingControl.HLAnnouncements h2 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.announce-row .HLLandingControl.HLAnnouncements .include-ul {
  margin: 0;
  padding: 0;
}
.announce-row .HLLandingControl.HLAnnouncements .include-ul li {
  border: 0;
}
.announce-row .HLLandingControl.HLAnnouncements .include-ul li .row.HLContainer {
  display: none;
}
.announce-row .HLLandingControl.HLAnnouncements .include-ul li h3 {
  color: #953139;
  font-size: 26px;
  text-transform: uppercase;
}
.announce-row .HLLandingControl.HLAnnouncements .include-ul li:last-child {
  margin: 0;
  padding: 0;
}
.row.row-full.intro-wrapper > .col-md-12 {
  padding: 0;
}
.row.row-full.intro-wrapper > .col-md-12 p {
  text-align: center;
}
.row.row-full.intro-wrapper > .col-md-12 ul {
  color: #953139;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.row.row-full.intro-wrapper > .col-md-12 ul ~ p {
  text-align: center !important;
}
.row.row-full.intro-wrapper > .col-md-12 ul li {
  padding: 8px 24px;
  font-size: 16px;
}
.row.row-full.intro-wrapper > .col-md-12 ul li a {
  color: #ededed;
}
.row.row-full.intro-wrapper > .col-md-12 .row {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.row.row-full.intro-wrapper > .col-md-12 .row .col-md-6 {
  flex: 0 0 50%;
  padding: 86px;
  background: #09212e;
}
@media (max-width: 767px) {
  .row.row-full.intro-wrapper > .col-md-12 .row .col-md-6 {
    padding: 48px 24px;
    flex: 1 0 100%;
  }
}
.row.row-full.intro-wrapper > .col-md-12 .row .col-md-6 h2 {
  margin: 0 0 24px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .row.row-full.intro-wrapper > .col-md-12 .row .col-md-6 h2 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.row.row-full.intro-wrapper > .col-md-12 .row .col-md-6:last-child {
  background: #fff;
}
.row.row-full.intro-wrapper > .col-md-12 .row .col-md-6:last-child h2 {
  color: #953139;
}
.home-ace {
  padding: 86px 0;
}
@media (max-width: 767px) {
  .home-ace {
    padding: 48px 0;
  }
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  [PrimaryColorRGB-StartComment]
  --hl-bs--primary-rgb: [PrimaryColorRGB];
  --hl-bs--selected-rgb: [PrimaryColorRGB], 50;
  [PrimaryColorRGB-EndComment]

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  /*
  --hl-bs--link: ;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--link-rgb: [LinkColorRGB];
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--link-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-border-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */

  [SecondaryColorRGB-StartComment]
  --hl-bs--secondary-rgb: [SecondaryColorRGB];
  --hl-bs--secondary-selected-rgb: [SecondaryColorRGB], 50;
  [SecondaryColorRGB-EndComment]

  /*
  --hl-bs--secondary-opposite: ;
  */

  [TextOnSecondaryRGB-StartComment]
  --hl-bs--secondary-opposite-rgb: [TextOnSecondaryRGB];
  [TextOnSecondaryRGB-EndComment]
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-primary-text-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-text-hover-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg: ;
  */

  [PrimaryButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-rgb: [PrimaryButtonBackgroundColorRGB];
  [PrimaryButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */

  [PrimaryButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-hover-rgb: [PrimaryButtonHoverBackgroundColorRGB];
  [PrimaryButtonHoverBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */

  [PrimaryButtonBorderColorRGB-StartComment]
  --hl-bs--btn-primary-border-rgb: [PrimaryButtonBorderColorRGB];
  --hl-bs--btn-primary-border-hover-rgb: [PrimaryButtonBorderColorRGB];
  [PrimaryButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */

  [SuccessButtonTextColorRGB-StartComment]
  --hl-bs--btn-success-text-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-text-hover-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-outline-rgb: [SuccessButtonTextColorRGB], 127;
  [SuccessButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg: ;
  */

  [SuccessButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-rgb: [SuccessButtonBackgroundColorRGB];
  [SuccessButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  [SuccessButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-hover-rgb: [SuccessButtonHoverBackgroundColorRGB];
  [SuccessButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */

  [SuccessButtonBorderColorRGB-StartComment]
  --hl-bs--btn-success-border-rgb: [SuccessButtonBorderColorRGB];
  --hl-bs--btn-success-border-hover-rgb: [SuccessButtonBorderColorRGB];
  [SuccessButtonBorderColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */

  [DangerButtonTextColorRGB-StartComment]
  --hl-bs--btn-danger-text-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-text-hover-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-outline-rgb: [DangerButtonTextColorRGB], 127;
  [DangerButtonTextColorRGb-EndComment]
  
  /*
  --hl-bs--btn-danger-bg: ;
  */

  [DangerButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-rgb: [DangerButtonBackgroundColorRGB];
  [DangerButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  [DangerButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-hover-rgb: [DangerButtonHoverBackgroundColorRGB];
  [DangerButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

  [DangerButtonBorderColorRGB-StartComment]
  --hl-bs--btn-danger-border-rgb: [DangerButtonBorderColorRGB];
  --hl-bs--btn-danger-border-hover-rgb: [DangerButtonBorderColorRGB];
  [DangerButtonBorderColorRGB-EndComment]

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */

  [DefaultButtonTextColorRGB-StartComment]
  --hl-bs--btn-secondary-text-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-text-hover-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-outline-rgb: [DefaultButtonTextColorRGB], 127;
  [DefaultButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */

  [DefaultButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-rgb: [DefaultButtonBackgroundColorRGB];
  [DefaultButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  [DefaultButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-hover-rgb: [DefaultButtonHoverBackgroundColorRGB];
  [DefaultButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */

  [DefaultButtonBorderColorRGB-StartComment]
  --hl-bs--btn-secondary-border-rgb: [DefaultButtonBorderColorRGB];
  --hl-bs--btn-secondary-border-hover-rgb: [DefaultButtonBorderColorRGB];
  [DefaultButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--btn-link-text-rgb: [LinkColorRGB];
  --hl-bs--btn-link-outline-rgb: [LinkColorRGB], 127;
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--btn-link-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--btn-link-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-ghost-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--footer-color: ;
  */

  [FooterTextColorRGB-StartComment]
  --hl-bs--footer-color-rgb: [FooterTextColorRGB];
  [FooterTextColorRGB-EndComment]

  /*
  --hl-bs--footer-color-opposite: ;
  */

  [FooterBackgroundColorRGB-StartComment]
  --hl-bs--footer-color-opposite-rgb: [FooterBackgroundColorRGB];
  [FooterBackgroundColorRGB-EndComment]
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
/* ========= Slick slider && Tanvir's style code starts ============*/

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.logoslider{
  margin-top:50px;
}
.sponsors-slider .logoslider__item{
     padding:25px;
}
.sponsors-slider .logoslider__item img {
  width: 100%;
height:150px;
object-fit:contain;
}
.sponsors-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  background: transparent;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsors-slider button.slick-next {
  right: -50px;
  top: 50%;
}
@media screen and (max-width: 1030px) {
  .sponsors-slider button.slick-next {
    right: 0;
  }
}
.sponsors-slider button.slick-next::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #09212e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .sponsors-slider button.slick-next::before {
    font-size: 25px;
  }
}
.sponsors-slider button.slick-prev {
  left: -50px;
  width: 40px;
}
@media screen and (max-width: 1030px) {
  .sponsors-slider button.slick-prev {
    left: 0;
  }
}
.sponsors-slider button.slick-prev::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #09212e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .sponsors-slider button.slick-prev::before {
    font-size: 25px;
  }
}

/* ========= Slick slider && Tanvir's style code ends ============*/


/* ========= FONT SIZE ============*/
body{
    font-size: 16px;
}

/* ============== HTML CONTENT BLOCK STYLES ============ */
.ContentItemHtml.border .HtmlContent {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.ContentItemHtml.col-md-6 {
    padding-left: 0;
}
.ContentItemHtml.col-md-6 + .ContentItemHtml.col-md-6 {
    padding-left: 15px;
    padding-right: 0;
}

/* ============== FOOTER============== */
#FOOTER h2 {
    color: #fff;
}
#FOOTER p {
    color: #fff;
}
#FOOTER a {
    color: #76bde8;
    text-decoration: none !important;
}
#FOOTER ul,
#FOOTER li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#FOOTER li {
    margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
    #FOOTER .col-md-8 {
        position: relative;
    }
    #FOOTER .col-md-8:before {
        content: "";
        position: absolute;
        display: block;
        border-left: 1px solid #76bde8;
        left: 0;
        top: 0;
        bottom: 0;
    }
}
#MPOuterMost #MPOuterFooter #FOOTER .social{
    justify-content: left;
}




/* ============== HOMEPAGE QUICK LINKS==============*/
.tl-quick-links{
	background: #ededed;
}
.home .tl-quick-links > div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 25px 0;
}
.home .tl-quick-links > div > div {
    width: 15%;
    min-width: 275px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
}
.home .tl-quick-links > div > div * {
    text-align: center;
}
.home .tl-quick-links > div > div h3 {
    color: #09212e;
    font-weight: 100;
}
.home .tl-quick-links > div > div .btn {
    background-color: #2D6C8B;
    border: 2px solid #2D6C8B;
    padding: 10px 25px;
    color: #ffffff;
}
.home .tl-quick-links > div > div {
    padding: 0 10px 75px;
    position: relative;
    background: #fff;
}
.home .tl-quick-links > div > div p:last-child {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
}



/* ============== HOMEPAGE JOIN SECTION ==============*/
.row.row-full.intro-wrapper > .col-md-12 .row .col-md-6 {
    background: #2D6C8B;
}
.row.row-full.intro-wrapper > .col-md-12 ul{
	text-transform: initial; 
    font-weight: normal;
}
.row.row-full.intro-wrapper > .col-md-12 ul li {
    padding: 5px 40px 5px 0;
    color: #fff;
}
.intro-wrapper .btn {
    padding: 10px 35px;
    margin: 15px;
    font-size: 20px;
    font-weight: 400;
}
.intro-wrapper .col-md-6:first-child .btn {
    border: none;
    background: #fff;
    color: #953139 !important;
}
.intro-wrapper .col-md-6:last-child .btn {
    background: #2D6C8B;
    border: none;
}
.intro-wrapper .btn {
    padding: 10px 35px;
    margin: 15px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
}
.intro-wrapper .col-md-6:first-child .btn {
    border: none;
    background: #fff;
    color: #953139;
}
.intro-wrapper .col-md-6:first-child .btn:hover {
    background: #953139;
    color: #fff !important;
}
.intro-wrapper .col-md-6:last-child .btn {
    background: #fff;
    border: 2px solid #2D6C8B;
    xborder: none;
    color: #2D6C8B !important;
}
.intro-wrapper .col-md-6:last-child .btn:hover {
    background: #953139;
    border: 2px solid #953139;
    color: #fff !important;
}


/*============== LOGO ==============*/
#MPOuterMost #MPOuterHeader #HEADER #MPheader > .row#Logo img{
    width: auto;
    height: 110px;
}

/* ============ HOME FEATURED MEMBER BENEFIT ===============*/
.announce-row{
	background: #fff;
}
.home .featured-benefit .btn {
    background-color: #2D6C8B;
    border: 2px solid #2D6C8B;
    padding: 10px 25px;
    color: #ffffff;
}
.home .featured-benefit h2 {
    text-transform: uppercase;
    color: #953139;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}


/*=============== NEW ANNOUNCEMENTS AND ADS SECTION  =============*/
.home .tl-split-row {
    padding: 50px 0;
    background: #ededed;
}
.home .tl-split-row .split > div:first-child h2 {
    margin: 0 0 24px;
    text-transform: uppercase;
    xcolor: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.home .tl-split-row .split > div:last-child .HtmlContent {
    text-align: center;
}
.home .tl-split-row .split > div:last-child .HtmlContent img {
    display: inline-block;
    max-width: 250px;
}
.home .tl-split-row .split > div:last-child .ContentItemHtml + .ContentItemHtml {
    margin-top: 15px;
}


/* TL - FLEXME FLEXBOXES WITH BLUE BORDERS */
.flexMe {
    max-width: 1200px;
    margin: auto;
}
.flexMe .HtmlContent {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.flexMe .HtmlContent > * {
    border: 2px solid #2D6C8B;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}
.flexMe > * {
    padding: 15px;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .flexMe.flex2 .HtmlContent > * {
        width: 47%;
    }
    .flexMe.flex3 .HtmlContent > * {
        width: 30%;
    }
    .flexMe.flex4 .HtmlContent > * {
        width: 22%;
    }
    .flexMe.flex5 .HtmlContent > * {
        width: 17%;
    }
    .flexMe.flex6 .HtmlContent > * {
        width: 13%;
    }
}
@media (min-width: 992px) {
    .flexMe.flex7 .HtmlContent > * {
        width: 14.28571428571429%;
    }
    .flexMe.flex8 .HtmlContent > * {
        width: 12.5%;
    }
    .flexMe.flex9 .HtmlContent > * {
        width: 11.11111111111111%;
    }
    .flexMe.flex10 .HtmlContent > * {
        width: 10%;
    }
    .flexMe.flexPad40px .HtmlContent > * {
        padding: 0 40px;
    }
}
.flexMe img {
    max-width: 100%;
}

/* HOME CAROUSEL RESPONSIVE */
#MPOuterMost #MPOuter .col-md-12.section1 img{
min-height: 0px;
}


/* SHOW AUX NAV ON MOBILE */
@media (max-width: 767px){
    #MPOuterMost #MPOuterHeader #HEADER #MPheader > .row {
        display: flex;
    }
}





.interior .sidebar-grey{
    background: #efefef;
    padding: 15px;
    border-radius: 5px;
}


/* HOMEPAGE SECTIONS */
.home .section{
    padding: 25px 0;
}
.home .section.bg-grey{
    background: #efefef;
}

/* EASY BUTTONS */
em > strong > a,
strong > em > a {
    display: inline-block;
    font-style: initial;
    background: #943137;
    border-radius: 0;
    color: #fff !important;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #943137;
    font-weight: 400;
    transition: all 0.25s;
    border-radius: 4px;
}
em > strong > a:hover,
strong > em > a:hover {
    background: #c7464e;
    border: 1px solid #c7464e;
}

/* CALENDAR LIST WITH DATE THUMBNAILS */
.tl-event-cal [id*="pnlCalendarThumbnail"] .date-block {
    background: #e9e9e9;
    max-width: 100px;
    border-radius: 7px;
    padding: 7px !important;
    font-size: 1.5rem;
}
.tl-event-cal [id*="pnlCalendarThumbnail"] .date-block .calendary-number {
    font-size: 3rem;
}
.tl-event-cal [id*="rptEventList_itemRow"] {
    display: flex;
    align-items: center;
}
.tl-event-cal .col-md-12.no-pad > div.pull-right:first-child {
    float: none !important;
}
.tl-event-cal .HLLandingControl.HLEventList .title-row img{
    max-height: 100%;
    max-width: 500px;
    width: 100%;
}
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer::after,
.interior .HLEventList div[id*='RegisterLink'] .RegistrationButtonContainer:hover::before{
    display: none;
}

/* PAGE HEADING UPDATES */
.interior h1,
.interior .h1 {
  color: #000;
}


/* HOME ALL CONTENT BLOG LIST */
.arkbar-news [id*="pnlObjectType"]{
    display: none;
}


/* HOME ANNUAL MEETING REG */
.home-annual-reg h1 {
    font-size: 4.5rem;
    margin-bottom: 0;
}
.home-annual-reg h1 + * {
    margin-top: 0;
    margin-bottom: 35px;
}
.home-annual-reg a {
    font-size: 3rem;
}

/* === AUX NAV JOIN/RENEW TO BUTTON =====*/
#MPAuxNav a[href*="renewjoin"] {
    display: inline-block;
    background: #943137;
    border-radius: 7px;
    color: white !important;
}
#MPAuxNav a[href*="renewjoin"]:hover {
    background: #ba323d;
}

/* ===New Peoples style=====*/
.people-cards .col-md-12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .people-cards .col-md-12 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1030px) {
  .people-cards .col-md-12 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.people-cards .col-md-12 .ContentItemHtml {
  position: relative;
  margin: 0 !important;
  border: 1px solid #e2e7ea;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.people-cards .col-md-12 .ContentItemHtml:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.people-cards .col-md-12 .ContentItemHtml h6 {
  margin: 0;
  margin-bottom: 20px;
}

.people-cards .col-md-12 .ContentItemHtml h6 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.people-cards .col-md-12 .ContentItemHtml h3,
.people-cards .col-md-12 .ContentItemHtml h4,
.people-cards .col-md-12 .ContentItemHtml p {
  padding: 0 20px;
}

.people-cards .col-md-12 .ContentItemHtml p:last-child {
  margin: 0 0 20px;
}

.people-cards .col-md-12 .ContentItemHtml h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #41474a;
}

@media screen and (min-width: 1030px){
    .people-cards.columns3 .col-md-12{
        grid-template-columns: repeat(3, 1fr);
    }
}


.benefits-news,
.benefits-education,
.benefits-practice,
.benefits-groups {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.benefits-news .HtmlContent,
.benefits-education .HtmlContent,
.benefits-practice .HtmlContent,
.benefits-groups .HtmlContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .benefits-news .HtmlContent,
  .benefits-education .HtmlContent,
  .benefits-practice .HtmlContent,
  .benefits-groups .HtmlContent {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits-news h3 a,
.benefits-education h3 a,
.benefits-practice h3 a,
.benefits-groups h3 a {
  position: relative;
  color: #000000 !important;
}
.benefits-news h3 a::before,
.benefits-education h3 a::before,
.benefits-practice h3 a::before,
.benefits-groups h3 a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.benefits-news h3 a:hover::before,
.benefits-education h3 a:hover::before,
.benefits-practice h3 a:hover::before,
.benefits-groups h3 a:hover::before {
  transform: scaleX(1);
}

.benefits-groups {
  margin: 0;
  border: 0;
}
.benefits-groups h3 {
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .no-pageTitle-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* HOMEPAGE DISCUSSION FEED ADJUSTMENTS */
.home .HLDiscussions .Content {
    padding-top: 23px;
}
.home .HLDiscussions #sortOptionsContainer {
    display: none;
}

/* HTML CONTENT ITEMS INTO CARDS */
.HtmlContent-cards > .col-md-12:first-child {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.HtmlContent-cards > .col-md-12:first-child > .ContentItemHtml {
    max-width: 48%;
    min-width: 400px;
    border: 1px solid #3D1393;
    padding: 0 15px 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.HtmlContent-cards > .col-md-12:first-child > .ContentItemHtml h6 {
    margin: 0 -15px;
}

/* ALERT BOXES */
.alert {
    border-radius: 10px;
}
.alert .HtmlContent > *:first-child {
    margin-top: 0;
}
.alert .HtmlContent > *:last-child {
    margin-bottom: 0;
}
.alert.alert-secondary {
    background: #efefef;
}


/* ====== HOME JOIN / RENEW SECTION ======= */
.home-join-renew {
    padding: 50px 0;
}
.home-join-renew h2 {
    color: #2F6884;
    font-size: 3.5rem;
}
.home-join-renew .split {
    width: 100%;
    max-width: 500px;
    xborder: 1px solid red;
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.home-join-renew .split a i {
    margin-left: 15px;
}