/*
Theme Name: Delaware Department of Agriculture (DDA)
Theme URI: https://agriculture.delaware.gov
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: http://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Delaware Department of Agriculture (DDA).
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_DDA_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 2017  */
/*  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
    {
        position: relative;

        min-height: 100%;

        -webkit-font-smoothing: antialiased !important;
    }
    body
    {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;

        width: 100%;
        min-height: 100%;
        padding-bottom: 980px;

        -webkit-font-smoothing: antialiased !important;
    }
    /* ============================= ID's ============================= */

    /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
    /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
    #menu-dda-main-navigation
    {
        z-index: 999;
    }
    .affix #menu-dda-main-navigation
    {
        position: absolute !important;
    }
    #menu-line
    {
        position: absolute;
        top: 0;
        left: 0;

        height: 3px;

        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;

        background: #2d548e;
    }
	#main_header h1 {
		font-family: 'Merriweather', serif; !important;
		font-size: 40px;
		font-weight: 900;
		margin-top: 10px;
		color: #2d548e !important;
	}
	#main_content h1 {
		font-family: 'Merriweather', serif; !important;
		font-size: 36px;
		font-weight: 900;
		margin-top: 10px;
		color: #2d548e !important;
	}
	#main_header h2, #main_content h2 {
        font-family: 'Open Sans', serif;
        font-size: 30px;
        font-weight: 900;

        margin-top: 0px;

        color: #be881e !important;
    }
	#leftCol h2, #sidebar h2 {
        font-family: 'Open Sans', serif;
        font-size: 22px;

        margin-top: 0px;

        color: #2d548e !important;
    }
    #main_content h3
    {
        font-family: 'Open Sans', serif; !important;
		font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
        color: #953917 !important;
    }

    #main_content h4
    {
        font-family: 'Open Sans', serif !important;
        font-size: 22px;
        font-weight: 300;

        margin-top: 0;

        color: #222 !important;
    }
    #main_content h5
    {
		font-family: 'Merriweather', serif; !important;
		font-size: 20px;
		font-weight: 700;

		color: #5b80a0 !important;
    }
    #main_content h6
    {
		font-family: 'Open Sans', serif; !important;
		font-style: italic;
		font-size: 20px;
		font-weight: 700;

		color: #5d5d5d !important;
    }
    #main_content a,
    #main_content a:link,
    #main_content a:active,
    #main_content a:visited
    {
        font-weight: bold;

        text-decoration: none;

        color: #3a7441;
    }
    #main_content a:hover
    {
        font-weight: bold;

        text-decoration: underline;

        color: #5b80a0;
    }
    #main_content ul,
    #main_content ol
    {
        font-size: .9em;
        line-height: 2.1em;

        margin-top: 1.0em;
        margin-bottom: 1.0em;
    }
    #loading1
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #loading2
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
	#headerThin
    {
        position: relative;

        width: 100%;
        height: 65px;

        background-color: #42854a;
    }
    #heroHeader {
        height: 480px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        position: relative;
        padding-top: 30px;
        border-bottom: 8px solid #e2ad47;
    }
    #caption-box {
    	background-color: #fff;
    	
    	border: 2px solid #fff;
    	border-top-right-radius: 25px;
    	
    	padding: 20px;
    	width: 90%;
    }
    #caption-box h2 {
		font-family: 'Open Sans', serif;
        font-size: 30px;
        font-weight: 900;

        color: #2d548e !important;
    }
	#ddaTopics {
		font-family: 'Open Sans', serif;
		font-weight: 900;
        font-size: 22px;
		width: 100%;
		height: 70px;
		padding: 20px;
		background-color: #fff;
		border: 1px solid #2d548e;
	}
	#infoTopics {
		background-color: #2d548e;
		
		border-top: 8px solid #e2ad47;
		border-bottom: 8px solid #e2ad47;
		
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#infoTopics h2 {
		color: #fff !important;
	}
	#infoTopics h3 {
		width: 65%;


		text-transform: uppercase;
		font-size: 20px;
		
		color: #fff !important;
		background-color: #5b80a0 !important;
		padding: 15px;
		
		margin-bottom: 20px !important;
	}
	#infoTopics p {
		color: #fff;
	}
	#infoTopics a,
    #infoTopics a:link,
    #infoTopics a:active,
    #infoTopics a:visited
    {
        font-weight: bold;

        text-decoration: none;

        color: #fff;
    }
    #infoTopics a:hover
    {
        font-weight: bold;

        text-decoration: underline;

        color: #fff;
    }
    #news-section {
    	
    	padding-top: 50px;
		padding-bottom: 50px;
		
		margin-bottom: 0px;
    }
	#headerImage {
        height: 150px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        margin-top: -22px;
    }
    #headerImage h1
    {
        font-family: 'Merriweather', serif !important;
        font-size: 49px;
        font-weight: 900;

        padding: 20px;
        
        margin-top: 225px;
		
		background-color: rgba(0, 0, 0, .65);
        color: #fff !important;
    }
