.menu-name {display: none !important;}
.paragraph--type--paragraph-video-22275, .paragraph--type--paragraph-link-list-22270 {display:none;}
.node-flexible-page .node-header-wrap.tan {
    background: #F5F2E7;
    max-height: 480px;
}
.node-flexible-page .simple-header.tan {
    background-color: #F5F3E7;
    background: url(/sites/calpolyhumbolt/themes/calpolyhumbolt2/cssAssets/tan-texture.jpg) center bottom repeat-x #F5F3E7;
    background-size: 100px auto;
    display: none;
}
.child-page { 
  display: flex;
  border: 0 !important;
  align-items: center;
}
@media screen and (min-width: 939px) {
  .child-page:nth-child(odd) {flex-direction: row-reverse;}
}
.child-page .details {
  flex: 1 0 50%;
  padding: 40px !important;
}
.child-page .thumbnail {
flex: 50%;
    max-width: 50%;
}
.child-page .thumbnail img {
  width: 100%; 
  height: auto;
-webkit-mask-image: url('https://www.humboldt.edu/themes/humboldt/images/mask.svg');
    mask-image: url('https://www.humboldt.edu/themes/humboldt/images/mask.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
       width: 90%;
    height: 90%;
    position: relative;
  mask-position: center;
    z-index: 92;
margin-left: 5%;
}
.child-page h2 a {
  color: #004C46;
  text-decoration: none;
}
.child-page .details {
  margin: 0;
    padding: 0;
    font-style: normal;
    overflow-x: hidden;
    color: #000000;
    font-family: "poppins", sans-serif;
}
.child-page .link a {
  font-family: "pt-mono", monospace;
    padding-right: 1.4rem;
    position: relative;
    font-size: 1.125rem;
    color: #004C46;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease-in-out;
}
.child-page .thumbnail a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.child-page .thumbnail a::after {
position: absolute;
    width: auto;
    content: ' ';
    display: block;
    height: 100%;
    background: url(https://www.humboldt.edu/themes/humboldt/images/flake-left.svg) right bottom no-repeat;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 93;
}
.child-page:nth-child(odd) .thumbnail a::after {
transform: scaleX(-1);
}
.pgc-main-menu h2 a {
    font-size: .875rem !important;
    text-transform: uppercase;
    color: white;
    font-weight: bold !important;
    line-height: 1.2;
    padding: 20px !important;
    white-space: break-spaces;
}
.pg-featured-links {
    display: flex;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
}
.pg-featured-links .pg-featured-link:nth-child(-n+3) {flex: 1;}
.pg-featured-links .pg-featured-link:first-child {
  flex: 100% !important;
  display: flex;
}
.pg-featured-links .pg-featured-link {
  display: block;
  color: #004C46;
    text-decoration: none;
    border: 2px solid #004C46 !important;
    background: #FFF;
     padding: 0 !Important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.pg-featured-link p, .pg-featured-link h2 {
   padding: 1.8125rem 1.8125rem 0;
}
.pg-featured-link h3 {display: none;}

.pg-featured-links .pg-featured-link:first-child .image img {margin: 0 !Important;}
.pg-featured-link p a {
  font-family: "pt-mono", monospace;
    padding-right: 1.4rem;
    position: relative;
    font-size: 1.125rem;
    color: #004C46;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease-in-out;
}
#pgc-contact-block li {position: relative; padding-right: 10px; }
.pg-featured-link p a:after, .child-page .link a:after {
    background-image: url(https://www.humboldt.edu/themes/humboldt/images/green-arrow.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-in-out;
}
.pg-featured-link p a:hover:after, .child-page .link a:hover:after {
      right: -8px;
    width: 15px;
    height: 15px;
    background-size: 80% auto;
}
.pg-featured-link a:before, .child-page .link a:before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: transparent;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-in-out;
}
.pg-featured-link p a:hover:before, .child-page .link a:hover:before {
    background-color: #F19C00;
    width: 20px;
    height: 20px;
    right: -10px;
}
#pgc-contact-block li:before {
width: 1.8125rem;
    height: 1.8125rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    content: "";
    transition: width 500ms ease-in-out, height 500ms ease-in-out, right 400ms ease-in-out;
}
#pgc-contact-block li:after {
    content: "";
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100000;
    width: 1.829rem;
    height: 1.829rem;
    background-image: url(https://www.humboldt.edu/themes/humboldt/images/green-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}
#pgc-contact-block li:hover:before {
    width: 50rem;
    height: 25rem;
    right: -0.4rem;
    transition: width 500ms ease-in-out, height 500ms ease-in-out, right 400ms ease-in-out;
}
#pgc-contact-block li {overflow:hidden;}
#pgc-contact-block li a {z-index: 1000;position: relative;}
@media screen and (max-width: 767px) {
  .node-flexible-page .node-header-wrap .header-image {
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    min-height: 111px;
    margin-top: 2rem;
}
  .node-flexible-page .node-header-wrap.tan {
    background: #F5F2E7;
    max-height: 10000px;
}
  .pg-featured-links, .pg-featured-link:nth-child(-n+3) {
    flex: 1;
    display: block !important;
}
  #pgc-contact-block {
    display: block;
  }
  .child-page {
    display: block;
    border: 0 !important;
}
 #pgc-contact-block li {
    overflow: hidden;
    padding-right: 40px;
} 
  .pg-content-body .child-page .thumbnail {
    margin-bottom: 40px;
}
  .department-menu-wrapper {
    z-index: 96;
    display: none;
}
.pg-mobilemenu .header-mobile a {
    color: #ffffff !important;
  line-height: 3;
}
  #main-menu {
    display: block;
    text-align: left;
    flex-wrap: nowrap;
}
  #main li {
    margin-bottom: 0;
}
  #main-menu li a {
    font-size: 1rem;
    padding: 1.375rem !important;
    color: #fff;
    line-height: 3;
    text-align: left;
}

}
.pg-mobilemenu .header-mobile {
    position: relative;
    background-color: #00856a;
    width: 100%;
    padding: 10px;
    color: #fff;
    height: 60px;
}
.pg-mobilemenu .subnav-mobile-mask li a {
    text-transform: none;
    font-family: "poppins", sans-serif;
}
.pg-content-body .child-page {
    border-bottom: 1px solid #d8d8d8;
    padding: 22px 0 0px;
}
@media screen and (max-width: 767px) {
  .child-page .thumbnail img {

    -webkit-mask-image: url(https://www.humboldt.edu/themes/humboldt/images/mask.svg);
    mask-image: url(https://www.humboldt.edu/themes/humboldt/images/mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: auto;
    height: 78vw;
  }
  .child-page .thumbnail {
        flex: 50%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: revert;
        height: 95vw;
}
  .pg-content-body .child-page {
 
    padding: 22px 0 0px;
}
  .child-page .details {
    flex: 1 0 50%;
    padding: 40px 0px !important;
}
  .child-page .thumbnail a::after {
    top: -1%;
display:none;
  }
    .node-flexible-page .node-header-wrap.tan {
    max-height: 100000px !important;
    background-size: 100px auto;
}
}
.pgc-body-content.section-landing-page article > div > div {
    border-bottom: 0;
    margin-bottom: 0;
}
#pgc_resource_block {
float: left;
display: block;
max-width: 450px;
margin-bottom: 30px;
}
.block-pgc-slideshow-block .pgc-banner, .views-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    max-height: 300px;
}
#main-menu li:hover a {color: #004C46;}
.form-submit {margin: 10px 0; max-width: 500px;}
table td {
    font-weight: normal;
    padding: .75em 1em;
    border: solid 1px #004C46;
    background: #fff;
}
#block-strikeinfobanner {display: none;}
#block-calpolyhumbolt2-main-menu-menu a {
  color:transparent !important;
  background-image: url("/sites/calpolyhumbolt/files/2023-02/calPolyHumboldt_foundation_wordmark_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#block-pgc-contact-block-pgc-contact-block {
    align-items: center;
}
.block-pgc-slideshow-block .pgc-banner, .views-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    max-height: 100%;
    min-height: 500px;
