/* Background Images and Footer */
/* Theme Roller */
/* Circular Profile Picture Reset */
.Welcome .imgButton.btn,
a[id*='ProfileImage']:not([id*='NameLink']):not([id*='ManageDropDown']),
a[id*='UserImageDisplay'],
a[id*='Contacts_PictureLink'],
a[id*='lnkDisplay'],
a[id*='Welcome_Details_ProfileLink'],
.list-group-item-image,
a[title='User Name Image'],
a[oldtitle='User Name Image'],
.hl.paged-list .hl-contact .profile-img img,
.member-dashboard-img a,
.dashboard-col-3 ul li .col-sm-2 a,
.HLEngagement .Picture a,
td.ProfilePic>a {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #d8d9db;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

.text-muted-h2 a[id*="lnkDisplay"],
.profile a[id*="lnkDisplay"] {
    width: 200px;
    height: 200px;
}

.text-muted-h2 .inbox-list a[id*="lnkDisplay"],
.profile .inbox-list a[id*="lnkDisplay"] {
    width: 45px;
    height: 45px;
}

div[id*="CommunityJoinRequestPanel"] .text-right {
    text-align: left !important;
}

.profile .inbox-list div[id*="pnlMessageViewer"] .panel-body .col-md-12 a {
    word-wrap: break-word;
}

.MessageListContainer li div[id*="DirectoryImage"] div[id*="ProfileImageDisplay"] a {
    height: 90px;
    width: 90px;
}

.Welcome .btn-group {
    top: 15px;
}

.Welcome button.btn.btn-default {
    width: 35px;
    height: 35px;
    min-height: unset;
    border: 0;
    min-height: unset;
    right: unset;
}

.welcome-profile-image {
    max-height: 35px !important;
    border-radius: 50%;
}

.Welcome #BtnShowProfile.welcome-toggle {
    display: none;
}

.JoinLeaveLink {
    padding-bottom: 20px;
}

/** Featured Banner - Hide Syndicated Editing Options **/
.academy-managed .featured-card .card-edit {
    display: none;
}

/** Featured Banner - Hide Cards Option **/
.multi-card-edit * {
    display: none;
}

.image-radio-container label:last-of-type {
    display: none;
}

.single-card-edit .image-radio-container label:first-of-type {
    display: none;
}

.single-card-edit .image-radio-container label:nth-child(2) {
    display: none;
}

/** Tabs Menu **/
#CommunityTabsContainer.nav-tabs {
    margin-top: 0;
    margin-bottom: 0;
}

.nav-tabs {
    border: 0 !important;
}

.nav-tabs > li > a {
    color: white;
}

.nav-tabs>li>a {
    border-radius: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #3A6A3F;
    border: none;
}

.nav>li>a:hover {
    background-color: #3A6A3F;
    color: white !important;
    border: none;
}

.manage-community-members .nav-tabs > li > a {
    color: #CC2229;
}

/** Profile Tabs **/
.profile-tabs .nav-tabs > li.active > a, .profile-tabs .nav-tabs > li.active > a:hover, .profile-tabs .nav-tabs > li.active > a:focus {
    color: #fff !important;
}

.profile-tabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #CC2229 !important;
}

.profile-tabs .nav-tabs > li > a:hover {
    background-color: #3A6A3F;
    color: #fff !important;
}

/** Directory Tabs **/
.directory-tabs .nav-tabs > li.active > a, .directory-tabs .nav-tabs > li.active > a:hover, .directory-tabs .nav-tabs > li.active > a:focus {
    color: #fff !important;
}

.directory-tabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #CC2229 !important;
    font-size: 12pt;
}

.directory-tabs .nav-tabs > li > a:hover {
    background-color: #3A6A3F;
    color: #fff !important;
}

/** Buttons **/
.make-buttons em a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #3A6A3F;
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.make-buttons em a:hover,
.make-buttons em a:focus {
    color: #fff;
    background-color: #4E9E57;
    transition: 0.3s;
}

/** Events Page **/
.HLEventList .Content h3 a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1d1d1d !important;
}

.HLEventList .timeAgoFormat {
font-size: .8em;
}

.HLEventList p {
font-size: 14px;
}

.HLEventList ul li div[id*="CalendarThumbnail"] .date-block {
    background-color: #39683E;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.HLEventList ul li div[id*="CalendarThumbnail"] .calendar-day {
    display: none;
}

.HLEventList ul li div[id*="CalendarThumbnail"] .calendary-number {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
}

.HLEventList ul li div[id*="CalendarThumbnail"] .calendar-month {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}

.col-md-4 .HLEventList ul a li div[id*="CalendarThumbnail"] .date-block::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border-radius: 50%;
    height: 102px;
    width: 102px;
    border: 15px solid #39683E;
    opacity: 0;
    transition: 0.3s;
}

/* Upcoming Events */
.upcoming-events {
  position: relative;
}

.upcoming-events .HLEventList ul {
    margin-top: 25px;
}

.upcoming-events .HLEventList ul li {
  height: auto;
  padding: 0;
  margin: 0 15px 15px;
  cursor: pointer;
  position: relative;
}

.upcoming-events .HLEventList ul li:hover .timeAgoFormat {
  background-color: #4E9E57;
  transition: 0.3s;
}

