/* Background Images and Footer */
/* Theme Roller */
/* Background Images and Footer */
/* Theme Roller */

:root {
  --PrimaryColor: #04549A;
  --SecondaryColor: #FEBF23;
}

/****** basics ******/

.HtmlFooter {
    display: none;
}
p:empty {
    margin-bottom: 0;
}
.HLHomePage .ContentUserControl,
.HLHomePage .ContentItemHtml,
.community-home .ContentUserControl,
.community-home .ContentItemHtml {
    margin-top: 20px;
    margin-bottom: 20px;
}
.HLHomePage .row:nth-last-child(2) .ContentUserControl,
.HLHomePage .row:nth-last-child(2) .ContentItemHtml {
    margin-bottom: 0;
}
.bg-image {
    background-size: cover;
    background-position: center;
}
.row-bg-grey {
   background-color: #f2f2f2;
}
#MPBottomMenu {
    padding: 0;
    margin: 0;
}
.label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 10px;
}
.label-default {
    background-color: #979797;
}
.interior #MainCopy_ContentWrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}
.row-border-top {
    border-top: 2px solid #e8e8e8;
}
hr {
    border-top: 2px solid #E8E8E8;
}
.col-md-12.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#event-additional-details-container {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
}

/*** fonts ***/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
  
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
  /*  line-height: 21px; */
    color: #484848;
}
h1, .h1 {
    font-size: 50px;
    line-height: 66px;
}
h2, .h2,
.HLLandingControl h2,
.HLLandingControl .heading h2,
.community-members .panel-title {
    /*text-transform: uppercase;*/
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
h3.blogTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.home h2,
.home .h2,
.home .HLLandingControl h2,
.home .HLLandingControl .heading h2,
.event-list h2,
.community-home h2,
.community-members .panel-title {
    border-bottom: 2px solid #E8E8E8;
}
.home h2 span,
.community-home h2 span,
.community-members .panel-title span {
    position: relative;
    display: inline-block;
    line-height: 32px;
}
.home h2 span::after,
.community-home h2 span::after,
.community-members .panel-title span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
h3, .h3, .HLLandingControl h3 a {
    font-size: 20px;
    line-height: 26px;
}
h4, .h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}
.home .HLLandingControl li {
	list-style: none;
}

/*** transitions ***/
/* a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
.HLEventList .date-block,
.HLEventList li,
.HLEventList li:hover,
.HLEventList li:focus,
.HLEngagement li,
.HLEngagement li:hover,
.HLEngagement li:focus {
    transition: .3s;
}
*/

/*** panels ***/
.panel-body {
    padding: 20px;
}
#ProfileContainer .panel {
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
}

/*** forms ***/
div[id*="MessageTable"].form-horizontal .form-group {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
}
div[id*="pnlFindContacts"] .form-group,
div[id*="MessageTable"].form-horizontal .form-group:first-child,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(2),
div[id*="MessageTable"].form-horizontal .form-group:nth-child(3),
div[id*="MessageTable"].form-horizontal .form-group:nth-child(4),
div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) {
    flex-basis: 50%;
    margin-right: 0;
    margin-left: 0;
}
div[id*="pnlFindContacts"] .col-md-2,
div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-2,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-2,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-2,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-2,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-2 {
    width: 25%;
}
div[id*="pnlFindContacts"] .col-md-10,
div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-5,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-5,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-5,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-5,
div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-5 {
    width: 75%;
}
div[id*="FindContactsPanel"] > .row {
    margin-left: 0;
    margin-right: 0;
}
div[id*="FindContactsPanel"] .col-md-offset-2.col-md-10,
div[id*="MessageTable"] .col-md-offset-2.col-md-10 {
    margin-left: 12.5%;
    width: 87.5%;
}
div[id*="MessageTable"] .col-md-2 {
    width: 12.5%;
}
div[id*="MessageTable"] .col-md-10 {
    width: 87.5%;
}

/*** alert boxes ***/
.alert-warning,
.alert-success,
.ideation-home .alert.alert-success,
.ideation-detail .alert.alert-success {
    background-color: #f9f9f9;
    border-color: #f5f5f5;
}

/*** hiding community counts ***/
.Count,
#LibaryEntryCountDiv,
span[id*="ShowingLabel"] {
    display: none;
}

/*** default icons ***/
.glyphicon-search,
.glyphicon-envelope,
.glyphicon-list-alt,
.glyphicon-pencil {
    width: auto;
    top: 0;
}
.glyphicon-search::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
}
.glyphicon-envelope::before {
    font-family: FontAwesome;
    content: "\f0e0";
}
.glyphicon-list-alt::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0ca";
}
.glyphicon-pencil::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f304";
    font-weight: 900;
}
.glyphicon-tags::before {
    font-family: FontAwesome;
    content: "\f02b";
}

/*** dropdowns ***/
select.form-control {
    border-color: #dbdbdb;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.form-control .btn {
    height: 34px;
}

/* carets */
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: 0;
    transform: translateY(-50%);
}

/*** tags ***/
.hltags .tagit-choice.ui-widget-content.ui-state-default.ui-corner-all.tagit-choice-editable,
a.label.label-search-tag,
.faceted-search-main .fs-result-row a.label.label-search-tag {
    padding: 3px 6px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #383A3B;
}
.content-tags .glyphicon.glyphicon-user {
    color: #383a3b;
}
.hltags .tagit-choice.ui-widget-content.ui-state-default.ui-corner-all.tagit-choice-editable {
    padding: 3px 23px 3px 6px;
}
.hltags ul.tagit input[type="text"] {
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}
.hltags ul.tagit input[type="text"]::placeholder {
    text-decoration: underline;
}
.faceted-search-main .glyphicon-tags::before {
    color: #797979;
}

/*** round profile images ***/
.Welcome .imgButton.btn,
a[id*="ProfileImage"]:not([id*="NameLink"]),
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"],
.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-block;
    width: 45px;
    height: 45px;
}
.Welcome .imgButton.btn {
    background-color: #fff;
}
.list-group-item-image {
    width: 40px;
    height: 40px;
}
.list-group-item-nochild .list-group-item-image {
    width: 20px;
    height: 20px;
}
.Welcome button.btn-default.btn.imgButton {
    width: 30px;
    height: 30px;
    min-height: 30px;
    border: none;
    margin-left: 10px;
}
.text-muted-h2 a[id*="ImageControl_lnkDisplay"] {
    width: 140px;
    height: 140px;
    background: #f9f9f9;
}
.HLEngagement .Picture a {
    width: 50px;
    height: 50px;
}
a[id*="Welcome_Details_ProfileLink"] {
    width: 60px;
    height: 60px;
}

.imgButton img,
a[id*="ProfileImage"] img,
a[id*="UserImageDisplay"] img,
a[id*="Contacts_PictureLink"] img,
a[id*="lnkDisplay"] img,
a[id*="Welcome_Details_ProfileLink"] img,
.list-group-item-image img,
a[title="User Name Image"] img,
a[oldtitle="User Name Image"] img,
.member-dashboard-img img,
.dashboard-col-3 ul li .col-sm-2 a img,
.HLEngagement .Picture a img,
td.ProfilePic > a > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    max-height: 100% !important;
    width: auto;
}

.member-directory .member-picture {
    text-align: center;
}
  
/*** Make Buttons ***/
  
.make-buttons em a,
.summary-edit em a,
.JoinLeaveLink a[id*="lbJoin"] {
    display: inline-block;
    padding: 9px 12px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    /*text-transform: uppercase; */
    line-height: 16px;
    border: 0;
    letter-spacing: 1px;
}
.btn.btn-delete,
.member-directory .actions .btn:last-of-type {
    background-color: #D9534F;
    border-color: #D9534F;
    color: #fff;
}
.btn.btn-default {
    background-color: #f5f5f5;
    border-color: #dcdcdc;
}
.btn.btn-success,
.btn.btn-primary,
.btn.btn-default,
.btn.btn-delete,
.btn.btn-info {
    border-radius: 5px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
.btn.btn-sm {
    font-size: 11px;
}
.make-buttons em a:hover,
.make-buttons em a:focus,
.btn:hover,
.btn:focus,
.slick-arrow:hover,
.slick-arrow:focus,
.change-theme button:hover,
.change-theme button:focus,
.change-theme.open button,
.summary-edit em a:hover,
.summary-edit em a:focus {
    opacity: 0.9;
}
.btn-sm + .btn-group-sm.dropdown-toggle {
    height: 28px;
}
  
/****** Header ******/

#MPheader {
    padding-top: 5px;
}
#MPheader > .row:first-child {
    position: relative;
    z-index: 30;
}
#MPheader > #Logo {
    position: relative;
    z-index: 20;
    float: left;
}
#NAV {
    position: relative;
    z-index: 10;
}
#MPOuterMost.full #MPOuterHeader #HEADER {
    max-width: 100%;
}
#MPimage {
    max-width: 1200px;
    margin: 0 auto;
}

/*** top text links ***/

#MPheader > .row:first-child > .col-md-12:first-child > .pull-right:last-child {
    float: left !important;
}
  
#MPAuxNav ul.level1 li a {
    border-right: 0;
    text-decoration: none;
    color: #505356;
    font-size: 13px;
    line-height: 17px;
    margin-right: 15px;
    padding: 0;
}
  
#MPAuxNav ul.level1 li a:hover, #MPAuxNav ul.level1 li a:focus {
    text-decoration: underline;
}

/*** login/welcome ***/
#BtnShowProfile {
    display: none;
}
#Welcome_LoginLink {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    border: none;
}
#Welcome_LoginLink:active {
    box-shadow: none;
}


/****EL - BEGIN Commented Out ****/

