/*
Theme Name: State Fire Prevention Commission (SFC)
Theme URI: https://967149b9-e413-4c6a-b488-198967988d56.p.bardy.io
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: https://75221f19-1c83-4d77-aa24-3f096f72ee15.p.bardy.io
Description: Custom WordPress theme designed exclusively for the State Fire Prevention Commission (SFC).
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_SFC_theme
*/

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */



/* ############################################################################################## */

/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

/* ============================= ELEMENTS ============================= */
html {
-webkit-font-smoothing: antialiased !important;
position: relative;
min-height: 100%;
}
body {
width: 100%;
min-height: 100%;
font-family: 'Open Sans', sans-serif !important;
font-weight: 400 !important;
font-size: 18px !important;
color: #000;
-webkit-font-smoothing: antialiased !important;
padding-bottom: 980px;
}
/* ============================= ID's ============================= */

/* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
/* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
#menu-sfc-main-navigation {
z-index: 999;
}
.affix #menu-sfc-main-navigation {
position: absolute !important;
}
#menu-line {
position: absolute;
top: 0;
left: 0;
height: 3px;
background: #006ea1;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#main_header h1, 
#main_content h1 {
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
color: #0E2A4A !important;
font-size: 48px;
margin-top: 10px;
}
#main_header h2, 
#main_content h2 {
font-family: 'Open Sans';
color: #097eb4 !important;
margin-top:	0px;
}
#main_content h3 {
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700;
font-size: 40px;
color: #444 !important;
margin-top: 0px;
}
#main_content h4 {
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
font-size: 25px;
color: #097eb4 !important;
margin-top: 0px;
}
#main_content a, 
#main_content a:link, 
#main_content a:active, 
#main_content a:visited {
color: #006EA1;
text-decoration: underline;
font-weight: bold;
}
#main_content a:hover {
color: #0D2A4A;
text-decoration: underline;
font-weight: bold;
}
#main_content ul, 
#main_content ol {
font-size: 0.9em;
line-height: 2.1em;
margin-top: 1.0em;
margin-bottom: 1.0em
}
#loading1 {
margin-left: auto;
margin-right: auto;
width: 100px
}
#loading2 {
margin-left: auto;
margin-right: auto;
width: 100px
}
#fireHead {
border-bottom: 15px solid #0E2A4A;
}
#headerImage {
height: 400px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
margin-top: -20px;

}
#sfcAbout {
background-color: #0E2A4A;
color: #fff !important;
padding: 30px;

border-bottom: 5px solid #006EA1;
}
#sfcAbout h2 {
color: #fff !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 300;
font-size: 32px;
margin-top: 0px;
}
#sfcAbout a,
#sfcAbout a:link, 
#sfcAbout a:active, 
#sfcAbout a:visited {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
#sfcAbout a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#agencyFooter {
background-color: #097eb4;
color: #ffffff;
font-size: 18px;
line-height: 1.5em;
padding-top: 30px;
padding-bottom: 2.0em;
border-top: 3px solid #006ea1;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 474px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 515px;
}}
#agencyFooter a,
#agencyFooter a:link, 
#agencyFooter a:active, 
#agencyFooter a:visited {
color: #fff;
text-decoration: none;
}
#agencyFooter a:hover {
color: #fff;
text-decoration: underline;
}
.agencyFooter_icons {
width: 40px;
height: 40px;
border: none;
display: inline-block;
text-align: center;
}
#agencyFooter ul {
list-style-type: none;
margin-left: -38px;
}
/* ============================= Classes ============================= */


/* WordPress Core CSS */
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter, 
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float:right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000 /* Above WP toolbar */
}
img.alignright { 
float: right;
margin: 0 0 1em 1em
}
img.alignleft { 
float: left;
margin: 0 1em 1em 0
}
img.aligncenter { 
display: block; 
margin-left: auto;
margin-right: auto
}
.alignright { 
float: right
}
.alignleft { 
float: left
}
.aligncenter { 
display: block; 
margin-left: auto; 
margin-right: auto
}
/* End WP Core Classes */


.sfcIcons {
	width: 						50px;
	height: 					50px;
	border: 					none;
	margin-right:				5px;
}
.agencyFooter_logo {
	width: 						150px;
	height: 					150px;
	border: 					none;
	text-align: 				center;
}
.header-logo {
	width: 						100px;
	height: 					100px;
	border: 					none;
	float: 						left;
	margin-right: 				10px;
	margin-left: 				10px;
}
hr.clf {
    -moz-border-bottom-colors: 	none;
    -moz-border-left-colors: 	none;
    -moz-border-right-colors: 	none;
    -moz-border-top-colors: 	none;
    border-image: 				none;
    border: 					1px solid #c69428;
    margin-bottom: 				20px;
    margin-top: 				10px;
}

