.mobile-logo-stacked {
	display:none;
}
.mobile-logo-stacked-link {
	display:flex;
	justify-content:space-around;
}

@media only screen and (max-width: 910px) {
		.mobile-logo-stacked {
		display:block;
		max-width: 60% !important;
	}
		.mobile-logo {
		display:none;
	}
}

@media only screen and (max-width: 900px) {
		.breadcrumb, .breadcrumb-item {
		display:none !important;
	}
}

@media only screen and (max-width: 376px) {
		.mobile-logo-stacked {
		max-width:95% !important;
	}
}


/* White logo for non front pages 
body:not(.path-frontpage) .navbar-brand img {
	width: 0;
	height: 0;
	background: url(/sites/admin/files/2023-02/admin-logo-white-125.png);
	padding: 125px 220px 0 0;
  background-repeat: no-repeat;
}
*/
/* Increase the height of highlight card images 
.field--name-field-highlight-para .paragraph--type--service-highlights .highlightTitle {
	height: 300px;
}
.highlightTitle .field--name-field-highlight-background img {
	height: 300px;
}*/
.field--name-field-spotlight-cards .paragraph--type--spotlight-cards img{
    height:150px;
}
.path-frontpage .field--name-field-spotlight-cards .paragraph--type--spotlight-cards img{
	object-position: top;
}

/* Fix bugs related to font-family settings */
#navbar-main .navigation.menu--main ul li.nav-item a.nav-link {
	font-family: 'Montserrat', sans-serif;
}
.field--name-field-spotlight-cards .paragraph--type--spotlight-cards .field--name-field-spotlight-link a {
	font-family: 'Montserrat', sans-serif;
}
.paragraph--type--featured-cta .field--name-field-cta-description {
	font-family: 'Montserrat', sans-serif;
}
.field--name-field-highlight-para .paragraph--type--service-highlights .highlightTitle .linkTitle {
	font-family: 'Montserrat', sans-serif;
}
.featured-top-hero-content .block-system-breadcrumb-block .breadcrumb li.breadcrumb-item {
	font-family: 'Montserrat', sans-serif;
}
.paragraph--type--portal-links-section .field--type-entity-reference > .field__item .card-title {
	font-family: 'Montserrat', sans-serif;
}
.path-frontpage .featured-top-hero-content .searchInnerContainer input {
	padding-bottom: 1.25rem;
}

body.page-node-231 .featured-top-hero-content {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
}


footer.site-footer .footer-contact-logo h2, footer.site-footer .footer-contact-logo .h2{
    background-image:url(https://admin-dev.sc.gov/sites/admin/files/2023-02/admin-logo-white-125.png);
    height: 100px;
}
.editor-menu {     
    color: #fff;
    font-family: "Proxima Nova", "Open Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;   
    font-size: 17px;   
    cursor: pointer;
}

#navbar-top .editor-menu ul li.nav-item a.nav-link{
    color:#fff;
}

#navbar-top .editor-menu ul li.nav-item a.nav-link:hover{
    color:#fff;
    text-decoration: underline;
}

.view-pay-bands th {
	background-color: #1873db !important;
  color: white;
}
.view-pay-bands .views-table {
	max-width: 800px;
}

.view-salary-entity-query .js-form-item {
	width: 100%;
}
.view-salary-entity-query select, .view-salary-entity-query input {
	width: auto;
}
@media only screen and (max-width: 767px) {
  .view-salary-entity-query select, .view-salary-entity-query input {
	  width: 100%;
  }
}

#block-ngpsb-guidedserach {
	padding-bottom: 100px;
}