/* profile dropdown box */
/*
#ProfileContainer .progress,
#ProfileContainer a[id*="MessagesCount"] {
    display: none;
}

#ProfileContainer .panel-footer {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: left !important;
}
#ProfileContainer .panel-footer a[id*="logoutLink"] {
    padding: 10px 24px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}
#ProfileContainer .col-md-3,
#ProfileContainer .col-md-9 {
    padding: 0;
}
#ProfileContainer .panel-body > .row {
    margin: 0;
}
#ProfileContainer .panel-body > .row:first-child .col-md-3 {
    position: absolute;
    top: 20px;
    left: 20px;
}
#ProfileContainer .panel-body > .row:first-child .col-md-9 {
    margin-bottom: 10px;
}
#ProfileContainer .panel-body > .row .col-md-9 {
    padding-right: 0;
    padding-left: 80px;
}
#ProfileContainer .panel-body > .row .welcome-links {
    padding-left: 80px;
    padding-right: 0;
    text-align: left !important;
}
*/
/****EL - END Commented Out ****/

#ProfileContainer .welcome-links .btn {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 10px;
}

#ProfileContainer h4 + div {
    font-size: 16px;
    line-height: 21px;
}
#ProfileContainer {
    border-radius: 10px !important;
    box-shadow: none !important;
}

/*** logo ***/
#Logo img {
    max-height: 55px;
}

/*** login link ***/
#Welcome_LoginLink {
    margin-top: 2px;
}


/****EL - BEGIN Commented Out ****/

/*** search ***/
/*
#searchColumn {
    display: none;
}

.search-bar-top {
    float: right;
    width: 230px;
    margin-right: 20px;
}

.search-bar-top .SearchInputs,
.custom-search-form,
.search-bar .input-group {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f8fa;
    overflow: hidden;
}
#searchColumn .SearchInputs {
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.search-bar-top .form-control,
#searchColumn .form-control,
.custom-search-form .form-control,
#FacetedSearchInput {
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    height: 26px;
    background: transparent;
    box-shadow: none;
}
#FacetedSearchInput {
    font-size: 16px;
    line-height: 19px;
    height: 34px;
}
#searchColumn .form-control {
    padding-left: 4px;
}
.search-bar-top .form-control::placeholder,
#searchColumn .form-control::placeholder,
.custom-search-form .form-control::placeholder,
#FacetedSearchInput::placeholder {
    font-style: normal;
}
.search-bar-top button[id*="SearchButton"],
#searchColumn button[id*="SearchButton"],
.custom-search-form a[id*="btnSearch"],
.search-bar .btnSearch {
    border: none;
    background: transparent;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 0;
}
.search-bar-top button[id*="SearchButton"]:active,
#searchColumn button[id*="SearchButton"]:active,
.custom-search-form a[id*="btnSearch"]:active,
.search-bar .btnSearch:active {
    box-shadow: none;
}
.search-bar-top .glyphicon-search,
#searchColumn .glyphicon-search,
.custom-search-form .glyphicon-search,
.search-bar .glyphicon-search {
    vertical-align: unset !important;
    font-size: 16px;
    line-height: 26px;
}
*/
/****EL - END Commented Out ****/

/* faceted search */
.faceted-search-main .text-muted,
.faceted-search-main .facets h2 {
    color: #383A3B;
}
.faceted-search-main .facets, 
.faceted-search-main .meta-content {
    font-size: 15px;
    line-height: 18px;
    color: #484848;
}
.faceted-search-main .facets .facet-container h4 {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
    color: #484848;
}
.faceted-search-main .fs-result-row h3 a {
    text-decoration: none;
    font-size: 20px;
    line-height: 23px;
}
.faceted-search-main .fs-result-row .match-block {
    color: #484848;
}
.hl-type {
    display: none;
}
.faceted-search-main .fs-result-row .owner-name {
    font-size: 15px;
    line-height: 18px;
}
.faceted-search-main .meta-block .owner-block {
    width: 25%;
    float: left;
}
.faceted-search-main .meta-block .owner-block + .owner-block {
    width: 75%;
    float: left;
    margin-bottom: 5px;
}
.faceted-search-main .meta-block .owner-block + div[style*="clear"] {
    display: none;
}
.faceted-search-main .fs-result-row .meta-content-date {
    color: #484848;
    font-size: 14px;
    line-height: 16px;
}
.owner-block + .owner-block {
    width: calc(100% - 60px);
    float: left;
    margin-bottom: 5px;
}
.faceted-search-main .fs-result-row .meta-content-date + .meta-content {
    margin-top: 15px;
}
.faceted-search-main .fs-result-row .meta-block {
    border-left: 2px solid #f4f4f4;
}

/* ideation search */
.ideation-home label[for*="searchAhead"],
.ideation-home label[for*="searchAhead"] + input {
    background-color: #F7F8FA;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.ideation-home label[for*="searchAhead"] {
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.ideation-home .input-group label[for*="searchAhead"] + input.form-control {
    border-left: none;
    border-radius: 0 5px 5px 0;
    color: #828282;
    border-right: 1px solid #ddd;
    box-shadow: none;
}
.ideation-home label[for*="searchAhead"] + input::placeholder {
    font-style: normal;
}
.ideation-home .input-group label[for*="searchAhead"] + input.form-control:focus {
    outline: none;
}

/****EL - BEGIN Commented Out ****/

/*** theme changer ***/

/*
.change-theme {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 30;
}
.change-theme button {
    background: transparent;
   color: #484848;
   border-radius: 50px;
   border: 1px solid #f4f4f4;
   padding: 10px 20px;
   font-size: 12px;
   line-height: 12px;
   margin: 5px;
   box-shadow: 0px 0px 5px #f4f4f4;
}
.change-theme ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
}
.change-theme.open ul {
    display: block;
}
.change-theme ul li {
    list-style-type: none;
}
.change-theme ul li:not(:last-child) a {
    border-bottom: 1px solid #f0f0f0;
}
.change-theme ul li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    display: inline-block;
    min-width: 230px;
}
.change-theme ul li a::before {
    width: 12px;
    height: 12px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    border-left-width: 6px;
    border-left-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    transform: translateY(1px);
}
.change-theme ul li:first-child a::before {
    border-left-color: #04549A;
    border-right-color: #FEBF23;
}
.change-theme ul li:first-child a:hover,
.change-theme ul li:first-child a:focus {
    color: #FEBF23;
}
.change-theme ul li:nth-child(2) a::before {
    border-left-color: #005483;
    border-right-color: #FA473B;
}
.change-theme ul li:nth-child(2) a:hover,
.change-theme ul li:nth-child(2) a:focus {
    color: #FA473B;
}
.change-theme ul li:nth-child(3) a::before {
    border-left-color: #4B3F72;
    border-right-color: #F2B715;
}
.change-theme ul li:nth-child(3) a:hover,
.change-theme ul li:nth-child(3) a:focus {
    color: #F2B715;
}
.change-theme ul li:nth-child(4) a::before {
    border-left-color: #474647;
    border-right-color: #F45D01;
}
.change-theme ul li:nth-child(4) a:hover,
.change-theme ul li:nth-child(4) a:focus {
    color: #F45D01;
}

*/
/****EL - END Commented Out ****/

/*** main nav ***/

/* hiding nav skip link */
.skiplinkholder a, .skiplinkholder a:link, .skiplinkholder a:visited {
    left: -500%;
	top: -250px;
}
.skiplinkholder a:focus, .skiplinkholder a:active {
    left: 0;
	top: 0;
}

#MPOuterMost #NAV,
#NAV .navbar-default {
    background-color: transparent;
    border: none;
}
/* #NAV {
    position: absolute;
    right: calc(50% - 585px);
    top: 70px;
} 
#NAV .navbar-nav {
    float: right;
}*/
#NAV .navbar-default .navbar-nav>li>a,
#NAV .navbar-default .navbar-nav>.active>a, 
#NAV .navbar-default .navbar-nav>.disabled>a {
    color:#505356;
    background-color: transparent;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
    font-weight: 500;
}
#NAV .navbar-default .navbar-nav>li>a:hover, #NAV .navbar-default .navbar-nav>li>a:focus,
#NAV .navbar-default .navbar-nav>.active>a:hover, #NAV .navbar-default .navbar-nav>.active>a:focus,
#NAV .navbar-default .navbar-nav>.disabled>a:hover, #NAV .navbar-default .navbar-nav>.disabled>a:focus,
#NAV .navbar-default .navbar-nav>.open>a, #NAV .navbar-default .navbar-nav>.open>a:hover, #NAV .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav>.dropdown>a .caret,
.nav-tabs > li > a .caret,
.caret {
    border-top: none;
    border-bottom: none;
    width: auto;
    height: 14px;
    transform: translateY(-2px);
}
.navbar-default .navbar-nav>.dropdown>a .caret::before,
.nav-tabs > li > a .caret::before,
.caret::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    float: left;
}
/* dropdowns */
#NAV #MPButtonBar .dropdown-menu,
.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
    padding: 0;
    border: none;
    background: #fff;
}
#NAV .dropdown-menu > li:not(:last-child),
.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
#NAV #MPButtonBar .dropdown-menu > li > a,
#MPOuterMost .dropdown-menu > li > a {
    /*text-transform: uppercase;*/
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}
#NAV .dropdown-menu > li > a:hover,
#NAV .dropdown-menu > li > a:focus,
#NAV #MPButtonBar .dropdown-menu > li > a:hover,
#NAV #MPButtonBar .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    text-decoration: underline !important;
}

#NAV #MPButtonBar .dropdown-menu .active > a, 
#NAV #MPButtonBar li .dropdown-menu .active > a:hover, 
#NAV #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover, 
#NAV #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover,
#MPOuterMost .dropdown-menu .active > a, 
#MPOuterMost li .dropdown-menu .active > a:hover, 
#MPOuterMost .dropdown-menu .dropdown-submenu .active a:hover, 
#MPOuterMost .dropdown-submenu .dropdown-submenu .active a:hover {
    background-color: transparent;
}

/* third level nav */
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    margin-left: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
}
ul.dropdown-submenu > li > a {
    display: block;
}
ul.dropdown-submenu > li > a:hover,
ul.dropdown-submenu > li > a:focus,
#NAV #MPButtonBar ul.dropdown-submenu > li > a:hover,
#NAV #MPButtonBar ul.dropdown-submenu > li > a:focus {
    background-color: transparent;
}