.upcoming-events .HLEventList ul li .img-container {
  height: 150px;
  width: 300px;
  position: absolute;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.upcoming-events .HLEventList ul li:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transition: 0.3s;
}

/**.upcoming-events .HLEventList ul li .img-container:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transition: 0.3s;
}**/

.upcoming-events .HLEventList ul li .img-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #CC2229;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}

.upcoming-events .HLEventList ul li:hover .img-container::before {
  transition: 0.3s;
  opacity: 0.5;
}

.upcoming-events
  .HLEventList
  ul
  li:nth-child(odd)
  .img-container[style*="background-image: url("][style*="undefined"] {
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/eventbanner-1.png") !important;
}

.upcoming-events
  .HLEventList
  ul
  li:nth-child(even)
  .img-container[style*="background-image: url("][style*="undefined"] {
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/eventbanner-2.png") !important;
}

.upcoming-events
  .HLEventList
  ul
  li:nth-child(3n)
  .img-container[style*="background-image: url("][style*="undefined"] {
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/eventbanner-3.png") !important;
}

.upcoming-events .HLLandingControl.HLEventList .title-row img {
  display: none;
}

.upcoming-events .HLEventList ul li div[id*="CalendarThumbnail"] {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.upcoming-events .HLEventList ul li div[id*="CalendarMain"] {
    width: 100%;
    min-height: 160px;
    padding: 0 27px 0 325px !important;
    overflow: hidden;
}

.upcoming-events .HLEventList ul li div[id*="CalendarMain"] .col-md-9 {
  width: 100%;
}

.upcoming-events .HLEventList ul li div[id*="CalendarMain"] .col-md-12 {
  height: 130px;
  overflow: hidden;
}

.upcoming-events .HLEventList ul li .timeAgoFormat {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 46px;
  background-color: #3A6A3F;
  color: #fff;
  padding: 15px 46px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  margin-bottom: 10px;
}

.upcoming-events .HLEventList ul li .timeAgoFormat::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  font-size: 16px;
  position: absolute;
  left: 24px;
  top: 24px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* featured tiles with no image */
.featured-tile {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f2f5f8;
    margin-bottom: 44px;
}

.featured-tile .HtmlContent {
    padding: 20px 20px 70px;
    position: relative;
}

.featured-tile h4 {
    float: none !important;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6F1A07;
    padding: 0;
}

.featured-tile p a {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3A6A3F;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 25px;
}

.featured-tile p a:hover,
.featured-tile a:focus {
    background-color: #4E9E57;
    display: inline-block;
}

.featured-tile p a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: white;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-left: 10px;
}

.featured-tile ol {
    padding-left: 20px;
}

.featured-tile ol li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1D1D1D;
    margin-top: 5px;
    margin-bottom: 10px;
}

.featured-tile ol li a {
    color: #1d1d1d;
}

.featured-tile ol li a:hover,
.featured-tile ol li a:focus {
    color: #3A6A3F;
    text-decoration: none;
}

.featured-tile ol li:last-of-type {
    margin-bottom: 0;
}

.featured-tile ol li a::before {
    content: '\f0a9';
    height: 20px;
    width: 20px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-weight: 300;
    top: 0;
    color: #4E9E57;
    transition: 0.3s;
}

.featured-tile ol li a:hover::before,
.featured-tile ol li a:focus::before {
    color: #3A6A3F;
    transition: 0.3s;
}

/* Content Tile */

.callout-box {
    overflow: hidden;
    background-color: #f2f5f8;
    margin-bottom: 44px;
}

.callout-box h2 {
    margin: 0;
    padding: 5px;
    padding-left: 50px;
    background: #CF2702 !important;
    color: white !important;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
}

.callout-box h2::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f675';
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 300;
}

.callout-box h2::after {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 40px 20px 0 0;
    border-color: #CF2702 transparent transparent transparent;
    top: 0;
    right: -20px;
    z-index: 10;
}

.callout-box .HtmlContent {
    padding: 230px 20px 30px;
    position: relative;
    color: black;
}

.callout-box.no-image .HtmlContent {
    padding-top: 55px !important;
}

.callout-box .HtmlContent .img-container {
    width: 100%;
    height: 200px;
    position: absolute;
    background-size:cover;
    top: 0;
    left: 0;
    right: 0;
}

.callout-box .HtmlContent img {
    display: none;
}

.callout-box p {
    margin: 0;
}

.callout-box p:first-of-type {
    margin-bottom: 13px;
}

.callout-box p:last-of-type {
    margin-top: 20px;
}

.callout-box p:first-of-type strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.link-list ul {
    padding-left: 0;
}

.link-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.link-list ul li a {
    color: #1d1d1d;
}

.link-list ul li a:hover,
.link-list ul li a:focus {
    color: #3A6A3F;
    text-decoration: none;
}

.link-list ul li:last-of-type {
    margin-bottom: 0;
}

.link-list ul li::before {
    content: '\f0a9';
    height: 20px;
    width: 20px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-weight: 300;
    top: 0;
    color: #4E9E57;
    transition: .3s
}

.link-list ul li:hover::before,
.link-list ul li:focus::before {
    color: #3A6A3F;
    transition: .3s
}


/* 
.callout-box.make-buttons em a {
    background-color: #3A6A3F;
} */

/** Announcements **/
.home-news .HLAnnouncements {
    background: white;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
}

.home-news .HLAnnouncements h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}

