/* Background Images and Footer */
#MPCopyright { clear: both; float: none; text-align: center; }
/* Theme Roller */
.style-guide tr td {
    padding: 10px;
    vertical-align: middle;
    border: solid;
    border-width: 1px;
    background-color: #fff;
    border-color: #ededed;
}

.style-guide th {
    padding: 10px;
    vertical-align: middle;
    color: inherit;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}

.style-guide tr:nth-child(2n) {
    border-bottom: 1px solid #ededed;
    background: #fff;
}

#MPOuterMost #MPOuter .bootstrap-4 .btn-icon-alt-secondary,
#MPOuterMost #MPOuter .bootstrap-4 .btn-success,
#MPOuterMost #MPOuter .bootstrap-4 fieldset.icon-radio-group label input[aria-checked="true"]+* {
    background-color: transparent;
    border: 1px solid #003a62;
    color: #003a62;
}

#MPOuterMost #MPOuter .bootstrap-4 .create-new-entry {
    color: #fff;
    border: none;
}

#MPOuterMost #MPOuter .bootstrap-4 .page-link:hover {
    background-color: #003a62;
}

#MPOuterMost #MPOuter .bootstrap-4 .btn-icon-primary {
    color: #000;
}

/*  stop the content overflowing to the sides, especially with negative margins on .row */

#MPOuterMost {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* hide .HtmlFooter and .MPBottomMenu, both of which add extra padding/whitespace */

#MPCopyright,
#MPFooterLinkContent,
#MPFooterLink,
#MPFooter,
#FOOTER>.row:last-child,
.HtmlFooter,
.MPBottomMenu {
    display: none;
}

/* remove bottom margin from empty paragraphs (eg. in widgets) to avoid whitespace */

p:empty {
    margin-bottom: 0;
}

/* this one's not HL-specific */

/* centres all background images created using the bg image JS/ajax calls for images */

#PageTitleH1,
.bg-hero,
.bg-image,
.img-container {
    background-size: cover;
    background-position: center;
}



/* avoids 1px tall sections, especially when they hold JS but no content */

/* can be less specific, but might break other HL functionality */

.home .col-md-12[class*="section"] {
    min-height: 0;
}

/* allows for word breaking for emails and profile inbox messages */

body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* overrides the above word breaking for yes/no toggle buttons in create event */

#event-additional-details-container {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
}

/* resets the padding on col-md-12 full-width sections */

.row-full .col-md-12[class*="section"] {
    padding: 0;
}

.row-full .col-md-6[class*="section"],
.row-full .col-md-8[class*="section"],
.row-full .col-md-4[class*="section"],
.row-full .col-md-3[class*="section"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* reset alerts to neutral colours */

.alert-warning,
.alert-success,
.ideation-home .alert.alert-success,
.ideation-detail .alert.alert-success {
    color: inherit;
    background-color: #f7f7f7;
    border-color: #ccc;
    color: #333;
}

/*** fix Add Event button styling ***/

.HLEventList .Content>div[id*="ContentPanel"]>.col-md-12.no-pad>.pull-right {
    float: none !important;
    text-align: right;
}

.HLEventList .Content>div[id*="ContentPanel"]>.col-md-12.no-pad>.pull-right+br {
    display: none;
}

@media (max-width: 768px) {

    .btn-group>.btn,
    .btn-group-vertical>.btn {
        float: left;
    }
}

/*** fixing non-responsive images ***/

img {
    max-width: 100%;
}

/* Adding in an acception for Executive Committee */

.media-left img {
    max-width: initial;
}


/*** fixing lack of wrapping on community settings dropdown buttons ***/

.CommunityManagementGearStatusPaddingL {
    white-space: normal;
}

/****** fix missing left-hand profile page content on my contacts page ******/

.text-muted-h2.my-contacts .col-md-3.section1 {
    display: block !important;
}

/* Increasing the left offset for skip to content to be moved off the page */

.skiplinkholder a,
.skiplinkholder a:link,
.skiplinkholder a:visited {
    left: -250000%;
}

.skiplinkholder a:focus,
.skiplinkholder a:active {
    left: 0;
}

/* Stops logo from bleeding out on IE */

.LogoImg {
    width: 100%;
}

/* Hide welcome button */

#BtnShowProfile {
    display: none;
}

/* Hide HL search */

#searchColumn {
    display: none;
}

@media (max-width: 1120px) {
    #searchColumn {
        display: block;
    }

    body:not(.ribbit) #searchColumn {
        float: none !important;
        max-width: 100%;
    }

    #MPSearchBlock {
        margin-top: 20px;
    }
}

.col-md-12 {
    float: none;
}

#searchColumn .form-control::placeholder {
    font-style: normal;
}

/* All HL buttons that aren't primary or secondary */

/* HL Cancel Button */

.btn-group>.btn+.dropdown-toggle {
    padding: 6px;
    border: none;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.open .dropdown-toggle.btn-default .btn-default,
.btn-default[disabled],
.btn-default-override {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    color: #fff;
    border: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default .welcome-links a[id*="communitiesLink"] span {
    color: #ffffff;
}


.welcome-links a,
.interior .btn:not(.btn-secondary):not(.dropdown-toggle):not(#Welcome_LoginLink) {
    border-radius: 2px;
    border: none;
    transition: 0.3s;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
}

.librarydocuments.interior .btn:not(.btn-secondary):not(.dropdown-toggle):not(#Welcome_LoginLink).btn-ghost,
.librarydocuments.interior .btn:not(.btn-secondary):not(.dropdown-toggle):not(#Welcome_LoginLink).btn-link{
    color: #000;
}

.interior .btn:not(.btn-secondary):not(.dropdown-toggle).btnSearch,
.interior .inbox-list a.btn.btn-success {
    padding: 7px 10px;
}

.btn {
    position: relative;
    z-index: 0;
}

.btn.btn-default.btnSearch,
a[id*="InboxTab_ucSimpleSearchMessage"] {
    border-radius: 0 !important;
    padding: 8px;
}

.btn.btn-default.btnSearch {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    color: #fff;
}

a[id*="backToDiscussions"],
a[id*="MessagesCount"] {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
}

a[id*="MessagesCount"].btn:hover * {
    color: #fff;
}

/* Open dropdown toggle */

.open .dropdown-toggle.btn-success {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
}

.open .dropdown-toggle.btn-default {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    color: #fff;
}

.form-group .bootstrap-select.btn-group {
    background-color: transparent;
    box-shadow: none;
}

/* Dropdown toggle caret */

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: transparent;
}

.btn-default .caret,
.btn-success .caret {
    border-top-color: #fff;
}

.btn-default:hover .caret,
.btn-default:focus .caret,
.btn-success:hover .caret,
.btn-success:focus .caret {
    border-top-color: #fff;
}

.open .btn-success {
    border-radius: 0;
}

.open .btn-success .caret {
    border-top-color: #fff;
}

.bootstrap-select.open .dropdown-toggle.btn-default {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    color: #fff;
    transition: none;
}

.btn-group:not([data-toggle="buttons"])>.btn,
.btn-group-vertical>.btn {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff;
}

/* Primary button */

.btn a i,
.btn a span {
    transition: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: transparent;
}

a[id*="lnkDownloadDoc"],
.btn-primary,
.ideation-home .btn-success,
.community-radio .btn-group .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    transition: 0.3s;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    border-radius: 40px;
    border-radius: 0 !important;
    border: none;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    color: #fff;
}

/* Success button */

.btn-success,
.JoinLeaveLink .btn-primary,
.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    color: #fff;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: none;
    border-radius: 2px;
}