/* mobile toggle */
.navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* removing extraneous padding on desktop */
@media (min-width: 768px) {
    #NAV .row {
        margin-left: 0;
        margin-right: 0;
    }
    #NAV .col-md-12,
    .navbar-collapse {
        padding: 0;
    }
}

/****** hero ******/
.home .hero {
    padding: 60px 40% 175px calc(50% - 585px);
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.hero h1,
.hero h2,
.hero h3,
.hero p {
    color: #fff;
}
.hero p {
    font-size: 20px;
    line-height: 26px;
}
.hero.make-buttons em a {
    margin-top: 30px;
}
.hero .HtmlContent {
    position: relative;
    z-index: 5;
}
.home .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
}

/****** top tiles ******/
.row-full + .row-wide .top-tiles {
    margin-top: -100px;
    position: relative;
    /* z-index: 20; */
    z-index: 0;
}


.top-tile {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    display: block;
    color: #484848;
    text-decoration: none;
    text-align: center;
	position:relative;
}
.top-tile a {
    color: #484848;
    text-decoration: none;
    text-align: center;
}
.top-tile a:hover,
.top-tile a:focus {
    color: #484848;
}
.top-tile h2 {
    margin-top: 60px;
}
.top-tile h2,
.top-tile h2 span::after {
    border: none;
}
.top-tile em {
    font-style: normal;
    text-transform: none;
}
.top-tile img {
    height: 50px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}


/*** slick dots for mobile ***/
.top-tiles ul.slick-dots {
    bottom: -20px;
}
.top-tiles ul.slick-dots li button {
    display: none;
}
.top-tiles ul.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c8c8c8;
}

/****** quick links ******/
.quick-link-container {
    border-radius: 10px;
    background: #F7F7F7;
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin-bottom: 40px;
}
.quick-link.ContentItemHtml {
    margin-top: 0;
    margin-bottom: 0;
	position:relative;
}
.quick-link em a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.quick-link:last-child em a {
    margin-bottom: 0;
}
.quick-link em a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 68px 50px 0;
    border-color: transparent rgba(255, 255, 255, 0.3) transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* icons */

.quick-link.icon em a::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    margin-right: 25px;
    float: left;
    font-weight: 100;
}
.quick-link.icon.resources em a::before {
    content: "\f085";
}
.quick-link.icon.publications em a::before {
    content: "\f15c";
}
.quick-link.icon.directory em a::before {
    content: "\f2b9";
}
.quick-link.icon.sponsors em a::before {
    content: "\f559";
}
.quick-link.icon.join em a::before {
    content: "\f4c4";
}
.quick-link.icon.benefits em a::before {
    content: "\f005";
}
.quick-link.icon.jobs em a::before {
    content: "\f46d";
}
.quick-link.icon.events em a::before {
    content: "\f073";
}
.quick-link.icon.about em a::before {
    content: "\f05a";
}
.quick-link.icon.help em a::before {
    content: "\f059";
}
.quick-link.icon.login em a::before {
    content: "\f2f6";
}
.quick-link.icon.my-communities em a::before {
    content: "\f0c0";
}
.quick-link.icon.my-profile em a::before {
    content: "\f2bd";
}
.quick-link.icon.my-settings em a::before {
    content: "\f4fe";
}
.quick-link.icon.my-inbox em a::before {
    content: "\f658";
}
.quick-link.icon.share-resource em a::before {
    content: "\f1e0";
}
.quick-link.icon.post-discussion em a::before {
    content: "\f044";
}
.quick-link.icon.post-blog em a::before {
    content: "\f044";
}

/****** landing control buttons ******/
div[id*="BottomLink"] .col-md-12,
div[id*="More"] .col-md-12,
div[id*="pnlMoreLink"] {
    padding: 0;
    text-align: right;
}
div[id*="BottomLink"] a.btn,
div[id*="More"] a.btn,
.home .HLRecentBlogs a[id*="BlogList_More"].btn,
.top-tile em {
    padding: 0;
    border: none;
    background: transparent;
    color: #555;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
}
div[id*="BottomLink"] a.btn:active,
div[id*="More"] a.btn:active {
    box-shadow: none;
}
div[id*="BottomLink"] a::after,
div[id*="More"] a::after,
.home .HLRecentBlogs a[id*="BlogList_More"]::after,
.top-tile em::after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 5px;
}
div[id*="BottomLink"] a:hover,
div[id*="BottomLink"] a:focus,
div[id*="More"] a:hover,
div[id*="More"] a:focus {
    background: transparent;
    border: none;
}
.home .HLRecentBlogs a[id*="BlogList_More"]:hover,
.home .HLRecentBlogs a[id*="BlogList_More"]:focus {
    text-decoration: none;
    color: #555;
}

/****** landing controls ******/
.HLLandingControl.SearchResults ul li .row.title-row .col-sm-3.col-md-3.pull-right {
    display: none;
}
.HLLandingControl ul li .row.title-row .col-md-2,
.blogs-block .row.title-row .col-md-1 {
    width: 45px;
    margin-right: 10px;
    float: left;
    padding: 0;
}
.HLLandingControl ul li .row.title-row .col-md-10,
.HLLandingControl ul li .row.title-row .col-md-7,
.blogs-block .row.title-row .col-md-11 {
    width: calc(100% - 55px);
    /*float: left; */ /* removed 09302020 - ptb*/
    padding: 0;
}
.home .col-md-8 .HLLandingControl ul li .row.title-row .col-md-7 {
    width: 100%;
}
.HLLandingControl ul:not(.dropdown-menu) li {
    border-bottom: 2px solid #f4f4f4;
    padding: 20px 0;
}
#MPOuterMost .HLLandingControl .ByLine,
#MPOuterMost .HLLandingControl h5 {
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
}
.HLLandingControl:not(.HLEngagement) .ByLine:not(:empty) + h5:not(:empty) {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #484848;
}
.col-md-4 .HLLandingControl .ByLine:not(:empty) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.col-md-4 .HLLandingControl h5 {
    display: none;
}
.HLLandingControl .no-data-container {
    margin-left: -15px;
    margin-right: -15px;
}

.ContentUserControl .HLLandingControl,
.HLLandingControl .Content,
.HLLandingControl .Content ul {
    padding: 0;
    border: none;
}
.HLLandingControl h2,
.HLLandingControl .heading h2 {
    margin: 0;
}
.home .col-md-4 .HLLandingControl ul li,
.home .bg-gray .HLLandingControl ul li,
.HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li,
.home .HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li {
    flex: 1;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin: 15px;
    position: relative;
    color: #484848;
    background: #fff;
}
.community-home .HLLandingControl.HLEventList ul li {
    margin: 30px 0;
}
.HLLandingControl ol li, .HLLandingControl ul li {
    margin-bottom: 0;
}
.HLLandingControl ol li:last-child, .HLLandingControl ul li:last-child {
    margin-bottom: 20px;
}
.HLLandingControl .pull-right ul li {
    padding-bottom: 0;
    border-bottom: none;
}

/****** recent activity ******/
.home .col-md-8 .HLLandingControl ul li,
.community-home .HLLandingControl .has-profile-pic li {
    padding-left: 55px;
    position: relative;
}
.home .col-md-8 .HLLandingControl ul li .row.title-row,
.HLLandingControl ul.has-profile-pic li .row.title-row {
    position: relative;
}
.home .col-md-8 .HLLandingControl ul li .row.title-row .col-md-2,
.HLLandingControl ul.has-profile-pic li .row.title-row .col-md-2 {
    position: absolute;
    top: 0;
    left: -55px;
}

/****** unanswered posts ******/
#sortOptionsContainer {
    display: none;
}
.home .col-md-4 .HLDiscussions ul li p[id*="ContentPanel"] {
    display: none;
}
.home .col-md-4 .HLDiscussions ul li {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 45px;
}
.home .col-md-4 .HLDiscussions a[id*="DiscussionList_More"] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: #F7F7F7;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.78px;
    /*text-transform: uppercase;*/
    text-align: center;
    font-weight: 500;
}

/****** blogs ******/
.home .HLRecentBlogs.HLLandingControl ul li {
    padding-bottom: 45px;
}
.home .HLRecentBlogs .row.content-row > .col-md-12.no-pad {
    position: static;
}
.home .HLRecentBlogs a[id*="BlogList_More"] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
.featured-section {
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
}
.featured-section .featured-img {
    margin-top: 0;
}
.featured-img {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(181,181,181,0.5);
}
.featured-img .HtmlContent {
    padding: 0;
}
.featured-img img {
    width: 100%;
}
.featured-section ul {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(67% + 15px);
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px -15px 0;
}
.home .bg-gray .HLLandingControl .featured-section ul li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 30px);
}

/****** events ******/
.HLEventList > .Content > .row > .col-md-12.no-pad > .pull-right {
    float: none !important;
    text-align: right;
    padding-right: 15px;
}
.HLEventList > .Content > .row > .col-md-12.no-pad > br {
    display: none;
}
/*.home .HLEventList {
    padding-left: 15px;
    padding-right: 15px;
}
*/
.home .HLEventList .Content > .row > .col-md-12 > ul {
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}
.home .HLEventList .pull-right:not(:empty) {
    margin-top: 10px;
}
.HLEventList ul li .col-md-2 {
    position: absolute;
    right: 20px;
    top: -20px;
}
.HLEventList ul li .col-md-10 {
    width: 100%;
}
.HLEventList ul li .row.title-row {
    width: calc(100% - 75px);
}
.HLEventList .timeAgoFormat {
    font-size: 14px;
    line-height: 18px;
    color: #484848;
    margin-bottom: 10px;
}
.HLEventList .timeAgoFormat::before {
    font-family: FontAwesome;
    content: "\f017";
    color: #828282;
    margin-right: 5px;
}
.HLLandingControl.HLEventList .title-row img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

/* date blocks */
.HLEventList .date-block {
    width: 70px;
    height: 65px;
    border-radius: 4px;
    position: relative;
    float: right;
}
.HLEventList .calendar-day {
    display: none;
}
.HLEventList .calendary-number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.HLEventList .calendar-month {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}

