.with-logo img {
  width: 25rem;
  height: auto;
}

.add-relative-top {
  position: relative;
  top: -6.5em;
}

.cagov-card {
  height: 100%;
}

.cagov-stack.cagov-featured-sidebar {
  margin-bottom: 0;
  margin-top: 0;
}

.cagov-featured-image {
  max-height: 100%;
  max-width: 113%;
  width: 113%;
}

div.cagov-stack.cagov-p-2.cagov-featured-sidebar > h1 {
  font-size: 2.3125rem;
}

.smaller-image > img {
  width: 60% !important;
}

.expanded-menu-section-header-arrow-svg {
  fill: var(--primary-700, #165ac2);
}

.cagov-grid {
  grid-template-columns: repeat(auto-fit, minmax(calc(min(300px, 100%)), 1fr));
}

.sidebar-container {
	margin-bottom: 7rem;
}

.ca-gov-icon-check-fill {
	color: #009C48;
    font-size: larger;
}

.ca-gov-icon-clock {
    color: #20367C;
    font-size: x-large;
}

.large-bold-text > strong {
	color: #20367c;
	font-size: 1.5rem;
}

.custom-border-color {
	border-color: #20367c !important;
}

.card-spacing-helper {
    border: 3px solid #6c757d;
	border-radius: 0.25rem;
	padding: 1rem;
}

.qualificationbox {
	background-color: #ffffff;
    border: 1px solid #d4d4d7;
    color: #000000;
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 0px;
}

.my-2 a, .my-2 a:hover  {
	color: #fff;
    background-color: #20367c;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}

.right-margin {
	margin-right: 3rem !important;
}

.top-margin {
	margin-top: 2rem !important;
}

#caweb-gtrans-custom {
  font-size: 1rem;
  text-decoration: none;
}

#caweb-gtrans-custom:after {
  content: "Translate";
}

.boxedacp {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #20367c;
    margin: 0px;
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
}

.list-font-acp {
	list-style-type: disc;
}

.list-font-acp > strong {
	color: #20367c;
	font-size: 22px;
}

.card-block {
    border: 3px solid #6c757d;
    border-radius: 0.25rem;
	padding: 1rem;
}

.fluid-width-video-wrapper {
	height: 70vh;
}

.pos-rel-top {
	position: relative;
	top: -4.5em;
}


@font-face {
  font-family: "CaGov";
  src: url("https://california.azureedge.net/fonts/CaGov.ttf?ocljyw")
      format("truetype"),
    url("https://california.azureedge.net/fonts/ca-gov-icon.woff?t3czrh")
      format("woff"),
    url("https://california.azureedge.net/fonts/CaGov.woff2?ocljyw")
      format("woff2"),
    url("https://california.azureedge.net/fonts/CaGov.svg??ocljyw#CaGov")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://california.azureedge.net/fonts/publicsans-regular-webfont.woff2")
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://california.azureedge.net/fonts/publicsans-regular-webfont.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

#page-container {
    padding-top: 0px !important;
}

@media (max-width: 781px) {
  .add-relative-top {
    position: unset;
    top: 0;
  }
  
  .pos-rel-top {
	margin-top: 5rem !important;
	}
}
