/** NEW STYLES **/

body a.no-dec {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    width: fit-content;
}

.newsSubtitle {
    display: block;
    margin: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}

.dateTitle {
    display: block;
    text-align: center;
    margin: 0.5rem auto 0;
    font-weight: bold;
    min-height: 45px;
    position: relative;
}

section.internalHighlights {
    padding: 1rem;
    background: #1c5e9c;
    background: linear-gradient(180deg, #1c5e9c 0%, #592e90 74%, #592e90 100%);
}

p.bold {
    font-weight: bold;
}

.bg-grantee-detail {
    background-color: #bed3e6;
    /* background-color: #a4bed7;*/
}

.bg-grantee-detail2 {
    background-color: #efefef;
    /* background-color: #a4bed7;*/
}

.spotlight-divider {
    background-color: #333333;
    height: 0.1rem;
}

.spotlight h3 {
    color: #1C5E9C;
    font-size: 1.25rem;
    font-weight: bold;
}

.bg-grey {
    background: #EBEBEB;
}
.bg-light-grey {
    background: #f2f2f2;
}
.bg-blue {
    background: #1C5E9C;
}
.bg-light-blue {
    background: #ecf6fa;
}

.center {text-align:center;}

img.square {
    width: 350px;
    -webkit-box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/** RESOURCE LIBRARY **/

tr.GridPager table {
    width: auto !important;
    display: table;
    margin: 0 auto !important;
}

tr.GridPager table tbody tr td span {
    height: unset !important;
    width: unset !important;
    padding: 2px 6px !important;
}
.GridPager a, .GridPager span {
    height: unset !important;
    width: unset !important;
    padding: 2px 6px !important;
}
.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}




.videoTitle {
    color: #592E90;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.grantee-img {
    max-height: 150px;
    width: auto;
}

#CLSDFooter a {
    text-decoration: none !important;
}

#CLSDFooter img {
    max-width: 250px;
}

#CLSDFooter div {
    text-align: center;
}

.homepg-img {
    max-height: 150px;
}

[type=search],
.usa-search__input {
    height: inherit !important;
}


/*** LARGE BUTTONS  ***/