.home-news .HLAnnouncements .Content {
    padding: 10px 15px 0 15px !important;
}

.home-news .HLAnnouncements .Content h3 {
    font-size: 18px;
    font-weight: 600;
}

.home-news .HLAnnouncements .form-group .col-md-12 {
    padding: 0 0 10px 0 !important;
}

/** Mentoring **/
.panel {
    border: none;
}

.form-control {
    margin-bottom: 20px;
}

.form-group .col-md-12 {
     padding: 5px 0;
}

.modal-body .form-group .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

/** Polls **/
.PollTakingContainer .widget-container {
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
}

.PollTakingContainer .widget-container .widget-heading {
    margin-top: 0;
}

.PollTakingContainer .widget-heading h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
}

.PollTakingContainer .HLLandingControl {
    padding: 0 0 15px 0 !important;
}

/** Community Specific HTML **/
.community-content {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.0525061);
}

.community-content h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
    margin-top: 0;
}

.community-content .Content {
    padding: 10px 15px 0 15px !important;
}

/** Profile Card **/
.ProfileSnippet {
    padding-bottom: 15px;
}

/** Featured Card **/
.featured-card {
    margin-bottom: 20px;
}

.featured-card-single {
border-radius: 10px;
}

.featured-card-single.card-layout-middle>.featured-card-image {
    background-size: contain !important;
}

/** Quick Links **/
.QuickLinksWidget {
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
    margin-bottom: 15px;
}

.QuickLinksWidget .widget-heading {
    border-bottom: 1px solid #efefef;
    padding: 15px;
}

.QuickLinksWidget .quick-links-row-grid {
    padding: 0 5px;
}

.quick-links-container .widget-content-item {
    padding: 0 15px;
}

.widget-content-item svg {
    width: 20px;
    height: 20px;
}

/** Community Events List **/
.CommunityEventsList {
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
}

.CommunityEventsList .widget-heading {
    border-bottom: 1px solid #efefef;
    padding: 15px;
}

.CommunityEventsList .community-events-list-view-more {
    padding: 0 20px;
}

/** Followed Content **/
.RecentlyFollowedContent {
    background: white;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
}

.RecentlyFollowedContent .widget-heading {
    border-bottom: 1px solid #efefef;
    padding: 15px;
}

.RecentlyFollowedContent .link-container .link-container-content {
    padding: 0 15px !important;
}

.RecentlyFollowedContent .view-more-link {
    padding: 0 20px;
}

.CommunityEventsList .community-events-list .widget-content-item {
    padding: 0 15px;
}

/** Progress Bar **/
.project {
    border-bottom: 1px dashed gray;
    padding-bottom: 10px;
margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

.project img {
    width: 135px;
    margin: auto;
}

.project .HtmlContent p {
    margin: 0;
}

.metric {
    border-bottom: 1px dashed gray;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 150px;
    color: #6e746f;
}

.metric img {
    width: 135px;
    margin: auto;
}

.metric .HtmlContent {
    height: 100%;
    display: flex;
    align-items: center;
}

.metric .HtmlContent p,
.metric .HtmlContent h3 {
    padding-left: 225px;
}

.red-light {
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/Red_Light-4.png);
    background-repeat: no-repeat;
}

.yellow-light {
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/Yellow_Light-4.png);
    background-repeat: no-repeat;
}

.green-light {
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/THEACADEMY/044479d6-79c7-449f-9cb4-361047745ab2/UploadedImages/global_files/Green_Light-4.png);
    background-repeat: no-repeat;
}

/** Activity Feed **/
.HLDiscussions {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.08), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 1px 1px rgba(0, 0, 0, 0.0525061);
    margin-top: 15px;
}

.HLDiscussions .sort-options-container {
    width: 25%;
    background: white;
    float: right;
    position: absolute;
    top: -7px;
    right: 20px;
}

.HLDiscussions h2 {
    font-size: 16px !important;
    font-weight: bold;
}

.HLDiscussions .heading {
    border-bottom: 1px solid #efefef;
}

.HLDiscussions .title-row H3 {
    line-height: .75;
}

.HLLandingControl.HLDiscussions .title-row img {
    border-radius: 50%;
}

.HLLandingControl ul {
    padding: 0;
}

.HLDiscussions ul li {
    background-color: white;
    padding: 15px;
    margin-bottom: 5px;
}

.HLDiscussions h3 a {
    font-size: 16px;
    font-weight: 580;
    line-height: 1.2;
    color: #000 !important;
}

.title-row .ByLine {
    color: #333;
}

.HLDiscussions .ByLine {
    font-size: 13px;
}

.HLDiscussions .ByLine a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.HLDiscussions input[type="submit"] {
     float: right;
}

.HLDiscussions a #MainCopy_DiscussionList_More {
color: #efefef;
}

@media (min-width: 992px) {
    .HLDiscussions .Content .title-row .col-md-10 {
        width: 90% !important;
    }
}

/**Discussion Board Page**/
.digest-viewer thead>tr>th {
   font-size: 16px;
   background-color: #94006A;
   color: #ffffff;
}

.digest-viewer tbody {
    font-size: 16px;
}