/* Quick fix for news/events color contrast */
.path-news-events .main-content .section .views-field-field-event-start, .path-news-events .main-content .section .views-field-field-event-start-1, .path-news-events .main-content .section .views-field-field-published-date, .path-news-events .main-content .section .views-field-field-event-type, .path-news-events-news .main-content .section .views-field-field-event-start, .path-news-events-news .main-content .section .views-field-field-event-start-1, .path-news-events-news .main-content .section .views-field-field-published-date, .path-news-events-news .main-content .section .views-field-field-event-type {
  opacity: 0.9 !important;
}
/* Leadership view */
.views-field-field-headshot img {
  margin-bottom: 0;
}
.views-field-field-role {
  line-height: 1;
}
.view-leadership li {
	margin-bottom: 2rem;
}

.field--name-field-event-place .field__label {
	font-weight: bold;
}
.field--name-field-event-place .field__label::after {
	content: ":";
}

/* Mobile menu wrap */
@media only screen and (max-width: 991px) {
	#navbar-main .navigation.menu--main ul.dropdown-menu .dropdown-item {
		white-space: normal;
	}
}
@media only screen and (max-width: 991px) {
	#navbar-main .navigation.menu--main ul.dropdown-menu li.dropdown-item a {
		line-height: 1;
		padding-top: 1rem;
		padding-bottom: .75rem;
		}
}
/* Line on Events and News */
.path-news-events-events.path-news-events .main-content .section .views-field-nothing:before {
	top: auto;
  bottom: 17px;
}
.path-news-events .main-content .section .views-field-nothing:before, .path-news-events-news .main-content .section .views-field-nothing:before {
  left: 0;
  top: 85px;
}
/* Accordion Scroll */
.paragraph--type--paragraph-adhoc-html.accordion-item .accordion-body {
  max-height: 500px;
  overflow-y: scroll;
}  

/* line 2, ../sass/style.scss */
#block-mainnavigation > ul > li.nav-item > span,
#block-ngpsb2-mainnavigation > ul > li.nav-item > span {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: var(--header_menu_text_color) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 10, ../sass/style.scss */
.is_front-overlay {
  opacity: .4;
}

/* line 14, ../sass/style.scss */
#admin-logo-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 40%;
}

/* line 22, ../sass/style.scss */
.featured-top {
  overflow: hidden;
}

@media only screen and (max-width: 1050px) {
  /* line 27, ../sass/style.scss */
  #admin-logo-placeholder {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 33, ../sass/style.scss */
  #admin-logo-placeholder {
    left: unset !important;
    right: unset !important;
    top: unset !important;
  }
}
@media only screen and (max-width: 700px) {
  /* line 41, ../sass/style.scss */
  #admin-logo-placeholder {
    width: 85% !important;
  }
}
@media (max-width: 607px) {
  /* line 47, ../sass/style.scss */
  #navbar-main {
    display: block !important;
  }
}
@media (max-width: 575px) {
  /* line 53, ../sass/style.scss */
  body:not(.path-frontpage) .featured-top-hero-content {
    padding-bottom: unset;
    height: 300px;
  }
}
@media (max-width: 991px) {
  /* line 59, ../sass/style.scss */
  #block-ngpsb2-homepagespotlightcards .field--name-image .field__item img {
    display: none;
}
  li > div > div > div .field--name-image .field_item img {
    display: block;
}


  .field--name-image {
        position: relative;
        background-color: #003c71;
        border-radius: 16px 16px 0 0;
        min-height: 3em;
        padding-top: 0.4em;
        padding-bottom: 0.4em;
    }

    .field--name-image::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 16px 16px 0px 0px;
        background: #000000;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
        z-index: 1;
    }

    ul .field--name-image,
    li .field--name-image {
        position: unset;
        background-color: unset;
        border-radius: unset;
        min-height: unset;
        padding-top: unset;
        padding-bottom: unset;
    }

    ul .field--name-image::before,
    li .field--name-image::before {
        content: unset;
        position: unset;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        border-radius: unset;
        background: unset;
        z-index: unset;
  }
}
/* line 86, ../sass/style.scss */
.field--name-image img[style*="display: none;"] {
  display: none !important;
}