.rounded-pill-lg {
    padding: .75rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    margin: 1rem 0;
    display: block;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn-grantee {
    padding: .75rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    margin: 1rem 0;
    display: block;
    position: relative;
	background: #592E90;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn-grantee:hover {
    background: #1C5E9C;
	color:#ffffff;
}

.rounded-pill-lg.blue {
    background: #1C5E9C;
    color: #fff;
}

.rounded-pill-lg.blue:hover {
    background: #592E90;
}

.rounded-pill-lg.yellow {
    background: #E4E482;
    color: #000;
}

.rounded-pill-lg.yellow:hover {
    background: #592E90;
    color: #fff;
}

.rounded-pill-lg.purple {
    background: #592E90;
    color: #fff;
}

.rounded-pill-lg.purple:hover {
    background: #1C5E9C;
}

.rounded-pill.blue-yellow {
    background: #1C5E9C;
    color: #fff;
}

.rounded-pill.blue-yellow:hover {
    background: #E4E482;
    color: #000;
}


/*** TOOLTIP STYLING ***/

.tooltip-inner {
    max-width: 350px;
    text-align: left;
    padding: 10px;
    background-color: #592E90;
}

.tooltip.show {
    opacity: 1.0;
}


/*** PLM PAGE FEATURED MODULES ***/

section .iconBlock {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* line 2127, ../scss/site.scss */
section .iconBlock .img-block,
section .iconBlock .title-block {
    display: block;
    padding: 1rem;
    height: 100%;
}

/* line 2134, ../scss/site.scss */
section .iconBlock .title-block {
    padding: 0;
    text-align: center;
}


/* main section .iconBlock {
    display: block;
}


main section .iconBlock .img-block,
main section .iconBlock .title-block {
    display: block;
    padding: 0;
}


main section .iconBlock .img-block,
main section .iconBlock .title-block {
    margin: 1rem auto;
    text-align: center;
}
*/


.iconSphere {
    margin: 0 auto 1rem;
}


.iconSphere {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    position: relative;
    display: block;
    margin: 0 auto 0.5rem;
}

.iconSphere img {
    z-index: 20;
    position: absolute;
    width: 60px;
}

.iconSphere.plm-module1 img {
    width: 60px;
    top: 20px;
    left: 15px;
}

.iconSphere.plm-module2 img {
    width: 60px;
    top: 20px;
    left: 16px;
}

.iconSphere.plm-module3 img {
    width: 56px;
    top: 24px;
    left: 18px;
}

.iconSphere.plm-module4 img {
    width: 44px;
    top: 15px;
    left: 20px;
}

.iconSphere.plm-module4a img {
    width: 52px;
    top: 18px;
    left: 18px;
}

.iconSphere.plm-module5 img {
    width: 50px;
    top: 24px;
    left: 20px;
}

.iconSphere.plm-module6 img {
    width: 42px;
    top: 18px;
    left: 24px;
}

.iconSphere.plm-module7 img {
    width: 50px;
    top: 22px;
    left: 20px;
}

.iconSphere.plm-module8 img {
    width: 52px;
    top: 26px;
    left: 20px;
}

.iconSphere.plm-module9 img {
    width: 56px;
    top: 22px;
    left: 17px;
}

.iconSphere.plm-module10 img {
    width: 46px;
    top: 18px;
    left: 20px;
}

.iconSphere.plm-module11 img {
    width: 50px;
    top: 21px;
    left: 19px;
}

.iconSphere.plm-module12 img {
    width: 50px;
    top: 20px;
    left: 24px;
}

.iconSphere.plm-module13 img {
    width: 50px;
    top: 18px;
    left: 22px;
}
.iconSphere.plm-module14 img {
    width: 50px;
    top: 18px;
    left: 20px;
}

.iconSphere.resourceLibrary img {
    top: 20px;
    left: 15px;
}

.plm-resources .imgWrapper {
    display: flex;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    max-width: 400px;
}

/* line 768, ../scss/site.scss */
.plm-resources img {
    position: relative;
}

/* line 771, ../scss/site.scss */
.plm-resources img.woman {
    display: block;
    margin: -4rem auto 0;
}

/* line 777, ../scss/site.scss */
.plm-resources img.rect {
    bottom: 0;
    z-index: 20;
    background: #fff;
    margin: 0 auto;
}

.plm-resources span.videoTitle {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    max-width: 300px;
}

section.plm-resources img.rect {
    bottom: 0;
    z-index: 20;
    background: #fff;
    margin: 0 auto;
}

.plm-resources .imgWrapper2 {
    position: absolute;
    clip: rect(0, 73px, 73px, 0);
}

.callout {
    display: block;
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    background: #d2e5f7;
    color: #000;
    border: 8px solid #a2a0a1;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.white {
    background: #fff;
}

img.bar-charts {
    display: block;
    margin: 1em 0 2em;
    border: 1px solid #a2a0a1;
    max-width: 800px;
    background: white;
}

.img-responsive {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
}

p.bar-chart-title {
    font-weight: bold;
    margin: 2em 0 0;
}


/* GRANTEE PROFILES MAP HOVER STATE STYLING */

div#tt_sm_map div.tt_sm div div.tt_name_sm {
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0;
    float: none !important;
}

div.CLSDMap div#tt_sm_map .clsdWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
}





/**** FOR MAP TABLE OF ISLANDS AND TERRITORIES ****/
.map-places {
    max-width: 300px;
    margin: auto;
}

.map-places div {
    border: solid 1px gray;
}

.map-places .row {
    border: none !important;
}

.map-places a {
    font-size: 0.9rem;
}

.headline-map {
    background: #1C5E9C;
}

h4.map-h4 {
    padding: 0;
    margin: 3px;
    color: #fff;
}


/** SLP RESOURCES **/

.SLPstarter-icon {
    max-width: 150px;
    height: auto;
}

.SLPstarter-icon-sm {
    max-width: 100px;
    height: auto;
}

.SLPvideos {
    background-color: #eef8fd;
    -webkit-box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.26);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 720px;
}

#slp-results-hr {
    border: 1px solid #592E90;
    width: 96%;
    margin: 2rem 1.5rem;
}