/******EVENT PAGE********************/
a[id*="hlOnlineURL"] {
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.breadcrumb:empty {
    display: none;
}
.event-detail section.cg-grid, .event-detail h1#PageTitleH1 {padding-left:0; padding-right:0}
.event-detail .btn.btn-success {
    width: 100%;
    margin-bottom: 1em;
}
.event-detail h3, .event-detail h2 {
    margin: 0px;
        margin-bottom: 0px;
    border-bottom: 2px solid #eee;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 1em;
}
.event-detail ul {
    padding-left: 15px;
}
.event-detail .cg-grid .col-md-10 {
    width: 80%;
    padding-left: 0;
}
@media only screen and (min-width : 992px) {
.event-detail .ContentUserControl.cg-grid:last-child {
    border-left: 1px solid #eee !important;
    padding-top: 0px;
    max-width: 240px;
}
.event-detail .ContentUserControl.cg-grid:first-child {
    width: 100%;
}

}

div.column {min-height:0px}

body.has-leftnav #MPContentArea {
    padding-top: 0px;
    padding-bottom: 0px;
}

h1, .Heading1 {color:black}
.column #PageTitleH1 {
    padding-left: 0;
}

.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: rgba(1,1,1,.2) !important;
    color: #FFFFFF;
}

div[id*="BottomLink"] > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
border-color: inherit;
border-left-color: inherit;
}

.navbar-default .navbar-nav > .open > a {  background-color: rgba(1,1,1,.1);}

#NAV.traditional-nav > .col-md-12 {border-top: 2px solid #ccc; box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.50); z-index: 99;}

#MPOuterHeader {
    background-color: #FFFFFF;}

#MPButtonBar .dropdown-menu li a:hover, #MPButtonBar .dropdown-menu li a:focus { background-color: rgba(1,1,1,.2);}

.clonelink .caret {display:none}

.cg-banner.swirl {
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/HIGHSTRAP/3aa84fb5-5672-49ab-8f16-0f1f8de2e17b/UploadedImages/txtr/swirl_pattern.png);
    background-blend-mode: multiply;
    background-repeat: repeat;
}

.dpgcontainer > div  {padding-bottom:3em}
.dpgcontainer > div img {margin:10px auto; display:block}
.dpgcontainer h2 {
    font-size: 18px;
}

.sponsorgrid h2 {border-bottom:0px !important;}

.cg-banner p.lead {
    font-size: 22px; line-height:1.3;
    max-width: 800px;
opacity:.8;
}
.cg-banner.text-center p.lead {
    margin-left: auto;
    margin-right: auto;
}
.cg-banner ul {
    padding-left: 0;
    list-style-position: inside;
}
svg.watermark, .cg-banner img[src*="watermark"] {
  position: absolute;
top: 10px;
right: 0px;
width: 50%;
height: 250%;
opacity: .2; mix-blend-mode:multiply;
}
.cg-banner img[src*="watermark"] {
    height: auto;
    opacity: .1;
    bottom: -50px;
    top: inherit;
}
@media only screen and (max-width : 992px) {
 
.cg-banner img[src*="watermark"] {
    height: auto;
    opacity: .1;
    bottom: -50px;
    top: inherit;
width:90%;
}
    }

.contain-inner .HtmlContent,
.contain-inner .HLLandingControl {max-width:1140px; margin-left:auto; margin-right:auto}

.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml .HLLandingControl, .ContentItemHtml.HLLandingControl {padding:0}
.ContentUserControl .HLLandingControl {border:0px none}
.home .row-wide > .column > div, .cg-grid {
    padding: 15px;
}
.alt {  }
.alt1 {
    background: #eefaf0;
}
.bg1 {background-color:#02632b}
.row.no-data-container > div {
    padding: 0px;
}
.HLLandingControl .Content, .HLLandingControl .HtmlContent {padding:0px}
.home .alert-warning {
    background: transparent;
    border: 0px;
    color: inherit;
}
p.lead {

    opacity: .5;
    font-size: 16px;
}
.cg-banner h2 {
    font-weight: 900;
}
.cg-banner h3 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
}
.box1 h3 {
    border-top: 1px solid green;
    padding-top: 1em;
    font-weight: bold;
    font-size: 16px;
}
.navbar-default, #NAV {border-color:transparent}

body,#MPContentArea {background-color:#fff;}
#MPContentArea {padding-top:1em; padding-bottom:1em}
.home #MPContentArea {padding-top:0; }

.dropdown-menu > li > a {
    white-space: normal; 
}

body, input, h1, h2, h3, h4, h5, h6 {font-family: 'PT Sans'}

body {
    font-size: 12pt;
}

.h2, h2 {
     color: #3A6A3F;
     font-weight: bold;
}

.h3, h3 {
     color: #94006A;
     font-weight: bold;
}

.home .col-md-6.column.section6 > div {
    min-height: 230px;
}

.home h2 {
    color: #000000;
}

.home .ContentItemHtml > h2, .home .HLLandingControl h2 {
    margin-top: 0px;
    background: white;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.featured-img {
    float: left;
    margin-right: 1em;
}
.featured-producttext h2 {font-size:18px}

#MPCopyright {display:none}

#PageTitleH1 {
    background: white;
    color: black;
    padding-bottom: 0;}

.dhccArticleTitle {padding-left:23% !important}

.col3 img {
    display: block;
    margin: 0px auto;
}

#Welcome_LoginLink {background-color:#cc2229 !important; border-color:#aa1c22; border-radius:5px;}
#Welcome_LoginLink:hover {opacity:.8}