/****** most active members ******/
.home .bg-gray {
    background-color: #F2F2F2;
    padding: 40px 15px;
    border: none;
}
.home .bg-gray > div {
    max-width: 1170px;
    margin: 0 auto;
}
.home .HLEngagement ul.display-horizontal {
    margin: 5px 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.home .HLEngagement ul.display-horizontal .slick-list {
    width: 100%;
}
.home .HLEngagement ul.display-horizontal .slick-track {
    display: flex;
}
.home .HLEngagement ul.display-horizontal li {
    border: 1px solid #E8E8E8;
    margin: 15px;
    width: auto;
    min-width: 0;
    max-width: 100%;
    flex: 1;
    height: auto;
}
.home .HLEngagement .row.title-row {
    display: flex;
    align-items: center;
}
.home .HLEngagement .Picture {
    width: 50px;
    margin-right: 10px;
    float: left;
}
.home .HLEngagement .Picture + .col-md-9 {
    width:  calc(100% - 60px);
    float: left;
    padding: 0;
}
.home .HLEngagement .row.title-row .col-md-9 a {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
}
.home .HLEngagement .points-label {
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 5px;
}
.home .HLLandingControl.HLEngagement .ByLine {
    display: block;
    margin-bottom: 0;
}

/*** arrows ***/
.home .HLEngagement .slick-arrow {
    height: 36px;
    width: 36px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border: none;
    z-index: 20;
}
.home .HLEngagement .prev-arrow {
    left: 0;
    transform: translate(-150%,-50%);
}
.home .HLEngagement .next-arrow {
    right: 0;
    transform: translate(150%,-50%);
}

/****** footer ******/
#MPFooterLink {
    display: none;
}
#MPOuterFooter {
	background-color: #04549A;
}
#MPOuterFooter {
    padding: 30px 15px 15px 15px;
    color: #E5E9EB;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    overflow: hidden;
}
#MPOuterFooter::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 300px 0;
    border-color: transparent rgba(0,0,0,0.2) transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#FOOTER {
    z-index: 10;
}
#MPOuterFooter h2 {
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 20px;
}
#MPOuterFooter h2 span::after {
    display: none;
}
#MPOuterFooter a {
    color: #fff;
    text-decoration: none;
}
#MPOuterFooter a:hover,
#MPOuterFooter a:focus {
    text-decoration: underline;
}
.footer-logo img {
    max-height: 70px;
}
.footer-social-icons {
    margin-top: 25px;
}
.footer-social-icons a {
    color: #fff;
    font-size: 21px;
    margin-right: 30px;
    margin-top: 10px;
}

#FOOTER > .row:first-child {
    margin-bottom: 100px;
}
/* #FOOTER > .row:first-child > .col-md-12 {
    display: flex;
}
#FOOTER .ContentItemHtml {
    flex: 1;
}
#MPCopyright {
    float: left;
    text-align: left;
}
#MPFooter + .row {
    float: left;
}
.attribution {
    float: right;
} */
.footer-social {
    display: none;
}

/****** nav tabs ******/
.nav-tabs > li > a {
    /*text-transform: uppercase;*/
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    background-color: #f9f9f9;
    transform: translateY(1px);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #e8e8e8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #484848;
    background-color: #fff;
}

/****** profile page ******/
.profile .text-muted {
    color: #484848;
}
.ProfileUserName {
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
}
.profile a[id*="MessagesCount"] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /*text-transform: uppercase;*/
    padding: 5px 10px;
}
.profile a[id*="MessagesCount"] .glyphicon {
    font-size: 18px;
    line-height: 18px;
}
/* .profile > .row:first-child > .col-md-4 {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 30px;
    box-shadow: 0 2px 4px 0 rgba(198,198,198,0.5), 0 2px 20px 0 rgba(206,206,206,0.5);
    margin-left: 15px;
    margin-right: 15px;
}
*/

/* widths for desktop */
/*
@media (min-width: 992px) {
    .profile > .row:first-child > .col-md-8 {
        width: 75%;
    }
    .profile > .row:first-child > .col-md-4 {
        width: calc(25% - 30px);
    }
}
*/
@media (min-width: 992px) and (max-width: 1200px) {
    .profile .col-md-8 .row,
    .profile .col-md-4 .row {
        margin-left: 0;
        margin-right: 0;
    }
    .profile .col-md-8 .col-md-12,
    .profile .col-md-4 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
/*
.profile > .row:first-child > .col-md-4 .alert {
    padding: 0;
    border: none;
    background: transparent;
}
.profile > .row:first-child > .col-md-4 h2 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
}
.profile > .row:first-child > .col-md-4 .btn-edit {
    border-color: #d9d9d9;
    font-size: 16px;
    line-height: 16px;
    padding: 2px;
}
.profile > .row:first-child > .col-md-4 .btn-default.dropdown-toggle {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.86px;
    color: #979797;
    background: #fff;
    border-color: #d9d9d9;
    padding: 6px;
}
*/
.profile > .row:first-child > .col-md-3 .alert {
    padding: 0;
    border: none;
    background: transparent;
}
.profile > .row:first-child > .col-md-3 h2 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
}
.profile > .row:first-child > .col-md-3 .btn-edit {
    border-color: #d9d9d9;
    font-size: 16px;
    line-height: 16px;
    padding: 2px;
}
.profile > .row:first-child > .col-md-4 .btn-default.dropdown-toggle {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.86px;
    color: #979797;
    background: #fff;
    border-color: #d9d9d9;
    padding: 6px;
}
.profile a[id*="EmailAddress"] {
    overflow-wrap: break-word;
}
.profile #BreadCrumb {
    display: none;
}
.profile h2 {
    color: #484848;
}

/* communities tab */
.profile div[id*="AllCommunitiesContainer"] {
    border-top: none;
}
.profile a[id*="AllCommunities"].btn.btn-default {
    color: #fff;
}

/* following tab */
.profile .contributions-list-header .dropdown-toggle.btn.btn-default {
    text-transform: none;
    background: transparent;
    color: #000;
    letter-spacing: 0;
    border: 2px solid #DBDBDB;
    font-size: 16px;
    line-height: 19px;
}
.followed-content-results .followed-content-item.row {
    padding: 20px 0;
    margin: 0;
    border-top: 2px solid #F4F4F4;
}
.followed-content-results .followed-content-item td.ProfilePic {
    padding: 0 30px 0 0;
}
.followed-content-results .followed-content-item .ProfilePic + td > div:not(:last-child) {
    margin-bottom: 10px;
}

/****** interior page headings ******/
.page-bg {
    display: none;
}
#PageTitleH1 {
    color: #fff;
    max-width: 100%;
    padding: 90px calc(50% - 585px);
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
#PageTitleH1::after {
    content: "";
    position: absolute;
    left: calc(50% - 585px);
    bottom: 85px;
    width: 30px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
#PageTitleH1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
#MPOuterMost.full #BreadCrumb {
    max-width: 100%;
    background-color: #f9f9f9;
}
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
}
.breadcrumb>li+li:before {
    color: #484848;
}

/****** blogs ******/
.blogs-block {
    border-top: 2px solid #e8e8e8;
    padding: 20px 0;
    position: relative;
}
.blogs-block div[class*="col-md-"],
.blogs-block .row.content-row {
    padding: 0;
}
.blogs-block .title-row .col-md-8 {
    padding-right: 15px;
}
.blogs-block .row {
    margin: 0;
}
div[id*="BlogContents"] {
    padding-left: 15px;
    padding-right: 15px;
}
.blogs-block div[id*="ThreadFollowIcon"] {
    display: none;
}
.blogs-block h4 div[id*="ByLinePanel"] {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #484848;
}
.blogs-block h4 div[id*="ByLinePanel"] a {
    text-decoration: underline;
}
div[id*="TotalRatingLikePanel"] {
    color: #797979;
}
div[id*="TotalRatingLikePanel"]::before {
    font-family: FontAwesome;
    content: "\f164";
    margin-right: 10px;
}

/*** blog entry page ***/
#followingIcon {
    margin-top: 1px;
}
#followingIcon.fas::before {
    content: "\f205";
}
#followingIcon.fal::before {
    content: "\f204";
}
.blogs-block div[id*="StatsContainer"] {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
}
.blogs-block hr {
    display: none;
}
a[id*="backButton"].btn.btn-default.btn-back {
    padding: 0;
    border: none;
    background: transparent;
    text-transform: none;
    text-decoration: underline;font-size: 14px;
    line-height: 16px;
}
a[id*="backButton"] i {
    display: none;
}
a[id*="backButton"]:active {
    box-shadow: none;
}
.ContentUserControl > .blogs-block {
    margin-top: 45px;
}
.blogs-block div[id*="BackButtonContainer"] {
    position: absolute;
    left: 0;
    top: -40px;
}
.blogs-block > div[id*="UpdatePanel"] > .row.margin-bottom-medium:first-child > .col-md-8,
.blogs-block > div[id*="UpdatePanel"] > div[id*="TitleContainer"] + .row.margin-bottom-medium > .col-md-8 {
    position: static;
}
.blogs-block > div[id*="UpdatePanel"] > .row.margin-bottom-medium:first-child > .col-md-8 .dropdown-multi-option,
.blogs-block > div[id*="UpdatePanel"] > div[id*="TitleContainer"] + .row.margin-bottom-medium > .col-md-8 .dropdown-multi-option {
    position: absolute;
    right: 0;
    top: -45px;
}

/****** events page ******/
div[id*="upEventList"] > .row-border-bottom,
div[id*="upEventList"] > .row-border-bottom .row-border-bottom {
    border: none;
}
.event-list h2 {
    margin: 0;
}
.event-list h3 a {
    font-size: 20px;
    line-height: 23px;
    text-decoration: none;
    margin-bottom: 10px;
}
.event-list-item {
    margin-left: 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 35px;
}
h2 + .event-list-item {
    border-top: none;
}
.event-dates {
    font-size: 16px;
    line-height: 19px;
}
.event-dates .text-muted {
    color: #484848;
}