.resource-box-btn-white {
    display: block;
    width: 98%;
    height: 440px;
    margin: 0 auto;
    background: #ffffff;
    color: #000000;
    border: 1px solid #a2a0a1;
    text-align: left;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 0.5rem;
    text-decoration: none;
}

/* a.resource-box-btn-white:hover {
    background: #f1ecfb;
} */

 .grantee-hr {
    background-color: #000000;
    border: 1px solid #000000;
}
/* a.resource-box-btn {
  display: block;
  width: 80%;
  height: 225px;
  margin: 0 auto;
  background: #592E90;
  border: 1px solid #a2a0a1;
  text-align: left;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 0.5rem;
  text-decoration: none; }

a.resource-box-btn:hover {
   background: #8465B3; }

a.resource-box-btn .icon-wrap {
	display: block;
	margin: 0 auto 1em; }

a.resource-box-btn .icon-wrap img {
      width: 90px;
      display: block;
      margin: 0 auto; }

a.resource-box-btn .title-wrap {
    display: block;
    color: #ffffff; }

a.resource-box-btn.large {
    width: auto;
    min-height: 420px;
	color:#ffffff;
}

a.resource-box-btn.large:hover {
    border:none; }

a.resource-box-btn.large:active {
    border:none;
	height: 440px;
}

a.resource-box-btn.large .icon-wrap img {
      width: 100px; 
}

p.resource-box-btn {
	line-height:110%;
} */



/** SLP RESOURCES FILTER  **/
.resourceFilterSection {
    background: #f1ecfb;
    /* width: 90%; */
    margin: 0 auto;
    border: none;
    font-size: 14px;
    text-align: left;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 1.5rem;
}

.resourceFilterheader {
    color: #592e90;
}

.search-button {
    background-color: #592e90;
    border: none;
}

.iwrap a {
	color: #ffffff!important;
    text-decoration: none;
}



/** SLP TOP SUB-NAVIGATION **/

.anchor-button img {
    max-width: 70px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.anchor-button {
    display: block;
    height: 150px;
    margin: 0 auto;
    border: solid 2px #ffffff;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 0.75rem;
    text-decoration: none;
    font-weight: bold;
}

.anchor-button:hover {
    transform: scale(1.05);
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

span.anchor-button {
    line-height: 100%;
    padding-top: 3rem;
    font-size: 1.5rem;
}

.anchor-button.horiz img {
    max-height: 90px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
a.scrollTop {
    display: block;
	text-align: center;
    font-size: 30px;
    color: #14497d !important;
    width: 100px;
    float: right;
	margin-top:3rem;
}
a.scrollTop span {
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin: 0 auto;
	  text-decoration: underline;
}
a.scrollTop icon {
      display: block;
      margin: 0 auto;
	  font-size: 20px;
      font-weight: bold;
}
a.scrollTop:hover {
      color: #5e0810 !important; 
}


/** FAMILY ENGAGEMENT PAGE  **/

.readers-content section.internal-page-content .videoarea {
    display: block;
    width: 55%;
    margin: 1em auto;
    border: 1px solid #14497d;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}



/** RESOURCE LIBRARY **/
h4.panel-title {
	color:#ffffff !important;
	text-decoration: none !important;
}



/** AMENDMENTS TO SCSS STYLES **/

div.slideDateBox {
    min-height: 363px !important;
}

.title {
    min-height: 120px !important;
}

.navbar-nav li ul li a {
    border-bottom: none !important;
}

.navbar-nav li ul li a:focus {
    background:#1C5E9C !important;
    color:#ffffff!important;
}

.dropdown-menu{
    --bs-dropdown-link-hover-bg: background:#1C5E9C !important;
}

.newsTitle {
    line-height: 120%;
}

@media (max-width: 1199.98px) {
    main section.news img {
        width: auto !important;
        margin: 0 auto 1.5rem;
    }
}

/* line 1024, ../scss/site.scss */
div.CLSDMap div#tt_sm_map .clsdWrapper img {
    display: inline-block;
    width: 90px;
}

/* line 1029, ../scss/site.scss */
div.CLSDMap div#tt_sm_map .clsdWrapper span {
    display: inline-block;
    margin-left: .5rem;
    font-weight: bold;
}

/* line 1038, ../scss/site.scss */
div.CLSDMap div#tt_sm_map div.tt_sm {
    width: 200px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 1046, ../scss/site.scss */
div.CLSDMap div#tt_sm_map div.tt_sm div div.tt_name_sm {
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    background: #1C5E9C;
    color: #fff;
    margin: 0;
    padding: .5rem;
}
.logout-content {
	display: flex;
}

span.username {
	padding-top:0.5rem;
	padding-right:0.5rem;
	align-items: flex-end!important;
	font-size:12px;
	text-align: end;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff!important;
}

.text-yellow-link {
    color:#fee685;
    font-size:1.2rem;
    font-weight:bold;
    line-height:1.1;
}
.text-yellow-link:hover {
    color:#ffffff;
    font-size:1.2;
    font-weight:bold;
    line-height:1.1;
}
.text-yellow-link:active {
    color:#ffffff;
    font-size:1.2rem;
    font-weight:bold; 
    line-height:1.1;
}


/** ADDED 11/25/2024 **/


.readers-content section.internal-page-content div.panel-group .panel .panel-heading {
    padding: .5rem;
}

.readers-content section.internal-page-content div.panel-group .panel .panel-heading h5 {
    margin: 0 auto;
}


.readers-content section.internal-page-content div.panel-group .panel .panel-heading h5 .fa-angle-down {
    float: right;
}


.readers-content section.internal-page-content div.panel-group .panel .panel-body {
    padding: 1rem;
}


.readers-content section.internal-page-content div.panel-group .panel .panel-body ol.counter {
    margin: 0 0 0 1.5rem;
}


/** ADDED 12/7/2024 **/
#readers-wrap .readers-content section.internal-page-content div.blue-back .form-group .select-style {
    border-radius: 5px!important;
    background: #fff url(/2020/images/drop-arrow.png) no-repeat 100% 50%!important;
}

