/* This is a test of some design experiments */

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap");

body {
  font-family: "Rubik", sans-serif;
}

body #s4-workspace {
  font-family: "Rubik", sans-serif;
}

body #s4-workspace .ms-WPBody {
  font-family: "Rubik", sans-serif;
}

body h3,
p {
  font-family: "Rubik", sans-serif;
}

body .ms-core-navigation {
  font-family: "Rubik", sans-serif;
}

.depttitle {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
}

.ms-core-pageTitle {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
}

.HeaderContainer .HeaderRow {
  max-width: 100%;
  border: 0px solid #fff;
}
.HeaderContainer .HeaderRow > .row {
  max-width: 1400px;
  margin: auto;
}
#header-topbar {
  margin-bottom: 0px;
}
.HeaderContainer .HeaderRow:nth-child(3) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 35px 0px;
}

.HeaderContainer .HeaderRow:nth-child(4) {
  border-top: 0px;
  margin-top: 0px;
}

.HeaderContainer .col-md-12 #topnavbar {
  max-width: 100%;
}

#header {
  max-width: 100%;
  background: #014c82;
  padding: 25px;
  /* background: linear-gradient(rgba(1, 76, 130) 0%, rgba(1, 76, 130) 70%, rgba(1, 76, 130) 100%); */
}
#header .header {
  margin-top: 0px;
}
.HeaderRow {
  background: rgba(113, 137, 255, 0.8) !important;
}
#s4-bodyContainer #topnavbar {
  background: rgba(113, 137, 255, 0.8) !important;
  padding-bottom: 25px;
}

#header .container-fluid .row .col-md-12 {
  max-width: 1400px;
  float: none !important;
  margin: auto;
}
#main {
  max-width: 100%;
  border-bottom: 15px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

button:focus-visible {
  outline: 4px dashed black;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, 0.7);
}

a:focus-visible {
  outline: 4px dashed black;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, 0.7);
}

#s4-bodyContainer {
  background-image: url("/SiteImages/Background/new/bg5.jpg");
  background-color: #fff;
}

.newsb {
  background-color: #eff6fa;
  border-radius: 10px;
  border: 1px solid #e0edf5;
  margin: 30px;
  padding: 10px;
  background-image: url("/SiteImages/background/new/pbcsblogo.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#mainbody {
  max-width: 1400px;
  margin: auto !important;
  float: none !important;
}
#main > .container-fluid {
  background-color: #fff;
}

#DeltaPlaceHolderPageTitleInTitleArea {
  text-transform: uppercase;
  color: #fff;
}

#sr-bodyContainer {
  background-image: url("/SiteImages/Background/bg11.jpg") !important;
}

#zz10_TopNavigationMenu {
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 15px;
}

.colorbars {
  display: none;
}
.headtitle #pageTitle {
  padding: 10px 0px;
  margin: 0px;
  font-size: 4rem;
}
.depttitle a {
  color: #fff;
}

#main {
  margin-bottom: 0px;
}
#sizer {
  display: none !important;
}

.HeaderContainer .HeaderRow:nth-child(4) {
  display: none;
}