/* line 90, ../sass/style.scss */
.field--name-field-spotlight-cards > .field__item .field--type-image::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 16px 16px 0px 0px;
  background: #000000;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

/* White logo for non front pages
body:not(.path-frontpage) .navbar-brand img {
	width: 0;
	height: 0;
	background: url(/sites/admin/files/2023-02/admin-logo-white-125.png);
	padding: 125px 220px 0 0;
  background-repeat: no-repeat;
}
*/
/* Increase the height of highlight card images
.field--name-field-highlight-para .paragraph--type--service-highlights .highlightTitle {
	height: 300px;
}
.highlightTitle .field--name-field-highlight-background img {
	height: 300px;
}*/
/* line 120, ../sass/style.scss */
.field--name-field-spotlight-cards .paragraph--type--spotlight-cards img {
  height: 150px;
}

/* line 123, ../sass/style.scss */
.path-frontpage .field--name-field-spotlight-cards .paragraph--type--spotlight-cards img {
  object-position: top;
}

/* Fix bugs related to font-family settings */
/* line 128, ../sass/style.scss */
#navbar-main .navigation.menu--main ul li.nav-item a.nav-link {
  font-family: 'Montserrat', sans-serif;
}

/* line 131, ../sass/style.scss */
.field--name-field-spotlight-cards .paragraph--type--spotlight-cards .field--name-field-spotlight-link a {
  font-family: 'Montserrat', sans-serif;
}

/* line 134, ../sass/style.scss */
.paragraph--type--featured-cta .field--name-field-cta-description {
  font-family: 'Montserrat', sans-serif;
}

/* line 137, ../sass/style.scss */
.field--name-field-highlight-para .paragraph--type--service-highlights .highlightTitle .linkTitle {
  font-family: 'Montserrat', sans-serif;
}

/* line 140, ../sass/style.scss */
.featured-top-hero-content .block-system-breadcrumb-block .breadcrumb li.breadcrumb-item {
  font-family: 'Montserrat', sans-serif;
}

/* line 143, ../sass/style.scss */
.paragraph--type--portal-links-section .field--type-entity-reference > .field__item .card-title {
  font-family: 'Montserrat', sans-serif;
}

/* line 146, ../sass/style.scss */
.path-frontpage .featured-top-hero-content .searchInnerContainer input {
  padding-bottom: 1.25rem;
}

/* line 150, ../sass/style.scss */
body.page-node-231 .featured-top-hero-content {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}

/* line 155, ../sass/style.scss */
footer.site-footer .footer-contact-logo h2, footer.site-footer .footer-contact-logo .h2 {
  background-image: url(https://admin-dev.sc.gov/sites/admin/files/2023-02/admin-logo-white-125.png);
  height: 100px;
}

/* line 159, ../sass/style.scss */
.editor-menu {
  color: #fff;
  font-family: "Proxima Nova", "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}

/* line 168, ../sass/style.scss */
#navbar-top .editor-menu ul li.nav-item a.nav-link {
  color: #fff;
}

/* line 172, ../sass/style.scss */
#navbar-top .editor-menu ul li.nav-item a.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 177, ../sass/style.scss */
.view-pay-bands th {
  background-color: #1873db !important;
  color: white;
}

/* line 181, ../sass/style.scss */
.view-pay-bands .views-table {
  max-width: 800px;
}

/* line 185, ../sass/style.scss */
.view-salary-entity-query .js-form-item {
  width: 100%;
}

/* line 188, ../sass/style.scss */
.view-salary-entity-query select, .view-salary-entity-query input {
  width: auto;
}

@media only screen and (max-width: 767px) {
  /* line 192, ../sass/style.scss */
  .view-salary-entity-query select, .view-salary-entity-query input {
    width: 100%;
  }
}
/* line 197, ../sass/style.scss */
#block-ngpsb-guidedserach {
  padding-bottom: 100px;
}