/****** all communities list ******/
span[id*="imgIsMember"] {
    float: right;
}
div[id*="pnlAttributes"] .btn-community-stats-static {
    text-transform: none;
    color: #484848;
    font-size: 12px;
    line-height: 14px;
    border-color: #f4f4f4 !important;
    background: #fff;
    border-radius: 2px;
    border-width: 2px;
    letter-spacing: 0;
}
div[id*="pnlAttributes"] .btn-community-stats-static:not(:first-child) {
    margin-left: 10px;
}
div[id*="pnlAttributes"] .btn-community-stats-static[id*="CommunityDocumentsCount"] {
    display: none;
}
.community-list {
    display: flex;
}
.community-list > .col-md-7 {
    padding-left: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 58.3333333333%;
}
.community-list > .col-md-5 {
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 41.66666666667%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.community-list,
.community-list + .pagination {
    border-top: 2px solid #e8e8e8;
    border-bottom: none;
    padding: 20px 0;
    margin: 0;
}
div[id*="CommunityOptionHeader"] + .row {
    margin-bottom: 15px;
}
.community-list .content-tags {
    margin-bottom: 0;
}

.community-list p[id*="StatLastJoined"] span {
    /* margin-left: -6px; */
    font-style: italic;
    color: #484848;
    font-size: 14px;
    line-height: 18px;
}
.community-list div[id*="pnlAttributes"],
.community-list div[id*="pnlEnterJoin"] {
    margin-left: 0;
    margin-right: 0;
}

/****** library page ******/
.library-list > .col-md-2 {
    width: 45px;
    margin-right: 15px;
    float: left;
    padding-left: 0;
}
.library-list > .col-md-10 {
    width: calc(100% - 60px);
    float: left;
    padding-right: 0;
}
.libListReptEntAttchLble {
    border-bottom: 2px solid #f4f4f4;
}
div[id*="DocumentPanel"] .Content > .row > .col-md-4 {
    padding-left: 0;
}
div[id*="DocumentPanel"] .Content > .row > .col-md-8 {
    padding-right: 0;
    margin-bottom: 20px;
}
div[id*="DocumentPanel"] .btn-group .dropdown-toggle {
    text-transform: none;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #dbdbdb;
    padding: 5px 55px 5px 15px;
}
div[id*="DocumentPanel"] .btn-group .dropdown-toggle .caret {
    transform: translateY(-50%);
    margin-top: 0;
}
.library-list div[id*="PostedByPanel"] {
    font-size: 14px;
    line-height: 16px;
}

/****** discussions ******/
#MPOuterMost .Container thead .Header td, 
#MPOuterMost th, 
#MPOuterMost .ListContainer .ListHeader, 
#MPOuterMost .drItemSubHeader, 
#MPOuterMost .table-thead-background tr th, 
#MPOuterMost .table-thead-background tr td {
    background-color: #f9f9f9;
    color: #383A3B;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
}
div[id*="MessagePanel"] > .row-border-bottom {
    border-bottom: none;
}
.table thead>tr>th {
    border-bottom: none;
    border-top: none;
}
table tbody > tr > td {
    border-top: 2px solid #f4f4f4;
}
table tbody > tr:first-child > td {
    border-top: none;
}
a[id*="MessageThreadSummary"] {
    text-decoration: none;
}

/****** member directory ******/
.member-directory a[id*="Contacts_DisplayName"] {
    font-weight: 700;
}
div[id*="DisplayContacts"] input[id*="BackTop"].btn.btn-default {
    text-transform: none;
    padding: 0;
    border: none;
    text-decoration: underline;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
}
div[id*="DisplayContacts"] input[id*="BackTop"].btn.btn-default:active {
    box-shadow: none;
}
.member-directory .member-row .actions {
    float: right;
}
.member-directory .actions .btn {
    color: #fff;
    padding: 8px 12px !important;   
    font-size: 14px;
    line-height: 16px;
}

/****** community homepage ******/
.HLLandingControl .no-data-container {
    margin-top: 20px;
}

.summary-edit {
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    padding: 20px;
}

/*
.summary-edit .Content {
    display: flex;
}
.summary-edit .img-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%;
}
.summary-edit .text-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 67%;
    padding-left: 20px;
}
.summary-edit .img-container,
.summary-edit .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.summary-edit h1,
.summary-edit h2,
.summary-edit h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.summary-edit h1 {
    font-size: 40px;
    line-height: 40px;
}*/
.commHTMLOptionsToAttach > h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.commHTMLOptionsToAttach > h2 > span {
    display: none;
}

.commHTMLOptionsToAttach .summary-edit {
    margin-bottom: 30px;
}

.summary-edit .JoinLeaveLink a[id*="lbJoin"] {
    padding: 9px 12px;
}
.JoinLeaveLink a[id*="lbJoin"] {
    position: absolute;
    top: 50%;
    right: calc(50% - 585px);
    transform: translateY(-50%);
}

/* community members */
.community-members .panel,
.community-members .panel-heading,
.community-members .panel-body {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.community-members .panel-title {
    margin-bottom: 25px;
}
.community-members span[id*="MemberCountLink"] {
    font-size: 14px;
    line-height: 34px;
}
.community-members .panel.panel-default.panel-member {
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.community-members .GroupMemberName {
    font-size: 14px;
    line-height: 16px;
}
span.label.label-admin {
    /*text-transform: uppercase;*/
    opacity: 1;
    font-size: 10px;
}

/****** ideation ******/
.ideation-vote span.badge.badge-default.active.background-#04549A {
    color: #fff;
}
.ideation-vote span.badge.badge-default.active.up:hover, 
.ideation-vote span.badge.badge-default.active.background-#04549A:hover {
    color: #fff;
    opacity: 0.9;
}
.ideation-vote .badge.badge-default {
    transition: .3s;
}
.ideation-vote .badge.badge-default:hover,
.ideation-vote .badge.badge-default:focus {
    transition: .3s;
}
.ideation-home .ideation-filter .ideation-filter-buttons {
    width: auto;
}
.ideation-home .pagination-container {
    border-top: none;
}