#MPOuter, #MPOuterHeader {background-color:#fff}

.navbar-default .navbar-nav > li > a {font-weight:bold}

.HLLandingControl h2 {
    font-size: 18px;
}

#MPSearchBlock {
    background: white;
    border-radius: 15px;
}

#MPSearchBlock input, #MPSearchBlock .btn {
    background: transparent;
    border: 0px none;
}

#MainCopy_ContentWrapper {
   /* max-width: 1200px;
    margin: 0px auto; */
    background: #ffffff;
    padding-top: 20px;
}

#Logo img {
    max-width: 60px;
    margin-top: -45px;
}

a {color:#056839}
#AuxMenu li a {text-decoration:none !important; font-weight:bold}

section.cg-grid {
    padding-left: calc((100% - 1170px)/2);
    padding-right: calc((100% - 1170px)/2);
}

.lightGreenBackground {background: rgba(12, 102, 40, .1)}

[class*="flexOrder"] {flex:1 100%}
.flexOrder1 {order:1}
.flexOrder2 {order:2}
.flexOrder3 {order:3}
.flexOrder4 {order:4}
.flexOrder5 {order:5}
.flexOrder6 {order:6}
.flexOrder7 {order:7}
.flexOrder8 {order:8}
.flexOrder9 {order:9}
.flexOrder10 {order:10}

/*=====Search Button
.input-group-btn .glyphicon-search:before {content:"Search" !important}*====/

/*=====Listing Icons======*/
.ContentItemHtml.erightdiscuss h2:before {content: "\f086"; font-family: 'Font Awesome 5 Pro'; font-weight:900; margin-right:5px}
.twitterBWicon h2:before {content: "\f099"; font-family: 'FontAwesome'; font-weight:900; margin-right:5px}
.col-md-1 .glyphicon-exclamation-sign {display:none}

/*===========Left Nav============================*/
.leftNav {background-color:#f2f2f2; padding:10px 0;  font-size:1.2em}
.leftNav ul {list-style-type:none; margin:0; padding:0}
.leftNav ul > li {padding:0; margin-left:10px}
.leftNav > .HtmlContent > ul > li:first-of-type {font-weight:bold; border-bottom:#ccc 2px solid; margin-left:0}
.leftNav ul > li >a {padding:7px; display:block; color:#595959; text-decoration:none}
.leftNav ul > li >a:hover, .leftNav  ul > li > a:focus {background-color: rgba(0,0,0,.1)}
.leftNav ul > li >a.active  {background-color:#4E9E57; font-weight:bold; color:white}

.leftNav ul > li > ul > li {padding-left:25px; display:none}

 cg-menu li {
    display: block !important;
}
cg-menu .caret {display:none}
cg-menu .dropdown-submenu a::after {display:none}

/*===========Homepage Cards==============*/
.dpgCard {box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
    overflow: hidden; border-radius:3px; padding:0; margin:10px; flex-basis:33%}
.dpgCard h2 {padding:7px !important; background:#0c6628; color:white; border-bottom:none !important}
.dpgCard .HtmlContent {padding:0 10px 10px}


/*===========CTA Cards==============*/
.dpgCtaCard {box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
    overflow: hidden; border-radius:3px; padding:0; margin:10px; flex-basis:33%}
.dpgCtaCard h2 {padding:7px !important; background:#0c6628; color:white}
.dpgCtaCard .HtmlContent {padding:0 10px 10px}

/*===========Landing Page Cards==============*/
.landingCardFlexGroup {display: flex; flex-flow: row wrap;}
.landingCardHeader{background:#076324; padding:8px; color:white; font-size:1em; font-weight:bold}
.landingCard {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; margin:10px; flex:0 0 95%; border-radius:7px; overflow:hidden;}
.landingCard:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.landingCardContainer {padding: 2px 16px;}

/*==========BootStrap Accordion============
#accordion .panel-title a:before, a.collapsed:before  {
    content: "\2b";
    background: #ac1d3a;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    margin-right: 10px;
}
#accordion .panel-heading.activeAccordion .panel-title a:before {
content:"\2212";
background: #ac1d3a;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    margin-right: 10px;}
*/
/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

#MPButtonBar .dropdown-menu {background: #02632b}
/**ALT Homepage Hero**/
.heroBox {
padding: 20px;
background: rgb(2,99,43);
background: linear-gradient(45deg, rgba(2,99,43,0.7542367288712359) 0%, rgba(2,99,43,1) 50%, rgba(2,99,43,0.7458333675266982) 100%);
}
.heroIndicator {text-align:center}
.heroMarker {display:inline-block; margin:5px}
.heroMarker:before {color:gray; font-family: 'Font Awesome 5 Pro'; font-weight: 900; content: "\f111";}
.activeMarker.heroMarker:before {color:blue; font-family: 'Font Awesome 5 Pro'; font-weight: 900; content: "\f111";}

.heroContent {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
flex-wrap:wrap
}

.heroText {color:white; order:2}
.heroText h3 {font-size:32px; font-weight:bold}
.heroText p.lead {font-size:17px; line-height:1.3; opacity:0.8}
.heroText a {color:white}

/****Article Page Cards With Image****/
.articleCard .HtmlContent {display: flex; flex-flow: row wrap; align-content: flex-start;   justify-content: space-evenly}
.articleCard > h2 {flex: 1 100%}
.articleCard .imageCard {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; margin:10px; border-radius:7px; overflow:hidden; background:#efefef;} 
.articleCard a {text-decoration:none; color:inherit}
.articleCard img {border-bottom: 2px solid #4E9E57; display:inherit; vertical-align:none}
.articleCard p {margin:10px 0; font-weight:bold; text-align:center;}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    }

/* Special Break Point for 600 Width */
 @media only screen and (min-width : 600px) {
.dpgcontainer > div {padding-left:15px; padding-right:15px; }
.landingCard {flex:0 0 calc(61vw/2)}
.articleCard .HtmlContent {display: flex; flex-flow: row wrap; justify-content: flex-start}
.articleCard .imageCard {margin:10px 20px 10px 10px;} 
.heroText {width:50%; order:inherit}
.heroContent {flex-wrap:nowrap}
.heroImage {margin-left:15px}
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.heroImage {margin-left:25px}
.heroText {margin-left:5%}
nav.navbar .dropdown-menu {
    width: 200px;
}
.dpgcontainer > div {padding-left:15px; padding-right:15px; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

.heroText {width:33%; margin-left:0}
.heroText h3 {font-size:44px;}
.heroText p.lead {font-size:22px;}

.articleCard .imageCard:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);} 


.section6 h1 {
    margin-top: 1em;
}
body.has-leftnav #MainCopy_ContentWrapper {
    padding-left: 0px;
    padding-right: 0px; padding-bottom:0px;
    background: -moz-linear-gradient(left, #f2f2f2 43%, #ffffff 43%);
background: -webkit-linear-gradient(left, #f2f2f2 43%,#ffffff 43%);
background: linear-gradient(to right, #f2f2f2 43%,#ffffff 43%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 );
}
.row-leftnav {display: flex;}
.leftBlock .section5 {width:25%}
.leftBlock .section6 {width:75%}
.col.one-third {
    width: 33%;
    padding-left: 1;
    padding-right: 15px;
}
.row.cg-flexrow, .dpgcontainer {
    display: flex;
}
.dpgcontainer > div {padding-left:15px; padding-right:15px; }
.row-leftnav {
    display: flex;
}
.col-leftnav {background-color:#f2f2f2}
.col-leftnav + .column {
    padding-left: 40px; background:white; padding-right:3em;
}
section.cg-grid {
    display: flex;
    flex-wrap: nowrap;
}



.cg-grid .halves {width:50%;}
.cg-grid .halves:first-of-type {padding-right:20px; border-right:1px solid #ac1d3a}
.cg-grid .halves:nth-of-type(2) {padding-left:20px}

.cg-banner.thinner .HtmlContent {
    padding-left: 10%;
    padding-right: 10%;
}
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    border-left: 4px dotted rgba(255,255,255,.4);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.navbar-default .navbar-nav > li:first-child > a {border-left:0px}
.landingCard {flex:0 0 calc((100% - 10%)/3)}
#MPButtonBar .nav .dropdown-menu {top:49px}
#MPButtonBar .nav .dropdown-menu:before {content: '\f0d8'; position: inherit; top: -33px; left: 10px; font-family: 'Font Awesome 5 Pro'; font-size: 40px; color:#02632b; font-weight: 900;}


    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

.heroBox {
    margin-left: -30px;
    margin-right: -30px;
}

.cg-rotator1{
    margin-left: -30px;
    margin-right: -30px;
}
#MainCopy_ContentWrapper {padding-left:30px; padding-right:30px; padding-bottom:30px}
h1#PageTitleH1 {padding-right:30px; font-weight:bold}
.dpgcontainer > div {padding-left:15px; padding-right:15px; }
.row-leftnav {display: flex;}

}

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.row-leftnav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
div.cg-banner {padding-top:15px !important; padding-bottom:15px !important}
.leftBlock .section5, .leftBlock .section6 {/* pf remove display:inline-grid */}
.leftNav ul > li {text-indent:0}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
div.cg-overlay {
    display: none;
}
.cg-banner {
    background-image: none !important;
    background-color: #02632b !important;
}
ul.slick-dots {margin-top:15px !important;}


    }
  /* Special for Left Nav Under 600PX */ 
    @media only screen and (max-width : 600px) {
/* pf remove .leftNav {display:none}
 .leftBlock .section6 {width:100%} */


    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
#Logo img {max-width: 350px; margin-bottom: 15px; margin-top: 0px;}


    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }

.leftNav ul > li >a {
  padding:7px; 
  display:block; 
  color:#AC1D3A!important; 
  text-decoration:none
}

div#MainCopy_ContentWrapper.leftBlock {
    padding-left: 0px !important;
    padding-right: 0px !important; padding-bottom:0px !important;
    background: -moz-linear-gradient(left, #f2f2f2 25%, #ffffff 25%);
background: -webkit-linear-gradient(left, #f2f2f2 25%,#ffffff 25%);
background: linear-gradient(to right, #f2f2f2 34%,#ffffff 33%);

 

}
#MPContentArea {
    padding-top: 0em;
    padding-bottom: 0em;
}

#resources {  
  width: 90%;
  margin: 10px;
  display: none;
}

.resource-button {
  display: block;
  margin: 0 auto;
}

/***ACCORDIONS***/
.accordion {
    border: 2px solid #e6e6e4;
    border-radius:5px;
    margin: 10px;
    background: #eee;
    cursor: pointer;
}

.accordion:hover,
.accordion:focus {
    background: #DCDDD8;
}

.accordion h2:hover {
    color: #0f4880;
}

.accordion.accord_open {
    background: #DCDDD8;
}

.accordion.accord_open .collapse {
    display: block;
}
.accordion h2 {
    font-size: 22px;
    margin:10px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.accordion h2.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    color: #313131;
    font-size:20px;
    align-self: center;
    margin-left:10px;
}

.accordion h2.collapsed:hover:after {
    color:#0f4880;
}

.accordion h2:after {
    content: '\f068';
    font-family: 'FontAwesome';
    color: #313131;
    font-size:20px;
    align-self: center;
    margin-left:10px
}

.accord_open h2:hover {
    color: #0f4880;
}

.accordion h2:hover:after {
    color: #0f4880;
}

.accordion .HtmlContent.collapse,
.accordion .HtmlContent.collapsing,
.accordion .HtmlContent.in {
    background: white;
    padding: 20px !important;
    border-top: 2px solid var(--second-color);
    cursor: default;
    background-clip: padding-box;
}

.accordion:last-of-type {
    margin-bottom: 30px;
}

.accordion:first-of-type {
    margin-top: 30px;
}

/* Footer */

#MPOuterFooter {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #E6E1DE !important;
    padding-top: 30px;
    margin-top: 40px;
}

#MPOuterFooter h2 {
    color: #3A6A3F;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 18px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

#MPOuterFooter #FOOTER {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1d;
}

#MPOuterFooter #FOOTER .row .col-md-12 {
    display: flex;
    padding: 0;
}

#MPOuterFooter #FOOTER .row .col-md-12>div {
    flex-basis: 33.3%;
}

#MPOuterFooter .footer-links ul li {
    margin-bottom: 10px;
}


#MPOuterFooter .footer-links ul li:last-of-type {
    margin-bottom: 0;
}

#MPOuterFooter #FOOTER a {
    font-weight: 700;
    color: #1d1d1d;
    text-decoration: none;
}


#MPOuterFooter #FOOTER a:hover,
#MPOuterFooter #FOOTER a:focus {
    text-decoration: underline;
}

#MPOuterFooter .logo-social img {
    width: 265px;
}

#MPOuterFooter ul {
    list-style: none;
    padding-left: 0;
}

#MPOuterFooter .logo-social ul li {
    display: inline-block;
    margin: 0 10px;
}

