* {
  font-family: "Century Gothic", "Helvetica", sans-serif;
  box-sizing: border-box;
}
/* --- App layout changes: hide search box in app header --- */

.Home_page .BaseMaster_searchBoxContainer {
  display: none;
}

.Home_page .BaseMaster_contentContainer {
  height: auto !important;
}
/* --- App layout changes end --- */

.Home_page .BaseMaster_mainMenuContainer {
  background: transparent;
  border-bottom: 0 none;
}

.Home_page .CHMenu_menuItem:hover,
.Home_page .BaseMaster_profileLink:hover,
.Home_page .BaseMaster_helpMenu:hover {
  background-color: rgba(255, 255, 255, .4);
}

.Home_customContent {
  color: white;
  padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
}

.Home_customContent a,
.Home_customContent a:visited,
.Home_customContent a:active {
  color: #2196F3;
  text-decoration: none;
}

.Home_customContent a:hover {
  color: #F44336;
}

.background {
  height: 620px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.background {
  position: absolute;
  top: 0;
  z-index: -1;
}

.Home_page .background
{
  background-color: #94cce1;
}

.Home_page .BaseMaster_mainMenuContainer
{
  background: linear-gradient(180deg, #24739cbb, transparent);
}

.fixedWidth {
  max-width: 1170px;
  margin-block-start: auto ;margin-inline-end: auto ;margin-block-end: auto ;margin-inline-start: auto ;
}

.searchTitle {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  font-size: 40px;
  font-weight: 300;
  line-height: 47px;
  color: #33373d;
  text-align: center;
}

.searchCenteringContainer {
  margin-block-start: auto ;margin-inline-end: auto ;margin-block-end: auto ;margin-inline-start: auto ;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-top: 40px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.btnSearch {
  position: absolute;
  height: 100%;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border: none;
  padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
  background-color: transparent;
  cursor: pointer;
}

.searchBox {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding-block-start: 12px ;padding-inline-end: 16px ;padding-block-end: 12px ;padding-inline-start: 16px ;
  background: #FFFFFF;
}

.searchContainer {
  padding-top: 102px;
  padding-bottom: 102px;
}

.pubsList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 20px;
  max-width: 1060px;
  margin-inline-start: auto ;
  margin-inline-end: auto ;
}

.pubsList .pubItem {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 340px;
  height: 109px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  padding-block-start: 24px ;padding-inline-end: 16px ;padding-block-end: 24px ;padding-inline-start: 16px ;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.pubsList .pubItem:hover {
  border-color: #0081c3;
  background-color: rgb(0, 129, 195, 0.04);
}

.pubsList .pubItem:hover .pubItemTitle {
  color: #0081c3;
}

img.pubIcon {
  height: 48px;
  margin-inline-end: 24px ;
}

.pubItem .pubItemTitle {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 10px ;margin-inline-start: 0 ;
  font-weight: 500;
  font-size: 18px;
  color: black;
}

.contentContainer {
  background: #fff;
  padding-top: 84px;
  padding-bottom: 84px
}

.navContainer
{
  display: flex;
}

.pubItemText {
  font-size: 14px;
  color: #686c72;
}

.Home_page .Home_customContent
{
  flex: 1;
  padding-bottom: 72px;
}

.Home_page .BaseMaster_contentContainer
{
  height: 100% !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.Home_page .CHOffCanvasPanel_content
{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  display: flex;
  gap: 15px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-block-start: 24px ;padding-inline-end: 32px ;padding-block-end: 24px ;padding-inline-start: 32px ;
  color: #686c72;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer div {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer div:first-child {
  justify-content: flex-start;
}

.footer div:last-child {
  justify-content: flex-end;
}

.footerCopyright {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}

.footerContact a {
  font-size: 16px;
  color: #0081c3 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footerContact a:hover {
  border-bottom-color: #0081c3;
  color: #0081c3 !important;
}

.footerFollow {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Phone to portrait tablet */

@media (max-width: 767px) {
  
  .pubsList
  {
    justify-content: center;
  }
  
  .pubsList .pubItem {
    height: auto;
  }
  .footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .pubsList
  {
    width: 100%;
  }
}

@media (max-width: 979px) {
}

@media (max-width: 1200px) {
  .fixedWidth {
    max-width: none;
    padding-inline-start: 20px ;
    padding-inline-end: 20px ;
  }
  
  .pubsList
  {
    max-width: 700px;
  }
}.background{background-image: url('/resources/Storage/blue-background%20%281%29.png') !important;}.backgroundGlass{background:rgba(255,255,255,.7) !important;}