hr.title {
    -moz-border-bottom-colors: 	none;
    -moz-border-left-colors: 	none;
    -moz-border-right-colors: 	none;
    -moz-border-top-colors: 	none;
    border-image: 				none;
    border: 					2px solid #097eb4;
    margin-bottom: 				5px;
    margin-top: 				5px;
}
.border_none {
border: none;
}
.agency_map {
border: 0px; 
width: 710px;
height: 600px;
margin: 0px;
}
.agency_control {
margin-top: 200px;
color: #fff;
}
.interiorTitle {
color: #FFF;
font-size: 22px;
text-transform: normal;
font-weight: 300;
font-family: 'Titillium Web', sans-serif !important;
border-bottom: 3px solid #006ea1;
line-height: 1.0;
padding-top: 30px !important;
padding-bottom: 15px !important;
background-color: #0E2A4A;
}
.interior-title-wrapper {
margin-top: -20px;
background-color: #0E2A4A;
}
.sfcWhite {
color: #FFF !important;
}
.jumbo {
font-size: 38px;
font-weight: 700;
}
.smallTitle {
font-family: 'Titillium Web', sans-serif !important;
font-weight: 300;
font-size: 20px;
}
.noshow {
	display: none;
}
input[type="hidden" i] {
    display: none;
}}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */

/* ============================= Classes ============================= */
    #headerImage {
        height: 300px;
        width: 100%;
        background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
        margin-top: -20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#main_content h3 {
	font-family:					'Titillium Web', sans-serif !important;
	font-weight: 					700;
	font-size: 						40px;
	color: 							#444 !important;
	margin-top:						0px;
}
#fireHead {
border-bottom: 15px solid #0E2A4A;
}
    #headerImage {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        margin-top: -20px;
    }
#agencyFooter {
padding-top: 2.0em;
padding-bottom: 2.0em;
height: 223px;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 223px;
}}

/* ============================= Classes ============================= */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#main_content h3 {
	font-family:					'Titillium Web', sans-serif !important;
	font-weight: 					700;
	font-size: 						33px;
	color: 							#444 !important;
	margin-top:						0px;
}
#fireHead {
border-bottom: 15px solid #097eb4;
}
    #headerImage {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        margin-top: -20px;
    }
#agencyFooter {
background-color: #097eb4;
color: #ffffff;
font-size: 18px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-top: 3px solid #006ea1;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 223px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 223px;
}}

/* ============================= Classes ============================= */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#main_content h3 {
	font-family:					'Titillium Web', sans-serif !important;
	font-weight: 					700;
	font-size: 						40px;
	color: 							#444 !important;
	margin-top:						0px;
}
#fireHead {
border-bottom: 15px solid #097eb4;
}
    #headerImage {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        margin-top: 25px;
    }
#agencyFooter {
background-color: #097eb4;
color: #ffffff;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-top: 3px solid #006ea1;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 220px;
z-index: 1029;
}

/* ============================= Classes ============================= */
}

/* ============================= CUSTOM MEDIA QUERIES ============================= */

@media (max-width: 874px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-44px;
opacity: 1;
font-size: 20px;
font-weight: bold;
color: #006ea1;
}}
@media (min-width: 875px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-44px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #006ea1;
}}
@media (min-width: 1100px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #006ea1;
}}
@media (min-width: 1300px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #006ea1;
}}
/* ============================= END CUSTOM MEDIA QUERIES ============================= */


/* ======================== STYLE FOR THE PUBLIC MEETING CALENDAR ====================== */
#public-meetings a, 
#public-meetings a:link, 
#public-meetings a:active, 
#public-meetings a:visited {
color: #e42a00;
text-decoration: none;
font-weight: bold;
}
#public-meetings a:hover {
color: #eda220;
text-decoration: none;
font-weight: bold;
}
ul.meeting-container > li {
  list-style-type: none;
}
.meeting-container {
  text-align: center;
  padding:0px;
}
span.meeting-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #606060;
}
span.meeting-agency {
  display:none;
}
span.meeting-date {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 18px;
}
span.meeting-time {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 18px;
}
span.meeting-end {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 18px;
}
span.meeting-purpose {
  display:none;
}
span.meeting-address {
    color: #7e8082;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 4px;
    display:block;
}
a.map-link, 
a.map-link:link, 
a.map-link:active, 
a.map-link:visited,
a.info-link, 
a.info-link:link, 
a.info-link:active, 
a.info-link:visited {
  color: #e42a00;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #e42a00;
  border-radius: 30px;
  padding: 15px 35px;
}
a.info-link:hover, a.map-link:hover {
  color: #fff !important;
  background-color: #e42a00;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #e42a00;
  border-radius: 30px;
  padding: 15px 35px;
}
/*  =============== END OF PMC STYLESHEET  ==============*/

