/* Background Images and Footer */
/* Theme Roller */
/*** accordions ***/

.accordion-heading button {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    color: #0093cd;
    background: #fff;
    padding: 15px 10px;
    margin: 0;
    border: none;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion-heading button:hover,
.accordion-heading button:focus {
    color: #333;
    transition: 0.3s;
}

.accordion-heading button::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f055';
    margin-right: 10px;
}

.open .accordion-heading button::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f056';
}

.accordion-text {
    display: none;
}

.accordion-wrap .ContentItemHtml,
.accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}

.accordion-wrap {
    margin-bottom: 15px;
    width: 100%;
}


/* stop the content overflowing to the sides, especially with negative margins on .row */

#MPOuterMost {
    overflow: hidden;
}


/* hide .HtmlFooter and .MPBottomMenu, both of which add extra padding/whitespace */

#MPFooterLinkContent,
.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 */

.bg-image,
.img-container,
.cta-tile .HtmlContent,
.promo-tile .HtmlContent {
    background-size: cover;
    background-position: center;
}

img {
    max-width: 100%;
}


/* 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;
}

.Welcome #ProfileContainer {
    width: 450px;
}

.Welcome .panel-body .col-md-3 {
    width: 15%;
}


/* 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 .section1,
.row-full .section5,
.row-full .section9,
.row-full .section10,
.row-full .section16,
.row-full .section17,
.row-full .col-md-6[class*="section"],
.row-full .col-md-8[class*="section"],
.row-full .col-md-4[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: #f9f9f9;
    border-color: #f5f5f5;
}

#ProfileContainer a[id*="MessagesCount"] {
    background-color: #f7f7f7;
    border-color: #ccc;
    color: #333;
}


/* 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;
}

.Welcome .imgButton.btn {
    background-color: #fff;
}

.list-group-item-image {
    width: 40px;
    height: 40px;
}

.list-group-item-nochild .list-group-item-image {
    width: 20px;
    height: 20px;
}

.Welcome button.btn-default.btn.imgButton {
    width: 30px;
    height: 25px;
    min-height: 30px;
    border: none;
}

.text-muted-h2 a[id*='ImageControl_lnkDisplay'] {
    width: 140px;
    height: 140px;
    background: #f9f9f9;
}

.HLEngagement .Picture a {
    width: 50px;
    height: 50px;
}

a[id*='Welcome_Details_ProfileLink'] {
    width: 60px;
    height: 60px;
}

.imgButton img,
a[id*='ProfileImage'] img,
a[id*='UserImageDisplay'] img,
a[id*='Contacts_PictureLink'] img,
a[id*='lnkDisplay'] img,
a[id*='Welcome_Details_ProfileLink'] img,
.list-group-item-image img,
a[title='User Name Image'] img,
a[oldtitle='User Name Image'] img,
.member-dashboard-img img,
.dashboard-col-3 ul li .col-sm-2 a img,
.HLEngagement .Picture a img,
td.ProfilePic>a>img {
    position: relative;
    width: auto;
    max-height: 100%;
}

a[id*='lnkDisplay'] img {
    width: 140px;
}

.member-directory .member-picture {
    text-align: center;
}

#MessageListContainer .col-sm-2 .form-group a img {
    max-width: 100%;
    max-height: 100%;
}

#BtnShowProfile {
    display: none;
}


/****** basics ******/


/*** fonts ***/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    color: #262626;
}

h1,
.h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 58px;
}

h2,
.h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    position: relative;
}

.text-muted-h2 h2 {
    color: #262626;
}

.cta-tile h2,
.upcoming-events h2,
.hero-announcement h2,
.contact-us h2 {
    color: #fff;
}

h3,
h3 a,
.HLLandingControl h3 a {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-decoration: none;
    color: #262626;
}

.HLLandingControl h3 span,
.HLLandingControl h3 span {
    transition: .3s;
    padding: 1px 0;
    box-shadow: 5px 0 0 0 transparent, -5px 0 0 0 transparent;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.HLLandingControl h3 a:hover span,
.HLLandingControl h3 a:hover span {
    background: #000000;
    padding: 1px 0;
    box-shadow: 5px 0 0 0 #000000, -5px 0 0 0 #000000;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    transition: .3s;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.p-reg p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.ByLine,
.HLLandingControl h5 {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4f4f4f;
}

.ByLine a,
.HLLandingControl h5 a {
    font-weight: 700;
    color: #4f4f4f;
}

.ByLine a:hover,
.HLLandingControl h5 a:hover {
    text-decoration: none;
    color: #0093cd;
}


/* other general layout resets */

.HLLandingControl ol li,
.HLLandingControl ul li {
    border-bottom: 1px solid #bdbdbd;
}

.people-you-should-know h2,
.twitter h2,
.HLLandingControl.HLRecentBlogs h2,
.HLLandingControl.HLDiscussions h2,
.HLLandingControl.HLRSSReader h2 {
    padding: 0 20px;
}

.people-you-should-know h2 {
    padding-right: 0;
}

.people-you-should-know h2::before,
.twitter h2::before,
.HLLandingControl.HLRecentBlogs h2::before,
.HLLandingControl.HLDiscussions h2::before,
.HLLandingControl.HLRSSReader h2::before {
    content: ' \25CF';
    font-size: 20px;
    color: #0093cd;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: -5px;
    left: 0;
}

.people-you-should-know h2::after,
.twitter h2::after,
.HLLandingControl.HLRecentBlogs h2::after,
.HLLandingControl.HLDiscussions h2::after,
.HLLandingControl.HLRSSReader h2::after {
    content: ' \25CF';
    color: #0093cd;
    float: left;
    margin-right: 10px;
    position: absolute;
    font-size: 10px;
    top: 5px;
    left: 10px;
}

.HLLandingControl.HLRSSReader,
.twitter {
    margin-top: 40px;
}


/* margins */

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 30px;
}

.margin-top-60 {
    margin-top: 60px;
}

.neg-margin-90 {
    margin-top: -90px;
}


/* transitions */

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
    transition: .3s;
}


/* links */

a:hover {
    text-decoration: none;
    color: #0093cd;
}


/* buttons */

.make-buttons em {
    display: inline-block;
    margin: -5px;
}

