/* Background Images and Footer */
#MPOuterHeader { background-image: url('https://higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/Higher%20Logic%20header-03.png'); background-repeat: repeat; }
/* Theme Roller */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Red Hat Text", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Text", sans-serif !important;
}

h1 {
  font-weight: 600 !important;
  font-size: 56px !important;
  line-height: 67px !important;
  letter-spacing: -0.02em !important;
}

h2 {
  position: relative;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 44px !important;
  letter-spacing: -0.02em !important;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 32px !important;
  }
}

h2.section_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #00549f;
}

h2.section_title::before {
  position: absolute;
  content: "";
  width: 60vw;
  height: 2px;
  background-color: #e9e9e9;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 575px) {
  h2.section_title::before {
    bottom: 4px;
    width: calc(100vw - 45px);
  }
}

h3 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 38px !important;
  letter-spacing: -0.01em !important;
}

h4 {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.01em !important;
}

.btnPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  height: 58px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  background: #fe9819;
  color: #162b52;
  border-radius: 45px;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.btnPrimary:hover {
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 4px #a176fb;
          box-shadow: 0px 0px 4px #a176fb;
}

.btnPrimary:hover svg path {
  fill: #fff;
}

.Login .btn-primary {
  background: #fe9819 !important;
  color: #162b52;
  border: 0 !important;
}

.Login .btn-primary:hover {
  background: #fe9819;
  color: #ffffff;
}

.MPheader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MPheader .row {
  padding: 5px 5px 5px !important;
}

.MPheader .row:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.MPheader .row:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.MPheader .LogoImg.inline img.img-responsive {
  width: 160px;
  margin-left: -20px;
}

.MPheader a.level1.MPAuxNav.static {
  color: #fff;
  text-decoration: none !important;
  border: 0 !important;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px !important;
  outline: 0 !important;
}

div#auxskiplinkholder {
  display: none;
}

.traditional-nav {
  background: #eef3f8;
}

.traditional-nav.snNav {
  border-bottom: 1px solid rgba(22, 43, 82, 0.2);
}

.traditional-nav .navbar-default {
  background-color: transparent;
  border: 0;
}

.traditional-nav .navbar-default .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.traditional-nav .navbar-default .row .col-md-12 div#searchColumn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.traditional-nav .navbar-default #MPSearchBlock {
  margin-top: 0 !important;
}

.traditional-nav .navbar-default .navbar-nav li a {
  position: relative;
  padding: 0;
  margin-right: 20px;
  background: transparent !important;
  font-size: 16px;
  font-weight: 500;
  color: #494949 !important;
}

.traditional-nav .navbar-default .navbar-nav li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #fe9819;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 970px) {
  .traditional-nav .navbar-default .navbar-nav li a::before {
    display: none;
  }
}

.traditional-nav .navbar-default .navbar-nav li a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.traditional-nav .navbar-default .navbar-nav li a .caret {
  display: none;
}

.traditional-nav .navbar-default .navbar-nav li .dropdown-menu {
  padding: 20px;
}

.traditional-nav .navbar-default .navbar-nav li .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.traditional-nav .navbar-default .navbar-nav li.current-page a::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.traditional-nav .navbar-default input#SearchControl_SearchTerm {
  border: 0;
  border-radius: 45px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.traditional-nav .navbar-default button#SearchControl_SearchButton {
  border: 0;
  background: #fff;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.traditional-nav .navbar-default button#SearchControl_SearchButton span.glyphicon.glyphicon-search {
  margin-top: -4px;
}

.home .no-pageTitle-padding {
  padding-top: 0;
}

.topbanner {
  position: relative;
  background: #162b52;
}

.topbanner__wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 215px 0;
}

