/* custom error page layout */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body#ErrorPageBody {
  font-family: 'Montserrat','Roboto',Arial, sans-serif !important;  
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-color: #000;
  color: #fff;
  background-image: url(https://content.onlinexperiences.com/FileLibrary/3653/22/BBGT_BG_Image_Reg_Page_2000x1100-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
}

/* logo */
.LogoSection {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;  
}
.LogoSection img {
  padding: 25px 0;
  width: 125px;
}

/* title */
#HeaderTitleSection {
  max-width: 900px;
  margin: 3rem auto 4rem;
  padding: 0 2rem;
}  
h1.Title {
  line-height: 65px;
  font-size: 62px;
  font-weight: 700;
  margin: 0;
}

/* error container */
.ErrorContainer {
  margin: 0 auto 7rem;
  width: 100%;
  background-color: rgba(0,0,0,.25); 
  min-height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;  
}
#ErrorContent {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-size: 20px;
  color: #EFF3F8;  
}
.ErrorText {
  color: #ff9e24;
  text-align: center;
  font-weight: 600;
}
#ErrorContent a {
  color: #fff;
}
#ErrorContent p {
}

/* cta button */
.CTAContainer
{
  display: flex;
  flex-wrap: wrap;
}
.CTAbtn
{
  margin: 1rem auto;
}
.CTAbtn a
{
  background-color: #fff;
  color: #000 !important;
  font-weight: 600;
  height: 54px;
  letter-spacing: 2px; 
  line-height: 36px;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

/* footer */
#FooterSectionContainer {
  margin: 0 0 5rem;
  padding: 0 2rem;  
}
.FooterCopyrightLogoSection {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 2.5rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #fff;  
}
.FooterLogo img {
  max-width: 100px;
}
#FooterSectionContainer .CopyrightTxt {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
#FooterSectionContainer .ShareIcons {
  max-width: 900px;
  margin: 0 auto !important;
}
#FooterSectionContainer .ShareIcons a {
  text-decoration: none;
  color: #fff;
  margin-right: 25px;
}
#FooterSectionContainer .ShareIcons img {
  max-width: 20px;
  margin-right: 5px;
}