.make-buttons em a,
.dashboard-btn em a {
    background-color: #0093cd;
    align-items: center;
    position: relative;
    padding: 14px 27px;
    text-decoration: none;
    font-style: normal;
    min-width: 280px;
    transition: .3s;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.make-buttons em a:hover,
.dashboard-btn em a:hover {
    color: #004152;
    background-color: #fff;
    transition: .3s;
}

div[id*="More"]>.col-md-12,
div[id*="BottomLink"]>.col-md-12 {
    padding: 0;
}

.make-buttons.arrow a,
a[id*="LinkToCalendar"],
a[id*="lnkMore"],
div[id*="BottomLink"] a {
    background-color: transparent;
    border: none;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #004152;
    text-decoration: none;
    border-radius: 0;
}

.make-buttons.arrow a:before,
a[id*="LinkToCalendar"]:before,
a[id*="lnkMore"]::before,
div[id*="BottomLink"] a::before {
    opacity: 0;
}

a[id*="LinkToCalendar"]:hover:before {
    opacity: 1;
    content: '';
    position: absolute;
    bottom: -5px;
    width: calc(100% - 25px);
    background: #0093cd;
    height: 2px;
}

.make-buttons.arrow a:hover:before,
a[id*="lnkMore"]:hover::before,
div[id*="BottomLink"] a:hover::before {
    opacity: 1;
    content: '';
    position: absolute;
    bottom: -5px;
    width: calc(100%);
    background: #0093cd;
    height: 2px;
}

.make-buttons.arrow a:hover,
a[id*="LinkToCalendar"]:hover,
a[id*="lnkMore"]:hover,
div[id*="BottomLink"] a:hover {
    color: #0093cd;
    transition: .3s;
}

.make-buttons.arrow a {
    padding: 0 15px;
    margin: 0;
    margin-left: 7px;
}

a[id*="lnkMore"],
div[id*="BottomLink"] a {
    margin: 5px 0;
    padding: 0;
}

.make-buttons.arrow a:hover,
a[id*="LinkToCalendar"]:hover,
a[id*="lnkMore"]:hover,
div[id*="BottomLink"] a:hover {
    background-color: transparent;
}

.make-buttons.arrow a::after,
a[id*="LinkToCalendar"]::after,
a[id*="lnkMore"]::after,
div[id*="BottomLink"] a::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 30px;
    line-height: 16px;
    color: #004152;
    float: right;
    margin-left: 12px;
    transform: translateY(2px);
    content: '\f178';
    transition: .3s;
}

.make-buttons.arrow a::after {
    margin: 0;
}

.make-buttons.arrow a:hover:after,
a[id*="LinkToCalendar"]:hover::after,
a[id*="lnkMore"]:hover::after,
div[id*="BottomLink"] a:hover:after {
    color: #0093cd;
}


/* bootstrap buttons */

.btn:not(.btn-secondary):not(.dropdown-toggle) {
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.btn-default[id*="BtnCancel"] {
    color: #fff;
    background: #e0320c;
    border-color: #e0320c;
}

.btn-default[id*="BtnCancel"]:hover,
.btn-default[id*="BtnCancel"]:focus {
    color: #fff;
    background: #b32809;
    border-color: #b32809;
}


/* primary button */

.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 {
    color: #fff;
    background: #0093cd;
    border-color: #0093cd;
}

.btn-primary:hover,
.btn-primary:focus,
.ideation-home .btn-success:hover,
.ideation-home .btn-success:focus,
.community-radio .btn-group .btn-primary.dropdown-toggle:hover,
.community-radio .btn-group .btn-primary.dropdown-toggle:focus,
.open .dropdown-toggle.btn-primary:hover,
.open .dropdown-toggle.btn-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus {
    color: #004152;
    border-color: transparent;
    background-color: #fff;
    opacity: 0.7;
}


/* 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: #0093cd;
    border-color: #0093cd;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:hover,
.btn-success:focus,
.JoinLeaveLink .btn-primary:hover,
.JoinLeaveLink .btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
    color: #004152 !important;
    border-color: transparent;
    background-color: #fff;
}

.btn-group.open>.btn:hover .caret,
.btn-group-vertical>.btn:hover .caret,
.btn-group>.btn:focus .caret,
.btn-group-vertical>.btn:focus .caret,
.btn-group>.btn:active .caret,
.btn-group-vertical>.btn:active .caret,
.btn-group>.btn.active .caret,
.btn-group-vertical>.btn.active .caret {
    border-top-color: #004152;
}

.btn-group.open .caret {
    border-top-color: #004152;
}

.btn-success .caret {
    border-top-color: #004152;
}

.btn {
    border-radius: 0;
}

/* bootstrap switches */

.bootstrap-switch .bootstrap-switch-label {
    display: inline !important;
}

.bootstrap-switch-container {
    min-width: 200px;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary {
    width: unset !important;
}


/****** anchor arrow ******/

#topButton.display {
    transition: 0.3s;
    opacity: 1;
}

#topButton {
    transition: 0.3s;
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0093cd;
    color: white;
    border-color: #0093cd;
    border-style: solid;
    z-index: 1000;
    padding: 30px 20px 10px;
}

#topButton i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20px;
}


/*** alert bar ***/

.header-alert {
    text-align: center;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/alert-bg.png);
    background-position: center;
    background-size: contain;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 15px;
}

.header-alert h3,
.header-alert h3 a {
    color: #fff;
    margin: 0;
}

.header-alert>.HtmlContent {
    padding: 12px 0 15px;
}

.header-alert button {
    border: none;
    color: #004152;
    background-color: transparent;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    padding: 0;
}


/*** backgrounds ***/

.row[class*="bg-"] {
    background-position: center;
    background-size: cover;
}

.bg-hero {
    padding: 117px calc(50% - 585px) 85px;
}

.bg-white-pattern {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/white-bg-grey-overlay.png");
    padding: 30px calc(50% - 610px) 61px;
    position: relative;
    z-index: 1;
}

.logged-in .bg-white-pattern {
    padding-bottom: 105px;
}

.bg-footer {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/footer_bg.jpeg");
    padding: 50px calc(50% - 585px) 0;
    border-bottom: 11px solid #004152;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
}