#clf_nav {
	background-color: 			#ffffff !important;
}
#clf_nav .sub-menu {
	margin-top: 				20px;
}
#clf_nav .nav > li > a:hover,
#clf_nav .nav > li > a:focus {
	text-decoration: 			none;
	background-color: 			#ffffff !important;
}
#clf_nav .nav > li > a {
    display:					block;
    padding: 					10px 5px !important;
    position: 					relative;
}
#clf_nav .nav .open > a,
#clf_nav .nav .open > a:hover,
#clf_nav .nav .open > a:focus {
	background-color: 			#6f1807 !important;
	border-color: 				#428bca;
}
#clf_nav .nav .open > a .caret,
#clf_nav .nav .open > a:hover .caret,
#clf_nav .nav .open > a:focus .caret {
	border-top-color: 			#2a6496;
	border-bottom-color: 		#2a6496;
}
#clf_nav .nav-pills-clf {
	background-color: 			#ffffff;
}
#clf_nav .nav-pills-clf > li > a {
	color:						#03528b;
}
#clf_nav .nav-pills-clf > li.active > a,
#clf_nav .nav-pills-clf > li.active > a:hover,
#clf_nav .nav-pills-clf > li.active > a:focus {
	color: 						#03528b;
	background-color: 			#428bca;
}
#clf_nav .nav-pills-clf > li.active > a .caret,
#clf_nav .nav-pills-clf > li.active > a:hover .caret,
#clf_nav .nav-pills-clf > li.active > a:focus .caret {
	border-top-color: 			#ffffff;
	border-bottom-color: 		#ffffff;
}
/* Interior Menu Styling */
#menu-agland-left-menu ul.sub-menu li,
#menu-agriculture-compliance-left-menu ul.sub-menu li,
#menu-agriculture-history-left-menu ul.sub-menu li,
#menu-comm-marketing-left-menu ul.sub-menu li,
#menu-desbf-left-menu ul.sub-menu li,
#menu-food-products-left-menu ul.sub-menu li,
#menu-forest-service-left-menu ul.sub-menu li,
#menu-harness-racing-left-menu ul.sub-menu li,
#menu-nutrient-management-left-menu ul.sub-menu li,
#menu-pesticides-left-menu ul.sub-menu li,
#menu-office-of-the-secretary-left-menu ul.sub-menu li,
#menu-plant-industries-left-menu ul.sub-menu li,
#menu-poultry-animal-health-left-menu ul.sub-menu li,
#menu-thoroughbred-racing-left-menu ul.sub-menu li,
#menu-weights-measures-left-menu ul.sub-menu li
{
    margin-left: -50px;
}

