  ﻿/*emergency container fixes */

.emergency .alert-container .headline {
    line-height: 1em;
}

@media only screen and (min-width: 767px) {
  .emergency.open .emergency-close {
    position: relative;
  }
}

.emergency.open .emergency-close {
  padding-top: 0px;
}

/*temp homevideo padding*/

@media screen and (min-width: 767px) {
    .captionContainer {
padding-right: 60px;
    }
}

/*horizontal view fixes*/
			
@media screen and (max-height: 550px) {
	.captionContainer{
		font-size: 1em;
		padding: 5px 20px 5px 20px;
	}
}

@media screen and (max-height: 550px) {
    #mainVideoSubheading {
        font-size: 1em;
		line-height: 20px;

    }
}

@media screen and (max-height: 550px) {
    #mainVideoHeading {
        font-size: 1.2em;
		line-height: 20px;
    }
}

@media screen and (max-height: 550px) {
    #mainVideoButton {
        font-size: 1em;
		margin-top: 5px;
		padding: 5px;
    }
}

@media screen and (max-height: 550px) {
    #mainVideoSubheading {
        font-size: 1em;
    }
}

@media screen and (max-height: 550px) {
	.captionContainer {
    max-width: 60vw;
	}
}

@media screen and (max-height: 550px) {
	.call-to-action {
	height: 54px;
    margin-bottom: -2.5em;
	}
}

@media screen and (max-height: 550px) {
	.ctaButton {
	line-height: 45px;
	font-size: 1.1em;
  }
}

@media screen and (max-height: 550px) {
	.captionContainer {
	bottom: 0%;
    }
}

@media screen and (max-height: 550px) {
.site-logo {
    padding: .2em;
	}
}

.fallbackImage {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
  width: 100%;
}

/* Emergency Widget Addition*/
.emerg-switcher-display {
   display:none;
}

.sc-smartboard-subject {
  padding: 15px 60px 0 0;
  margin: 0;
  display: block;
  font-size: 1.8em;
  color: #007055;
  font-weight: 800;
  text-transform: uppercase;
}  
  
.sc-smartboard-message {
  margin: 1em 0;
  line-height: 1.5em;
}

.sc-smartboard-datetime {
  margin: 1em 0;
  line-height: 1.5em;
}

/* Emergency area click fix */

.attention-container {
  cursor: pointer;
}

.emergency .attention {
  cursor: pointer;
  user-select: none;
}

/*probably need to remove cursor:pointer text on .emergency as .attention is being overridden*/

.focus-bar {
  padding-bottom: 18px;
}

/*News background color change*/

.featured-headlines {
  background-color: #e8e8e8;
}

/*Two Column Addition Levels*/

.column-levels-pages h2 {
    padding-top: 1em;
}

@media only screen and (min-width: 1024px) {

	.row-levels-pages {
		display: flex;
	}

	.column-levels-pages {
		flex: 50%;
	}

	.column-levels-pages h2 {
		padding-left: 1em;
	}
	
	.column-levels-pages h2 {
    padding-top: 0em;
    }

	.column-levels-pages p {
		padding-left: 1.2em;
	}

	.column-levels-pages li {
		padding-bottom: .2em;
	}
}

/*New Buttons Levels*/

#levels-button-utility {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    clear: both;
    font-size: 1.25em;
    box-sizing: border-box;
    border-radius: 10px;
    color: #ffcb0b;
	background-color: #007055;
	border: 4px solid #007055;
    text-align: center;
    text-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    line-height: 20px;
}

#levels-button-utility:hover {
    background-color: #ffcb0b;
	border: 4px solid #ffcb0b;
    color: #33393c;
	text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .information.footer-nav {
   line-height: 2em;
  }
}

/*News Changes*/

.news-home-button-container {
width: 300px;     
margin: .5em auto .5em;
}