#MPOuterFooter .logo-social ul li:first-of-type {
    margin-left: 0;
}

#MPOuterFooter .logo-social ul li a i {
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    color: #94006A;
    transition: 0.3s;
}

#MPOuterFooter .logo-social ul li a:hover i,
#MPOuterFooter .logo-social ul li a:focus i {
    color: #3A6A3F;
    transition: 0.3s;
}

#MPOuterFooter #FOOTER #MPFooterLink,
#MPOuterFooter #FOOTER #MPCopyright,
#MPOuterFooter #FOOTER #MPFooter,
#MPFooterLink {
    display: none;
}

#MPOuterFooter #FOOTER div:nth-of-type(4) .col-md-12 {
    display: block;
}

#MPOuterFooter #FOOTER div:nth-of-type(4) .col-md-12 .col-md-6 p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #84817F;
}

#MPOuterFooter #FOOTER div:nth-of-type(4) .col-md-12 .col-md-6 p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #84817F;
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/

a {
  color: #CC2229;  
}  


.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: #CC2229; 
}  


.hl-linkcolor-background {
  background-color: #CC2229;  
}  

/*
a.user-content-mention {
  color: ;  
}  
*/

a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: #CC2229;  
}  

/*
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: #FFFFFF;  
}  

/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {


  color: #4E9E57;

/*
  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: #94006A;

/*
  color: ;
*/
}    