.bg-events {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/events_bg.jpeg");
    padding: 57px calc(50% - 585px) 61px;
    position: relative;
    z-index: 1;
}


/*** background overlays ***/

.bg-events::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 65, 82, 0.7), rgba(0, 65, 82, 0.7));
    z-index: -1;
}


/* hide rows */

.logged-in .bg-hero {
    display: none;
}


/*** top text links ***/

#MPOuterHeader>.col-md-12,
#HEADER>.col-md-12 {
    padding: 0;
}

#MPOuterMost.full #HEADER {
    max-width: 100%;
    position: relative;
}

#MPheader>div.row:first-child {
    padding: 21px calc(35% - 415px);
}

.logged-in #MPheader>div.row:first-child {
    padding: 21px calc(35% - 400px);
}

#MPheader .col-md-12 {
    padding: 0;
}

#MPAuxNav ul.level1 li a {
    margin: 10px 15px;
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
}

#MPAuxNav ul.level1 li a:hover {
    text-decoration: underline;
}


/*** welcome + login ***/

#BtnShowProfile {
    display: none;
}

#Welcome_LoginLink {
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #004152;
    border-radius: 0;
}

#Welcome_LoginLink::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f090';
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #004152;
    float: left;
    margin-right: 6px;
    transition: .3s;
}

#Welcome_LoginLink:hover {
    background: #fff;
    color: #0093cd;
}

#Welcome_LoginLink:hover::before {
    color: #0093cd;
    transition: .3s;
}

#Welcome_LoginLink:active {
    box-shadow: none;
}


/*logo*/

#MPheader>div.row {
    margin-bottom: 23px;
}

#Logo {
    max-width: 350px;
    position: absolute;
    bottom: -55px;
    left: calc(35% - 400px);
    z-index: 20;
}


/* Search */

#searchColumn button {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

#searchColumn span {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.HLWelcome {
    padding: 5px 7px 0 0;
}

.search-wrap,
.search-btn-top,
.search-bar-top {
    display: inline;
}

.search-wrap {
    position: relative;
    top: 40px;
}

.search-wrap .input-group {
    margin-top: 10px;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.1), 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.search-btn-top {
    position: absolute;
    right: 0;
    background-color: transparent;
    bottom: 0;
    margin-bottom: 5px;
}

.search-btn-top button,
.search-bar-top .btn[id*="SearchButton"] {
    line-height: 18px;
    padding: 6px;
    border-radius: 50%;
    border: 0;
    color: #333333;
    background-color: transparent;
}

.search-bar-top .btn[id*="SearchButton"] {
    padding: 4px;
    border-bottom: 0;
}

.search-btn-top i,
.search-bar-top .glyphicon-search::before {
    font-size: 22px;
    font-weight: 400;
}

#searchColumn {
    display: none;
}

.search-bar-top {
    width: 34px;
    z-index: -1;
    position: absolute;
    transition: .3s;
    opacity: 0;
    bottom: 2px;
    right: 40px;
    background: #fff;
    bottom: 5px;
}

.search-bar-top .form-control {
    width: 0;
    transition: .3s;
}

.search-bar-top.open {
    width: 300px;
    z-index: 1;
    opacity: 1;
    position: absolute;
}

.search-bar-top.open .form-control {
    width: 100%;
    border: none;
}

.search-bar-top .btn[id*="SearchButton"] {
    border: none;
    border-radius: 0;
    line-height: 23px;
}

.search-bar-top .btn[id*="SearchButton"]:active {
    box-shadow: none;
}

.search-bar-top .glyphicon-search {
    vertical-align: unset !important;
    color: transparent;
    top: 0;
}

.search-bar-top .glyphicon-search:empty {
    width: auto;
}

#searchColumn .form-control,
.search-bar-top .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
    height: 34px;
    font-weight: 500;
}

#searchColumn .form-control {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.04), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

#searchColumn .form-control::placeholder,
.search-bar-top .form-control::placeholder {
    font-style: normal;
}


/*** main nav ***/

.skiplinkholder a,
.skiplinkholder a:link,
.skiplinkholder a:visited {
    left: -20000%;
}

#NAV {
    position: absolute;
    bottom: -23px;
    right: calc(35% - 400px);
}

#NAV,
.navbar-default {
    background-color: transparent;
    border: none;
}

#NAV .navbar-nav {
    padding-right: 35px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.disabled>a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    background-color: transparent;
    padding: 8px 17.5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #0093cd;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #0093cd;
    border-bottom-color: #0093cd;
}


/* removing extraneous padding on desktop */

@media (min-width: 992px) {
    #NAV .row {
        margin-left: 0;
        margin-right: 0;
    }
    #NAV .col-md-12,
    .navbar-collapse {
        padding: 0;
    }
}


/* dropdowns */

.navbar-nav>li>.dropdown-menu {
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.04), 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .dropdown-menu>li>a {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 25px 8px 15px;
}

.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
    background: linear-gradient(0deg, rgba(215, 215, 215, 0.2), rgba(215, 215, 215, 0.2));
    color: #0093cd;
}

#MPButtonBar .dropdown-menu .active>a {
    background: #0093cd;
    color: #fff;
}


/* Dashboard */


/****** member dashboard ******/

.member-dashboard {
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: center;
    transition: .3s;
}

.member-dashboard::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 65, 82, 0.5), rgba(0, 65, 82, 0.5));
    z-index: -1;
}

.member-dashboard>.row.row-wide {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 124px;
    transition: .6s ease-in-out;
    padding: 63px 0 15px;
}

.member-dashboard:not(.open)>.row.row-wide {
    padding-top: 0px;
}

.open.member-dashboard>.row.row-wide {
    height: 380px;
}

.dashboard-col-1 {
    padding-left: 30px;
}

.dashboard-col-2 {
    opacity: 0;
    z-index: -1;
    transition: .6s;
}

.open .dashboard-col-2 {
    z-index: 1;
    opacity: 1;
    padding: 0;
}


/*** toggle ***/

.dashboard-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.dashboard-toggle button {
    position: absolute;
    right: calc(50% - 540px);
    bottom: 0;
    background: transparent;
    background-blend-mode: multiply, normal;
    border: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #004152;
    z-index: 1;
}

