/*
Theme Name: State Fire Marshal (SFM)
Theme URI: http://statefiremarshal.delaware.gov
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: http://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Delaware State Fire Marshal (SFM).
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_SFM_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  */
/*  State of Delaware - CLF4 2016  */
/*  Developed by the GIC (Matt Campbell & Julianne Solum)  */

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

/*==========  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: 16px !important;
-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-osfm-main-navigation {
z-index: 999;
}
.affix #menu-osfm-main-navigation {
position: absolute !important;
}
#menu-line {
position: absolute;
top: 0;
left: 0;
height: 3px;
background: #01528B;
-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: 700;
color: #444 !important;
font-size: 48px;
margin-top: 10px;
}
#main_header h2, 
#main_content h2 {
font-family: 'Open Sans';
color: #0269b4 !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: #0269b4 !important;
margin-top: 0px;
}
#main_content a, 
#main_content a:link, 
#main_content a:active, 
#main_content a:visited {
color: #ff4500;
text-decoration: none;
font-weight: bold;
}
#main_content a:hover {
color: #eda220;
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 #0269b4;
}
#AgencyCarousel {
border: 2px solid #0269b4;
}
#AgencyCarousel .carousel-caption h2 {
	font-family:						'Titillium Web', sans-serif !important;
	color:								#ffffff !important;
	font-size:							35px;
	font-weight:						700;
	display:							inherit;
	text-shadow:						1px 1px 1px #000000, 1px 1px 1px #000000;
}
#AgencyCarousel p {
    background-color:					rgba(0, 0, 0, 0.8);
	padding:							10px;
}
#agencyFooter {
background-color: #0269b4;
color: #ffffff;
font-size: 15px;
line-height: 1.5em;
padding-top: 30px;
padding-bottom: 2.0em;
border-top: 3px solid #01528B;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 678px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 688px;
}}
#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 */


.agencyFooter_logo {
	width: 						175px;
	height: 					175px;
	border: 					none;
	text-align: 				center;
}
.header-logo {
	width: 						100px;
	height: 					100px;
	border: 					none;
	text-align: 				center;
}
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 #0269b4;
    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 #0269b4;
    margin-bottom: 				5px;
    margin-top: 				5px;
}
.news_title, .news_title a, .news_title a:link, .news_title a:visited, .news_title a:hover, .news_title a:active {
font-size: 20px;
display: block;
text-align: left;
padding-bottom: 10px;
}
.news_date {
font-size: 14px;
font-style: italic;
text-align: left;
display: block;
}
.news_desc {
display: none;
text-align: left;
line-height: 1.5em;
padding-bottom: 15px;
}
.border_none {
border: none;
}
.agency_map {
border: 0px; 
width: 710px;
height: 600px;
margin: 0px;
}
.agency_control {
margin-top: 200px;
color: #fff;
}
.carousel-caption {
right: 0% !important;
left: 0% !important;
padding-bottom: 30px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-indicators {
	position: 							absolute;
	bottom: 							1px;
	left: 								50%;
	z-index: 							15;
	width: 								60%;
	padding-left: 						0;
	margin-left: 						-30%;
	text-align: 						center;
	list-style: 						none;
}
.carousel-indicators li {
	display: 							inline-block;
	width: 								15px;
	height: 							15px;
	margin: 							2px;
	text-indent: 						-999px;
	cursor: 							pointer;
	background-color: 					rgba(255, 255, 255, 0);
	border: 							1px solid #fff;
	border-radius: 						10px;
}
.carousel-indicators .active {
	width: 								18px;
	height: 							18px;
	margin: 							0;
	background-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 #01528B;
line-height: 1.0;
padding-top: 30px !important;
padding-bottom: 15px !important;
background-color: #0269b4;
}
.interior-title-wrapper {
margin-top: -20px;
background-color: #0269b4;
}
.sfmBlue {
color: #0269b4 !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;
}
hr.firedeaths {
    margin-top: -6px;
    margin-bottom: 5px;
    border: 1px solid #0269B2;
}
input[type="hidden" i] {
    display: none;
}}


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

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

/* ============================= Classes ============================= */
.agency_control {
margin-top: 200px;
}}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/* ============================= ELEMENTS ============================= */
#AgencyCarousel .carousel-caption h2 {
	font-family:					'Titillium Web', sans-serif !important;
	color:							#ffffff !important;
	font-size:						50px;
	font-weight:					700;
	display:						inherit;
	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
}
/* ============================= 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 #0269b4;
}
#agencyFooter {
padding-top: 2.0em;
padding-bottom: 2.0em;
height: 261px;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 266px;
}}

/* ============================= Classes ============================= */
.agency_control {
margin-top: 140px;
}}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/* ============================= ELEMENTS ============================= */
#AgencyCarousel .carousel-caption h2 {
	font-family:					'Titillium Web', sans-serif !important;
	color:							#ffffff !important;
	font-size:						40px;
	font-weight:					700;
	display:						inherit;
	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
}
/* ============================= 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 #0269b4;
}
#agencyFooter {
background-color: #0269b4;
color: #ffffff;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-top: 3px solid #01528B;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 248px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 248px;
}}

/* ============================= Classes ============================= */
.agency_control {
margin-top: 160px;
}}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/* ============================= ELEMENTS ============================= */
#AgencyCarousel .carousel-caption h2 {
	font-family:					'Titillium Web', sans-serif !important;
	color:							#ffffff !important;
	font-size:						45px;
	font-weight:					700;
	display:						inherit;
	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
}
/* ============================= 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 #0269b4;
}
#agencyFooter {
background-color: #0269b4;
color: #ffffff;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-top: 3px solid #01528B;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 248px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 248px;
}}

/* ============================= Classes ============================= */
.agency_control {
margin-top: 200px;
}}

/* ============================= CUSTOM MEDIA QUERIES ============================= */
/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		min-height:						400px;		/* Set slide height here */
		max-width:						100%;
    	object-fit:						cover;
    	overflow: 						hidden; 
}}

/* Conditional Styles for IE Edge */
_:-ms-lang(x), _:-webkit-full-screen, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 							auto;
	min-width: 							100%;
	min-height: 						100%; 
}

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