.interior .btn-default[id*="Cancel"],
.interior .btn-default[id*="BtnCancel"] {
    color: #fff;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: none;
    border-radius: 40px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: 1px solid #cc1141;
}

/* Fix HL checkmark color */

.faceted-search-main .facets .checkbox input[type="checkbox"]:checked+label::before {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: 1px solid #cc1141;
}

/* Email Tab Colors */

.nav-pills>li.active>a[id*="btnInbox"]+a,
.nav-pills>li.active>a[id*="btnInbox"]+a:hover,
.nav-pills>li.active>a[id*="btnInbox"]+a:focus {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: none;
    color: #fff;
}

.nav .caret,
.nav a:hover .caret,
.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #cc1141;
    border-bottom-color: #cc1141;
}

/* .nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
} */

.navbar-nav>li>.dropdown-menu {
    border: none;
    border-top: 3px solid #cc1141;
}

/* Profile nav tabs at top */

div[id*="ProfileTabList"] .nav .open>a:hover,
div[id*="ProfileTabList"] .nav .open>a:focus {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border: none;
    color: #fff;
}

/* caret */

.navbar-default .navbar-nav>.dropdown>a .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border: none;
    height: unset;
}

/* remove unwanted margin in contacts */

.list-address-panel {
    margin: 0;
}

/* remove default grey color */

.label-default,
span.label.label-admin {
    background-color: #cc1141;
    opacity: 1;
}

.badge {
    background: #cc1141;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
}

.nav>li:not(.active)>a:hover .badge,
.nav>li:not(.active)>a:focus .badge {
    background-color: #fff;
    color: #cc1141;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #cc1141;
}

.nav-tabs>li>a {
    border: none;
}

/* community list */

.community-list .btn-default {
    background: linear-gradient(0deg, #f4f6f8, #f4f6f8),
        radial-gradient(53.47% 185.8% at 83.96% 50%, #1c88ac 0%, #004785 100%);
    color: #2d2d2d !important;
}

.community-list .badge {
    background-color: #003a62;
}

/* Circular Profile Picture Reset */

.Welcome .imgButton.btn,
a[id*="ProfileImage"]:not([id*="NameLink"]):not([id*="ManageDropDown"]),
a[id*="UserImageDisplay"],
a[id*="Contacts_PictureLink"],
a[id*="lnkDisplay"],
a[id*="Welcome_Details_ProfileLink"],
.list-group-item-image,
a[title="User Name Image"],
a[oldtitle="User Name Image"],
.member-dashboard-img a,
.dashboard-col-3 ul li .col-sm-2 a,
.HLEngagement .Picture a,
td.ProfilePic>a {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #d8d9db;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

.text-muted-h2 a[id*="lnkDisplay"],
.text-muted-h2 [id$='_ImageControl_imgDisplay'] {
    height: 120px;
    width: 120px;
}

.text-muted-h2 .ItemContent.search-results.row a[id*="lnkDisplay"] {
    height: 80px;
    width: 80px;
}

.welcome-profile-image {
    max-height: 26px !important;
}

.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: 26px;
    height: 26px;
    min-height: 26px;
    border: none;
    border-radius: 50px;
}

.profile div[id*="pnlImage"] [id$="_ImageControl_imgDisplay"],
.profile div[id*="pnlImage"] a[id*="lnkDisplay"] {
    width: 140px;
    height: 140px;
}

.profile-img-sm {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

#MessageListContainer .col-sm-2 .form-group a img {
    width: 45px;
    height: 45px;
}

/* Links */

a {
    color: #394147;
    text-decoration: underline;
}

a:hover {
    color: #003a62;
    text-decoration: none;
}

.interior #MainCopy_ContentWrapper .ContentItemHtml .HtmlContent>a {
    font-size: 16px;
}

/* Transitions */

a,
a:hover,
a:focus,
i,
i:hover,
i:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
span,
span:hover,
span:focus {
    transition: 0.3s;
}

a i {
    transition: none;
}

/****** basics ******/

.home .no-pageTitle-padding {
    padding-top: 0;
}

.interior #MainCopy_ContentWrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.interior .row-wide {
    max-width: 1280px;
}

.interior #MainCopy_ContentWrapper div[class*="section"] {
    padding-left: 40px;
    padding-right: 40px;
}

.interior #MainCopy_ContentWrapper div[class*="section"].col-md-12 {
    padding-left: 60px;
    padding-right: 60px;
}

.row.equal-height,
.row.equal-height>div {
    display: flex;
}

.row.equal-height>div {
    margin-top: 30px;
    margin-bottom: 30px;
}

.row.equal-height>div .HtmlContent {
    height: 100%;
}

/*** fonts ***/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.text-muted-h2 h2 {
    font-family: "franklin-gothic-urw", sans-serif;
    color: #394147;
}

h1 {
    font-weight: normal;
    font-size: 42px;
    line-height: 50px;
    color: #052e4a;
}

h2,
.text-muted-h2 h2 {
    font-size: 38px;
    line-height: 46px;
    position: relative;
}

.tabbed-content .row-groups>.container ul li>a,
#MainCopy_ContentWrapper .ContentItemHtml>h2,
.HLLandingControl .heading h2,
.HLLandingControl h2,
.related-links h2 {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #001524;
    padding-bottom: 12px;
    text-transform: uppercase;
    position: relative;
}

#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>h2 {
    font-size: 28px;
    line-height: 28px;
}

#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>h2::before,
.HLLandingControl .heading h2::before,
.HLLandingControl h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(228, 232, 235, 0.4);
}

#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>h2::before {
    background: rgba(228, 232, 235, 1);
}

h3,
h3 a,
.related-links .HtmlContent ul li a {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #002f51;
}

.HLLandingControl h3 a {
    font-size: 24px;
}

h4 {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #002f51;
    letter-spacing: 0.24px;
}

h5 {
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2d2d2d;
}

h6 {
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(57, 65, 71, 0.9);
}

p,
#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>.HtmlContent ul li,
#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>.HtmlContent ul li p,
blockquote {
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

#MainCopy_ContentWrapper .ContentItemHtml>.HtmlContent ul {
    list-style-type: none;
}

#MainCopy_ContentWrapper .ContentItemHtml:not(.related-links)>.HtmlContent ul li::before {
    content: "\2022";
    color: #cc1141;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    margin-left: -15px;
}

blockquote {
    border: none;
    background: transparent;
    position: relative;
    margin: 20px;
}

blockquote::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f10d';
    color: #F4F6F8;
    font-weight: 900;
    display: block;
    position: absolute;
    font-size: 40px;
    left: -20px;
    top: 10px;
    z-index: -1;
}

blockquote::after {
    display: none;
}

blockquote+h4,
blockquote+h4+h6 {
    margin: 0;
    margin-left: 30px;
}

blockquote+h4 {
    margin-top: -22px;
}

.featured-content .HtmlContent p,
.p-large p {
    font-size: 16px;
    line-height: 26px;
}

.ByLine,
.title-row .ByLine,
.HLLandingControl h5 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(57, 65, 71, 0.9);
    letter-spacing: normal;
}

.ByLine a,
.title-row .ByLine a,
.HLLandingControl h5 a {
    color: #cc1141;
}

/* backgrounds */

.bg-blue {
    background: #003a62;
    padding: 80px calc(50% - 600px) 50px;
}

.bg-light-grey {
    background: #f4f6f8;
}