.dashboard-toggle.open .HtmlContent::before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 160px;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/stroke-border.png);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(50% - 575px);
    top: -35px;
}

.dashboard-toggle:not(.open) button {
    bottom: -23px;
    color: #fff;
    right: calc(50% - 535px);
}

.dashboard-toggle:not(.open) .HtmlContent::before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 160px;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/ellipse-blue.png);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(50% - 575px);
    top: 0;
    z-index: 1;
}


/*** user details ***/

.user-details {
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}

.member-dashboard:not(.open) .member-dashboard-img {
    margin-top: -20px;
}

.member-dashboard-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.open .member-dashboard-img {
    height: 100px;
    width: 100px;
}

.member-dashboard-img * {
    padding: 0;
    margin: 0;
}

.member-dashboard:not(.open) .member-dashboard-img a[id*="lnkDisplay"] {
    width: 67px;
    height: 67px;
    border: 5px solid #004152;
}

.open .member-dashboard-img a,
.open .member-dashboard-img a[id*="lnkDisplay"] {
    width: 120px;
    height: 120px;
    border: 5px solid #004152;
}

.greeting {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.open .greeting {
    flex-direction: column;
    align-items: flex-start;
}

.greeting div {
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.open .greeting div {
    display: block;
}

.greeting>a {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-decoration: none;
}

.open .greeting>a {
    font-size: 30px;
    line-height: 30px;
}

.greeting>a:hover,
.greeting>a:focus {
    text-decoration: none;
}

.member-dashboard:not(.open) .greeting span {
    margin-top: -20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.member-dashboard:not(.open) .greeting>a {
    margin-top: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.member-dashboard:not(.open) .dashboard-col-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.member-dashboard:not(.open) .progress-text,
.member-dashboard:not(.open) .progress,
.member-dashboard:not(.open) .renew-membership,
.member-dashboard:not(.open) .dashboard-link {
    display: none;
}

.member-dashboard:not(.open) .greeting {
    margin-top: 10px;
}


/*** email content ***/

.email-content {
    margin-left: 30px;
}

.email-content i {
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
    float: left;
    margin-top: -3px;
}

.email-content a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.member-dashboard:not(.open) .email-content {
    flex: 1;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0;
    top: 55px;
    left: calc(50% - 210px);
}

.open .email-content {
    margin-top: 14px;
    margin-left: 0;
}


/*** progress text ***/

.member-dashboard .progress-text {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #f2f2f2;
}

.progress {
    background: #fff;
    height: 25px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #fff;
}

.progress {
    background: #ffffff;
    border-radius: 100px 0px;
    max-width: 85%;
}

.progress-bar-info {
    border: 1px solid #fff;
    background: linear-gradient(270deg, #93e0ff 0%, #0093cd 51.51%);
    border-radius: 100px 0px;
}

.member-dashboard .progress-bar-info {
    color: transparent;
}


/*** dashboard buttons ***/

.dashboard-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: calc(50% - 275px);
}

.dashboard-btn {
    padding: 15px;
    display: flex;
}

.dashboard-btn .HtmlContent,
.dashboard-btn .HtmlContent em,
.dashboard-btn em a {
    flex: 1;
    display: flex;
}


/* collapsed message */

.open .collapsed-message {
    display: none;
}

.collapsed-message div {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    display: inline-block;
    margin-top: 15px;
    position: absolute;
    right: 15px;
    bottom: 35px;
}


/* dashboard links */

.dashboard-link .HtmlContent {
    margin: 10px 0;
}

.dashboard-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.dashboard-link a:hover {
    opacity: 0.7;
}


/* dashboard icons */

.dashboard-link {
    padding: 0;
}

.icon a::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.icon.collapsed-message a i {
    position: absolute;
    bottom: 60px;
    right: 10px;
    font-size: 28px;
    color: #fff;
    transition: 0.3s;
}

.icon.collapsed-message a i:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.icon.settings a::before {
    content: '\f013';
}

.icon.communities a::before {
    content: '\f086';
}

.icon.contributions a::before {
    content: '\f109';
}

.icon.contacts a::before {
    content: '\f2b9';
}


/* hero */

.hero .HtmlContent>*,
.hero a {
    color: #fff;
    text-decoration: none;
}

.hero .HtmlContent {
    padding-right: calc(50% - 100px);
}

.hero h5,
.hero h1 {
    margin: 0;
}

.hero h1 {
    margin: 13px 0 50px;
}

.hero.make-buttons em a {
    border: 1px solid #fff;
    background: transparent;
    padding: 12px 25px;
    color: #fff;
    margin: 0 10px;
}

.hero.make-buttons em a:hover {
    opacity: 0.7;
}


/* hero announcement */

.hero-announcement {
    margin-top: -10px;
}

.hero-announcement h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-left: -8px;
}

.hero-announcement ul li {
    background: rgba(38, 38, 38, 0.9);
    padding: 21px 18px;
    border: none;
    margin-right: -20px;
    margin-left: -10px;
}

.hero-announcement ul li h3 a {
    color: #fff;
}

.hero-announcement ul li span.label {
    display: none;
}

.hero-announcement ul li div[id*="pnlTitle"] {
    width: 100%;
}

.hero-announcement ul li .ByLine {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
}

.hero-announcement div[id*="CalendarLocation"] i,
.hero-announcement div[id*="CalendarLocation"] {
    color: #fff;
}


/* agu banner */

.banner .HtmlContent {
    text-align: center;
}

.banner.logged-in .HtmlContent {
    margin-top: 45px;
}


/* latest discussions */

.HLLandingControl.HLRecentBlogs #sortOptionsContainer,
.HLLandingControl.HLDiscussions #sortOptionsContainer {
    display: none;
}

.HLLandingControl.HLRecentBlogs ul li,
.HLLandingControl.HLDiscussions ul li {
    border: none;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.HLLandingControl.HLRecentBlogs ul li .ByLine,
.HLLandingControl.HLDiscussions ul li .ByLine {
    margin-bottom: -10px;
}

.HLLandingControl.HLRecentBlogs ul li .row.title-row>.col-md-10,
.HLLandingControl.HLDiscussions ul li .row.title-row>.col-md-10 {
    width: 100%;
    padding: 0;
}

.HLLandingControl.HLRecentBlogs ul li .byline-posted-in div[id*="BlogList_Picture"],
.HLLandingControl.HLDiscussions ul li .byline-posted-in div[id*="DiscussionList_Picture"] {
    margin-right: 15px;
}

.HLLandingControl.HLRecentBlogs a[id*='ProfileImage']:not([id*='NameLink']):not([id*='ManageDropDown']),
.HLLandingControl.HLDiscussions a[id*='ProfileImage']:not([id*='NameLink']):not([id*='ManageDropDown']) {
    border: 4px solid #e0e0e0;
    transition: .3s;
}

.people-you-should-know .HL-contact-suggestions ul li .col-md-2 a:hover,
.HLLandingControl.HLRecentBlogs a[id*='ProfileImage']:not([id*='NameLink']):not([id*='ManageDropDown']):hover,
.HLLandingControl.HLDiscussions a[id*='ProfileImage']:not([id*='NameLink']):not([id*='ManageDropDown']):hover {
    border: 4px solid #0093cd;
    transition: .3s;
}

.HLLandingControl.HLDiscussions span[id*="ratingStats"] {
    display: block;
    margin-bottom: 10px;
}


/* networks */

.row.MyNetworksControl {
    padding: 0 calc(50% - 565px);
}

.MyNetworksControl .badge {
    display: none;
}

.MyNetworksControl .Content>div {
    display: flex;
    flex-wrap: wrap;
    padding: 0 calc(50% - 555px);
    margin: 27px -15px 0;
}

.hero-widget-row {
    margin: 0;
}

.hero-widget-row .col-md-3 {
    width: 285px;
    height: 270px;
    text-align: center;
    padding: 60px 18px 54px;
    position: relative;
    overflow: hidden;
    background: #004152;
    color: white;
    border-radius: 135px 0px 0px 135px;
}

.hero-widget-row .col-md-3 h5 a:hover {
    opacity: 0.7;
    transition: .3s;
}


/* elipses */

.hero-widget-row .col-md-3::before,
.hero-widget-row .col-md-3::after {
    content: '';
    display: block;
    position: absolute;
    height: 50px;
    width: 150px;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/stroke-border.png);
    opacity: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-widget-row:first-child .col-md-3::before {
    opacity: 1;
    bottom: -15px;
    right: -80px;
}

.hero-widget-row:nth-child(2) .col-md-3::before {
    opacity: 1;
    bottom: -15px;
    left: -70px;
}

.hero-widget-row:nth-child(2) .col-md-3::after {
    opacity: 1;
    top: -15px;
    right: -80px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.hero-widget-row:nth-child(3) .col-md-3::before {
    opacity: 1;
    top: -15px;
    left: -70px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.hero-widget-row:nth-child(3) .col-md-3::after {
    opacity: 1;
    bottom: -15px;
    right: -70px;
}

.hero-widget-row:nth-child(4) .col-md-3::after {
    opacity: 1;
    bottom: -15px;
    left: -70px;
}


/* widget colors */

.hero-widget-row:nth-child(2) .col-md-3 {
    background: #0e5f75;
    border-radius: 0;
}

.hero-widget-row:nth-child(3) .col-md-3 {
    background: #1e7086;
    border-radius: 0;
}

.hero-widget-row:nth-child(4) .col-md-3 {
    background: #2787a0;
    border-radius: 0px 135px 135px 0px;
}

.hero-widget-row:nth-last-child(3) .col-md-3 {
    border-radius: 0px 135px 135px 0px;
}

.hero-widget-row .col-md-3>.hero-widget {
    background: transparent;
    border: none;
    box-shadow: none;
}

.hero-widget-row .col-md-3 .hero-widget h4 {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.hero-widget-row .col-md-3 .hero-widget h5 a,
.hero-widget-row .col-md-3 .hero-widget h5 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 40px;
    margin: 0;
}

.hero-widget-row .col-md-3 .hero-widget .options a {
    background: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 17px;
    border: none;
}

.hero-widget-row .col-md-3 .hero-widget .options {
    position: absolute;
    bottom: 54px;
    left: 60px;
}


/* events */

.upcoming-events h2 a,
.upcoming-events h2 a::after {
    color: #fff;
    float: right;
}

.upcoming-events .HLLandingControl.HLEventList ul {
    display: flex;
    margin: -23px -15px;
}

.upcoming-events .HLLandingControl.HLEventList ul li {
    border: none;
    margin: 15px;
    color: #fff;
    position: relative;
    transition: .3s;
    display: flex;
    flex-direction: column;
    width: calc(33% - 15px);
    min-height: 500px;
}

.upcoming-events .HLLandingControl.HLEventList ul li .img-container {
    min-width: 100%;
    height: 200px;
    position: relative;
}

.upcoming-events .HLLandingControl.HLEventList ul li .img-container::before,
.upcoming-events .HLLandingControl.HLEventList ul li .img-container::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 65, 82, 0) 0%, rgba(0, 65, 82, 0.8) 86.98%);
}

.upcoming-events .HLLandingControl.HLEventList ul li:hover .img-container::before {
    opacity: 0;
}

.upcoming-events .HLLandingControl.HLEventList ul li .img-container::after {
    background: linear-gradient(0deg, rgba(0, 147, 205, 0.8), rgba(0, 147, 205, 0.8));
    opacity: 0;
    transition: .3s;
}

.upcoming-events .HLLandingControl.HLEventList ul li:hover .img-container::after {
    opacity: 1;
    transition: .3s;
}

.upcoming-events ul li:nth-child(odd) .img-container[style*="background-image: url("][style*="undefined"] {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/event_img_1.jpeg") !important;
}

.upcoming-events ul li:nth-child(even) [style*="background-image: url("][style*="undefined"] {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/event_img_2.jpeg") !important;
}

.upcoming-events .HLLandingControl.HLEventList ul li .text-container {
    background: #fff;
    padding: 20px 34px;
    color: #1d1d1d;
    flex-grow: 1;
}


/* thumbnails */

.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"] {
    position: absolute;
    top: 12px;
    left: 0;
}

.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"]>div {
    margin-bottom: 0;
}