@media only screen and (min-width: 767px) {
.news-home-button-container {
margin: 2em auto .5em;
}
}

        /* Basic styling for the flexbox layout */
        .flex-container {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: space-between;
            background-color: #e7e7e7;
            padding: 0 1em 1em 1em; /* Add padding to the left and right */
        }

        .flex-item {
            flex: 1 1 calc(33.333% - 16px); /* Responsive 3-column layout */
            display: flex;
            flex-direction: column;
            border: 1px solid #ccc;
           /* border-radius: 8px;*/
            overflow: hidden;
            background-color: #fff;
           /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
			min-height: 180%;
	border-radius: 10px;
        }

        .flex-item img {
            width: 100%;
            height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media only screen and (min-width: 767px) {
.flex-item img {
   /*height: 309px;*/ 
    object-fit: cover;
}
}

/* Hover effect on images */
.flex-item img:hover {
    transform: scale(1.02); /* Slightly enlarge the image */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
        .flex-content {
            padding: 16px;
        }

.pubdate {
    font-size: 1rem;
    color: #007055;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
}

        .article-title {
            font-size: 1.25rem;
            font-weight: bold;
            margin: 0 !important;
	    text-align: left;
line-height: 1.4em;
        }

        .article-title a {
            color: #333;
            text-decoration: none;
        }

        .article-title a:hover {
            color: #0073e6;
            text-decoration: underline;
        }

        /* Responsive layout for mobile devices */
        @media (max-width: 768px) {
            .flex-item {
                flex: 1 1 100%; /* Full width on mobile */
            }
        }

        .news {    
            margin: 10px 0px 10px 0px;
            padding: 10px 10px 10px 10px;
            border-style: solid;
            border-width: 0px 0px 4px 0px;
            border-color: #FFCB0B;
			text-align: center;
			line-height 42px;
        }

@media only screen and (min-width: 767px) {
    .featured-headlines .featured-headlines-inner-container {
        max-width: 100em;
    }
}

.featured-headlines .featured-headlines-inner-container h2 {
        font-size: 2em;
        margin: 0 0 1.1em;
    }

/*button addition for news-home*/

#news-home-button-utility {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    clear: both;
    font-size: 1.25em;
    box-sizing: border-box;
    border-radius: 10px;
    color: #33393c;
    background-color: #ffcb0b;
    border: 4px solid #ffcb0b;
    text-align: center;
    text-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    line-height: 20px;
}

#news-home-button-utility:hover {
background-color: #007055;
    border: 4px solid #007055;
    color: #ffcb0b;
	text-decoration: none;
}

/*EM heading fixes*/

.emergency .attention {
  font-size: 1.2em;
}


@media screen and (max-width: 766px) {
.emergency .attention {
  font-size: .9em;
  }
}

@media screen and (max-width: 450px) {
.emergency .attention {
  font-size: .9em;
  margin-top: -10px;
  }
}

@media screen and (max-width: 766px) {
.showmore {
    visibility: hidden;
  }
}

.headline {
  display: none !important;
}

/*awards pull fix*/
.home-awards-section {
    background: white;
}

.awards-flex-container {
    background: white;
}

.awards-flex-item {
    background: #f8f8f8;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.image-wrapper img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Keep the hover effect active when hovering over both the image and category */
.image-wrapper:hover img,
.image-wrapper:hover .post-category {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.post-category {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 10;
    text-decoration: none;
    transition: background 0.3s ease;
    transform: scale(1.00) !important;
}

.post-category:hover {
    background: #ffcb0b; 
    color: black;
}

/*keyboard visual fix*/
a:focus-visible, a:focus-visible img, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #007bff !important;
  outline-offset: 2px !important;
}

/*hellobar fix*/
.data-tag {
text-transform:capitalize;
}

/*Program News API Pull Correction */

.program-featured-headlines .featured-headlines-inner-container .image-wrapper img {
    padding: unset; 
}

.program-featured-headlines .featured-headlines-inner-container .image-wrapper .post-category {
    color: white;  
    font-weight: bold; 
}

.program-featured-headlines .featured-headlines-inner-container .image-wrapper .post-category:hover {
    color: black;   
    text-decoration: unset;
}

.program-featured-headlines h3 {
    text-transform: unset;
    line-height: normal;
}

.program-featured-headlines .featured-headlines-inner-container .flex-content .article-title h3:hover {
    color: #0073e6;
}

.program-featured-headlines .featured-headlines-inner-container {
    padding-bottom: 0;
}

.program-featured-headlines .featured-headlines-inner-container .news {
text-align: left;
padding: 0;
font-size: 1.8em;
}

@media (min-width: 767px) {
.program-featured-headlines .flex-container {
    width: 75%;
    padding-left: 0;
 }
}

@media (min-width: 767px) {
.program-featured-headlines .featured-headlines-inner-container {
text-align: left;
 }
}

.program-featured-headlines .featured-headlines-inner-container .news h2 {
    display: inline-block;
    border-width: 0px 0px 4px 0px;
    border-color: #FFCB0B;
}

.program-featured-headlines .news {
    display: inline-block;
    padding-bottom: 2px;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #FFCB0B;
}

.lead-line {
    font-size: 1rem;
    color: #000000;
    margin-top: 8px;
    line-height: normal;
    text-align: left;
}

/*cabinet two col fix*/
.content .double--column--container,.mceContentBody .double--column--container{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%
    padding-right: 1.5em;
    padding-left: 1.5em;
}
.content .double--column,.mceContentBody .double--column{
    flex: 50%;
    padding-top: 1.2em;
}
.content .double--column img{
    padding: .1em;
}

/*cab img adjust*/
@media (max-width: 768px) {
.content .double--column,.mceContentBody .double--column{
    flex: 100%;
    padding-top: 1.2em;
}
}

/*bot icon position adjust*/
.back-to-top {
    bottom: 1em; 
    right: .5em;
    border-width: 1px 1px 1px 1px;
    border-radius: 12px 12px 12px 12px;
}
.bpFab {
    bottom: 4.5rem !important;
    right: 1.41rem !important;
}
@media (min-width: 768px) {
    .bpWebchat {
        bottom: 9rem !important;
    }
}