.bg-padding-100>div[class*="col-md-"]>div {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* buttons */

.make-buttons:not(.membership-btn) em {
    display: inline-block;
    margin: -5px;
}

.interior #MainCopy_ContentWrapper .HtmlContent .btn.btn-success.btn-responsive,
.make-all-buttons a,
.dashboard-btn em a,
.make-buttons em a,
a[id*="MoreLink"],
a[id*="hypMore"],
a[id*="lnkMore"],
a[id*="LinkToCalendar"],
a[id*="LinkToCommunityCalendar"],
h2 input[type="submit"] {
    display: inline-block;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border-radius: 2px;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    padding: 14px 20px;
    position: relative;
    z-index: 1;
}

.make-all-buttons a {
    margin: 5px 0;
}

.interior h2 input[type="submit"] {
    padding: 5px 10px;
}

.btn::before,
.make-buttons:not(.link):not(.arrow) em a::before,
.HtmlContent a.btn.btn-success.btn-responsive::before,
.make-all-buttons a::before,
a[id*="MoreLink"]::before,
a[id*="hypMore"]::before,
a[id*="lnkMore"]::before,
a[id*="LinkToCalendar"]::before,
a[id*="LinkToCommunityCalendar"]::before,
.dashboard-btn em a::before {
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
    transition: 0.3s;
}

.btn:hover::before,
.make-buttons:not(.link):not(.arrow) em a:hover::before,
.make-buttons:not(.link):not(.arrow) em a:focus::before,
.HtmlContent a.btn.btn-success.btn-responsive:hover:before,
.make-all-buttons a:hover:before,
a[id*="MoreLink"]:hover::before,
a[id*="MoreLink"]:focus::before,
a[id*="hypMore"]:hover::before,
a[id*="hypMore"]:focus::before,
a[id*="lnkMore"]:hover::before,
a[id*="lnkMore"]:focus::before,
a[id*="LinkToCalendar"]:hover::before,
a[id*="LinkToCalendar"]:focus::before,
a[id*="LinkToCommunityCalendar"]:hover::before,
a[id*="LinkToCommunityCalendar"]:focus::before,
.dashboard-btn em a:focus,
.dashboard-btn em a:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.make-buttons.link em,
.make-buttons.arrow em {
    margin: 0;
}

.make-buttons.link em a,
.make-buttons.arrow em a {
    background: transparent;
    color: #002f51;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
}

.make-buttons.link em a:hover {
    color: #cc1141;
}

.make-buttons.link em a::before,
.make-buttons.arrow em a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    color: #cc1141;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

.make-buttons.arrow em a::before {
    content: "\f061";
    position: absolute;
    right: -14px;
    top: 1px;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.make-buttons.arrow em a:hover::before {
    transform: rotate(0);
    transition: 0.3s;
}

/* Moving Navigation inline with the Logo and TTL and Welcome Content */

/* dynamically set min-width based on nav height with jquery */

#MPAuxNav ul.level1,
#MPAuxNav .top-text-links {
    margin: 0 -10px;
}

#MPAuxNav .top-text-links {
    display: flex;
}

#MPAuxNav ul.level1 li,
#MPAuxNav .top-text-link {
    margin: 0 10px;
}

#MPAUxNav .top-text-link {
    position: relative;
    float: left;
}

#MPAuxNav ul.level1 li:last-of-type,
#MPAuxNav .top-text-links div:last-of-type {
    margin-right: 20px;
}

#NAV {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 600px);
}

#MPheader #Logo {
    position: absolute;
    left: calc(50% - 570px);
    float: left;
    z-index: 10;
    max-width: 175px;
    top: 0;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.02));
    padding: 15px;
    height: 135px;
}

#Logo .col-md-12 {
    padding: 0;
}

#Logo img {
    max-width: 145px;
}

#MPheader>div.row:first-child {
    background: #004371;
    padding: 10px calc(50% - 585px) 7px 0;
}

#MPAuxNav a,
#MPAuxNav ul.level1 li a,
#Welcome_LoginLink {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 0;
    text-decoration: none;
    background: transparent;
    border: none;
    margin: 0;
    display: block;
}

#Welcome_LoginLink {
    transform: translateY(1px);
    margin-left: 10px;
    text-decoration: underline;
}

a[id*="logoutLink"] {
    border-radius: 40px;
    border: none;
}

/* Main Nav */

#MPOuterMost.full #HEADER {
    max-width: 100%;
    height: 120px;
}

#HEADER>.col-md-12,
#MPOuterHeader>.col-md-12 {
    padding: 0;
    position: relative;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.disabled>a {
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #052e4a;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: inherit;
}

/* dropdown menu */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #052e4a;
    text-transform: capitalize;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f8f8f8;
    color: #cc1141;
}

/* .dropdown-submenu>.dropdown-submenu a,
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    padding: 10px;
} */

.navbar-nav>li>.dropdown-menu {
    border: 1px solid #fbfbfb;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 2px 2px;
    padding: 0;
}

/* caret */

.navbar-default .navbar-nav>.dropdown>a .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

ul.navbar-nav li a .caret::before,
ul.navbar-nav li.open a .caret::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    color: #cc1141;
    position: absolute;
    top: 50%;
    transform: translateY(-5px);
    transition: 0.3s;
}

/* Search */

.slideout-search {
    float: right;
    margin-top: 7px;
}

.slideout-search-bar {
    right: 15px;
    position: absolute;
    height: 30px;
    top: 5px;
    padding: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    width: 0;
}

.slideout-search-bar.open {
    opacity: 1;
    z-index: 40;
    transition: 0.3s;
    width: 287px;
}

#searchColumn .input-group,
.slideout-search-bar.open .input-group {
    width: 100%;
}

#searchColumn input[id$="SearchTerm"],
.slideout-search-bar input[id$="SearchTerm"] {
    background: #f4f6f8;
    box-sizing: border-box;
    border-radius: 50px !important;
    width: 100%;
    padding: 4px 10px;
    position: relative;
    border: none;
}

#searchColumn input[id$="SearchTerm"]:focus,
.slideout-search-bar.open input[id$="SearchTerm"]:focus {
    /* filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.05)); */
    box-shadow: none;
}

#searchColumn input[id$="SearchTerm"]::placeholder,
.slideout-search-bar input[id$="SearchTerm"]::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(57, 65, 71, 0.35);
}

.slideout-search-btn.open {
    width: 287px;
    margin-left: 10px;
}

#searchColumn button[id$="SearchButton"] {
    padding-bottom: 10px;
    background-color: #fff;
    bottom: 0;
    right: 10px;
}

.slideout-search-bar button[id$="SearchButton"] {
    padding-right: 18px;
    padding-top: 2px;
}

/* btn */

.slideout-search-btn i {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    display: inline-block;
    font-size: 16px;
    color: #cc1141;
    margin-top: 3px;
}

#searchColumn button,
.slideout-search-btn button {
    padding: 3px;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    background-color: #f4f6f8;
    border-radius: 50px;
}

.slideout-search-btn {
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 50;
    width: 50px;
}

.slideout-search-bar.open .SearchInputs .input-group-btn {
    display: none;
}

.slideout-search-bar.open button[id$="SearchButton"] {
    opacity: 1;
    padding: 0;
}

.slideout-search-bar .btn {
    border: none;
    background-color: transparent;
}

.slideout-search-bar .glyphicon.glyphicon-search::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.slideout-search-bar .glyphicon.glyphicon-search {
    vertical-align: baseline !important;
    display: none;
}