/****** responsiveness ******/
@media (min-width: 1230px) {
    .community-home .row-wide > div[class*="col-md-"]:first-child {
        padding-left: 0;
    }
    .community-home .row-wide > div[class*="col-md-"]:last-child {
        padding-right: 0;
    }
}
@media (max-width: 1370px) {
    .home .HLEngagement .Content .display-horizontal {
        width: calc(100% - 135px);
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1230px) {
    .community-home .section1.col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .commHTMLOptionsToAttach > .row > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    #BreadCrumb.BreadCrumb {
        padding-left: 0;
        padding-right: 0;
    }
    #HEADER > .col-md-12,
    #FOOTER {
        padding-left: 0;
        padding-right: 0;
    }
    .home .hero {
        padding-left: 15px;
    }
    #PageTitleH1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #NAV {
        right: 0;
    }
    .profile > .row:first-child > .col-md-4 {
        padding: 15px;
    }
    #PageTitleH1::after {
        left: 15px;
    }
    .community-members .dsItem > .row > .col-md-12,
    .community-members .row-bottom-margin > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .JoinLeaveLink a[id*="lbJoin"] {
        right: 15px;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .community-members .panel-body .row-bottom-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 992px) {
    .row-wide div[class*="section"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .home .HLEventList {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    #MPOuterFooter {
        padding-left: 0;
        padding-right: 0;
    }
    .featured-section ul,
    .home .HLEventList ul,
    .home .HLEngagement ul,
    #FOOTER > .row > .col-md-12 {
        flex-wrap: wrap;
    }
    .home .bg-gray .HLLandingControl .featured-section ul li,
    .home .HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li,
    .home .HLEngagement ul.display-horizontal li {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100% - 30px);
    }
    #FOOTER > .row:first-child .ContentItemHtml {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
    #FOOTER > .row:first-child {
        margin-bottom: 0;
    }
    #NAV {
        position: relative;
        right: auto;
        top: auto;
    }
    div[id*="CommunityFilter"] .form-group {
        display: block;
        margin-bottom: 15px;
    }
    div[id*="pnlFindContacts"] .form-group,
    div[id*="MessageTable"].form-horizontal .form-group:first-child,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(2),
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(3),
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(4),
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) {
        flex-basis: 100%;
    }
    div[id*="pnlFindContacts"] .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-2 {
        width: 25%;
        float: left;
    }
    div[id*="pnlFindContacts"] .col-md-10,
    div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-5 {
        width: 75%;
        float: left;
    }
    .community-members select.form-control {
        margin-bottom: 10px;
    }
    .community-members > .row > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .summary-edit .Content {
        flex-wrap: wrap;
    }
    .summary-edit .img-container,
    .summary-edit .text-container {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
        display: block;
    }
    .summary-edit .img-container img {
        margin-left: auto;
        margin-right: auto;
    }
    .summary-edit .text-container {
        padding-left: 0;
    }
    .summary-edit .img-container + .text-container {
        padding-top: 20px;
    }
    div[id*="FindContactsPanel"] .col-md-offset-2.col-md-10,
    div[id*="MessageTable"] .col-md-offset-2.col-md-10 {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .full .row-full div[class*="section"] {
        padding-left: 0;
        padding-right: 0;
    }
    .home .hero {
        padding-right: 15px;
    }
    #HEADER {
        padding-left: 10px;
        padding-right: 10px;
    }
    .featured-img {
        display: none;
    }
    .featured-section ul {
        flex-basis: 100%;
    }
    .home .bg-gray .HLLandingControl .featured-section ul li {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #MPOuterFooter {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .HLEngagement .Content {
        max-width: calc(100% - 75px);
    }
    .home .HLEngagement .prev-arrow {
        transform: translate(-100%,-50%);
    }
    .home .HLEngagement .next-arrow {
        transform: translate(100%,-50%);
    }
    .community-list {
        flex-wrap: wrap;
    }
    .community-list > .col-md-7,
    .community-list > .col-md-5 {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
    }
    span[id*="imgIsMember"] {
        float: left;
    }
    .community-list div[id*="pnlAttributes"] .pull-right,
    .community-list div[id*="pnlEnterJoin"] .pull-right {
        float: left !important;
    }
    .community-members .col-md-2.col-sm-4.col-xs-6.text-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .JoinLeaveLink a[id*="lbJoin"] {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }
}
@media (max-width: 767px) {
    #searchColumn {
        display: block;
    }
    /****EL - BEGIN Commented Out ****/
    /*
    .search-bar-top {
        display: none;
    }
    */
    /****EL - END Commented Out ****/
    #NAV {
        margin-top: -50px;
    }
    #NAV .navbar-nav {
        float: none;
    }
    .navbar-default .navbar-nav>li>a, 
    .navbar-default .navbar-nav>.active>a, 
    .navbar-default .navbar-nav>.disabled>a {
        padding: 10px 20px;
    }
    .dropdown-menu > li:not(:last-child) {
        border-bottom: none;
    }
    .navbar-default .navbar-nav>li>a {
        border-top: 1px solid #F0F0F0;
    }
    .nav .open>a, 
    .nav .open>a:hover, 
    .nav .open>a:focus {
        border-color: #f0f0f0;
    }
}
@media (max-width: 550px) {
    .HLLandingControl:not(.HLEngagement) .ByLine:not(:empty) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .HLLandingControl h5 {
        display: none;
    }
    #FOOTER > .row:first-child .ContentItemHtml {
        flex-basis: 100%;
    }
    #MPFooter + .row,
    #FOOTER #MPCopyright,
    #FOOTER .attribution {
        float: none;
        text-align: left;
    }
    .HLLandingControl ul:not(.dropdown-menu) li {
        padding: 15px 0;
    }
    /*.HLLandingControl ul li .row.title-row .col-md-2 {
        width: 26px;
    } */ /* removed 09302020 ptb */
    .HLLandingControl ul li .row.title-row .col-md-10, 
    .HLLandingControl ul li .row.title-row .col-md-7 {
        width: calc(100% - 36px);
    }
    .home .col-md-8 .HLLandingControl ul li {
        padding-left: 35px;
    }
    .home .col-md-8 .HLLandingControl ul li .row.title-row .col-md-2 {
        width: 26px;
        left: -35px;
    }
    .home .col-md-8 .HLLandingControl ul li .row:not(.title-row) {
        display: none;
    }
    .home .HLLandingControl ul li a[id*="lnkDisplay"] {
        width: 26px;
        height: 26px;
    }
    h1, .h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .home .hero {
        padding-top: 50px;
        padding-bottom: 165px;
    }
    .quick-link.icon em a::before {
        font-size: 20px;
        margin-right: 10px;
    }
    .home .col-md-4 .HLLandingControl ul li, 
    .home .bg-gray .HLLandingControl ul li, 
    .HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li {
        padding: 15px;
    }
    .home .HLRecentBlogs.HLLandingControl ul li,
    .home .col-md-4 .HLDiscussions ul li {
        padding-bottom: 40px;
    }
    .HLEventList ul li .col-md-2 {
        top: 15px;
        right: 15px;
    }
    .quick-link-container {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding: 15px;
    }
    .footer-logo img {
        max-height: 40px;
    }
    .ItemRatingCommentPanel {
        display: none;
    }
}
@media (max-width: 480px) {
    .Welcome ul {
        width: 300px;
    }
    a[id*="Welcome_Details_ProfileLink"] {
        width: 40px;
        height: 40px;
    }
    #ProfileContainer .panel-body > .row .col-md-9,
    #ProfileContainer .panel-body > .row .welcome-links {
        padding-left: 60px;
    }
    #ProfileContainer .panel-footer {
        padding-left: 70px;
    }
    .rowContainer.community-list div.pull-right.margin-top-small a.btn {
        width: auto;
    }
    div[id*="pnlFindContacts"] .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-2,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-2 {
        width: 100%;
        text-align: left;
        float: none;
    }
    div[id*="pnlFindContacts"] .col-md-10,
    div[id*="MessageTable"].form-horizontal .form-group:first-child .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(2) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(3) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(4) .col-md-5,
    div[id*="MessageTable"].form-horizontal .form-group:nth-child(5) .col-md-5 {
        width: 100%;
        float: none;
    }
    .community-members .col-md-2.col-sm-4.col-xs-6.text-center {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/************ Color Picker Specifics ************/

/****** basics ******/
h2, .h2 {
    color: #04549A;
}
h2 span::after,
.panel-title span::after {
    border-bottom-color: #FEBF23;
}
h3, .h3, .HLLandingControl h3 a {
    color: #04549A;
}
h4, .h4 {
    color: #04549A;
}
.HLLandingControl h4, 
.HLEngagement h3 {
    color: #04549A;
}
a {
    color: #04549A;
}
a:hover,
a:focus {
    color: #FEBF23;
}
.alert-warning {
    color: #04549A;
}
.hltags ul.tagit input[type="text"]::placeholder {
    color: #FEBF23;
}

/*** buttons ***/
.make-buttons em a,
.btn.btn-success,
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success,
div[id*="ExportUpdatePanel"] input.btn.btn-default,
div[id*="ExportUpdatePanel"] input.btn.btn-default:hover,
div[id*="ExportUpdatePanel"] input.btn.btn-default:focus,
.profile a[id*="AllCommunities"].btn.btn-default {
    background-color: #FEBF23;
    border-color: #FEBF23;
    color: #fff;
}
.hero-make-buttons em a,
.btn.btn-primary,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.btn.btn-info,
.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-primary,
.btn.btn-default[id*="btnDownload"],
.member-directory .actions .btn:first-of-type {
    background-color: #04549A;
    border-color: #04549A;
    color: #fff;
}

/****EL - BEGIN Commented Out ****/
/* .btn.btn-default,
a[id*="backButton"].btn.btn-default.btn-back {
    color: #04549A;
} */
/****EL - BEGIN Commented Out ****/

div[id*="BottomLink"] a:hover, 
div[id*="BottomLink"] a:focus, 
div[id*="More"] a:hover,
div[id*="More"] a:focus,
.home .HLRecentBlogs a[id*="BlogList_More"]:hover,
.home .HLRecentBlogs a[id*="BlogList_More"]:focus,
a[id*="backButton"].btn.btn-default.btn-back:hover,
a[id*="backButton"].btn.btn-default.btn-back:focus {
    color: #FEBF23;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, 
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background-color: #FEBF23;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, 
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #04549A;
}

/****** header ******/

/*** login ***/
#Welcome_LoginLink {
    background-color: #04549A;
}
/****EL - BEGIN Commented Out ****/

/*** search ***/
/*
.search-bar-top .glyphicon-search::before,
#searchColumn .glyphicon-search::before,
.custom-search-form .glyphicon-search::before,
.search-bar .glyphicon-search::before,
.glyphicon-search::before {
    color: #FEBF23;
}*/

/****EL - End Commented Out ****/

.faceted-search-main .meta-block a,
.faceted-search-main .fs-result-row .owner-name {
    color: #04549A;
}

/*** nav ***/
#NAV .navbar-default .navbar-nav>.dropdown>a .caret {
    color: #FEBF23;
}
#NAV .navbar-default .navbar-nav>.active>a,
#NAV #MPButtonBar .dropdown-menu .active > a, 
#NAV #MPButtonBar li .dropdown-menu .active > a:hover, 
#NAV #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover, 
#NAV #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover,
#MPOuterMost .dropdown-menu .active > a,
#MPOuterMost .dropdown-menu .active a:hover {
    color: #FEBF23;
}
#NAV .navbar-default .navbar-nav>li>a:hover, #NAV .navbar-default .navbar-nav>li>a:focus,
#NAV .navbar-default .navbar-nav>.active>a:hover, #NAV .navbar-default .navbar-nav>.active>a:focus,
#NAV .navbar-default .navbar-nav>.disabled>a:hover, #NAV .navbar-default .navbar-nav>.disabled>a:focus,
#NAV .navbar-default .navbar-nav>.open>a, #NAV .navbar-default .navbar-nav>.open>a:hover, #NAV .navbar-default .navbar-nav>.open>a:focus {
	color: #FEBF23;
}
#NAV .dropdown-menu > li > a:hover,
#NAV .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FEBF23;
}
.navbar-toggle {
    background-color: #04549A;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #FEBF23;
}
#NAV .dropdown-menu>.active>a, 
#NAV .dropdown-menu>.active>a:hover, 
#NAV .dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    background-color: #04549A;
}

/****** homepage content ******/
.hero::before {
    background-color: #04549A;
}
.quick-link em a {
    background-color: #04549A;
}
.quick-link em a:hover,
.quick-link em a:focus {
    background-color: #FEBF23;
}
.top-tiles ul.slick-dots li.slick-active {
    background-color: #04549A;
}

/****** landing controls ******/
.HLEventList .date-block {
    background-color: #04549A;
}
.HLEventList li:hover .date-block,
.HLEventList li:focus .date-block {
    background-color: #FEBF23;
}
.home .HLEventList li:hover, 
.home .HLEventList li:focus, 
.HLEngagement .display-horizontal li:hover, 
.HLEngagement li:focus, .top-tile:hover, 
.top-tile:focus {
    box-shadow: 0 3px #FEBF23;
}
.HLEngagement .points-label {
    background-color: #FEBF23;
}
.home .HLEngagement .row.title-row .col-md-9 a:hover,
.home .HLEngagement .row.title-row .col-md-9 a:focus {
    color: #04549A;
    text-decoration: underline;
}
.home .col-md-4 .HLDiscussions a[id*="DiscussionList_More"]:hover,
.home .col-md-4 .HLDiscussions a[id*="DiscussionList_More"]:focus {
    color: #FEBF23;
}
.home .HLEngagement .slick-arrow {
    background-color: #04549A;
}

/****** footer ******/
#MPOuterFooter a:hover,
#MPOuterFooter a:focus {
    color: #FEBF23;
}
.footer-social-icons a:hover,
.footer-social-icons a:focus {
    color: #FEBF23;
}

/****** nav tabs ******/
.nav-tabs > li > a {
    color: #04549A;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
    background-color: #04549A;
}

/****** pagination ******/
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #FEBF23;
    border-color: #FEBF23;
}
.pagination-container {
    border-top: 2px solid #f4f4f4;
}