/* Quick fix for news/events color contrast */
/* line 202, ../sass/style.scss */
.path-news-events .main-content .section .views-field-field-event-start, .path-news-events .main-content .section .views-field-field-event-start-1, .path-news-events .main-content .section .views-field-field-published-date, .path-news-events .main-content .section .views-field-field-event-type, .path-news-events-news .main-content .section .views-field-field-event-start, .path-news-events-news .main-content .section .views-field-field-event-start-1, .path-news-events-news .main-content .section .views-field-field-published-date, .path-news-events-news .main-content .section .views-field-field-event-type {
  opacity: 0.9 !important;
}

/* Leadership view */
/* line 206, ../sass/style.scss */
.views-field-field-headshot img {
  margin-bottom: 0;
}

/* line 209, ../sass/style.scss */
.views-field-field-role {
  line-height: 1;
}

/* line 212, ../sass/style.scss */
.view-leadership li {
  margin-bottom: 2rem;
}

/* line 216, ../sass/style.scss */
.field--name-field-event-place .field__label {
  font-weight: bold;
}

/* line 219, ../sass/style.scss */
.field--name-field-event-place .field__label::after {
  content: ":";
}

/* Mobile menu wrap */
@media only screen and (max-width: 991px) {
  /* line 225, ../sass/style.scss */
  #navbar-main .navigation.menu--main ul.dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
@media only screen and (max-width: 991px) {
  /* line 230, ../sass/style.scss */
  #navbar-main .navigation.menu--main ul.dropdown-menu li.dropdown-item a {
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: .75rem;
  }
}
/* Line on Events and News */
/* line 237, ../sass/style.scss */
.path-news-events-events.path-news-events .main-content .section .views-field-nothing:before {
  top: auto;
  bottom: 17px;
}

/* line 241, ../sass/style.scss */
.path-news-events .main-content .section .views-field-nothing:before, .path-news-events-news .main-content .section .views-field-nothing:before {
  left: 0;
  top: 85px;
}

/* Accordion Scroll */
/* line 246, ../sass/style.scss */
.paragraph--type--paragraph-adhoc-html.accordion-item .accordion-body {
  max-height: 500px;
  overflow-y: scroll;
}

/* line 251, ../sass/style.scss */
.featured-top-hero-image {
  height: 300px !important;
}

@media (max-width: 575px) {
  /* line 255, ../sass/style.scss */
  .featured-top, .featured-top__inner, .contextual-region, .breadcrumb {
    display: block !important;
    visibility: visible !important;
  }
.block-system-breadcrumb-block {
	
	display:block !important;
}

.breadcrumb-item {
	text-align: left
	
}
  /* line 260, ../sass/style.scss */
  .featured-top-no-image .container .featured-top-hero-content {
    padding-bottom: 5px !important;
    /* Adjusts the bottom padding of the container */
  }

  /* line 264, ../sass/style.scss */
  .contextual-region .breadcrumb {
    padding-bottom: 0 !important;
    /* Removes bottom padding of the breadcrumbs */
  }

  /* line 268, ../sass/style.scss */
  body:not(.path-frontpage) .featured-top-hero-content {
    min-height: auto !important;
    padding-bottom: 1em;
  }
}
@media (max-width: 775px) {
  /* line 275, ../sass/style.scss */
  .site-footer__top .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	 .site-logo img {
	 	width: 85% !important;
	 }
  /* line 281, ../sass/style.scss */
  #block-ngpsb2-centercolumn-2 {
    order: 1;
    width: 100%;
    text-align: center;
  }

  /* line 287, ../sass/style.scss */
  #block-ngpsb2-centercolumn-2 img {
    margin: 0 auto;
    display: block;
  }

  /* line 292, ../sass/style.scss */
  .site-footer .col-4:not(#block-ngpsb2-centercolumn-2) {
    order: 2;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 300, ../sass/style.scss */
  .site-footer__top .row > div {
    margin-bottom: 20px;
  }

  /* line 304, ../sass/style.scss */
  #block-ngpsb2-footerabout-withlogo.text-end {
    text-align: center !important;
  }

  /* line 308, ../sass/style.scss */
  #block-ngpsb2-footerabout-withlogo ul.nav {
    justify-content: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 314, ../sass/style.scss */
  .image-style-coh-x-large {
    width: 70%;
    height: auto;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 607px) {
  /* line 323, ../sass/style.scss */
  .navbar.navbar-expand-lg {
    display: none !important;
  }
}
/* line 328, ../sass/style.scss */
#hero-bg-carousel {
  height: 300px;
  overflow: hidden;
}

