	/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */
/* Styling for Temporary Fix for Carousel Fonts */
.flex-caption span:first-child {
font-size:14px !important;
}
/* End Styling */

/* Styling for Nav Photo Font Size */
.module-typeK ul li a span {
font-size: 16px !important;
}
/* End Styling for Nav Photo Font Size  */

/* Styling for Colors */
.bg-ltblue {
background-color: #ecfdf9;
}

.blue {
color: #075290;
}
/* End Styling for Colors */

/* Styling for Spacing */
.margin-left-zero {
margin-left: 0px;
}
.margin-top-neg20 {
margin-top: -40px;
}
.margin-bottom-zero {
margin-bottom: 0px !important;
}

.padding-bottom-zero {
       padding-bottom: 0px !important;}

.no-padding {
padding: 0px !important;
}

/* End Styling for Spacing */

/* Styling for Nav Buttons */
.module-typeL ul li a div h3 {
line-height: 1.3em !important;
}
.nav-padding-oneline {
padding-bottom: 23px;
}
/* End Styling for Nav Buttons */

/* Styling for Borders */
.nobottomborder {
border-bottom: 0px;
}
.noborder, .no-border {
border-bottom: 0px !important;
border-right: 0px !important;
border-left: 0px !important;
border-top: 0px !important;
}
/* End Styling for Borders */

/* Styling for Headings with Background Color */
.bg-heading {
margin: 0;
border-bottom: 1px #e5e5e5 solid;
padding: 5px 10px;
font-size: 18px !important;
margin-bottom: 10px;
color: #fff;
background: #075290;
}
/* End Styling for Headings with Background Color */

/* Styling for Buttons on Organization Chart Page */
.btn {
text-align: left !important;
}
/* End Styling for Buttons on Organization Chart Page */


/* Styling for Small Image with Text Links - NCCDPHP Overview Page */

.no-wrap-text {
overflow: hidden;
}
.smallFontSize {
line-height: 1.5em;
}
img:hover.imghover {
   opacity: 0.5;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* End Styling for Small Image with Text Links - NCCDPHP Overview Page */

/* Styling for Nav button with image font remove capitalization - Multiple Pages */

#wrapper .module-typeK ul li a span {
text-transform: none !important;
    padding: 8px !important;
}

/* End Styling for Nav button with image font remove capitalization - Multiple Pages */