.slideout-search-bar .input-group-btn .btn {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.slideout-search-btn:hover,
.slideout-search-btn:focus {
    background-color: transparent;
    transition: 0.3s;
    border-radius: 0;
}

.slideout-search-btn button:hover,
.slideout-search-bar button:focus,
.slideout-search-btn.open button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        #cc1141;
    color: #fff;
    transition: 0.3s;
}

.slideout-search-btn button:hover i,
.slideout-search-bar button:focus i,
.slideout-search-btn.open button i {
    color: #fff;
}

/****** member dashboard ******/

.member-dashboard {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 5;
    background-color: #f4f6f8;
}

.member-dashboard>.row.row-wide {
    position: relative;
    overflow: hidden;
    height: 421px;
    padding-top: 51px;
    padding-bottom: 52px;
    max-width: 1170px;
}

.dashboard-col-1,
.dashboard-col-2 {
    display: flex;
}

.dashboard-col-1 {
    justify-content: space-between;
}

.dashboard-col-2 {
    margin: 26px -15px 0;
}

.user-details {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.member-dashboard-img {
    height: 110px;
    width: 110px;
    margin-right: 25px;
}

.member-dashboard-img * {
    padding: 0;
    margin: 0;
}

.member-dashboard-img .col-md-12>div[id*="pnlImage"] {
    height: 110px;
    width: 110px;
    border-radius: 50%;
}

.member-dashboard-img a,
.member-dashboard-img a[id*="lnkDisplay"] {
    width: 110px;
    height: 110px;
}

.member-dashboard-img a>img,
.member-dashboard-img a[id*="lnkDiplay"]>img {
    position: relative;
    max-height: 100% !important;
    width: auto;
    max-width: unset;
}

.greeting {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.greeting span {
    display: block;
    margin-bottom: 2px;
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-weight: 450;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2d2d2d;
}

.greeting>a {
    text-decoration: none;
    font-size: 42px;
    line-height: 50px;
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: #002f51;
}

.greeting>a:focus,
.greeting>a:hover {
    text-decoration: none;
}

.member-dashboard .email-content {
    background: #ffffff;
    margin-top: 14px;
}

.member-dashboard .email-content a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #052b3e;
    position: relative;
    padding: 8px 6px;
}

.member-dashboard .email-content a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0e0";
    margin-right: 8px;
    color: #cc1141;
    font-weight: 400;
}

.member-dashboard .email-content a .unread {
    margin-left: 4px;
    display: inline-block;
    text-transform: capitalize;
}

/* membership info */

.membership-info .col-md-12>span {
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2d2d2d;
    display: block;
}

.membership-info .member-id,
.membership-info .member-status {
    background: #f8f8f8;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: inline-block;
    padding: 3px 6px;
    margin-top: 8px;
}

.membership-info .member-status {
    margin-left: 6px;
}

.membership-info .member-status span {
    font-weight: 600;
}

.membership-info .member-status.current span {
    color: #3A8345;
}

.membership-info .member-status.lapsed span {
    color: #E07818;
}

.membership-info .member-status.non-member span {
    color: #4A4A4A;
}

.membership-btn {
    float: right;
    display: none;
}

.membership-btn:first-child {
    display: block;
}

.membership-btn i {
    margin-left: 10px;
}

.membership-info {
    background: #ffffff;
    border-radius: 2px;
    padding: 15px 20px;
    flex-basis: 595px;
    position: relative;
}

.membership-info::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    height: 1px;
    background: rgba(228, 232, 235, 0.4);
}

.dashboard-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 16px;
    width: 100%;
    margin: 0 -20px;
}

.dashboard-link {
    margin: 0 20px;
}

.dashboard-link i {
    color: #cc1141;
    font-size: 16px;
    margin-top: 1px;
    position: absolute;
    float: left;
}

.dashboard-link a {
    text-decoration: none;
    margin-left: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #052b3e;
}

.dashboard-link a:focus,
.dashboard-link a:hover {
    text-decoration: underline;
}

.dashboard-btn {
    width: calc(20% - 30px);
    margin: 15px;
}

.dashboard-btn>a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.dashboard-btn .HtmlContent {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
}

.dashboard-btn>a:hover .HtmlContent {
    transform: translateY(-6px);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}