#menu-agland-left-menu li,
#menu-agriculture-compliance-left-menu li,
#menu-agriculture-history-left-menu li,
#menu-comm-marketing-left-menu li,
#menu-desbf-left-menu li,
#menu-food-products-left-menu li,
#menu-forest-service-left-menu li,
#menu-harness-racing-left-menu li,
#menu-nutrient-management-left-menu li,
#menu-pesticides-left-menu li,
#menu-office-of-the-secretary-left-menu li,
#menu-plant-industries-left-menu li,
#menu-poultry-animal-health-left-menu li,
#menu-thoroughbred-racing-left-menu li,
#menu-weights-measures-left-menu li
{
    margin-bottom: 20px;
    margin-left: -40px;

    list-style-type: none;
}

#menu-agland-left-menu a,
#menu-agriculture-compliance-left-menu a,
#menu-agriculture-history-left-menu a,
#menu-comm-marketing-left-menu a,
#menu-desbf-left-menu a,
#menu-food-products-left-menu a,
#menu-forest-service-left-menu a,
#menu-harness-racing-left-menu a,
#menu-nutrient-management-left-menu a,
#menu-pesticides-left-menu a,
#menu-office-of-the-secretary-left-menu a,
#menu-plant-industries-left-menu a,
#menu-poultry-animal-health-left-menu a,
#menu-thoroughbred-racing-left-menu a,
#menu-weights-measures-left-menu a
{
    font-size: 18px;

    text-decoration: none !important;
}

#menu-agland-left-menu .sub-menu a,
#menu-agriculture-compliance-left-menu .sub-menu a,
#menu-agriculture-history-left-menu .sub-menu a,
#menu-comm-marketing-left-menu .sub-menu a,
#menu-desbf-left-menu .sub-menu a,
#menu-food-products-left-menu .sub-menu a,
#menu-forest-service-left-menu .sub-menu a,
#menu-harness-racing-left-menu .sub-menu a,
#menu-nutrient-management-left-menu .sub-menu a,
#menu-pesticides-left-menu .sub-menu a,
#menu-office-of-the-secretary-left-menu .sub-menu a,
#menu-plant-industries-left-menu .sub-menu a,
#menu-poultry-animal-health-left-menu .sub-menu a,
#menu-thoroughbred-racing-left-menu .sub-menu a,
#menu-weights-measures-left-menu .sub-menu a
{
    font-size: 14px;

    display: table-row;

    text-decoration: none !important;
}

