@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.Header__header {
  min-height: 20vh;
}

.Header__bgColor {
Opacity: 1;
  background: #291640;
}

.Header__logotxt {
  font-weight: normal;
}

.Header__welcomeDescription {
  margin: 0 auto 1.5rem;
  color: #e6b12f;
  text-align:center;
  font-size: 2rem;
  font-weight: bold;
}

.Search__logo {
  display:block;
  margin: 0 auto 0.5rem;
  max-height: 5.5rem;
}

.search_tip {
  width:100% !important;
  text-align:center !important;
  color:#ffffff !important;
  margin: 0 auto 1rem;
}

.Layout__layout1 {
  width: 100% !important;
} 
 
.Layout__layout2 {
  display:none !important;  
}
 
.Header__headerBg {
	background-position: center !important;  
} 

.ArticleCmd__articleDetail {
    display: none;
}

.ArticleCmd__socialShareLt {
    display: none;
}

.ArticleListContainer__title {
    text-transform: capitalize;
}

.mobile-only {
  display:none;
}

.Header__titleSearchBox {
    margin-top: 1rem;
}

.Header__homeNavbarFixed .Header__searchSubCont {
   background: #191129;
}

@media (max-width: 48rem) {
	.Header__homeNavbarFixed .Header__searchLink {
    background-color: #191129;
	}
}

    /* For mobile phones: */
[class*="col-"] {
  width: 100%;
  float:left;
}

.CustomWidgets__widgetTitle {
  display:none;
}

@media (max-width: 48rem) {
.Header__navOpen .Header__nav {
    background: #291640; /*////// SB ALSO SAYS CHANGE BRAND COLOUR REFERENCE //////*/
}
  .mobile-only {
  display:block;
}
}
.ArticleDetailLeftContainer__prinExp {
    display: none;
}

.Pagination__footerNav {
  display:none; 
}

.Header__defaultContent .Header__searchalt, .Header__menuBox, .Header__searchLink, .Header__nav {
    justify-content: center;
    margin: auto;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 50%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 1024px) {
  /* For desktop: */ 
  .col-3 {width: 25%;}
  .col-12 {width: 100%;}
}

.wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.outer {
  margin-bottom:2rem;
}

.wide-outer {
  padding: 0 1rem;
}

.inner {
  min-height: 100%;
  width:90%;
  margin:auto;
  background: #fff;
  overflow: auto;
  border: 1px solid #d4dadf;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 3%);
}


.wide {
  width: 97.5%;
}

.inner p {
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  color: #000000;
}

.tile-header-image {
  width: 100%;
  height: 150px;
  background-color:#291640; /*////// SB SAYS CHANGE BACKGROUND COLOUR REFERENCE //////*/
  padding: 0 0.5rem;
}

.inner h4 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  width: 100%;
  margin: 0;
  padding-top: 50px;
  color: #e6b12f;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}

a, .description a {
  text-decoration: none;
  color: #591097;
}


.commonStyle__link:hover, .themeLink:hover, .Icon__hoverblue1:hover, .DepartmentList__forums {
    color: #591097;
}

@media (max-width: 48rem) {
.wide {
  width: 90%;
}
}