@media screen and (max-width: 970px) {
  .topbanner__wrapper {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .topbanner__wrapper {
    padding: 70px 0 0;
  }
}

.topbanner__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 945px) {
  .topbanner__img {
    position: absolute;
    top: -58px;
    right: -200px;
    max-width: 768px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .topbanner__img {
    position: relative;
    top: 0;
    right: unset;
    text-align: center;
  }
}

.topbanner__img video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 970px) {
  .topbanner__img video {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .topbanner__img video {
    max-width: 450px;
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .topbanner__img video {
    max-width: 320px;
    margin-bottom: 30px;
  }
}

.topbanner__content {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.topbanner__content h1 {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}

.topbanner__content h3 {
  max-width: 350px;
  font-weight: 400 !important;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .topbanner__content h3 {
    max-width: 566px;
  }
}

.topbanner .HtmlFooter {
  display: none;
}

.topbanner__profile {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 90px;
  background: #00549f;
  border-radius: 32px 32px 0px 0px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topbanner__profile {
    position: relative;
    right: unset;
    bottom: unset;
    padding: 25px;
    border-radius: 0;
    margin-top: 45px;
  }
}

.topbanner__profile--info {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbanner__profile--info.showInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbanner__profile--info .user_thumb {
  margin-right: 15px;
}

.topbanner__profile--info .user_thumb img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.topbanner__profile--info .user_details h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94ddfe;
  margin: 0 !important;
}

.topbanner__profile--info .user_details h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin: 0 !important;
}

.topbanner__profile--menu {
  padding: 0;
  background: #162b52;
  border-radius: 16px;
  overflow: hidden;
  list-style: none;
}

.topbanner__profile--menu li {
  position: relative;
}

.topbanner__profile--menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topbanner__profile--menu li a svg {
  margin-right: 16px;
}

.topbanner__profile--menu li a span.arrow {
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
}

.topbanner__profile--menu li a:hover {
  background: #03447f;
}

.topbanner__profile--menu li a:hover span.arrow {
  opacity: 0.5;
}

.topbanner__profile--menu li:not(:last-child) a {
  border-bottom: 1px solid #00549f;
}

.csaNews {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .csaNews {
    padding: 50px 0;
  }
}

.csaNews .row.heading {
  display: none;
}

.csaNews .HLLandingControl.HLAnnouncements,
.csaNews .Content {
  padding: 0;
  position: relative;
}

.csaNews div#MainCopy_ctl05_MoreLinkPanel {
  position: absolute;
  top: -80px;
  right: 0;
}

@media screen and (max-width: 575px) {
  .csaNews div#MainCopy_ctl05_MoreLinkPanel {
    position: relative;
    top: unset;
    right: unset;
  }
  .csaNews div#MainCopy_ctl05_MoreLinkPanel div {
    width: 100%;
  }
}

.csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default {
  background: transparent;
  width: 150px;
  height: 58px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 45px;
  font-weight: 500;
  font-size: 20px;
  color: #00549f;
  border-color: #00549f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default:hover {
  background: #eef3f8;
}

@media screen and (max-width: 575px) {
  .csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default {
    width: 100%;
  }
}

.csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  left: 30px;
  top: 25px;
  background: #00549f;
}

@media screen and (max-width: 575px) {
  .csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default::before {
    left: 34%;
  }
}

.csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  left: 30px;
  top: 32px;
  background: #00549f;
}

@media screen and (max-width: 575px) {
  .csaNews div#MainCopy_ctl05_MoreLinkPanel .btn-default::after {
    left: 34%;
  }
}

.csaNews ul.include-ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin-top: 60px;
}