#menu-agland-left-menu .sub-menu a::before,
#menu-agriculture-compliance-left-menu .sub-menu a::before,
#menu-agriculture-history-left-menu .sub-menu a::before,
#menu-comm-marketing-left-menu .sub-menu a::before,
#menu-desbf-left-menu .sub-menu a::before,
#menu-food-products-left-menu .sub-menu a::before,
#menu-forest-service-left-menu .sub-menu a::before,
#menu-harness-racing-left-menu .sub-menu a::before,
#menu-nutrient-management-left-menu .sub-menu a::before,
#menu-pesticides-left-menu .sub-menu a::before,
#menu-office-of-the-secretary-left-menu .sub-menu a::before,
#menu-plant-industries-left-menu .sub-menu a::before,
#menu-poultry-animal-health-left-menu .sub-menu a::before,
#menu-thoroughbred-racing-left-menu .sub-menu a::before,
#menu-weights-measures-left-menu .sub-menu a::before
{
    display: table-cell;

    padding-right: 25px;

    content: '';
}
/* End Interior Menu */
#public-meetings a, 
#public-meetings a:link, 
#public-meetings a:active, 
#public-meetings a:visited {
color: #003666;
text-decoration: none;
font-weight: bold;
}
#public-meetings a:hover {
color: #ccc;
text-decoration: none;
font-weight: bold;
}
#agencyFooter {
font-size: 15px;
line-height: 1.5em;
position: absolute;
z-index: 1029;
bottom: 0;
width: 100%;
height: 1214px;
padding-top: 30px;
padding-bottom: 2.0em;
color: #fff;
border-bottom: 10px solid #245194;
background-color: #21436f;
}
@-moz-document url-prefix() {
#agencyFooter {
height: 1228px;
}}
#agencyFooter a, #agencyFooter a:link, #agencyFooter a:active, #agencyFooter a:visited {
text-decoration: none;
color: #fff;
}
#agencyFooter a:hover {
text-decoration: underline;
color: #fff;
}
#agencyFooter h2 {
font-family: 'Merriweather', serif;
font-weight: 900;
color: #e2ad47 !important;
margin-top:	-5px;
margin-bottom: -10px;
font-size: 20px;
}
#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-right: auto;
        margin-left: auto;
    }
    .wp-caption
    {
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;

        text-align: center;

        border: 1px solid #f0f0f0;
        background: #fff;
    }
    .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
    {
        width: auto;
        max-width: 98.5%;
        height: auto;
        margin: 0;
        padding: 0;

        border: 0 none;
    }
    .wp-caption p.wp-caption-text
    {
        font-size: 11px;
        line-height: 17px;

        margin: 0;
        padding: 0 4px 5px;
    }
    .screen-reader-text
    {
        position: absolute !important;

        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);

        width: 1px;
        height: 1px;
    }
    .screen-reader-text:focus
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;
        line-height: normal;

        z-index: 100000; /* Above WP toolbar */
        top: 5px;
        left: 5px;

        display: block;
        clip: auto !important;

        width: auto;
        height: auto;
        padding: 15px 23px 14px;

        text-decoration: none;

        color: #21759b;
        border-radius: 3px;
        background-color: #f1f1f1;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    }
    img.alignright
    {
        float: right;

        margin: 0 0 1em 1em;
    }
    img.alignleft
    {
        float: left;

        margin: 0 1em 1em 0;
    }
    img.aligncenter
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    .alignright
    {
        float: right;
    }
    .alignleft
    {
        float: left;
    }
    .aligncenter
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    /* End WP Core Classes */