.dashboard-btn .HtmlContent i {
    color: #cc1141;
    width: 45px;
    height: 45px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.dashboard-btn .HtmlContent i:not([class*="fr-post"]) {
    font-size: 65px;
}

.dashboard-btn .HtmlContent i.fr-post+span {
    margin: 0 20px;
}

.dashboard-btn .HtmlContent span {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #052b3e;
}

/* hero */

.main-slider.slick-dotted.slick-slider {
    display: flex;
    /* width: 190% !important;
    padding-left: calc(50% - 600px) !important; */
    background-color: #f4f6f8;
    margin: 0;
}

.main-slide {
    margin: 0 15px;
}

.main-slide .HtmlContent {
    display: flex;
    background: #f4f6f8;
    mix-blend-mode: normal;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-slide .HtmlContent h5 {
    margin: 0;
    color: #394147;
}

.main-slide .HtmlContent em {
    margin: 0;
    margin-top: 20px;
}

.main-slide .HtmlContent h1 {
    margin-top: 20px;
    margin-bottom: 8px;
}

.main-slide .HtmlContent .text-container {
    flex-basis: calc(50% + 60px);
    padding: 80px 20px 54px calc(50% - 585px);
    background: transparent;
}

.main-slide .img-container {
    flex-basis: calc(50% - 60px);
    margin-right: calc(50% - 585px);
}

.main-slide .HtmlContent img {
    display: none;
}

.main-slider .prev-arrow,
.resource-slider .prev-arrow,
.main-slider .next-arrow,
.resource-slider .next-arrow {
    position: absolute;
    z-index: 20;
    background: #cc1141;
    color: #fff;
    font-size: 18px;
    border: none;
    bottom: 40px;
    width: 47px;
    height: 48px;
}

.main-slider .prev-arrow i,
.resource-slider .prev-arrow i {
    transform: translate(-2px, 2px);
}

.main-slider .next-arrow i,
.resource-slider .next-arrow i {
    transform: translate(2px, 2px);
}

.main-slider .prev-arrow,
.resource-slider .prev-arrow {
    color: #cc1141;
    background: #fff;
    right: calc(50% - 540px);
    border-radius: 2px 2px 0px 0px;
}

.main-slider .prev-arrow:hover,
.main-slider .prev-arrow:focus,
.resource-slider .prev-arrow:hover,
.resource-slider .prev-arrow:focus {
    background: #F4F6F8
}

.main-slider .next-arrow,
.resource-slider .next-arrow {
    right: calc(50% - 585px);
    border-radius: 0px 0px 2px 0px;
}

.main-slider .next-arrow::before,
.resource-slider .next-arrow:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
    transition: 0.3s;
}

.main-slider .next-arrow:hover::before,
.main-slider .next-arrow:focus::before,
.resource-slider .next-arrow:hover::before,
.resource-slider .next-arrow:focus::before {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

/* featured text */

.featured-text *:not(h2) {
    color: #dff2ff;
}

.featured-text h2 {
    color: #fff;
}

.featured-text .HtmlContent::before {
    position: relative;
}

.featured-text .HtmlContent::before {
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    height: 100%;
    width: 1px;
    background: rgba(106, 140, 164, 0.05);
}

.featured-text h1 {
    margin: 0;
    margin-bottom: 6px;
}

.top-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}

.top-tile {
    width: calc(33% - 20px);
    margin: 0 10px;
}

.top-tile>a {
    display: block;
    text-decoration: none;
}

.top-tile>a:hover .HtmlContent {
    transform: translateY(-6px);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}

.top-tile .HtmlContent {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.top-tile .HtmlContent p {
    font-family: 'franklin-gothic-urw-cond', sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.top-tile .HtmlContent span {
    display: block;
    font-weight: normal;
    color: #002f51;
    padding: 0 20px;
}

.top-tile.icon:not(.font-awesome) .HtmlContent::before {
    font-family: "NASN";
    color: #cc1141;
    font-size: 70px;
}

.top-tile.icon.font-awesome .HtmlContent i {
    color: #cc1141;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.top-tile.icon.covid .HtmlContent::before {
    content: "\f037";
}

.top-tile.icon.learning .HtmlContent::before {
    content: "\f03f";
}

.top-tile.icon.file .HtmlContent::before {
    content: "\f040";
}

/* default widget styling */

.HLLandingControl .Content ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(228, 232, 235, 0.4);
    margin: 0;
}

.bg-blue .HLLandingControl .Content ul li:first-of-type {
    padding-top: 25px;
}

.home .HLLandingControl .heading h2 a,
.related-links h2 a {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: right;
    transform: translate(15px, 5px);
    padding: 0;
    color: rgba(0, 0, 0, 0.87);
}

.home .HLLandingControl .heading h2 a:hover,
.related-links h2 a:hover {
    text-decoration: underline;
}

.related-links h2 a {
    transform: translate(0, 5px);
}

#Welcome_LoginLink::before,
.home .HLLandingControl .heading h2 a::before,
.related-links h2 a::before {
    display: none;
}

/* latest from nasn */

.bg-blue .HLLandingControl .heading h2 {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: -5px;
}

.bg-blue .HLLandingControl .heading h2::before {
    display: none;
}

.bg-blue .HLLandingControl .heading h2,
.bg-blue .HLLandingControl.HLRecentBlogs *,
.home .bg-blue .HLLandingControl .heading h2 a {
    color: #fff;
}

.bg-blue .HLLandingControl.HLRecentBlogs p {
    color: #dff2ff;
}

.bg-blue .HLLandingControl .Content ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.bg-blue .HLLandingControl.HLRecentBlogs,
.home .bg-padding-100 .HLLandingControl.HLEventList {
    max-width: 480px;
    margin-left: auto;
}

/* featured content */

.featured-content .HtmlContent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 80px auto;
}

.featured-content .HtmlContent .img-container {
    flex-basis: 41.66666%;
}

.featured-content .HtmlContent img {
    display: none;
}

.featured-content .HtmlContent .text-container {
    flex-basis: 58.33333%;
    padding: 75px 50px;
    background: #f4f6f8;
    border-radius: 2px;
}

.bg-light-grey .featured-content .HtmlContent .text-container {
    background: #fff;
}

.featured-content .HtmlContent .text-container h5 {
    color: #cc1141;
    margin: 0;
}

.featured-content .HtmlContent .text-container h1 {
    margin-top: 20px;
    margin-bottom: 8px;
}

.featured-content .HtmlContent em {
    margin-top: 20px;
}

/* member cta */

.member-cta .HtmlContent {
    position: relative;
}

.member-cta .HtmlContent::before {
    content: "";
    display: block;
    position: absolute;
    right: -65px;
    height: 100%;
    width: 1px;
    background: rgba(228, 232, 235, 0.4);
}

.member-cta .HtmlContent h1 {
    margin: 0;
    margin-bottom: 8px;
}

.member-cta .HtmlContent ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.member-cta .HtmlContent ul li a {
    text-decoration: none;
}

.member-cta .HtmlContent p:last-of-type {
    display: inline-block;
    margin-left: 23px;
}

.member-cta .HtmlContent p:last-of-type a {
    color: #cc1141;
    font-weight: 600;
}

/* latest discussions */

.home .HLLandingControl.HLDiscussions {
    max-width: 720px;
}

.HLLandingControl.HLDiscussions .Content ul li:first-of-type {
    padding-top: 20px;
}

.HLLandingControl.HLDiscussions .Content ul li:first-of-type .title-row .col-sm-2.col-md-2 {
    top: 20px;
}

.HLLandingControl.HLDiscussions .Content ul li {
    padding-left: 70px;
    padding-bottom: 10px;
    position: relative;
}

/* .HLLandingControl.HLDiscussions .Content ul li:first-of-type {
    margin-top: -40px;
} */

.HLLandingControl.HLDiscussions .Content ul li .title-row .col-sm-2.col-md-2 {
    position: absolute;
    left: 0;
    top: 20px;
}

.HLLandingControl.HLDiscussions .Content ul li .title-row .col-sm-10.col-md-10,
.HLLandingControl.HLDiscussions .Content ul li .title-row .col-sm-7.col-md-7 {
    padding: 0;
    width: 100%;
}

.HLLandingControl.HLDiscussions .Content ul li h3 {
    margin-bottom: 4px;
}

.HLLandingControl.HLDiscussions .Content ul li h5,
.HLLandingControl.HLDiscussions .Content ul li .ByLine {
    display: inline-block;
    margin-top: 0;
}

.HLLandingControl.HLDiscussions .Content ul li .ByLine+h5 {
    margin-left: 20px;
}

.HLLandingControl.HLDiscussions .Content ul li h5 a:first-of-type {
    margin-right: 4px;
    position: relative;
}

/* events */

.home .HLLandingControl.HLEventList .heading h2,
.home .HLLandingControl.HLDiscussions .heading h2 {
    margin: 0;
}

.HLLandingControl.HLEventList ul li:first-of-type {
    margin-top: -10px;
}

.HLLandingControl.HLEventList ul li:last-of-type {
    border-bottom: none;
}

.HLLandingControl.HLEventList ul li>div[id*="EventList"]>div:first-of-type {
    width: 70px;
    margin-right: 20px;
}

.HLLandingControl.HLEventList ul li>div[id*="EventList"]>div:last-of-type {
    width: calc(100% - 90px);
}

.HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"] {
    background: #f4f6f8;
    border: 1px solid #f4f6f8;
    border-radius: 2px;
}

.HLLandingControl.HLEventList ul li .calendar-day,
.HLLandingControl.HLEventList ul li h3 span {
    display: none;
}

.HLLandingControl.HLEventList ul li .calendar-month {
    background: #003a62;
    border-radius: 2px 2px 0px 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 15px;
}

.HLLandingControl.HLEventList ul li .calendary-number {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #cc1141;
    padding-top: 9px;
}

.HLLandingControl.HLEventList ul li>div[id*="EventList"]>div:last-of-type h4,
.HLLandingControl.HLEventList ul li>div[id*="EventList"]>div:last-of-type .timeAgoFormat {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(57, 65, 71, 0.9);
}

.HLLandingControl.HLEventList ul li>div[id*="EventList"]>div:last-of-type h4 {
    margin-top: 8px;
    margin-bottom: 5px;
}

/* e learning */

.widget-title {
    max-width: 1170px;
    margin: 80px auto 40px;
}

.widget-title .HtmlContent h2,
.widget-title .HtmlContent em {
    margin: 0;
}

.widget-title .HtmlContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    max-width: 1190px;
    margin: 15px auto 80px;
}

.tile {
    width: calc(50% - 20px);
    margin: 10px;
}