fieldset {
  border-color: #4E9E57;  
}  

fieldset legend {


  background-color: #4E9E57;


  border-color: #4E9E57;

/*
  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: #CC2229;  
}  

/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/

.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: #3A6A3F;  
}  


.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: #4E9E57;  
}    

/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/

  color: #CC2229;

}  
/*
.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: #CC2229;

}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  

.SloganText {
  color: #4E9E57;  
}  

.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {


  background-color: #4E9E57;

/*
  color: ;
*/
}    

.lblratingBig {
  color: #4E9E57;  
}  

/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {


  background-color: #4E9E57;

/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  

#MPAuxNav ul.level1 li a {
  color: #CC2229;  
}  


#MPAuxNav ul.level1 li ul {
  background-color: #3A6A3F;  
}  


#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: #CC2229;  
}  

/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/

.breadcrumb li a {
  color: #CC2229;  
}  

/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  

.navbar-default, #NAV {
  background-color: #3A6A3F;      
  border-color: #3A6A3F;  
}  


.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;  
}  

.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: #4E9E57;

/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {


  background-color: #4E9E57;

/*
  color: ;
*/
}    

#MPButtonBar .dropdown-menu {
  background-color: #3A6A3F;  
}  


#MPButtonBar .dropdown-menu li a {
  color: #FFFFFF;  
}  


#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: #3A6A3F;  
  }  

#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: #4E9E57;