/* line 333, ../sass/style.scss */
.hero-carousel-slide {
  width: 100%;
}

/* line 337, ../sass/style.scss */
#admin-logo-placeholder {
  width: 35%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /* line 343, ../sass/style.scss */
  #admin-logo-placeholder {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 349, ../sass/style.scss */
  #admin-logo-placeholder {
    width: 100%;
  }
}
/* line 354, ../sass/style.scss */
#admin-logo-placeholder {
  position: absolute;
  left: 10% !important;
  right: unset !important;
  top: 35% !important;
}

/* line 361, ../sass/style.scss */
body.path-frontpage img.hero-carousel-slide {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}

@media only screen and (max-width: 1050px) {
  /* line 368, ../sass/style.scss */
  #admin-logo-placeholder {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 374, ../sass/style.scss */
  #admin-logo-placeholder {
    left: unset !important;
    right: unset !important;
  }
  
  .site-logo img {
	 	width: 105% !important;
	 }
}

.site-logo img{
	max-width:65%;
	}	
	
.featured-top-hero-content .field--name-body img {
  margin-bottom: 0;
}
/*.carousel-inner .carousel-item .site-logo img{
	max-width:65%;
}	*/

@media only screen and (max-width: 61.9375rem) {
	 .featured-top-hero-content {
     padding-bottom: unset !important; 
	}
	
}

#page > div.featured-top.front-page > aside > div.container.featured-top-hero-content > div {
    width: 100%;
}

/* center org chart */
#block-orgchartforleadershippage {
	display: flex;
  align-items: center;
  justify-content: center;
}
.view-leadership .view-footer a {
    padding-left: 38px;
}
#navbar-main > .container, .header .navbar .container {
  max-width: 1320px;
}
#navbar-main .navigation.menu--main {
	margin-left: 0;
}
/* Blue Border Images */
.node__content .field--name-body.text-formatted img {
	border: 4px solid #0072ce;
	border-radius: 16px;
}
.node__content .field--name-body.text-formatted figure.caption {
	border-radius: 20px;
	border: 4px solid #0072ce;
	display: inline-block;
}
.node__content .field--name-body.text-formatted figure.caption img {
	border-radius: 16px 16px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  border: none;
  display: block;
}
.node__content .field--name-body.text-formatted figure.caption figcaption {
	background-color: #FFFFFF;
  background-image: url(https://ngadmin.sc.gov/themes/custom/ngpsb2/images/wavy.png);
  border-radius: 0 0 16px 16px;
  box-sizing: border-box;
  padding: 10px;
  margin: 3px;
  text-align: center;
  width: 99%;
}
.node__content .field--name-body.text-formatted figure.align-right, .node__content .field--name-body.text-formatted img.align-right {
	padding-left: 0;
	margin-left: 24px;
}
.node__content .field--name-body.text-formatted figure.align-left, .node__content .field--name-body.text-formatted img.align-left {
	padding-right: 0;
	margin-right: 24px;
}
.path-news-events .main-content .section .views-field-nothing a.news-events-item-cta:hover, 
.path-news-events-news .main-content .section .views-field-nothing a.news-events-item-cta:hover {
	color: #ffffff;
}