.text-white {
	color: #fff !important;
}
.jsCSSClass {
	padding-top: 25px;
}
.meetingItem {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: auto;
	min-height: 75px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-xs {
  padding-left: inherit;
  padding-right: inherit;
}
.business-about {
	font-size: 24px;
	text-align: center;
}
ul.meeting-container > li {
  list-style-type: none;
}
.meeting-container {
  text-align: center;
  padding:0px;
}
span.meeting-title {
  font-family: 'Merriweather', sans-serif;
  font-size: 25px;
  font-weight: 900;
  color: #953917;
}
span.meeting-agency {
  display:none;
}
span.meeting-date {
  font-style: italic !important;
  color: #673b19;
  font-weight: bold;
  font-size: 17px;
}
span.meeting-time {
  font-style: italic !important;
  color: #673b19;
  font-weight: bold;
  font-size: 17px;
}
span.meeting-end {
  font-style: italic !important;
  color: #673b19;
  font-weight: bold;
  font-size: 17px;
}
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: #42854a;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #42854a;
  border-radius: 30px;
  padding: 15px 35px;
}
a.info-link:hover, a.map-link:hover {
  color: #fff !important;
  background-color: #5b80a0;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #5b80a0;
  border-radius: 30px;
  padding: 15px 35px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #5b616b;
border-radius: 0;
box-sizing: border-box;
color: #222;
display: block;
font-size: 1.7rem;
height: 4.5rem;
line-height: 1.3;
margin: 0.2em 0;
outline: none;
padding: 1rem 0.7em;
max-width: 100%;
background-color: #ffffff;
background-image: url(img/arrow-down.png);
background-image: url(img/arrow-down.svg);
background-position: right 1.3rem center;
background-repeat: no-repeat;
background-size: 1.3rem;
}
.topics {
display: none;
}
.mainTitle {
font-family: 'Merriweather', serif;
font-size: 20px;
font-weight: 400;
line-height: 1.0;

text-align: center;

color: #fff;
}
.btn-hero {
font-size: 18px !important;

padding: 12px 50px !important;

color: #fff;
background-color: #3a7441;
border: 1px solid #3a7441;
border-radius: 10px;
}
.btn-hero:hover {
color: #fff;
background-color: #5b80a0;
border: 1px solid #3a7441;
border-radius: 10px;
}
span.bolded {
font-weight: 900;
}
.home-icons {
float: left;
margin-right: 10px;
margin-top: -18px;
vertical-align: middle;
}
.news_date {
font-size: 14px;
font-style: italic;
text-align: left;
display: block;
color: #222;
}
.news_title, .news_title a, .news_title a:link, .news_title a:visited, .news_title a:hover, .news_title a:active {
font-size: 18px;
display: block;
text-align: left;
padding-bottom: 10px;
}
.news_desc {
display: none;
}
.agencyFooter_logo {
width: 150px;
height: 150px;
text-align: center;
border: none;
}
hr.clf {
margin-top: 10px;
margin-bottom: 20px;
border: 2px solid #e9eae5;
border-image: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
}
hr.info {
margin-top: -5px;
margin-bottom: 20px;
border: 2px solid #5b80a0;
border-image: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
}
.section-home-icons {
float: left;
margin-right: 20px;
margin-top: -6px;
}
.float-left {
float: left;
margin-right: 20px;
}
.links-box {
padding: 25px;
background: #f2f2f0;
border: 2px solid #ebebe8;
}
.sectionmenu_panel {
	background-color:			#fff;
	border-color:				#ddd;
}
.sectionmenu_panel .panel-heading {
	background-color: 			#2d548e;
    border-color: 				#ddd;
    color: 						#fff;
}
.sectionmenu_panel .panel-title a:link, .sectionmenu_panel .panel-title a:focus, .sectionmenu_panel .panel-title a:visited {
    -webkit-transition: 		all 0.5s ease-in-out;
	-moz-transition:			all 0.5s ease-in-out;
	-o-transition:  			all 0.5s ease-in-out;
	transition:  				all 0.5s ease-in-out;
	font-size:					22px;
	text-decoration: 			none;
}
.sectionmenu_panel .panel-title a:hover {
	text-decoration: 			none;
	color: 						#e2ad47;
	font-size:					22px;
	text-decoration: 			none;
}
.toplevel {
padding-bottom: 12px;
}
    .small-top
    {
        font-size: 18px;
    }
    .interiorTitle
    {
        font-family: 'Merriweather', serif;;
        font-size: 18px;
        line-height: 1.3;

        padding-top: 15px !important;
        padding-bottom: 15px !important;

        color: #fff;
        background-color:#42854a;
    }
    .interior-title-wrapper
    {
        margin-top: 0;

        background-color: #fff;
    }
    .jumbo
    {
        font-size: 45px;
        font-weight: 900;
    }
.noshow {
display: none;
}
}

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

/* ============================= ID's ============================= */
    #headerImage {
        height: 200px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        margin-top: -22px;
    }
/* ============================= Classes ============================= */
}

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

/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#main_header h1 {
font-family: 'Merriweather', serif; !important;
font-size: 30px;
font-weight: 900;
margin-top: 10px;
color: #2d548e !important;
}
#caption-box {
width: 38%;
}
#headerImage {
height: 400px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -22px;
}
#infoTopics h3 {
width: 100%;
}
#news-section {
margin-bottom: -40px;
}
#agencyFooter {
height: 492px;
padding-top: 2.0em;
padding-bottom: 2.0em;
}
@-moz-document url-prefix() {
#agencyFooter {
height: 498px;
}}

/* ============================= Classes ============================= */
.mainTitle {
font-size: 25px;
}
.small-top {
font-size: 35px;
}

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