.tile>a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.tile .HtmlContent {
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.tile .HtmlContent .img-container {
    flex-basis: 155px;
    height: auto;
    transition: transform 0.2s;
}

.tile .HtmlContent img {
    display: none;
}

.tile .HtmlContent .text-container {
    flex-basis: calc(100% - 155px);
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 2px;
}

.tile>a:hover .img-container {
    transform: scale(1.05);
}

/* resources */

.resource-slider.slick-dotted.slick-slider {
    display: flex;
    width: 115.5% !important;
    padding-left: calc(50% - 585px) !important;
    margin: 15px -10px 80px;
}

.resource-slide {
    margin: 10px;
    height: auto;
    transition: 0.3s;
}

.resource-slide.opacity {
    opacity: 0.5;
    transition: 0.3s;
}

.resource-slide .HtmlContent {
    text-align: center;
    overflow: hidden;
}

.resource-slide .HtmlContent .img-container {
    width: 100%;
    height: 200px;
    transition: transform 0.2s;
}

.resource-slide .HtmlContent:hover .img-container {
    transform: scale(1.05);
}

.resource-slide .HtmlContent:hover a {
    text-decoration: underline;
}

.resource-slide .HtmlContent img {
    display: none;
}

.resource-slider .prev-arrow,
.resource-slider .next-arrow {
    bottom: 56px;
}

.resource-slider .prev-arrow {
    right: calc(50% - 450px);
}

.resource-slider .next-arrow {
    right: calc(50% - 496px);
}

/* page title */

#PageTitleH1 {
    max-width: 100%;
    padding: 65px calc(50% - 585px) 35px;
    background: #004371;
    color: #fff;
    font-weight: normal;
    font-size: 42px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

#PageTitleH1::before {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/NASN/8575d1b7-94ad-45ab-808e-d45019cc5c08/UploadedImages/Dev_Files/interior-bg-overlay.jpeg');
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.1;
    mix-blend-mode: darken;
}

.breadcrumb {
    background: transparent;
    max-width: 1200px;
    padding: 5px;
}

.breadcrumb>li {
    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "sans-serif";
    font-weight: 450;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li:last-of-type>* {
    text-decoration: underline;
}

.CommunityManagementGear {
    text-shadow: none;
}

#PageTitleH1 div.dropdown-multi-option,
h2 div.dropdown-multi-option {
    margin-left: 0;
}

#PageTitleH1 button[id$="communityManagementGearBtn"] {
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    border-radius: 2px;
    border: none;
    color: #fff;
}

#PageTitleH1 button[id$="communityManagementGearBtn"] span.glyphicon {
    transition: none;
    color: inherit;
}

#PageTitleH1 button[id$="communityManagementGearBtn"] span.glyphicon::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f013";
}

#PageTitleH1 button[id$="communityManagementGearBtn"] span {
    transform: none;
}

#MPOuterMost.full #BreadCrumb {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

/* interior components */

.grey-tile,
.card {
    margin-bottom: 30px;
    width: 100%;
}

.grey-tile .HtmlContent,
.card .HtmlContent {
    background: linear-gradient(0deg, #f4f6f8, #f4f6f8),
        radial-gradient(53.47% 185.8% at 83.96% 50%, #1c88ac 0%, #004785 100%);
    padding: 35px 30px;
}

.grey-tile .HtmlContent h3,
.card .HtmlContent h3 {
    margin: 0;
    margin-bottom: 8px;
}

.grey-tile .HtmlContent em,
.card .HtmlContent em {
    margin: 0;
    margin-top: 20px;
}

/* cards */

.card .HtmlContent .img-container {
    height: 186px;
    margin: -35px -30px;
    margin-bottom: 35px;
}

.card.contain .HtmlContent .img-container {
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #F4F6F8;
    border-bottom: none;
}

.card .HtmlContent img {
    display: none;
}

/* callout box */

.callout-box .img-container {
    height: 360px;
    margin-bottom: 40px;
}

.callout-box .HtmlContent img {
    display: none;
}

.callout-box .text-container h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout-box .text-container h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.callout-box .text-container h3 {
    margin-top: 30px;
    margin-bottom: 8px;
}

.callout-box .text-container ul {
    margin-top: 20px;
    margin-bottom: 43px;
}

.callout-box .text-container h2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e4e8eb;
}

/* related articles */

.related-links {
    background-color: #f4f6f8;
    margin-bottom: 30px;
}

.related-links h2 {
    padding: 20px;
    margin: 0;
}

.related-links h2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #e4e8eb;
}

.related-links .HtmlContent {
    padding: 20px;
}

.related-links .HtmlContent ul {
    margin: 0;
    padding: 0;
}

.related-links .HtmlContent ul li:first-of-type {
    padding-top: 0;
}

.related-links .HtmlContent ul li:last-of-type {
    padding-bottom: 0;
}

.related-links .HtmlContent ul li {
    padding: 20px 10px;
    position: relative;
}

.related-links .HtmlContent ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e4e8eb;
}

.related-links .HtmlContent ul li a {
    text-decoration: none;
}

.related-links .HtmlContent ul li a:hover {
    text-decoration: underline;
}

/* hotbar */

.interior #MainCopy_ContentWrapper.no-padding-top {
    padding-top: 0;
}

.hotbar-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.hotbar-btn {
    width: calc(33% - 30px);
    margin: 15px;
}

.hotbar-btn>a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.hotbar-btn .HtmlContent {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
}

.hotbar-btn .HtmlContent span {
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #052b3e;
}

.hotbar-btn>a:hover .HtmlContent {
    transform: translateY(-6px);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}