/****** profile page ******/
 /****EL - BEGIN Commented Out ****/
 /*
#ProfileContainer .panel-footer a[id*="logoutLink"] {
    background-color: #FEBF23;
    border-color: #FEBF23;
}*/
 /****EL - END Commented Out ****/


/****** interior page headings ******/
#PageTitleH1::after {
    border-color: #FEBF23;
}
#PageTitleH1::before {
    background-color: #04549A;
}

/****** library page ******/
.library-list h3 span i.text-muted {
    color: #FEBF23;
}   

/****** discussions page ******/
div[id*="MessagePanel"] span[id*="ThreadFollowIcon"] i {
    color: #FEBF23;
}

/****** blogs ******/
div[id*="TotalRatingLikePanel"]::before {
    color: #FEBF23;
}

/****** member directory ******/
div[id*="DisplayContacts"] input[id*="BackTop"].btn.btn-default {
    color: #04549A;
}
div[id*="DisplayContacts"] input[id*="BackTop"].btn.btn-default:hover,
div[id*="DisplayContacts"] input[id*="BackTop"].btn.btn-default:focus {
    color: #FEBF23;
}

/******  community homepage ******/
.JoinLeaveLink a[id*="lbJoin"],
.summary-edit em a {
    background-color: #FEBF23;
    border-color: #FEBF23;
}
span.label.label-admin {
    background-color: #FEBF23;
}

/****** ideation ******/
.ideation-vote span.badge.badge-default.active.background-#04549A {
    background-color: #FEBF23;
    border-color: #FEBF23;
}
.ideation-vote span.badge.badge-default.active.up:hover, 
.ideation-vote span.badge.badge-default.active.background-#04549A:hover {
    background-color: #FEBF23;
    border-color: #FEBF23;
}

/* changed this class from col-md-4 to 3. the col-md-4 remains in master so delete it after validating this fix */
.profile > .row:first-child > .col-md-3 {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 30px;
    box-shadow: 0 2px 4px 0 rgba(198,198,198,0.5), 0 2px 20px 0 rgba(206,206,206,0.5);
}

.profile .col-md-9 .col-md-12.section2 {
     padding-left: 15px;
}







/* begin additive CSS for Theme */
/* fixes profile welcome box log out button display in header - do not remove */
.profile > .row:first-child > .col-md-4 {
    margin-right: 15px;
    padding-top: 15px 10px 0;
}
#ProfileContainer .panel-footer a[id*="logoutLink"] {
    padding: 7px 10px;
    text-transform: none;
}
#ProfileContainer .welcome-links .btn {
    text-transform: none;
}
#ProfileContainer.dropdown-menu .panel-body {
     padding: 15px 20px 10px 20px;
}
.profile > .row:first-child > .col-md-3,  .profile > .row:first-child > .col-md-4 {
    background-color: white;
    box-shadow: none;
}
.profile > .row:first-child > .col-md-3 .alert {
    padding: 0;
    border: none;
    background: transparent;
}
.profile > .row:first-child > .col-md-3 h2 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
}
.col-md-3 .nav.nav-pills.nav-stacked li.active {
    margin-left: 0 !important;
}
.profile > .row:first-child > .col-md-3 .btn-edit {
    border-color: #d9d9d9;
    font-size: 16px;
    line-height: 16px;
    padding: 2px;
}
.profile-inbox {
    margin-top:55px;
}
.manage-settings .ui-widget-content {
    border:none;
}
.manage-settings .nav-tabs > li > a {
    border: none;
    background-color: transparent;
}
.manage-settings .ui-widget-header {
    padding: 15px 0 0 !important;
    margin-bottom: 15px;
}
.manage-settings .ui-tabs .ui-tabs-panel {
    padding: 20px 0;
}
.manage-settings legend {
    font-size: 16px;
}
#MessageListContainer  .dropdown-menu>li>a[id*="ProfileImage"] {
    border-radius:0 ;
    background-color: #fff;
    width: auto;
    height: 28px;
}
.community-notifications .email-settings.table {
    font-weight: normal;
    font-size: 14px;
}
/* profile inbox spatial fixes */
#MessageListContainer  .dropdown-menu>li>a[id*="ProfileImage"] {
    border-radius:0 ;
    background-color: #fff;
    width: auto;
    height: 28px;
}
.inbox .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 0;
}
.inbox  a.list-group-item.unread {
    font-weight: normal;
}
.inbox > div > div > div.row {
    margin-top: 50px;
}
.inbox-list .margin-bottom-medium {
    margin-bottom: 20px;
}
.inbox-list #composeMessageContainer {
    margin-bottom: 15px;
}
.profile a[id*="MessagesCount"] {
    font-weight: normal;
    font-size: 14px;
}
/* fixes library view and filter options - no not remove */
.librarydocuments .col-md-8.text-right > div.form-inline {
     margin-top: 25px;
}
div[id*="DocumentPanel"] .btn-group .dropdown-toggle  {
    text-transform: none;
    color: #000;
    font-size: 12px;
    line-height: 1.4; 
     border: 1px solid #dcdcdc;
     padding: 6px 12px ;
}
.librarydocuments  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    padding-bottom: 0;
}
ul.DiscussionContentContainer>li .pnl-row-item {
    background-color:transparent;
}
.panel-form {
    background: #ffffff;
}
/* fixes skiplinks display on loggout - do not remove */
.skiplinkholder a, .skiplinkholder a:link, .skiplinkholder a:visited {
    display: block;
    width: auto;
    position: absolute;
    top: -999;
    left: -200%;
    z-index: 10000;
}
/* fixes made to show content type in search results - no not remove */
.faceted-search-main .fs-result-row a.focus-search span.focus-search  {
     display: inline-block;
     margin-right: 5px;
}
#NAV #MPButtonBar .dropdown-menu > li > a, #MPOuterMost .dropdown-menu > li > a {
    text-transform: none;
    padding: 6px 12px;
}
.HLLandingControl ol li, .HLLandingControl ul li {
    padding-bottom: 0px;
}
.HLLandingControl ol li:last-child, .HLLandingControl ul li:last-child {
    border-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}
#NAV .dropdown-menu > li:not(:last-child), .dropdown-menu > li:not(:last-child) {
    border-bottom: none;
}
ul.nav.navbar-nav > li {
    text-align: left;
    background-color: transparent;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .01em;
}
.config-table-adjust table {
     table-layout: fixed;
     width: 100%;
     margin-top: 15px;
}
.config-table-adjust table tbody > tr > td {
    border-top: 1px solid #f4f4f4;
}
.saml-button-fix {
     font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
#NAV .navbar-default .navbar-nav>li>a, #NAV .navbar-default .navbar-nav>.active>a, #NAV .navbar-default .navbar-nav>.disabled>a {
   padding: 15px 20px;
}
.hl-type {
    display: block;
}

.nav-tabs > li > a { 
    text-transform: none;
}
/* fixes profile welcome box log out button display in header - do not remove */
#ProfileContainer .panel-footer a[id*="logoutLink"] {
    padding: 7px 10px;
    text-transform: none;
}
#ProfileContainer .welcome-links .btn {
    text-transform: none;
}
#ProfileContainer.dropdown-menu .panel-body {
     padding: 15px 20px 10px 20px;
}
.Welcome ul h4 {
    text-transform: none;
}
/* fixes members add to contacts button display on profile - no not remove */
.member-directory .actions .btn:last-of-type {
    background-color: #77A3A2;
    border-color: #77A3A2;
    color: #fff;
}
@media (min-width: 768px)  
{
     /* #NAV .row {
         margin-left: -15px;
         margin-right: -15px; 
     } */
}
/* fixes header profile-search input */
@media (max-width: 1550px) {
    #MPheader {
        padding-right: 0;
    }
}
/* people selector on the profile messages modal */
/* Corner radius */
.ui-corner-all,
 .ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
 .ui-corner-all,
.ui-corner-top,
 .ui-corner-right,
 .ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
 .ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius:0;
}
.ui-corner-all,
 .ui-corner-bottom,
.ui-corner-right,
 .ui-corner-br {
	border-bottom-right-radius: 0;
}
.profile ul.tagit li.tagit-new {
    padding: 0;
}


/* Component containers
----------------------------------*/
 .ui-widget {
	font-size: 14px;
}
.ui-widget .ui-widget {
	font-size: 14px;
}
 .ui-widget input,
 .ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 14px;
}

.ui-widget-content {
	background-color: #ffffff;
        background-image:none;
}
.ui-widget-header {
	background-color: #cccccc;
        background-image:none;
	font-weight: normal;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
 .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background-color: #e6e6e6;
        background-image:none;
}
 .ui-state-hover,
 .ui-widget-content .ui-state-hover,
 .ui-widget-header .ui-state-hover,
.ui-state-focus,
 .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #ebebeb;
        background-image:none;
	font-weight: normal;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background-color: #ffffff;
        background-image:none;
	font-weight: normal;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #ebebeb;
        background-image:none;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: normal;
}
 ul.tagit li.tagit-choice-editable {
    padding: 2px 20px 2px 5px;
}
.a-item.ui-corner-all div.image {
     min-width: 60px;
}

.column-fix .col-md-3.section1 {
    display: block !important;
}

.row-bg-grey {
   background-color: #f2f2f2;
}

.advanced-search-container {
  display:none;
}

/**** PB/EL - Override CSS - 9_10 - *****/


/***Begin PB Overrides***/

/* fixes initial header load without logo */
#MPheader {
    min-height: 120px;
}
/* fixes recent blogs image collapse issue for no content */
.home .HLRecentBlogs .featured-img.bg-image {
    min-height: 200px;
}
/* fix tab bottom line spacing */
.nav-tabs > li > a {
    line-height: 1.428;
}
.nav-tabs>li {
    margin-bottom: 0;
}
/* fixes recomment button spacing */
.btn-recommend-yes {
    padding: 5px 10px;
}
.CommentPanel.ItemRatingCommentPanel .btn-success{
   border-top-left-radius: 3px;   
   border-bottom-left-radius: 3px;   
   margin-right: -4px; 
}
.CommentPanel.ItemRatingCommentPanel .btn:first-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.CommentPanel.ItemRatingCommentPanel .btn:nth-child(2) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;

}


