@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__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 */




/* CSS OVERRIDE */

/* THEME LOGIC FLEX GRID */
.tl-grid {
  max-width: 1200px;
  margin: auto;
}
.tl-grid .HtmlContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tl-grid .HtmlContent img {
  max-width: 100%;
}
.tl-grid .HtmlContent > * {
  box-sizing: border-box;
   padding: 15px;
}
.tl-grid .HtmlContent > * {
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tl-grid.grid2 .HtmlContent > * {
    width: 50%;
  }
  .tl-grid.grid3 .HtmlContent > * {
    width: 33%;
  }
  .tl-grid.grid4 .HtmlContent > * {
    width: 25%;
  }
  .tl-grid.grid5 .HtmlContent > * {
    width: 20%;
  }
  .tl-grid.grid6 .HtmlContent > * {
    width: 16.6666666666%;
  }
}
@media (min-width: 992px) {
  .tl-grid.grid7 .HtmlContent > * {
    width: 14.28571428571429%;
  }
  .tl-grid.grid8 .HtmlContent > * {
    width: 12.5%;
  }
  .tl-grid.grid9 .HtmlContent > * {
    width: 11.11111111111111%;
  }
  .tl-grid.grid10 .HtmlContent > * {
    width: 10%;
  }
}
.tl-grid img{
    display: inline-block;
}

/* QUICK BUTTONS */
em > strong > a,
strong > em > a {
    display: inline-block;
    font-style: initial;
    background: #fe9819;
    border-radius: 0;
    color: #fff !important;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #fe9819;
    font-weight: 400;
    transition: all 0.25s;
    border-radius: 24px;
}
em > strong > a:hover,
strong > em > a:hover {
    background: #162B52;
    border: 1px solid #162B52;
}

/* VOLUNTEER BENEFITS */
.vol-benefits p {
    background: #eef3f8;
    margin: 0 0 15px !important;
    border-radius: 24px;
}

/* HOME CSA NEWS ALL BUTTON */
.csaNews div[id*="MoreLinkPnl"] >a {
    display: inline-block;
    font-style: initial;
    background: #fe9819;
    border-radius: 0;
    color: #fff !important;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #fe9819;
    font-weight: 400;
    transition: all 0.25s;
    border-radius: 24px;
}

/* BLOG PAGE */
.csaBlog ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.csaBlog ul > li {
    border: 1px solid #eef3f8;
    background: #eef3f8;
    border-radius: 24px;
    padding: 30px;
}
@media screen and (min-width: 520px) {
    .csaBlog ul > li {
        width: 49%;
    }
}
@media screen and (min-width: 991px) {
    .csaBlog ul > li {
        width: 32%;
    }
}
.csaBlog ul > li h3 {
    line-height: 0.75em !important;
}
.csaBlog ul > li h3 a {
    color: #162b52;
}