/*
  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: #000000;  
}  


.cookie-notification-bar span {
  color: #FFFFFF;  
}  


/* 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: #4E9E57;
}


.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: #3A6A3F;
}
/************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  
  --hl-bs--primary: #4E9E57;
  --hl-bs--selected: #4E9E5726;
  

  
  --hl-bs--primary-rgb: 78,158,87;
  --hl-bs--selected-rgb: 78,158,87, 50;
  

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  
  --hl-bs--link: #CC2229;
  

  
  --hl-bs--link-rgb: 204,34,41;
  

  /*
  --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: #3A6A3F;
  --hl-bs--secondary-selected: #3A6A3F26;
  

  
  --hl-bs--secondary-rgb: 58,106,63;
  --hl-bs--secondary-selected-rgb: 58,106,63, 50;
  

  
  --hl-bs--secondary-opposite: #FFFFFF;
  

  
  --hl-bs--secondary-opposite-rgb: 255,255,255;
  
}

/* 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: #CC2229;
  --hl-bs--btn-link-outline: #CC22297f;
  

  
  --hl-bs--btn-link-text-rgb: 204,34,41;
  --hl-bs--btn-link-outline-rgb: 204,34,41, 127;
  

  /*
  --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: #94006A;
  

  
  --hl-bs--footer-color-opposite-rgb: 148,0,106;
  
}/************************ 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: #4E9E57;
        
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
     
    color: #CC2229;
    
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
     
    color: #CC2229;
    
}

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: #4E9E57;
    border-color: #4E9E57;
     
    /* 
    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)), #4E9E57;
    border-color: #4E9E57;
     
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
     
    background-color: #4E9E57;
    border-color: #4E9E57;
    
}

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)), #4E9E57;
    border-color: #4E9E57;
    
}

body.ribbit :not(.no-theme) .btn-primary:focus {

     
    box-shadow: 0 0 0 3px #4E9E577F;
    
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
     
    background-color: #4E9E57;
    border-color: #4E9E57;
    
}

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)), #4E9E57;
    border-color: #4E9E57;
    
}

body.ribbit :not(.no-theme) .btn-success:focus {

     
    box-shadow: 0 0 0 3px #4E9E577F;
    
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

     
    color: #4E9E57;
    
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
     
    background-color: #4E9E57;
    border: #4E9E57;
    
}

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)), #4E9E57;
    
}



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: #4E9E57;
    border-color: #4E9E57;
    
}


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 #4E9E577F;
    
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

     
    color: #4E9E57;
    
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
     
    background-color: #4E9E57;
    border-color: #4E9E57;
    
}

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)), #4E9E57;
    
     
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), #4E9E57; 
    
}


/********* 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: #4E9E57;
    border-color: #4E9E57;
    
}


body.ribbit :not(.no-theme) .primary-button-background-color {

     
    background-color: #4E9E57 !important;
    
}


body.ribbit :not(.no-theme) .primary-button-border-color {

     
    color: #4E9E57 !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: #4E9E57 !important;
    
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

     
    background-color: #4E9E57;
    border-color: #4E9E57;
     
    /* 
    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: #4E9E57;
    border-color: #4E9E57;
     
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

     
    background-color: #4E9E57 !important;
    
}

body.ribbit :not(.no-theme) .success-button-border-color {

     
    color: #4E9E57 !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: #4E9E57 !important;
    
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
     
    fill: #4E9E57;
    
}
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: #4E9E57;
     
}

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: #4E9E57;
     
}

/*************** 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: #4E9E57;
    
     
    border-bottom-color: #4E9E57;
     
}

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: #4E9E57;
    
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
     
    background-color: #4E9E57;
    
}

body.ribbit :not(.no-theme) .row.secondary-row {    
     
    background-color: #3A6A3F90;
    
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
     
    background-color: #4E9E57;
    border-color: #4E9E57;
     
}

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)), #4E9E57;
    border-color: #4E9E57;
    
}

/*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: #CC2229 !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: #FFFFFF !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: #4E9E57 !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: #94006A !important;
}

  

/*
.footer-text-color {
  color:  !important;
}
*/
  


.primary-color {
  color: #4E9E57 !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: #CC2229 !important;
}

  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  


.landing-control-sub-title-text-color {
  color: #3A6A3F !important;
}

  


.landing-control-title-text-color {
  color: #4E9E57 !important;
}

  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  


.selected-tab-text-color {
  color: #CC2229 !important;
}

  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  


.unselected-tab-hover-text-color {
  color: #CC2229 !important;
}

  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  


.slogan-text-color {
  color: #4E9E57 !important;
}

  


.table-header-background-color {
  background-color: #4E9E57 !important;
}

  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  


.aux-menu-text-color {
  color: #CC2229 !important;
}

  


.unselected-menu-background-color {
  background-color: #3A6A3F !important;
}

  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  


.breadcrumb-link-color {
  color: #CC2229 !important;
}

  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  


.unselected-menu-text-color {
  color: #FFFFFF !important;
}

  


.selected-menu-background-color {
  background-color: #4E9E57 !important;
}

  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  


.hover-menu-text-color {
  color: #FFFFFF !important;
}

  


.hover-menu-background-color {
  background-color: #3A6A3F !important;
}

  


.hover-menu-selected-background-color {
  background-color: #4E9E57 !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: #000000 !important;
}

  


.cookie-notification-text-color {
  color: #FFFFFF !important;
}

  