@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;600;900&display=swap');

body {
  font-family: 'Nunito Sans', sans-serif !important;
}

portal b {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 600;
}

h1,
h2 {
  font-weight: 300 !important;
  letter-spacing: -0.6px;
}
.home h2 {
  text-transform: uppercase;
}
.articleDetail h2 {
  text-transform: none;
}

.home br {
  display: none;
}

/****************/
/*    HEADER    */
/****************/

.Header__menuBox {
  padding-top: 3rem;
}

.Header__bgColor {
  display: none;
}

.Header__headerBg {
  background-color: #485d70;
}

.Header__link,
.Header__logotxt {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.Header__menuList.Header__navactive {
  border-bottom-color: #01b7ff;
}

.Header__welcomeTitle {
  text-transform: none;
  color: #fff;
}

.Header__welcomeDescription {
  margin: 0rem 0 0.4375rem;
  color: #f5f4f4;
}

.betaAlert {
  margin: 0 auto;
  margin-top: -1rem;
  padding: .75rem;
  font-weight: 600;
  text-align: center;
  color: #3A773A;
  border-radius: 3px;
  background-color: #DFF0D7;
  z-index: 9999999;
}

.home .betaAlertGlobal {
	display: none;
}

.betaAlertGlobal {
    width: 100%;
  	padding: .75rem 0rem .75rem 0rem;
    margin: 0 auto;
  	margin-bottom: 1rem;
  	text-align: center;
  	background-color: #DFF0D7;
  	color: #3A773A;
 	font-weight: 600;
  	z-index: 99999999;
    border-radius: 3px;
}

/****************/
/*    SEARCH    */
/****************/

.Header__searchLink {
  box-shadow: none;
}

.SearchBox__searchpart {
  background-color: #fff;
}

#autoSearchContainer {
  border: 1px solid #485d70;
  border-radius: 3px;
  background-color: #f5f4f4;
}

#autoSearchContainer::placeholder {
  color: black;
}

.SearchAutosuggest__searchSuggest {
  z-index: 10;
  box-shadow: none;
  overflow-y: scroll;
  background-color: #f5f4f4;
}
.SearchAutosuggest__suggestList {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  transition: background-color 0.3s;
  border-bottom: none;
  text-decoration: none;
}
.SearchAutosuggest__suggestList > .Link__link {
  position: relative;
  width: 100%;
}

.SearchAutosuggest__suggestList > .Link__link:before {
  position: absolute;
  content: '';
  top: -50%;
  bottom: -50%;
  left: 0;
  right: 0;
}
.SearchAutosuggest__suggestList:hover {
  background-color: #d7d7d7;
}

.SearchAutosuggest__suggestList > .commonStyle__active:hover {
  color: black;
}

.Header__searchSubCont {
  animation-duration: 0s !important;
}

@keyframes Header__slideInDown {
  100% {
    display: none;
  }
}

.BreadCrumbs__breadCrumbText::before {
  color: #fff;
}

.BreadCrumbs__breadcrumbsView {
  color: #ccc;
}

/** LINKS **/

.Link__link {
  color: #000;
}

/**************************/
/* ARTICLE LIST CONTAINER */
/**************************/
.ArticleListContainer__boxView {
  border: 0;
  border-radius: 0px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.ArticleListContainer__boxView > .ModuleItem__moduleListItem {
  background-color: #ffffff;
}

/*****************/
/*****Articles ****/
/*****************/

.Printcontainer__printerIcon {
  color: #555;
}

.ArticleDetailLeftContainer__box {
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
  color: #485d70;
  background-color: #ffffff;
}

.ArticleCmd__articleLike {
  background: #ffffff;
}

.ArticleDetailLeftContainer__contents > div > img {
  border-radius: 3px;
  border: 1px solid gray;
}
/*****************/
/*DEFAULT WIDGETS*/
/*****************/


.ArticlesContainer__articleListWidget {
  border: none;
  border-radius: 10px;
  color: #485d70;
}

.ArticlesContainer__articleListWidget > div {
  background-color: #fff;
}


/* KB category listing */

.KBSubCategoryContainer__boxView {
  border: none;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0px;
  overflow: hidden;
}

.ModuleItem__moduleItem {
  padding: 1rem 0 0 0.8rem;
  background-color: #ffffff;
}

.ModuleItem__moduleTitle {
  font-size: 1.5rem;
}

/******************/
/* CUSTOM WIDGETS* /
/******************/

/** home row **/

.widget_landing {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.widget_landingCard {
  display: inline-block;
  width: 33.333%;
  overflow: hidden;
  border-radius: 10px;
  color: #485d70;
  background-color: #f5f4f4;
}

.widget_landingCard:nth-child(2) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.widget_landingCardContent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.widget_landingCardAnchor {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.widget_landingCardTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  color: #01b7ff;
  background-color: #f5f4f4;
}

.widget_landingCardTitle > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: .8rem 0rem .8rem 0rem;
  font-size: 1.2rem;
  font-weight: 600 !important;
  color: #475d71;
}

.widget_landingCardImage {
  line-height: 0;
  height: 100%;
}

.widget_landingCardImage > img {
  min-height: 100%;
}

.widget_landingCard:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media screen and (max-width: 816px) {
  .widget_landing {
    display: block;
  }

  .widget_landingCard,
  .widget_landingCard:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }

  .widget_landingCardContent {
    position: relative;
  }

  .widget_landingCard {
    width: 100%;
    height: 12rem;
    min-width: 288px;
  }

  .widget_landingCardImage {
    height: auto;
  }
  .widget_landingCardImage > img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

/** visit community **/

.widget_community_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.widget_community_section {
  display: flex;
  align-items: center;
}

.widget_community_imageContainer {
  height: 20rem;
  overflow: hidden;
  width: 60%;
}

.widget_community_textContainer {
  padding: 2em;
  width: 40%;
  color: #7683a7;
}

.widget_community_textContainer > h2 {
  line-height: 1em;
  font-size: 2.2em;
}

.widget_community_textContainer > p {
  padding-bottom: 2em;
  line-height: 1.5;
}

.widget_community_imageContainer > img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

.widget_CTA {
  margin-top: 1rem;
  padding: 12px 30px 12px 30px;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #485d70;
  border-radius: 3px;
}

.widget_CTA:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .widget_community_section {
    display: block;
    width: 70%;
    padding: 0 0 1.5rem 0;
  }

  .widget_community_textContainer {
    width: 100%;
    padding: 0;
  }
  .widget_community_imageContainer {
    display: none;
  }
}

@media screen and (max-width: 816px) {
  .widget_community_section {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
}

/** FOOTER **/

.Footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
}

.Footer__list {
  display: inline-block;
}