/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#main_header h1 {
font-family: 'Merriweather', serif; !important;
font-size: 30px;
font-weight: 900;
margin-top: 10px;
color: #2d548e !important;
}
#caption-box {
width: 30%;
}
#headerImage {
height: 450px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -22px;
}
#infoTopics h3 {
width: 75%;
}
#news-section {
margin-bottom: -50px;
}
#agencyFooter {
font-size: 15px;
line-height: 1.5em;
position: absolute;
z-index: 1029;
bottom: 0;
width: 100%;
height: 426px;
padding-top: 2.0em;
padding-bottom: 2.0em;
color: #fff;
border-bottom: 10px solid #245194;
}
@-moz-document url-prefix() {
#agencyFooter {
height: 432px;
}}

/* ============================= Classes ============================= */
.mainTitle {
font-size: 25px;
}
.small-top {
font-size: 35px;
}}

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

/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#menu-agland-left-menu a,
#menu-agriculture-compliance-left-menu a,
#menu-agriculture-history-left-menu a,
#menu-comm-marketing-left-menu a,
#menu-desbf-left-menu a,
#menu-food-products-left-menu a,
#menu-forest-service-left-menu a,
#menu-harness-racing-left-menu a,
#menu-nutrient-management-left-menu a,
#menu-pesticides-left-menu a,
#menu-office-of-the-secretary-left-menu a,
#menu-plant-industries-left-menu a,
#menu-poultry-animal-health-left-menu a,
#menu-thoroughbred-racing-left-menu a,
#menu-weights-measures-left-menu a
    {
        font-size: 22px;

        text-decoration: none !important;
    }
#menu-agland-left-menu .sub-menu a,
#menu-agriculture-compliance-left-menu .sub-menu a,
#menu-agriculture-history-left-menu .sub-menu a,
#menu-comm-marketing-left-menu .sub-menu a,
#menu-desbf-left-menu .sub-menu a,
#menu-food-products-left-menu .sub-menu a,
#menu-forest-service-left-menu .sub-menu a,
#menu-harness-racing-left-menu .sub-menu a,
#menu-nutrient-management-left-menu .sub-menu a,
#menu-pesticides-left-menu .sub-menu a,
#menu-office-of-the-secretary-left-menu .sub-menu a,
#menu-plant-industries-left-menu .sub-menu a,
#menu-poultry-animal-health-left-menu .sub-menu a,
#menu-thoroughbred-racing-left-menu .sub-menu a,
#menu-weights-measures-left-menu .sub-menu a
    {
        font-size: 16px;

        display: table-row;

        text-decoration: none !important;
    }
#main_header h1 {
font-family: 'Merriweather', serif; !important;
font-size: 40px;
font-weight: 900;
margin-top: 10px;
color: #2d548e !important;
}
#caption-box {
width: 30%;
}
#headerImage {
height: 450px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -22px;
}
#infoTopics h3 {
width: 60%;
}
#news-section {
margin-bottom: -50px;
}
#agencyFooter {
font-size: 15px;
line-height: 1.5em;
position: absolute;
z-index: 1029;
bottom: 0;
width: 100%;
height: 426px;
padding-top: 2.0em;
padding-bottom: 2.0em;
color: #fff;
border-bottom: 10px solid #245194;
background-color: #2d548e;
}
@-moz-document url-prefix() {
#agencyFooter {
height: 432px;
}}

/* ============================= Classes ============================= */
.mainTitle {
font-size: 25px;
}
.small-top {
font-size: 40px;
}}}

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

@media (max-width: 874px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -44px;
        margin-left: 60px;

        opacity: 1;
        color: #2d548e;
    }
}
@media (min-width: 875px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -44px;
        margin-left: 60px;

        opacity: 0;
        color: #2d548e;
    }
}
@media (min-width: 1100px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #2d548e;
    }
}
@media (min-width: 1300px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #2d548e;
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/* ============================= END CUSTOM MEDIA QUERIES ============================= */

#WeightsMeasuresTransactionComplaint select{
width:100%;
}


/*Readspeaker style*/
.rspkr_dr_link{
  margin-right: 20px !important;
}

/* Bootstrap overrides for accessibility */
.label-success {
background-color: #477C41;
}