.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"] .date-block {
    background: #262626;
    padding: 0px !important;
    width: 75px;
    transition: .3s;
}

.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"] .calendary-number,
.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarThumbnail"] .calendar-month {
    color: #fff;
}

.upcoming-events .HLLandingControl.HLEventList ul li:hover div[id*="pnlCalendarThumbnail"] .date-block {
    background: #fff;
    padding: 0px !important;
    width: 75px;
}

.upcoming-events .HLLandingControl.HLEventList ul li:hover div[id*="pnlCalendarThumbnail"] .calendary-number,
.upcoming-events .HLLandingControl.HLEventList ul li:hover div[id*="pnlCalendarThumbnail"] .calendar-month {
    color: #0093cd;
}

.upcoming-events .HLLandingControl.HLEventList ul li .calendar-day {
    display: none;
}

.upcoming-events .HLLandingControl.HLEventList ul li .calendar-month {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    padding-top: 5px;
    margin-bottom: -10px;
}

.upcoming-events .HLLandingControl.HLEventList ul li .calendary-number {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
}

.upcoming-events ul li h4,
.upcoming-events .HLLandingControl.HLEventList ul li .timeAgoFormat {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #1d1d1d;
}

.upcoming-events .HLLandingControl.HLEventList ul li div[id*="pnlCalendarMain"],
.upcoming-events .HLLandingControl.HLEventList ul li .row.title-row>.col-md-9 {
    width: 100%;
}