/* ===============  BEGIN STYLE FOR THE "SUCCESS" LABEL - RELATED TOPICS TAG   ============== */
.label-success {
background-color: #477C41;
}
/* ===============  END STYLE FOR THE "SUCCESS" LABEL - RELATED TOPICS TAG   ============== */

/* ======= News Style ========= */
news_title,
.news_title a,
.news_title a:link,
.news_title a:visited,
.news_title a:hover,
.news_title a:active {
  font-size: 18px;
  font-weight: bold !important;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}

.news_date {
  font-size: 18px;
  font-style: italic;
  display: block;
  text-align: left;
  color: #8a6d3b !important;
}

.news_desc {
  line-height: 1.4em;
  display: block;
  padding-bottom: 15px;
  text-align: left;
}
/* ======= End News Style ========= */

/* ======= New Styles for Redesign 2025 ========= */

.card-text {
	background-color: #0e2a4a;
	color: #FFF;
	width: 100%;
	margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}
.card-img-top {
	width: 100%;
display: block;
  margin-left: auto;
  margin-right: auto;

}

#stayUpdated
 {background-color: #0D2A4A !important;
  border-top: 5px solid #006EA1;
color: #FFF;
padding-top: 20px;}

#stayUpdated p
{color: #FFF !important;}


#stayUpdated h2
{
  color: #FFF !important;
  font-family: 'Titillium Web', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

#stayUpdated h3
{
  color: #FFF !important;
  font-size: 25px;
}


#stayUpdated hr
{background-color: #FFF !important}

#stayUpdated .pb-40 {
  padding-bottom: 40px;
}

#sfcMission h3
{color: #0E2A4A !important;
font-weight: bold;
font-size: 35px;
}

#sfcMIssion p
{
font-weight: bold;
font-size: 18px;
}

#sfsDirector h2
{color: #fff !important;
font-weight: bold;
margin-bottom: 1em;}

#sfcInterior {
background-color: #FFF;
color: #0D2A4A !important;
padding: 30px;
}
#sfcInterior h6 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700;
font-size: 22px;
margin-top: 0px;
}
#sfcInterior h5 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
font-size: 24px;
margin-top: 0px;
}
#sfcInterior h4 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700;
font-size: 28px;
margin-top: 0px;
}
#sfcInterior h3 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
font-size: 38px;
margin-top: 0px;
}
#sfcInterior h2 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700;
font-size: 42px;
margin-top: 0px;
}
#sfcInterior h1 {
color: #0D2A4A !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
font-size: 48px;
margin-top: 0px;
}
#sfcInterior a,
#sfcInterior a:link, 
#sfcInterior a:active, 
#sfcInterior a:visited {
color: #006EA1;
font-weight: bold;
text-decoration: underline;
}
#sfcInterior a:hover {
color: #0D2A4A;
font-weight: bold;
}

#sfcInterior a.wp-block-button__link {
  background-color: #0D2A4A;
  border: 1px solid #0D2A4A;
  border-radius: 0;
  color: #fff;
}

#sfcInterior a.wp-block-button__link:hover {
  background-color: #fff;
  border: 2px solid #0D2A4A;
  color: #0D2A4A;
}

.sfcHR {
	color: #006EA1;
}

hr.hrwhite {
  border-top: 3px solid #FFF;
}

hr.hr-title-white {
  border-top: 5px solid #FFF;
  margin-left: 0;
  width: 103px;
}

hr.hr-title-blue {
  border-top: 5px solid #006EA1;
  margin-left: 0;
  width: 103px;
}

#reportInjury .card-body {
  padding: 1.25rem 0;
}

#reportInjury a,
#reportInjury a:link, 
#reportInjury a:active, 
#reportInjury a:visited {
color: #FFF;
font-weight: bold;
text-decoration: underline;
}
#reportInjury a:hover {
color: #fcf8e3;
font-weight: bold;
text-decoration: underline;
}

#sfcTitles {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (max-width: 991px) {
  #sfcTitles {
    align-items: center;
  }

  #sfcTitles h1 {
    font-size: 29px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #sfcTitles {
    flex-direction: row;
    justify-content: center;
  }
}

#sfsCarousel {
  padding-bottom: 50px;
  padding-left: 50px;
}

#sfsCarousel img {
  margin-left: auto;
  margin-right: auto;
}

.director-image {
	height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;

}

#interior_header {
  padding: 30px 0 0 30px;
}

/* Horizontal rule style for internal pages using core separator block */
.wp-block-separator {
  border-top: 4px solid #006EA1;
}