.hotbar-btn.font-awesome .HtmlContent i {
    color: #cc1141;
    width: 45px;
    height: 45px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

/* icons */

.hotbar-btn.icon.font-awesome .HtmlContent::before {
    color: #cc1141;
    width: 45px;
    height: 45px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.hotbar-btn.icon .HtmlContent::before {
    font-family: 'NASN';
    color: #cc1141;
    width: 45px;
    height: 45px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.hotbar-btn.icon.message .HtmlContent::before {
    content: '\f03b';
}

.hotbar-btn.icon.discussions .HtmlContent::before {
    content: '\f042';
}

.hotbar-btn.icon.profile .HtmlContent::before {
    content: '\f03c';
    font-size: 70px;
}

/* tabbed content */

.tabbed-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.tabbed-content .row-groups .container .row .col-md-12 {
    padding: 0;
}

.tabbed-content .row-groups .container ul.nav.nav-tabs {
    background: #ffffff;
    padding: 0;
    border-bottom: 1px solid #e4e8eb;
}

.tabbed-content .row-groups>.container ul li>a {
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-radius: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bbbcbc;
    border-bottom: 1px solid transparent;
    margin-right: 30px;
}

.tabbed-content .row-groups .container ul li.active>a,
.tabbed-content .row-groups .container ul li:not(.active)>a:hover {
    background-color: transparent;
    border-bottom: 1px solid #C2103E;
    color: #252527;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li {
    padding-left: 60px;
    padding-bottom: 10px;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li:first-of-type {
    margin-top: -40px;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li .title-row .col-sm-2.col-md-2 {
    position: absolute;
    left: -60px;
    top: 0;
}

.tabbed-content .SearchResults.HLLandingControl .Content ul li .title-row .col-sm-9.col-md-9,
.tabbed-content .SearchResults.HLLandingControl .Content ul li .title-row .col-sm-7.col-md-7 {
    padding: 0;
    width: 100%;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li h3 {
    margin-bottom: 4px;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li h5,
.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li .ByLine {
    display: inline-block;
    margin-top: 0;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li .ByLine+h5 {
    margin-left: 10px;
}

.tabbed-content .col-md-8 .SearchResults.HLLandingControl .Content ul li h5 a:first-of-type {
    margin-right: 4px;
    position: relative;
}

.tabbed-content .SearchResults.HLLandingControl .Content ul li .label {
    display: none;
}

.tabbed-content .SearchResults.HLLandingControl .Content ul li a[id*="lnkDisplay"],
.tabbed-content .SearchResults.HLLandingControl .title-row img {
    width: 40px;
    height: 40px;
}

.tabbed-content .col-md-8 .news .SearchResults.HLLandingControl .Content ul li .icon-container {
    position: relative;
}

.tabbed-content .col-md-8 .news .SearchResults.HLLandingControl .Content ul li .icon-container::before {
    font-family: "NASN";
    color: #cc1141;
    font-size: 20px;
    content: "\f041";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -60px;
    background: #F4F6F8;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    font-weight: 400;
}

.tabbed-content .col-md-4 .HLLandingControl.HLEventList h2 {
    margin: 0;
    margin-top: -10px;
}

/* footer */

#MPOuterMost.full #FOOTER {
    max-width: 100%;
    padding: 0;
}

.footer-top *:not(i),
.footer-bottom * {
    color: #fff;
}

/* footer top */

.footer-top {
    padding: 40px calc(50% - 600px);
    background: #003a62;
}

.footer-top h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer-top p,
.footer-bottom p {
    font-family: "franklin-gothic-urw", sans-serif;
}

.footer-top .footer-contact p {
    margin-bottom: 3px;
    font-size: 14px;
}

.footer-top .footer-links ul,
.footer-top .footer-social ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-top .footer-links ul li {
    flex-basis: 50%;
}

#FOOTER .footer-top ul li a,
.footer-top .footer-links ul li {
    margin: 3px 0;
}

#FOOTER .footer-social h2 {
    padding-left: 30px;
}

#FOOTER .footer-social ul {
    margin: 20px -8px 0;
    justify-content: flex-end;
}

#FOOTER .footer-social ul li a {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 0 4px;
    padding: 6px 8px;
}

#FOOTER .footer-social ul li a i {
    transition: 0.3s;
}

#FOOTER .footer-social ul li a:hover i {
    color: #cc1141;
    transition: 0.3s;
}

#FOOTER .footer-social ul li a[href*="facebook"] {
    padding: 6px 11px;
}

#FOOTER .footer-social ul li a[href*="linkedin"] {
    padding: 6px 9px;
}

#FOOTER a {
    text-decoration: none;
}

#FOOTER a:hover {
    text-decoration: underline;
}


/* footer bottom */

.footer-bottom {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        linear-gradient(0deg, #004371, #004371);
        padding: 10px calc(50% - 600px) 8px;
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.footer-bottom .footer-attribution p {
    text-align: right;
}

#FOOTER .footer-bottom a:hover {
    color: #fff;
}

/* Executive Committee */

.executive-committee .row,
.board-of-directors .container .row {
    display: flex;
    margin-bottom: 25px;
}

.executive-committee .row .grid-item .panel,
.board-of-directors .container .row .grid-item .panel {
    height: 100%;
    padding: 5px;
    border: 1px solid #eee;
}

.board-of-directors .container {
    margin-top: 15px;
}

/* announcement bar */

.announcement-bar {
    text-align: center;
    background: linear-gradient(0deg, #cc1141, #cc1141),
        linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
    background: #FDAE1D;
    position: relative;
    color: #fff;
}

.announcement-bar a:hover {
    color: #fff;
}

.announcement-bar * {
    color: #fff;
}

.announcement-bar p {
    margin-bottom: 0;
}

.announcement-bar>.HtmlContent {
    padding: 8px;
}

.announcement-bar button {
    border: none;
    color: #fff;
    line-height: 24px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    padding: 0;
}

.fuse .fuse-headline {
    font-size: 1.25em !important;
}

.fuse article.fuse-result__body ul li::before {
    content: none !important;
}

/* membership alert */

.membership-renewal-alert {
	display: block;
	position: absolute;
	right: -3000px;
	top: 2.5px;
	transition: 0.5s;
}

.membership-renewal-alert.show-alert {
	right: 5px;
}

.membership-renewal-alert .alert {
	margin: 0;
	padding: 2px 10px;
	display: flex;
	align-items: center
}

.membership-renewal-alert .alert a {
	border-radius: 2px;
    border: none;
    transition: 0.3s;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
	background: linear-gradient(0deg, #cc1141, #cc1141), linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
	display: inline-block;
}

button.alert-notification,
button.hide-notification {
	background: transparent;
	color: inherit;
	border: none;
	padding: 0 5px;
	margin-top: 2px;
	cursor: pointer;
}

button.alert-notification i {
	color: #eed202;
	padding: 0 10px;
}



@media (max-width: 1200px) {
    .executive-committee .row {
        flex-wrap: wrap;
    }

    #MPheader #Logo {
        left: 10px;
    }
}

@media (max-width: 1150px) {
    #Logo {
        left: 10px;
    }
}

@media (max-width: 1120px) {
    #NAV {
        position: unset;
        margin-top: -50px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        /* Set this to the appropriate colour */
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .slideout-search {
        display: none;
    }
}

@media (max-width: 991px) {

    .bg-blue .HLLandingControl.HLRecentBlogs,
    .home .HLLandingControl.HLDiscussions {
        max-width: 100%;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    #FOOTER .footer-social h2 {
        text-align: left;
    }

    #FOOTER .footer-social ul {
        justify-content: flex-start;
    }

    .featured-content .HtmlContent,
    .member-cta .HtmlContent,
    .tiles,
    .widget-title .HtmlContent,
    .resource-slider.slick-dotted.slick-slider,
    #MPheader>div.row:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .resource-slider.slick-dotted.slick-slider {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home .HLLandingControl .heading h2 a,
    .related-links h2 a {
        transform: none;
    }

    .main-slide {
        margin: 0;
    }

    .main-slide .HtmlContent .text-container {
        padding-left: 15px;
    }

    .dashboard-col-2 {
        margin: 0;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dashboard-btn {
        width: calc(33% - 30px);
    }

    .dashboard-col-1,
    .dashboard-col-2,
    .dashboard-col-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .membership-info {
        height: 150px;
    }

    #PageTitleH1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row.equal-height {
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {
    .tile {
        width: calc(100% - 20px);
    }

    .main-slide .img-container {
        margin-right: 15px;
    }

    .footer-top,
    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bottom .footer-attribution p {
        text-align: left;
    }

    .resource-slider.slick-dotted.slick-slider {
        width: unset !important;
    }

    #MPheader #Logo {
        height: 105px;
    }

    #Logo img {
        max-width: 95px;
    }
}

@media (max-width: 600px) {

    #MPAuxNav a,
    #MPAuxNav ul.level1 li a,
    #Welcome_LoginLink {
        font-size: 10px;
    }

    #MPAuxNav ul.level1 li a[href*="style-guide"] {
        display: none;
    }
}

@media (max-width: 550px) {
    .HLLandingControl.HLDiscussions .Content ul li .ByLine+h5 {
        margin-left: 0;
    }
}