.upcoming-events .HLLandingControl.HLEventList ul li .event-info {
    border-top: 1px solid #f7f7f7;
    padding: 20px 30px;
    margin: 0 -30px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 5px);
}


/* Event Icons */

.upcoming-events ul li h4::before,
.upcoming-events .HLLandingControl.HLEventList ul li .timeAgoFormat::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #0093cd;
    float: left;
    margin-right: 10px;
}

.upcoming-events ul li h4::before {
    content: '\f3c5';
}

.upcoming-events ul li .timeAgoFormat::before {
    content: '\f073';
}


/* career center */

.career-center h2 {
    margin-bottom: 23px;
}


/* eos news */

.ews-eos h2 {
    margin-bottom: 43px;
}


/* twitter */

.twitter h2 {
    margin-top: 55px;
    margin-bottom: 23px;
}

.twitter .HtmlContent>ul {
    height: 460px;
}

.logged-in .twitter .HtmlContent>ul {
    height: 580px;
}


/* suggested contacts */

.people-you-should-know .HL-contact-suggestions .Content {
    display: flex;
    flex-direction: column;
    margin: 0 -15px;
    width: 100%;
}

.people-you-should-know .HL-contact-suggestions .Content>.row {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 23px;
    width: 100%;
}

.people-you-should-know .HL-contact-suggestions ul li {
    border-bottom: 0;
}

.people-you-should-know .HL-contact-suggestions ul li>.row.title-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.people-you-should-know .HL-contact-suggestions ul li .col-md-6 {
    width: 70%;
}

.people-you-should-know .HL-contact-suggestions ul li .col-md-2 a {
    width: 60px;
    height: 60px;
    border: 4px solid #e0e0e0;
}

.people-you-should-know .HL-contact-suggestions ul li .col-md-2 a img {
    width: 60px !important;
    height: 60px !important;
}

.people-you-should-know .HL-contact-suggestions ul li .update-friend {
    width: calc(100% + 46px);
    background: #004152;
    position: absolute;
    bottom: -35px;
    left: -23px;
    padding: 12px;
    text-align: right;
}

.people-you-should-know .HL-contact-suggestions ul li .update-friend a {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 9px 15px;
    border-radius: 0;
    border: none;
    margin: 0 5px;
}

.people-you-should-know .HL-contact-suggestions ul li .update-friend a:hover {
    opacity: 0.7;
}

.people-you-should-know .HL-contact-suggestions ul li .update-friend .add-contact {
    color: #004152;
    background: #fff;
}

.people-you-should-know .HL-contact-suggestions ul li .update-friend .ignore-contact {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}


/* cta tile */

.cta-tile .HtmlContent {
    padding: 25px;
    padding-top: 221px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.cta-tile .HtmlContent h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 5px;
}

.cta-tile .text-container:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.cta-tile .HtmlContent h2,
.cta-tile .HtmlContent p {
    margin: 0;
}

.cta-tile .HtmlContent p {
    margin-bottom: 10px;
}

.cta-tile .HtmlContent::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5));
    z-index: -1;
}


/* promo tiles */

.promo-tile>a,
.cta-tile>a {
    text-decoration: none;
    color: #000;
}

.promo-tiles {
    padding: 10px;
}

.promo-tile .HtmlContent {
    padding: 0 75px 193px;
    display: flex;
    position: relative;
    z-index: 1;
    transition: .3s;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 75px;
}

.promo-tile .HtmlContent::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 147, 205, 0.8), rgba(0, 147, 205, 0.8));
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

.promo-tile .HtmlContent:hover::before {
    background: linear-gradient(0deg, rgba(0, 147, 205, 0.8), rgba(0, 147, 205, 0.8));
    opacity: 1;
}

.promo-tile .HtmlContent:hover .text-container {
    border-top: 10px solid #0093cd;
}

.promo-tile .text-container {
    background-color: #fff;
    padding: 20px;
    border-top: 10px solid #262626;
    margin-top: -20px;
    transition: .3s;
}


/* tile grow */

.promo-tiles.tile-grow,
.promo-tiles.tile-grow>div[class*="section"]:not(.col-md-12),
.promo-tiles.tile-grow>div[class*="section"]:not(.col-md-12)>.promo-tile,
.promo-tiles.tile-grow>div[class*="section"]:not(.col-md-12)>.promo-tile a {
    display: flex;
}


/* footer */

#MPOuterMost.full #FOOTER {
    max-width: 100%;
    padding: 0;
}

#FOOTER .ContentItemHtml:not(.make-buttons) * {
    color: #fff;
    text-decoration: none;
}

.bg-footer .col-md-12 div[class*="col-md-"] {
    padding: 0;
}