/***Begin EL Overrides***/

/***For FOUC****/

#tinymce{
	visibility:visible;
}

/****Profile Welcome Panel Dropdown****/
#ProfileContainer .panel-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#ProfileContainer .alert-warning, #ProfileContainer .alert-success {
    color: #5f4b29;
    background-color: #fcf8e3;
    border-color: #fbeed5;        
}


/****GLobal Search Input*****/

#searchColumn .form-control {
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    height: 26px;
    background: transparent;
    box-shadow: none;
}
#SearchControl_WholeSearch > .input-group > .input-group-btn {
    width: auto;
}
#searchColumn .SearchInputs {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f8fa;
    overflow: hidden;
}
#MPSearchBlock {
    margin-top: 0px;
    margin: 0 15px;
}
#searchColumn {
    display: block;
}
#SearchControl_WholeSearch > .input-group {
    display: flex;
    align-items: center;
}
#SearchControl_WholeSearch > .input-group > .input-group-btn {
    width: auto;
}
#MPSearchBlock button[id*="SearchButton"], #searchColumn button[id*="SearchButton"], .custom-search-form a[id*="btnSearch"], .search-bar .btnSearch {
    border: none;
    background: transparent;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 0;
}
#SearchControl_SearchButton {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
    #searchColumn {
        float: none !important;
        max-width: none;
        width: 100%;
        margin-top: 7.5px;
    }
}



/**** EL - Override CSS - 9_16 - *****/

/****Fix for 'Sync External Database' in Admin not being visible due to inheriting protected Themes***/
body.Empty{
    visibility: visible;
}

/*All communities List tweaks to fit eConverseJS*/
.community-list h3 {
    margin-bottom: 10px;
}
.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

/**No data Modal for MAM on homepage**/
.home .HLEngagement .Content .callout{
    border: none;
}

/****Footer Attribution Fixes***/

.hl-attribution {
    float: left;
}

.econverse-attribution {
    float: right;
}

/* ptb - fixes display of SERP text input */
#FacetedSearchInput {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
}

/***EL - Adds caret symbol back to "more info" link for top tiles****/
.top-tile a span::after {
    font-family: FontAwesome;
    content: '\f0da';
    margin-left: 5px;
}

/****EL - New Search control missing theme specific glyphicon CSS. Added back in***/

#SearchControl_SearchButton .glyphicon-search::before {
color: #FEBF23;
    vertical-align: unset !important;
    font-size: 14px;
    line-height: 26px;
}

/**EL - row-full paddding issue fix***/

.row-full .col-md-12[class*="section"] {
    padding-left: 0;
    padding-right: 0;
}

/*****EL - Allow for Vertical MAM config w/Slick ****/

.HLEngagement ul.display-vertical li {
    border: 1px solid #E8E8E8;
    margin: 15px;
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 20px;
}


#MPOuterMost .HLLandingControl.HLEngagement .ByLine {
    display: block;  
}

.home .HLLandingControl.HLEngagement ul li {
    flex: 1;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin: 15px;
    position: relative;
    color: #484848;
    background: #fff;
}


/**EL - Button Spacing fix for inline action button on widget headers***/

.make-buttons em a,
.btn.btn-success,
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success,
div[id*="ExportUpdatePanel"] input.btn.btn-default,
div[id*="ExportUpdatePanel"] input.btn.btn-default:hover,
div[id*="ExportUpdatePanel"] input.btn.btn-default:focus,
.profile a[id*="AllCommunities"].btn.btn-default {
    margin-bottom: 5px;
}

/***EL - Width fix for homepage widgets to make margin consistent across similar control types***/
.home .col-md-4 .HLLandingControl ul li, .home .bg-gray .HLLandingControl ul li, .HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li, .home .HLLandingControl.HLEventList .Content > .row > .col-md-12 > ul li{
margin-left: 0;
margin-right: 0;
}


/*****EL - 11.22.20 - fix to allow flexible width for variable sized navbars experienced during theme upgrades****/
#MPButtonBar{
    display: flex;
    align-items: stretch;
justify-content: space-between;
}

#MPButtonBar #Logo, #MPButtonBar nav.navbar.navbar-default {
    display: flex;
    align-items: center;
 
}

#MPButtonBar #Logo > .col-md-12{
    display: flex;
}

#MPContentArea{
	padding-top: 20px;
}

@media (max-width: 1000px){
    #HEADER, #Logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    #MPButtonBar, #MPButtonBar #Logo, #MPButtonBar nav.navbar.navbar-default, #MPButtonBar #Logo > .col-md-12{
        display: block;
    }
}

/***Nav/Logo/Header - Spacing fixes*****/

#MPheader {
    min-height: 90px;
}


#Logo img {
    max-height: 85px;
}

.home .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .15;
}

/*** fonts ***/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
color: #222
}
  
body {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
  /*  line-height: 21px; */
color: #484848;
}

.fal {
    font-weight: 300;
    font-size: 20px;
    padding: 10px;
}

.top-tile a span::after {
   display:none;
}

.profile > .row:first-child > .col-md-4 {
    margin-right: 0;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
  
body, a, p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
  /*  line-height: 21px; */
}/* Color Picker */
/* VERSION 33 */
/********************* 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: #04549A;

/*
  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: #04549A;  
}  

fieldset legend {


  background-color: #04549A;


  border-color: #04549A;

/*
  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: #FEBF23;  
}  


.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: #04549A;  
}    

/************************ 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: #04549A;  
}  

.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {


  background-color: #04549A;

/*
  color: ;
*/
}    

.lblratingBig {
  color: #04549A;  
}  

/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {


  background-color: #04549A;

/*
  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: #FEBF23;  
}  

/*
#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: #FEBF23;      
  border-color: #FEBF23;  
}  

/*
.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: #04549A;

/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {


  background-color: #04549A;

/*
  color: ;
*/
}    

#MPButtonBar .dropdown-menu {
  background-color: #FEBF23;  
}  

/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/

#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: #FEBF23;  
  }  

#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: #04549A;

/*
  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: #04549A;
}


.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: #FEBF23;
}
/************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  
  --hl-bs--primary: #04549A;
  --hl-bs--selected: #04549A26;
  

  /*
  --hl-bs--primary-opposite: ;
  */
  
  /*
  --hl-bs--link: ;
  */

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  
  --hl-bs--secondary: #FEBF23;
  --hl-bs--secondary-selected: #FEBF2326;
  
}

/* 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;
  */
  
  /*
  --hl-bs--btn-primary-bg: ;
  */
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */
  
  /*
  --hl-bs--btn-success-bg: ;
  */
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */
  
  /*
  --hl-bs--btn-danger-bg: ;
  */
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  /*
  --hl-bs--btn-link-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */
}/************************ 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: #04549A;
        
    /* 
    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: #04549A;
    border-color: #04549A;
     
    /* 
    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)), #04549A;
    border-color: #04549A;
     
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
     
    background-color: #04549A;
    border-color: #04549A;
    
}

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)), #04549A;
    border-color: #04549A;
    
}

body.ribbit :not(.no-theme) .btn-primary:focus {

     
    box-shadow: 0 0 0 3px #04549A7F;
    
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
     
    background-color: #04549A;
    border-color: #04549A;
    
}

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)), #04549A;
    border-color: #04549A;
    
}

body.ribbit :not(.no-theme) .btn-success:focus {

     
    box-shadow: 0 0 0 3px #04549A7F;
    
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

     
    color: #04549A;
    
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
     
    background-color: #04549A;
    border: #04549A;
    
}

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)), #04549A;
    
}



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: #04549A;
    border-color: #04549A;
    
}


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 #04549A7F;
    
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

     
    color: #04549A;
    
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
     
    background-color: #04549A;
    border-color: #04549A;
    
}

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)), #04549A;
    
     
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), #04549A; 
    
}


/********* 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: #04549A;
    border-color: #04549A;
    
}


body.ribbit :not(.no-theme) .primary-button-background-color {

     
    background-color: #04549A !important;
    
}


body.ribbit :not(.no-theme) .primary-button-border-color {

     
    color: #04549A !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: #04549A !important;
    
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

     
    background-color: #04549A;
    border-color: #04549A;
     
    /* 
    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: #04549A;
    border-color: #04549A;
     
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

     
    background-color: #04549A !important;
    
}

body.ribbit :not(.no-theme) .success-button-border-color {

     
    color: #04549A !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: #04549A !important;
    
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
     
    fill: #04549A;
    
}
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: #04549A;
     
}

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: #04549A;
     
}

/*************** 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: #04549A;
    
     
    border-bottom-color: #04549A;
     
}

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: #04549A;
    
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
     
    background-color: #04549A;
    
}

body.ribbit :not(.no-theme) .row.secondary-row {    
     
    background-color: #FEBF2390;
    
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
     
    background-color: #04549A;
    border-color: #04549A;
     
}

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)), #04549A;
    border-color: #04549A;
    
}

/*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: #04549A !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: #04549A !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: #FEBF23 !important;
}

  


.landing-control-title-text-color {
  color: #04549A !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: #04549A !important;
}

  


.table-header-background-color {
  background-color: #04549A !important;
}

  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  


.unselected-menu-background-color {
  background-color: #FEBF23 !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: #04549A !important;
}

  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  


.hover-menu-background-color {
  background-color: #FEBF23 !important;
}

  


.hover-menu-selected-background-color {
  background-color: #04549A !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 */
.global-events [id*="_ShowEventsInDiv"], .global-events [id*="_CommunityFilterPanel"], .global-events [id*="_tblPrevMonth"]  {display:none;}
.chapter-events [id*="_ShowEventsInDiv"], .chapter-events [id*="_tblPrevMonth"]  {display:none;}

[id*="_EventTypeLabel"]  {display:none;}
.chapter-events .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):nth-child(2) {display:none;}
.global-events .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):nth-child(2) {display:none;}

html body {
  height: unset
 }