﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
body {
    background-image:url('../img/bg_image_3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
        background-size: cover;
	
}
body.noBackground { 
	background-image:none; 
	background-color:#ffffff;
}

.container {	
	background-color: transparent;
	background-image:none;
	}
.headerBgImg {
background-image:url('../img/DoITbanner (2).png');/****CHANGE HEADER BACKGROUND IMAGE HERE*****/
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
background-color:transparent;
}
#mdgov_enterpriseNavigation {
z-index: 10;
width: 100%;
clear: both;
background-color: #000000; /****NAV LIST BACKGROUND COLOR*****/
opacity: 0.9;
}

#mdgov_enterpriseNavigation ul li:last-child a.level0 {
	color:#eaab00;
}

#mdgov_trendsAndAlerts 
{
	height: auto;
	color: #fff;
	box-sizing: border-box;
	z-index: 1001;
	border-radius: 5px;
	overflow: hidden;
	font-size: 90%;
	box-shadow: 0px 0px 5px 0px #000;
	width:auto;	
	background-color:transparent;
	}
.container {
background-color: transparent !important;
}

body #s4-workspace {
background-position: top center;
background-size: 100%;
background-color:transparent;
}
div#header.span12{
	background:transparent;
}
div#headerBackground{
	background:transparent;
}
#mdgov_enterpriseSearch {
		margin: 20px auto 20px;
		padding-bottom:20px;
	}

#mdgov_TopSliverBar {
width: 100%;
z-index: 1000;
min-height: 33px;
background-color: #000;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #2b639e; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
font-size: 80%;
opacity: 0.9;
}
#footer_block {
background-color: #000;
border-top: 4px #2b639e solid; /******FOOTER COLOR CHANGE HERE******/
width: 100%;
color: #fff;
opacity: 0.9;
}
#primary_content_Block {
    float: left;
	opacity: 1;
}
#primary_left_col {
    float: left;
    padding: 0 2px 2px 2px;
    margin-top: 2px;
	opacity: 1;
}
#secondary_content_Block {
    float: left;
	opacity: 1;
}
#secondary_right_col {
    float: left;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
	opacity: 1;
}
#mdgov_mobileNavButton a {
position: absolute;
left: 0;
height: 21px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 2px #000;
text-decoration: none;
background-color: #000000;
text-align: left;
font-size: 165% !important;
width: 100%;
text-indent: 1.5%;
padding: 6px 0;
border-bottom: 4px solid #000;
}
/*Color of dropdown menu items in mobile*/

@media all and (max-width:979px){
#mdgov_enterpriseNavigation nav ul li#current a.level0, #mdgov_enterpriseNavigation nav ul li:hover a.level0, #mdgov_enterpriseNavigation nav ul li a.level0:focus, #mdgov_enterpriseNavigation nav ul li a.level0:active, #mdgov_enterpriseNavigation nav ul li a.active.level0 {
    background-color: #2b639e;
    color: #fff;
}}

@media all and (max-width:767px){
#primary_right_col{
	margin-bottom:20px;
}
}

/********SDLC subsite************************/
/*Back to top link style*/
.ms-rteCustom-BackToTop {
	display: block;
	background: url(../../images/arrowUp.gif) right 2px no-repeat;
	padding: 0px 12px 1px 0px;
	border-bottom: dashed #CCCCCC 1px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	margin: 0px 10px 0px 10px;
}
/***********Gallery of Progress***********/
#gallerywrapper .boxBlank{
	height:2200px;
}

.galleryrow {
	position:relative;
	padding-left:10px;
	padding-bottom:30px;
	clear:both;
	float:left;
	width:100%;			
}

.gallerybox{
	position:relative;
	margin-right:20px;
	float:left;
	overflow:hidden;
	padding-bottom:25px;
	width:200px;
}

.gallerybox p{
	text-align:center;
}

.dColR
{
	display: inline-block;
	float: left;
	/*background-color: darkslategray;*/
	height: 210px;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 20px;
}
@media(max-width:560px)
{
	.dColR
	{
		width: 45%;
		margin-left:5%;
	}
}
@media(max-width:340px)
{
	.dColR
	{
		width: 90%;
		
	}
}

/***********End Gallery of Progress***********/
/****Indent for links in Left Navigation  using Reusable COntent****/

#ReusableNavSection ul{
	padding-left:0.5em;
}

/*
.Nav_leftIndent ul{
	padding-left:0.5em;
}
*/
body.noBackground { 
	background-image:none; 
	background-color:#ffffff;
}

.container {
	background-color: transparent;
	background-image: none;
}

#doit_ExperienceSlider { margin: 0 !important; padding: 0; position:absolute; top: 0; left: 0; z-index: -1000;}

#mdgov_siteBackgrounds li { opacity: 1;}

#mdgov_siteBackgrounds img { position:fixed; top:0;}

.topMargin20 { margin-top:20px; }

ul.rslides_tabs { margin-top:0px; }

.editModePanel { background-color: white; }


h2.catalog {
	
	background-color: rgb(239, 239, 239);
	display:block;	
	}

}

.btn-xlarge {
    padding: 180px 280px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

/*CSS FOR GREENPORT BUTTON */


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*ENDS CSS FOR GREENPORT BUTTON */

/* DROPDOWN BUTTON */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
		  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
	 -moz-background-clip: padding;
		  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}


.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
	 -moz-border-radius: 0 6px 6px 6px;
		  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
	 -moz-border-radius: 5px 5px 5px 0;
		  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
	 -moz-border-radius: 6px 0 6px 6px;
		  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}

.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group {
	position: relative;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}


/* Custom alignment for menu*/
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 172px;
}
.btn-toolbar .btn-group {
	display:block;
	margin-bottom: 5px;
}
.btn-toolbar .btn.fw 
{
	width: 240px;
}
.dropdown-menu {
	top: 0;
	left: 100%;
	margin: 0 2px;
}

.rslideshow h3 {
    font-size:15px !important;
    color:#1c468e;
    display:none;
}