@media screen and (max-width: 920px) {
  .csaNews ul.include-ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .csaNews ul.include-ul {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .csaNews ul.include-ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.csaNews ul.include-ul li {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  background: #eef3f8;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .csaNews ul.include-ul li {
    border-radius: 15px;
  }
}

.csaNews ul.include-ul li h3 {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.01em !important;
  color: #162b52;
}

@media screen and (max-width: 1250px) {
  .csaNews ul.include-ul li h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.csaNews ul.include-ul li .col-md-12.no-pad.clear-ul-style {
  display: none;
}

.csaNews ul.include-ul li .HLContainer {
  display: none;
}

.csaNews ul.include-ul li .row:nth-child(1) {
  display: none;
}

.csaNews ul.include-ul li .row.title-row {
  display: block;
}

.csaNews ul.include-ul li .row.content-row {
  display: block;
}

.csaNews ul.include-ul li .csaNews__link {
  position: relative;
  width: 130px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: #fe9819;
  border-radius: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.csaNews ul.include-ul li .csaNews__link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 15px;
  top: 9px;
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/sm-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.csaNews ul.include-ul li:hover {
  background: #00549f;
}

.csaNews ul.include-ul li:hover h3 {
  color: #ffffff;
}

.csaNews ul.include-ul li:hover .ByLine {
  display: none;
}

.csaNews ul.include-ul li:hover .csaNews__link {
  opacity: 1;
}

.myCommunities {
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .myCommunities {
    padding: 50px 0;
  }
}

.myCommunities span#MainCopy_ctl09_lbCommunityCount {
  display: none;
}

.myCommunities h2.section_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .myCommunities h2.section_title {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.myCommunities .ContentUserControl #MainCopy_ctl09_UpdatePanel1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  background: #eef3f8;
}

@media screen and (max-width: 768px) {
  .myCommunities .ContentUserControl #MainCopy_ctl09_UpdatePanel1 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .myCommunities .ContentUserControl #MainCopy_ctl09_UpdatePanel1 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.myCommunities .ContentUserControl #MainCopy_ctl09_UpdatePanel1 .row:nth-child(1) {
  display: none;
}

.myCommunities .ContentUserControl .text-muted {
  display: none;
}

.myCommunities .ContentUserControl div[id*="_UpdatePanel"] {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  background: #eef3f8;
  padding: 30px;
  margin-top: 70px !important;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .myCommunities .ContentUserControl div[id*="_UpdatePanel"] {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .myCommunities .ContentUserControl div[id*="_UpdatePanel"] {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.myCommunities .ContentUserControl div[id*="_UpdatePanel"] .row:nth-child(1) {
  display: none;
}

.myCommunities .ContentUserControl .nested-community {
  display: none;
}

.myCommunities .ContentUserControl .content-tags {
  display: none;
}

.myCommunities .ContentUserControl .community-list {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.myCommunities .ContentUserControl .community-list h3 {
  margin: 0;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  letter-spacing: -0.01em !important;
}

.myCommunities .ContentUserControl .community-list h3 a {
  display: block;
  color: #162b52 !important;
  position: relative;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .myCommunities .ContentUserControl .community-list h3 a {
    border-radius: 15px;
    padding: 25px;
  }
}

.myCommunities .ContentUserControl .community-list h3 a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  left: 30px;
  top: 0;
  background: #00549f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.myCommunities .ContentUserControl .community-list h3 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/cm-arrow.svg");
  background-repeat: no-repeat !important;
  background-position: center;
}

.myCommunities .ContentUserControl .community-list h3 a:hover {
  background: #fe9819;
}

.myCommunities .ContentUserControl .community-list h3 a:hover::before {
  width: calc(100% - 60px);
}

.myCommunities .ContentUserControl .community-list h3 a:hover:after {
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/arrow-hover.svg");
}

.myCommunities .ContentUserControl .community-list .row {
  display: block !important;
}

.myCommunities .community-list .col-md-7 {
  width: 100%;
  float: none;
  padding: 0;
}

.myCommunities .community-list .col-md-7 p {
  display: none;
}

.myCommunities .community-list .col-md-5 {
  display: none;
}

.innerCircle {
  position: relative;
  padding: 50px 0;
}

.innerCircle .spostbtn {
  position: absolute;
  width: 198px;
  height: 50px;
  right: 0;
  top: 0px;
  font-weight: 500;
  font-size: 20px;
  padding: 0 32px 0 20px;
  background: #00549F;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .innerCircle .spostbtn {
    width: 100%;
    margin-top: 20px;
  }
  .innerCircle .spostbtn svg {
    margin-right: 15px;
  }
}

.innerCircle__btn {
  margin-top: 40px;
  text-align: right;
}

.innerCircle__btn a {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .innerCircle {
    padding: 50px 0;
  }
}

.innerCircle .HLLandingControl,
.innerCircle .Content {
  padding: 0 !important;
}

.innerCircle ul {
  margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .innerCircle ul {
    margin-top: 10px !important;
  }
}

.innerCircle ul li {
  padding: 40px 70px;
  background: #eef3f8;
  border-radius: 24px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .innerCircle ul li {
    padding: 30px;
    border-radius: 15px;
  }
}

.innerCircle ul li .title-row img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
}

.innerCircle ul li .title-row h3 {
  margin-top: -8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px !important;
}

@media screen and (max-width: 575px) {
  .innerCircle ul li .title-row h3 {
    line-height: 28px !important;
  }
}

.innerCircle ul li .title-row h3 a {
  color: #000000 !important;
}

.innerCircle ul li .title-row .ByLine {
  color: #000000;
}

.innerCircle ul li .title-row .ByLine a {
  color: #000000;
}

.innerCircle ul li p {
  margin-left: 65px;
  font-size: 16px;
  line-height: 21px;
  color: #494949;
}

@media screen and (max-width: 768px) {
  .innerCircle ul li p {
    margin-left: 0;
  }
}

.innerCircle ul li p a {
  display: none;
}

.innerCircle ul li p a[id^="MainCopy"] {
  position: absolute;
  display: block;
  bottom: -35px;
  border-bottom: 1px solid;
  color: #00549f;
}

#MPOuter {
  padding-bottom: 60px;
}

.bgGrey {
  background: #eef3f8;
}

.bgGrey .BreadCrumb {
  display: none;
}

.communites {
  position: relative;
}

.communites .row.row-wide.clearfix .col-md-12 {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .communites .row.row-wide.clearfix .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .communites .row.row-wide.clearfix .col-md-12.section1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1200px) {
  .communites .row.row-wide.clearfix .col-md-12.section2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .communites .row.row-wide.clearfix .col-md-12.section3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.communites .Count {
  display: none;
}

.communites .community-tabs ul.nav.nav-tabs {
  border: 0;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 60px;
}

@media screen and (max-width: 945px) {
  .communites .community-tabs ul.nav.nav-tabs {
    margin-bottom: 20px;
  }
}

.communites .community-tabs ul.nav.nav-tabs li {
  margin-right: 40px;
}

@media screen and (max-width: 1020px) {
  .communites .community-tabs ul.nav.nav-tabs li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 675px) {
  .communites .community-tabs ul.nav.nav-tabs li {
    margin-right: 10px;
  }
}

.communites .community-tabs ul.nav.nav-tabs li a {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0 !important;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px !important;
  letter-spacing: -0.02em;
  color: #00549f;
  padding: 10px 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1250px) {
  .communites .community-tabs ul.nav.nav-tabs li a {
    font-size: 38px;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 1020px) {
  .communites .community-tabs ul.nav.nav-tabs li a {
    font-size: 28px;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 675px) {
  .communites .community-tabs ul.nav.nav-tabs li a {
    font-size: 16px;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 380px) {
  .communites .community-tabs ul.nav.nav-tabs li a {
    font-size: 14px;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 350px) {
  .communites .community-tabs ul.nav.nav-tabs li a {
    font-size: 13px;
    line-height: 18px !important;
  }
}

.communites .community-tabs ul.nav.nav-tabs li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: #fe9819;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.communites .community-tabs ul.nav.nav-tabs li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.communites .community-tabs ul.nav.nav-tabs li.active a {
  color: #03447f;
}

.communites .community-tabs ul.nav.nav-tabs li.active a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.communites .comm-buttons ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: -10px;
}

@media screen and (max-width: 575px) {
  .communites .comm-buttons ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .communites .comm-buttons ul li {
    margin-bottom: 20px;
  }
}

.communites .comm-buttons ul li:not(:last-child) {
  margin-right: 4px;
}

.communites .comm-buttons ul li a {
  position: relative;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 16px;
  background-color: #ffffff;
  color: #00549f;
  border-radius: 8px;
}

.communites .community-list {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 0 !important;
}

@media screen and (max-width: 575px) {
  .communites .community-list {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}

.communites .community-list::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  left: 30px;
  top: 0;
  background: #00549f;
}

.communites .community-list .col-md-7,
.communites .community-list .col-md-5 {
  width: 100%;
}

@media screen and (max-width: 945px) {
  .communites .community-list .col-md-12,
  .communites .community-list .col-md-7,
  .communites .community-list .col-md-5 {
    padding: 0 !important;
  }
}

.communites .community-list .row-bottom-margin,
.communites .community-list .col-bottom-margin {
  float: right;
  margin-right: 75px;
  margin-top: -18px;
  z-index: 11;
  position: relative;
  width: 20px;
}

@media screen and (max-width: 575px) {
  .communites .community-list .row-bottom-margin,
  .communites .community-list .col-bottom-margin {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .communites .community-list .row-bottom-margin div,
  .communites .community-list .col-bottom-margin div {
    width: 100%;
  }
}

.communites .community-list .row-bottom-margin a,
.communites .community-list .col-bottom-margin a {
  padding: 13px 35px;
  border-radius: 48px;
  background-color: #00549f;
  font-weight: 500;
  font-size: 16px;
  color: #dbf5ff;
}

@media screen and (max-width: 575px) {
  .communites .community-list .row-bottom-margin a,
  .communites .community-list .col-bottom-margin a {
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
  }
}

.communites .community-list .col-md-7 .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.communites .community-list .col-md-7 .col-md-12 .nested-community {
  display: none;
}

.communites .community-list .col-md-7 .col-md-12 .content-tags.flex-container {
  display: none;
}

.communites .community-list .col-md-7 .col-md-12 h3 {
  margin-top: 0;
  max-width: 50%;
  width: 50%;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-7 .col-md-12 h3 {
    max-width: 100%;
    width: 100%;
    line-height: 26px !important;
  }
}

.communites .community-list .col-md-7 .col-md-12 h3 a {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #162b52;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-7 .col-md-12 h3 a {
    font-size: 20px;
    line-height: 26px;
  }
}

.communites .community-list .col-md-7 .col-md-12 p {
  margin-top: 0;
  margin-bottom: 0;
}

.communites .community-list .col-md-7 .col-md-12 p .label-default {
  padding: 7px 16px;
  border-radius: 48px;
  background: #00549f;
  margin-right: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-7 .col-md-12 p .label-default {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.communites .community-list .col-md-7 .col-md-12 p .text-muted {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #162b52;
}

.communites .community-list .col-md-7 .col-md-12 p:first-of-type {
  position: relative;
  max-width: 50%;
  width: 100%;
  line-break: anywhere;
  margin-top: -50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #606060;
  margin: 0 0 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 945px) {
  .communites .community-list .col-md-7 .col-md-12 p:first-of-type {
    max-width: 100%;
  }
}

.communites .community-list .col-md-7 .col-md-12 p:first-of-type::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -25px;
  left: 0;
  background-color: #e9e9e9;
}

@media screen and (max-width: 945px) {
  .communites .community-list .col-md-7 .col-md-12 p:first-of-type::after {
    display: none;
  }
}

@media screen and (max-width: 945px) {
  .communites .community-list .col-md-5 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.communites .community-list .col-md-5 .col-md-12 {
  max-width: 50%;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 945px) {
  .communites .community-list .col-md-5 .col-md-12 {
    max-width: 100%;
  }
}

.communites .community-list .col-md-5 .col-md-12 .pull-right {
  float: none !important;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-5 .col-md-12 .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default {
  position: relative;
  padding: 7px 20px 7px 40px;
  background-color: #eef3f8;
  border: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #00549f;
  border-radius: 48px;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px 7px 30px;
  }
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default::before {
    left: 10px;
  }
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default:nth-child(1)::before {
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/dis-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default:nth-child(2)::before {
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/book.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default:nth-child(3)::before {
  background: url("//higherlogicdownload.s3.amazonaws.com/CLOUDSECURITYALLIANCE/511a5bc6-b57f-4383-888f-dc84931b1c78/UploadedImages/members.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default .badge {
  padding: 0;
  background-color: transparent;
  max-width: auto;
  font-weight: 500;
  color: #162b52;
  margin-left: 4px;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  .communites .community-list .col-md-5 .col-md-12 .pull-right .btn-default .badge {
    width: auto;
  }
}

#MPOuterFooter {
  background: #03447f;
  padding: 25px 0;
  color: #fff;
}

.MPBottomMenu {
  display: none;
}

div#MPFooterLink {
  display: none;
}

@media screen and (max-width: 970px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .traditional-nav .navbar-default .row .col-md-12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .traditional-nav .navbar-default .row .col-md-12 div#searchColumn {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .traditional-nav .navbar-default .row .col-md-12 .navbar-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav > li {
    float: none !important;
    margin-bottom: 10px;
  }
  .navbar-default .navbar-toggle {
    border-color: #162b52 !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #162b52 !important;
  }
}

@media screen and (min-width: 970px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .HLHomePage .col-md-12.section1 {
    padding: 0 !important;
  }
  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .MPheader .row {
    padding: 5px 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .MPheader .row .col-md-12 .pull-right:last-child {
    display: none;
  }
}

.contentblock .col-md-8.full_width {
  width: 100% !important;
}

.contentblock .col-md-12 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .contentblock .col-md-12 {
    padding: 0 5px !important;
  }
}

.contentblock h2 {
  margin: 0 !important;
}

.contentblock h2::before {
  width: 100%;
}
/*# sourceMappingURL=style.css.map *//* Color Picker */
/* VERSION 33 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  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;
  */

  /*
  --hl-bs--primary-opposite: ;
  */
  
  /*
  --hl-bs--link: ;
  */

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-primary-bg: ;
  */
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */
  
  /*
  --hl-bs--btn-success-bg: ;
  */
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */
  
  /*
  --hl-bs--btn-danger-bg: ;
  */
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  /*
  --hl-bs--btn-link-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
.topbanner.isMac{
	background: #18315E;
}