.footer-social ul,
.footer-links-top ul,
.footer-links-bottom ul,
.copyright ul {
    list-style: none;
    padding: 0;
    position: relative;
}

.footer-links-top ul {
    padding: 18px 0 9px;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 18px;
}

.footer-social i {
    font-size: 24px;
    padding: 0 10px;
    transition: .3s;
}

.footer-social i:hover {
    opacity: 0.7;
    transition: .3s;
}

.footer-links-top ul::before,
.footer-links-top ul::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 362px;
    background: #f2f2f2;
    opacity: 0.25;
    top: 5px;
}

.footer-links-top ul::after {
    top: unset;
    bottom: 0;
}

.copyright ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.copyright ul li {
    margin: 0 8px;
}

.footer-links-top a,
.footer-links-bottom a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.footer-links-top a:hover,
.footer-links-bottom a:hover {
    opacity: 0.7;
}

.attribution,
.copyright {
    margin-top: 22px;
}

.attribution {
    text-align: right;
}

.attribution p,
.copyright p,
.copyright a {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.copyright a {
    display: block;
}

.attribution a:hover,
.copyright a:hover {
    opacity: 0.7;
}

.contact-us h2 {
    margin: 0;
    margin-bottom: 12px;
}

.contact-us p {
    margin: 0;
}

#MPCopyright {
    display: none;
}


/* Interior */

.interior #MPOuter {
    padding-top: 30px;
}

.interior #MainCopy_ContentWrapper {
    padding-top: 60px;
    padding-bottom: 40px;
}

#PageTitleH1 {
    color: #fff;
    padding: 43px calc(50% - 585px);
    max-width: 100%;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/AGU/e969ee71-50c4-4d68-aaab-3ce9ee4fd75e/UploadedImages/Dev_Files/alert-bg.png);
    background-size: contain;
}

@media (max-width: 1024px) {
    #PageTitleH1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #Logo {
        bottom: -20px;
        left: 0;
    }
    .people-you-should-know .HL-contact-suggestions ul li>.row.title-row {
        min-height: 160px;
    }
    .dashboard-btn {
        padding: 0;
        width: calc(50% - 30px);
        margin: 15px;
    }
    .dashboard-btn em a {
        min-width: unset;
    }
    .dashboard-toggle button {
        right: 65px;
    }
    .dashboard-toggle.open .HtmlContent::before {
        right: 30px;
    }
    .people-you-should-know .HL-contact-suggestions ul li .update-friend {
        text-align: center;
    }
    .hero-announcement,
    .hero-announcement ul li {
        margin: 0;
    }
    .open .dashboard-col-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    #NAV .navbar-nav {
        padding-right: 20px;
    }
    #NAV {
        right: -40px;
    }
    #MPOuterMost.full #HEADER {
        padding-bottom: 30px;
    }
    .open .dashboard-col-2 {
        padding-left: 25px;
    }
    .dashboard-btns {
        padding-left: 0;
    }
}

@media (max-width: 850px) {
    .icon.collapsed-message::before {
        right: 20px;
    }
    #NAV,
    .member-dashboard:not(.open) .email-content {
        position: revert;
    }
    .dashboard-toggle:not(.open) .HtmlContent::before {
        right: 30px;
    }
    .open.member-dashboard {
        padding: 30px 20px 0;
    }
    #NAV .navbar-nav {
        padding: 0;
    }
    .search-btn-top,
    .search-bar-top {
        position: absolute;
        right: -50px;
    }
}

@media (max-width: 768px) {
    #add-calendar-event {
        margin-right: -3px;
    }
    .upcoming-events .HLLandingControl.HLEventList ul {
        flex-wrap: wrap;
    }
    .upcoming-events .HLLandingControl.HLEventList ul li {
        flex-wrap: wrap;
        width: calc(100% - 15px);
        min-height: 375px;
    }
    .people-you-should-know .HL-contact-suggestions ul li>.row.title-row {
        min-height: none;
    }
    .bg-footer {
        padding: 20px;
    }
    .row.MyNetworksControl {
        padding: 20px;
    }
    .search-btn-top,
    .search-bar-top {
        position: absolute;
        right: 0;
    }
    .hero-announcement {
        margin-top: 20px;
    }
    .dashboard-toggle {
        display: none;
    }
    .progress {
        max-width: 100%;
    }
    .slick-dots li button::before {
        color: #fff !important;
    }
    .slick-dots {
        bottom: 0 !important;
    }
    .cta-tile.neg-margin-90 {
        margin-top: 0;
    }
    .people-you-should-know .HLLandingControl.HL-contact-suggestions .title-row H3 {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .search-wrap {
        display: none;
    }
    #NAV #searchColumn {
        display: block;
        float: none !important;
        max-width: 100% !important;
    }
    .dashboard-link {
        width: 50%;
        float: left;
    }
}

@media (max-width: 600px) {
    .upcoming-events .HLLandingControl.HLEventList ul {
        flex-wrap: wrap;
    }
    .upcoming-events .HLLandingControl.HLEventList ul li {
        flex-wrap: wrap;
        width: calc(100% - 15px);
        min-height: 375px;
    }
    .people-you-should-know .HL-contact-suggestions ul li>.row.title-row {
        min-height: none;
    }
    .bg-footer {
        padding: 20px;
    }
    .logged-in .twitter .HtmlContent>ul {
        height: 400px;
    }
    .open.member-dashboard>.row.row-wide {
        height: 380px;
        padding: 20px;
    }
    .collapsed-message div {
        position: unset;
        text-align: right;
    }
    .member-dashboard>.row.row-wide {
        height: 150px;
    }
    .upcoming-events .HLLandingControl.HLEventList ul {
        flex-wrap: wrap;
    }
    .upcoming-events .HLLandingControl.HLEventList ul li {
        flex-wrap: wrap;
        width: calc(100% - 15px);
        min-height: 375px;
    }
    .people-you-should-know .HL-contact-suggestions ul li>.row.title-row {
        min-height: none;
    }
    .bg-footer {
        padding: 20px;
    }
    .logged-in .twitter .HtmlContent>ul {
        height: 400px;
    }
    #PageTitleH1 {
        font-size: 40px;
    }
    .dashboard-btn em a {
        min-height: 70px;
    }
    .banner img {
        max-width: 100%;
    }
    .byline-posted-in div[id*="BlogList_Picture"] {
        float: left;
    }
}