flex-direction: row;
    max-width: 100%;
    OVERFLOW: HIDDEN;
}
.views-row img {
    margin-bottom: 1rem !important;
    max-width: 100000000px !important;
    height: auto !important;
    width: auto !important;
    min-height: 0px !important;
}
@media screen and (max-width:992px) {
#block-calpolyhumbolt2-views-block-paragraph-top-images-block-1, .header-image {display:none;}
}
@media only screen and (min-width: 992px) {
    .node-flexible-page .node-header-wrap {
                padding: 7vw 0 7vw 0;
        min-height: 510px;
    }
}
.block-pgc-slideshow-block .pgc-banner, .views-row {
     margin-bottom: 20px;
    display: flex
;
    align-items: center;
    max-height: 30vw;
    min-height: 0;
    flex-direction: row;
    max-width: 100%;
    OVERFLOW: HIDDEN;
}
.child-pages {
margin-bottom: 70px;
}

@meda screen and (max-width:767px) {
.pg-featured-links .pg-featured-link {
    margin-bottom: 40px;
}
.node-flexible-page .simple-body {
    padding: 0;
    font-weight: 500;
    color: #004C46;
}
    .node-flexible-page .node-header-wrap.tan {
        padding-bottom: 0;
}
.child-page .thumbnail a:after {display:none;}
.pg-content-body .child-page .details {
    padding-top: 0 !important;
}
}
@media screen and (max-width:939px) {
.has-secondary-menu {
    margin-top: 55px;
}
.pg-mobilemenu {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 1000000;
}
#block-calpolyhumbolt2-breadcrumbs {padding-top: 30px;}
.node-flexible-page .breadcrumb {    height: 50px;}
.pg-content-body .child-page .details {
    padding-top: 0 !important;
        padding-bottom: 0 !important;
}
    .node-flexible-page .node-header-wrap.tan {
        padding-bottom: 0;
}
#block-pgc-contact-block-pgc-contact-block .title {
    margin: auto;
    padding: 0;
}
#block-pgc-contact-block-pgc-contact-block .content {
    margin: auto;
}
    #pgc-contact-block li {
        overflow: hidden;
        padding-right: 40px;
        margin: auto !important;
        display: block;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .pg-content-body .child-page .thumbnail {
        margin-bottom: 0px;
    }
.breadcrumb .pg-breadcrumb-links {
    clear: both;
    width: 100%;
    padding: 10px 0 0;
    margin: 10px 0 0 !important;
}
}