@media (max-width: 500px) {

    .row.equal-height>div {
        width: 100%;
    }

    .main-slide .HtmlContent,
    .tile .HtmlContent {
        flex-wrap: wrap;
    }

    .main-slide .HtmlContent .text-container,
    .main-slide .HtmlContent .img-container,
    .featured-content .HtmlContent .text-container,
    .featured-content .HtmlContent .img-container,
    .tile .HtmlContent .text-container,
    .tile .HtmlContent .img-container {
        flex-basis: 100%;
    }

    .main-slide .HtmlContent .img-container,
    .featured-content .HtmlContent .img-container,
    .tile .HtmlContent .img-container {
        height: 350px;
        margin-right: 0;
    }

    .top-tile {
        width: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .member-dashboard>.row.row-wide {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dashboard-btn {
        width: calc(100% - 30px);
        margin: 5px 15px;
    }

    .dashboard-btn .HtmlContent {
        position: relative;
    }

    .dashboard-btn .HtmlContent i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .dashboard-btn .HtmlContent span {
        margin-left: 50px;
    }

    .dashboard-links {
        flex-wrap: wrap;
    }

    .dashboard-link {
        margin: 10px;
        flex-basis: calc(50% - 20px);
    }

    .membership-info::after {
        display: none;
    }

    .membership-info {
        height: 200px;
    }
}

@media (max-width: 425px) {
    #Logo img {
        width: 65px;
    }

    #MPheader #Logo {
        height: 85px;
    }

    #MPAuxNav ul.level1,
    #MPAuxNav .top-text-links {
        margin: 0 -20px;
    }

    #MPAuxNav ul.level1 li:last-of-type,
    #MPAuxNav .top-text-links div:last-of-type {
        margin-right: 15px;
    }

    #MPAuxNav ul.level1 li,
    #MPAuxNav .top-text-link {
        margin: 0 5px;
    }
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/

  color: #FDAE1D;

}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/

.MPBottomMenu ul li a {
  color: #FDAE1D;  
}        
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  [PrimaryColorRGB-StartComment]
  --hl-bs--primary-rgb: [PrimaryColorRGB];
  --hl-bs--selected-rgb: [PrimaryColorRGB], 50;
  [PrimaryColorRGB-EndComment]

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  /*
  --hl-bs--link: ;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--link-rgb: [LinkColorRGB];
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--link-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-border-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */

  [SecondaryColorRGB-StartComment]
  --hl-bs--secondary-rgb: [SecondaryColorRGB];
  --hl-bs--secondary-selected-rgb: [SecondaryColorRGB], 50;
  [SecondaryColorRGB-EndComment]

  /*
  --hl-bs--secondary-opposite: ;
  */

  [TextOnSecondaryRGB-StartComment]
  --hl-bs--secondary-opposite-rgb: [TextOnSecondaryRGB];
  [TextOnSecondaryRGB-EndComment]
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-primary-text-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-text-hover-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg: ;
  */

  [PrimaryButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-rgb: [PrimaryButtonBackgroundColorRGB];
  [PrimaryButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */

  [PrimaryButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-hover-rgb: [PrimaryButtonHoverBackgroundColorRGB];
  [PrimaryButtonHoverBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */

  [PrimaryButtonBorderColorRGB-StartComment]
  --hl-bs--btn-primary-border-rgb: [PrimaryButtonBorderColorRGB];
  --hl-bs--btn-primary-border-hover-rgb: [PrimaryButtonBorderColorRGB];
  [PrimaryButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */

  [SuccessButtonTextColorRGB-StartComment]
  --hl-bs--btn-success-text-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-text-hover-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-outline-rgb: [SuccessButtonTextColorRGB], 127;
  [SuccessButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg: ;
  */

  [SuccessButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-rgb: [SuccessButtonBackgroundColorRGB];
  [SuccessButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  [SuccessButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-hover-rgb: [SuccessButtonHoverBackgroundColorRGB];
  [SuccessButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */

  [SuccessButtonBorderColorRGB-StartComment]
  --hl-bs--btn-success-border-rgb: [SuccessButtonBorderColorRGB];
  --hl-bs--btn-success-border-hover-rgb: [SuccessButtonBorderColorRGB];
  [SuccessButtonBorderColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */

  [DangerButtonTextColorRGB-StartComment]
  --hl-bs--btn-danger-text-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-text-hover-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-outline-rgb: [DangerButtonTextColorRGB], 127;
  [DangerButtonTextColorRGb-EndComment]
  
  /*
  --hl-bs--btn-danger-bg: ;
  */

  [DangerButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-rgb: [DangerButtonBackgroundColorRGB];
  [DangerButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  [DangerButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-hover-rgb: [DangerButtonHoverBackgroundColorRGB];
  [DangerButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

  [DangerButtonBorderColorRGB-StartComment]
  --hl-bs--btn-danger-border-rgb: [DangerButtonBorderColorRGB];
  --hl-bs--btn-danger-border-hover-rgb: [DangerButtonBorderColorRGB];
  [DangerButtonBorderColorRGB-EndComment]

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */

  [DefaultButtonTextColorRGB-StartComment]
  --hl-bs--btn-secondary-text-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-text-hover-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-outline-rgb: [DefaultButtonTextColorRGB], 127;
  [DefaultButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */

  [DefaultButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-rgb: [DefaultButtonBackgroundColorRGB];
  [DefaultButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  [DefaultButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-hover-rgb: [DefaultButtonHoverBackgroundColorRGB];
  [DefaultButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */

  [DefaultButtonBorderColorRGB-StartComment]
  --hl-bs--btn-secondary-border-rgb: [DefaultButtonBorderColorRGB];
  --hl-bs--btn-secondary-border-hover-rgb: [DefaultButtonBorderColorRGB];
  [DefaultButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--btn-link-text-rgb: [LinkColorRGB];
  --hl-bs--btn-link-outline-rgb: [LinkColorRGB], 127;
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--btn-link-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--btn-link-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-ghost-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
}

:root:root {
  
  --hl-bs--footer-color: #FDAE1D;
  

  
  --hl-bs--footer-color-rgb: 253,174,29;
  

  /*
  --hl-bs--footer-color-opposite: ;
  */

  [FooterBackgroundColorRGB-StartComment]
  --hl-bs--footer-color-opposite-rgb: [FooterBackgroundColorRGB];
  [FooterBackgroundColorRGB-EndComment]
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  


.footer-text-color {
  color: #FDAE1D !important;
}

  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  


.footer-menu-text-color {
  color: #FDAE1D !important;
}

  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
/**** TEMP UNTIL LOGIN FIXED 
div#Welcome_NotLoggedIn {
    display: none;
} ****/

#MPOuterMost.full #FOOTER>.row:first-child,
#MPOuterMost.full #FOOTER>.row.footer-bottom {
    max-width: 100%;
}

/*** change Community Notification header on Preferences ***/
.preferences .community-notifications h2[id$=_h3CommNotif] { 
    visibility: hidden;
}
.preferences .community-notifications h2[id$=_h3CommNotif]::after { 
    visibility: initial;
    content: 'Discussion List Email Settings';
    position: absolute;
    left: 0;
    top: 0;
}

/************ Impersonation Button Styling ************/

.interior #MPOuterMost #MPOuter  a[id*="__impersonate"].btn {
    background: linear-gradient(0deg, #cc1141, #cc1141), linear-gradient(180deg, #cc1141 0%, #aa0731 100%);
}

.interior #MPOuterMost #MPOuter a[id*="__impersonate"].btn::before {
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
    transition: 0.3s;
}


.interior #MPOuterMost #MPOuter a[id*="__impersonate"].btn:is(:hover,:focus)::before {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

/***Add file health icon***/
.top-tile.icon.file-health .HtmlContent::before {
    content: "\f477";
}

/***Add knowledge Home top tile icon***/
.top-tile.icon.knowledge .HtmlContent::before {
    content: "\f039";
}

#MPButtonBar > nav {
    z-index: 6;
}