@media (max-width: 500px) {
    .hero-widget-row {
        margin: auto;
    }
    .hero-widget-row:nth-last-child(3) .col-md-3,
    .hero-widget-row .col-md-3 {
        border-radius: 0;
    }
    .hero-widget-row:nth-last-child(3) .col-md-3::before,
    .hero-widget-row:nth-last-child(3) .col-md-3::after,
    .hero-widget-row .col-md-3::before {
        display: none;
    }
    .Welcome #ProfileContainer {
        width: unset;
    }
}

@media (max-width: 425px) {
    .collapsed-message {
        display: none;
    }
    #ProfileContainer .col-md-9.col-sm-9.col-xs-9 {
        padding-left: 30px;
    }
    .btn:not(.btn-secondary):not(.dropdown-toggle) {
        font-size: 10px;
    }
    .open.member-dashboard>.row.row-wide {
        height: 400px;
    }
    .promo-tile .HtmlContent {
        padding: 0 40px 193px;
    }
    .dashboard-link {
        width: 100%;
    }
    .open.member-dashboard>.row.row-wide {
        height: 500px;
        padding: 20px 5px;
    }
    .dashboard-btn {
        width: calc(100% - 30px);
        margin: 10px -5px;
    }
    .dashboard-btn em a {
        min-height: 55px;
    }
}

@media (max-width: 375px) {
    #Logo {
        bottom: -50px;
    }
    .dashboard-btn em a {
        padding: 15px;
    }
    .hero .HtmlContent {
        padding-right: 0;
    }
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  [PrimaryColorRGB-StartComment]
  --hl-bs--primary-rgb: [PrimaryColorRGB];
  --hl-bs--selected-rgb: [PrimaryColorRGB], 50;
  [PrimaryColorRGB-EndComment]

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  /*
  --hl-bs--link: ;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--link-rgb: [LinkColorRGB];
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--link-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-border-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */

  [SecondaryColorRGB-StartComment]
  --hl-bs--secondary-rgb: [SecondaryColorRGB];
  --hl-bs--secondary-selected-rgb: [SecondaryColorRGB], 50;
  [SecondaryColorRGB-EndComment]

  /*
  --hl-bs--secondary-opposite: ;
  */

  [TextOnSecondaryRGB-StartComment]
  --hl-bs--secondary-opposite-rgb: [TextOnSecondaryRGB];
  [TextOnSecondaryRGB-EndComment]
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-primary-text-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-text-hover-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg: ;
  */

  [PrimaryButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-rgb: [PrimaryButtonBackgroundColorRGB];
  [PrimaryButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */

  [PrimaryButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-hover-rgb: [PrimaryButtonHoverBackgroundColorRGB];
  [PrimaryButtonHoverBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */

  [PrimaryButtonBorderColorRGB-StartComment]
  --hl-bs--btn-primary-border-rgb: [PrimaryButtonBorderColorRGB];
  --hl-bs--btn-primary-border-hover-rgb: [PrimaryButtonBorderColorRGB];
  [PrimaryButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */

  [SuccessButtonTextColorRGB-StartComment]
  --hl-bs--btn-success-text-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-text-hover-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-outline-rgb: [SuccessButtonTextColorRGB], 127;
  [SuccessButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg: ;
  */

  [SuccessButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-rgb: [SuccessButtonBackgroundColorRGB];
  [SuccessButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  [SuccessButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-hover-rgb: [SuccessButtonHoverBackgroundColorRGB];
  [SuccessButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */

  [SuccessButtonBorderColorRGB-StartComment]
  --hl-bs--btn-success-border-rgb: [SuccessButtonBorderColorRGB];
  --hl-bs--btn-success-border-hover-rgb: [SuccessButtonBorderColorRGB];
  [SuccessButtonBorderColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */

  [DangerButtonTextColorRGB-StartComment]
  --hl-bs--btn-danger-text-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-text-hover-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-outline-rgb: [DangerButtonTextColorRGB], 127;
  [DangerButtonTextColorRGb-EndComment]
  
  /*
  --hl-bs--btn-danger-bg: ;
  */

  [DangerButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-rgb: [DangerButtonBackgroundColorRGB];
  [DangerButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  [DangerButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-hover-rgb: [DangerButtonHoverBackgroundColorRGB];
  [DangerButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

  [DangerButtonBorderColorRGB-StartComment]
  --hl-bs--btn-danger-border-rgb: [DangerButtonBorderColorRGB];
  --hl-bs--btn-danger-border-hover-rgb: [DangerButtonBorderColorRGB];
  [DangerButtonBorderColorRGB-EndComment]

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */

  [DefaultButtonTextColorRGB-StartComment]
  --hl-bs--btn-secondary-text-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-text-hover-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-outline-rgb: [DefaultButtonTextColorRGB], 127;
  [DefaultButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */

  [DefaultButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-rgb: [DefaultButtonBackgroundColorRGB];
  [DefaultButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  [DefaultButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-hover-rgb: [DefaultButtonHoverBackgroundColorRGB];
  [DefaultButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */

  [DefaultButtonBorderColorRGB-StartComment]
  --hl-bs--btn-secondary-border-rgb: [DefaultButtonBorderColorRGB];
  --hl-bs--btn-secondary-border-hover-rgb: [DefaultButtonBorderColorRGB];
  [DefaultButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--btn-link-text-rgb: [LinkColorRGB];
  --hl-bs--btn-link-outline-rgb: [LinkColorRGB], 127;
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--btn-link-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--btn-link-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-ghost-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--footer-color: ;
  */

  [FooterTextColorRGB-StartComment]
  --hl-bs--footer-color-rgb: [FooterTextColorRGB];
  [FooterTextColorRGB-EndComment]

  /*
  --hl-bs--footer-color-opposite: ;
  */

  [FooterBackgroundColorRGB-StartComment]
  --hl-bs--footer-color-opposite-rgb: [FooterBackgroundColorRGB];
  [FooterBackgroundColorRGB-EndComment]
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  