#readers-wrap .readers-content section.home-topics .well .btn-wrapper .btn {
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #fff !important;
}

#readers-wrap .readers-content section.head-image img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#readers-wrap .readers-content section.internal-page-content {
    margin: 2rem 0 !important;
}

/** DISCUSSION BOARD STYLING **/

section.head-image {padding:0!important;}
section.home-section-pad {
    padding: 1rem 0;
    color: #fff;
	text-align: center;
}
db-left-col a {color: #ffffff!important;}
db-left-col a:hover {color: #ffffff!important;}

.select-style {
    border: none!important;
    background-color: transparent!important;
    background: none!important;
}


/** DASHBOARD **/

.table-titles {
    background: #1C5E9C;
    padding:2rem;
    color:#ffffff;
}
.dash-table {
    border-collapse: collapse; 
    border: #000000 1px solid;
}
.max-img {
    max-width:1200px;
    height:auto;
}
img.center {
    display:block;
    margin:0 auto;
}


/**  MEDIA QUERIES **/

@media (max-width: 1920px) {

span.newsTitle {
    display: block;
    height: fit-content;
}

.spotlight {
    height: fit-content;
}
    
}

@media (max-width:1200px) {
	.resource-box-btn-white {
     height: inherit;
}
    header a .logo {
        display: block;
        margin: 0 auto;
        width: 320px;
    }
}

@media (max-width: 991.98px) {
    main section.news .newsTitle {
        height: unset;
    }

    .spotlight {
        height: unset;
    }

}

@media (max-width: 768px) {
	.SLPstarter-icon {
		margin: 0 auto;
	}
	.readers-content {
        top: 0px!important;
    }
}


@media and (max-width: 576px) {

    .mx-xs-auto,
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .ms-xs-auto,
    .ms-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
	.pb-xs-5 {
        padding-bottom: 3rem !important;
    }
	.pb-sm-5 {
        padding-bottom: 3rem !important;
    }
}





.slick-next:focus, .slick-prev:focus {
    outline: 3px solid #000!important;  
}

ul.slick-dots li button:focus {
   outline: 2px solid #000!important;  
}