.mdgov_preloader {
    text-align: center;
}

.mdgov_preloaderImage {
    margin: 30px auto;
    width: 80px;
}

.mdgov_preloaderImage img {
    width: 80px;
}

.cl_new {
    color: #ffd600;
    margin-right: 5px;    
}

.cl_moreLink {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

.mdgov_dragOver {
    border: 2px dashed #fff !important;
    opacity: 1;
}

.noScroll {
    overflow: hidden;
}

.flip {
    -o-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.hidden {
	display: none;
}

.hidden-accessible {
	position:absolute !important;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}

.cl_floatRight {
	float: right;	
}

.cl_floatLeft {
	float: left;	
}

.cl_responsiveImage {
	max-width: 100%;	
}

.cl_table {
	display: table;
	width: 100%;	
}

.cl_td {
	display: table-cell;
	vertical-align: top;
}

.cl_td:first-child {
	padding-right: 20px;
}

.cl_td:only-child {
	padding-right: 0;
}

.cl_tr {
	clear: both;	
}

.cl_dataItem {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

html.high-contrast .cl_dataItem {
	border-bottom: 1px dotted #333;
}

li.cl_dataItem {
	width: 100%;
}

.cl_dataItem:last-child,
.cl_dataItem.last-child {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

.cl_contentBlock_Padded {
	padding: 20px 20px 20px 0;
}

.mdgov_inner .cl_contentBlock_Padded {
	padding: 0 20px 20px 0;
}

.cl_contentBlock_Padded:last-child {
	padding-bottom: 20px;
}

.cl_contentBlock {
	margin-bottom: 20px;
}

.cl_contentBlock:last-child {
	border-bottom: none;	
}

.rslides {
	position: relative;
	margin: 0 auto 40px;
}
.rslides li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 0 !important;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
}

/* [ TABS - Responsive Enhancement of Bootstrap Button Groups ] */

.cl_subTabs.btn-group-vertical {
	display: block;
}

.cl_subTabs.btn-group-vertical .btn {
	width: auto;
	text-align: left;
}

.rslides_tabs {
    clear: both;
    line-height: 0;
    margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline-block;
	float: none;
	margin-right: 10px;
}
.rslides_tabs a {
	width: auto;
	padding: 5px 10px;
	height: auto;
	background: transparent;
	display: inline-block;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li a {
	background: #999;
	border-radius: 10px !important;
	color: transparent;
	padding: 7px;
	font-size: 0;
}

.rslides_tabs .rslides_here a {
	background: #7C7C7C;
}

/* [ HORIZONTAL NAVIGATION ] */
.cl_base_hNav {
	/* DESIGN */			
	list-style: none;
}

.cl_base_hNav li {
	/* LAYOUT */
	float: left;
	/* DESIGN */			
	list-style: none;
    break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}

.cl_base_hNav li a {
	/* LAYOUT */
	display: block;
	float: left;
}

.cl_base_hNav li:last-child a {
	/* LAYOUT */
	margin-right: 0 !important;
	/* DESIGN */			
	border-right-style: none !important;
	padding-right: 0 !important;
}

/* [ NAVIGATION ] */

.cl_base_vNav  {
	clear: both;
	margin: 0 0 20px 0;
	list-style: none;
    padding: 0;
    line-height: normal !important;
}

.cl_base_vNav li {
	margin-bottom: 10px;
}

.cl_vNav li a {
	clear: both;
	display: block;
	border-radius: 5px;
	background-color: transparent;
	padding: 0;
}

.cl_vNav li a:hover,
.cl_vNav li a:focus,
.cl_vNav li a:active,
.cl_vNav li a.active {
	background-color: #DDD;
	text-decoration: none;
}

.cl_bulletNav {
	margin-left: 20px;
	list-style: outside;
}

.cl_iconNav {
	list-style-type: none !important;
	margin: 0 !important;
}

.cl_iconNav li {
	padding-left: 15px;
	background-image: url(../images/sprites/nav_sprite.png);
	background-position: left -599px;
	background-repeat: no-repeat;
}

html.high-contrast .cl_iconNav li {
	background-position: left -713px;
}

.cl_blockNav li
{
    margin-bottom: 0;
}

.cl_blockNav li a
{
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.cl_blockNavTitle {
    font-weight: 600;
    display: block;
}

.cl_blockNavSubTitle {
    font-weight: 100;
    display: block;
    color: #666;
    font-size: 85%;
}

/* [ SPRITES ] */

.cl_socialNav,
.cl_socialNav_Small {
	margin: 0 0 20px 0;
	list-style: none;
    padding: 0;
}

.cl_socialNav li,
.cl_socialNav_Small li {
	margin-right: 5px;	
}

.cl_socialNav.vertical li,
.cl_socialNav_Small.vertical li {
	margin-right: 0;
	margin-bottom: 5px;
	float: left;
	display: block;
	clear: both;
}

.cl_socialNav li:last-child,
.cl_socialNav li.last-child,
.cl_socialNav_Small li:last-child,
.cl_socialNav_Small li.last-child {
	margin-right: 0;	
}

.cl_socialNav li a {
	width: 32px;
	height: 32px;
	background-image: url(../uploadedimages/social-icons.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: -99999px;
}

.cl_socialNav_Small li a {
	width: 16px;
	height: 16px;
	background-image: url(../images/sprites/social-icons-small2.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: -99999px;
}

.cl_socialNav li.last-child a,
.cl_socialNav_Small li.last-child a {
	margin-right: 0 !important;
}


.cl_socialNav li a.sm-facebook,
.cl_socialNav_Small li a.sm-facebook {
	background-position: left 0px;
}

.cl_socialNav li a.sm-facebook:hover,
.cl_socialNav li a.sm-facebook:focus,
.cl_socialNav li a.sm-facebook:active {
	background-position: right 0px;
}

.cl_socialNav li a.sm-twitter {
	background-position: left -41px;
}

.cl_socialNav li a.sm-twitter:hover,
.cl_socialNav li a.sm-twitter:focus,
.cl_socialNav li a.sm-twitter:active {
	background-position: right -41px;
}

.cl_socialNav li a.sm-googleplus {
	background-position: left -81px;
}

.cl_socialNav li a.sm-googleplus:hover,
.cl_socialNav li a.sm-googleplus:focus,
.cl_socialNav li a.sm-googleplus:active {
	background-position: right -81px;
}

.cl_socialNav li a.sm-flickr {
	background-position: left -241px;
}

.cl_socialNav li a.sm-flickr:hover,
.cl_socialNav li a.sm-flickr:focus,
.cl_socialNav li a.sm-flickr:active {
	background-position: right -241px;
}

.cl_socialNav li a.sm-youtube {
	background-position: left -281px;
}

.cl_socialNav li a.sm-youtube:hover,
.cl_socialNav li a.sm-youtube:focus,
.cl_socialNav li a.sm-youtube:active {
	background-position: right -281px;
}

.cl_socialNav li a.sm-all {
	background-position: left -361px;
}

.cl_socialNav li a.sm-all:hover,
.cl_socialNav li a.sm-all:focus,
.cl_socialNav li a.sm-all:active {
	background-position: right -361px;
}

.cl_socialNav li a.sm-pinterest {
	background-position: left -521px;
}

.cl_socialNav li a.sm-pinterest:hover,
.cl_socialNav li a.sm-pinterest:focus,
.cl_socialNav li a.sm-pinterest:active {
	background-position: right -521px;
}

/* [ Social Menu Small ] */
.cl_socialNav_Small li a.sm-facebook{
	background-position: 0 0;
}

.cl_socialNav_Small li a.sm-facebook:hover {
	background-position: 0 -16px;
}

.cl_socialNav_Small li a.sm-twitter {
	background-position: -16px 0;
}

.cl_socialNav_Small li a.sm-twitter:hover {
	background-position: -16px -16px;
}

.cl_socialNav_Small li a.sm-youtube {
	background-position: -32px 0;
}

.cl_socialNav_Small li a.sm-youtube:hover {
	background-position: -32px -16px;
}

.cl_socialNav_Small li a.sm-googleplus {
	background-position: -48px 0;
}

.cl_socialNav_Small li a:hover.sm-googleplus  {
	background-position: -48px -16px;
}

.cl_socialNav_Small li a.sm-pinterest {
	background-position: -64px 0;
}

.cl_socialNav_Small li a:hover.sm-pinterest  {
	background-position: -64px -16px;
}

.cl_socialNav_Small li a span {
	position: absolute;
	width: 0px;
	height: 0px;
	text-indent: -999999px;
	left: -999999px;
	top: 0;
}

.cl_imageNavList {
	-webkit-column-count: auto !important;
	-webkit-column-gap: auto !importantt;
	-moz-column-count: auto !important;
	-moz-column-gap: auto !important;
	column-count: auto !important;
	column-gap: auto !important;
	margin: 0;
}

.cl_imageNavList li {
	width: 100% !important;
	float: none !important;
}

.cl_imageNavList li:last-child {
	margin: 0;
}

.cl_imageNavList li a {
	display: block;
}

.cl_imageNavList li a img,
.rslides li a img {
	width: 100% !important;
}

.cl_imgShaded {
	border: 5px solid #fff;
	box-shadow: 0 0 10px 0 #666;
	border-radius: 5px;
}

img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.cl_sectionHeading {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;	
}

.cl_sectionHeading p {
	font-style: italic;
}

/* [ Special Dressings ] */

.cl_imageFrame {
	border: 5px solid #fff;
	box-shadow: 0px 0px 8px 0px #CCC;
	box-sizing: border-box;
	border-radius: 5px;
}

/* [ FORM PATTERNS ] */

.fp_formInstructionsTop {
	padding-bottom: 10px;
	margin-bottom: 20px;`
}

.fp_formItem {
	margin-bottom: 10px;
}

.fp_formItem label{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.fp_formItem input,
.fp_formItem textarea,
.fp_formItem select {
	clear:both;
	width: 100%;
	line-height: 40px;
	font-size: 120%;
	border-radius: 5px;
	border: 1px solid #CCC;
	text-indent: 10px;
	box-sizing: border-box;
}

.fp_formItem select {
	padding: 10px 10px 10px 0;
}

.btn.fp_inputBtnOverlay {
    position: absolute;
    top: 0;
    right: 0;
}

input.fp_searchInput {
	font-size: 150%;
	text-indent: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #999;
	outline: none;
	box-sizing: content-box;
	overflow: hidden;
	*height: 25px;
	line-height: 26px;
}

html.high-contrast input.fp_searchInput {
    border: 1px solid #FFEA7B;
    color: #000;
    background-color: #ffd600;
}

a.fp_searchButton {
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 20px;
    height: 48px;
    text-decoration: none !important;
    font-size: 125%;
    color: #fff !important;
    line-height: 240%;
}

.fp_filterButton_Small {
    position: absolute;
    top: 11px;
    right: 74px;
    font-size: 125%;
    color: #999 !important;
}

.fp_searchBoxWrapper {
    position: relative;
}

/* [ List Filter Widget ] */

.cl_twoColList {
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 1px dotted #ccc;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px dotted #ccc;
	column-count: 2;
	column-gap: 40px;
	column-rule: 1px dotted #ccc;
	margin: 0 !important;
}

html.high-contrast .cl_twoColList {
    -webkit-column-rule: 1px dotted #333;
    -moz-column-rule: 1px dotted #333;
    column-rule: 1px dotted #333;
}

.cl_threeColList {
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 1px dotted #ccc;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px dotted #ccc;
	column-count: 3;
	column-gap: 40px;
	column-rule: 1px dotted #ccc;
	margin: 0 !important;
}

.cl_listSearch {
	margin-bottom: 20px;
}

.cl_linkDescription {
	display: block;
	color: #666;
	font-size: 80%;
	margin: 0 10px 10px 0;
}

.cl_colList li {
	list-style: none;
	-webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.cl_colList li a {
	display: block;
}

.cl_colList li a:hover .cl_linkDescription {
	text-decoration: none;
}

/* [ TABLES ] */

.cl_dataTable {
	width: 100%;
}

.cl_dataTable thead {
	background-color: #ccc;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

/* [ Scroller ] */

.iScrollBarH {
	z-index: 100;
	width: 100%;
	height: 2px;
}

.iScrollBarH > div {
	z-index: 100;
	background: #CCC;
	border: 1px solid #CCC;
	background-clip: padding-box;
	box-sizing: border-box;
	border-radius: 2px;
}

.iScrollBarV {
	z-index: 100;
	width: 2px;
}

.iScrollBarV > div {
	z-index: 100;
	background: #CCC;
	border: 1px solid #CCC;
	background-clip: padding-box;
	box-sizing: border-box;
	border-radius: 2px;
}

.cl_countBubble {
    position: relative;
    top: 8px;
    right: 8px;
    background-color: #fff;
    margin-left: 3px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #1c468e;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {

	.cl_vNav li a {
		padding: 10px;
		background-color: #DADADA;
	}
	
	.cl_vNav li a:hover,
	.cl_vNav li a:focus,
	.cl_vNav li a:active,
	.cl_vNav li a.active {
		background-color: transparent;
		text-decoration: underline;
	}
	
	.mdgov_inner .cl_contentBlock_Padded {
	    padding: 0 20px 20px 20px;
    }
    
    .cl_twoColList,
    .cl_threeColList,
    .cl_fourColList,
    .cl_fiveColList,
    .cl_sixColList {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
    }
    
    input.fp_searchInput {
	    font-size: 90%;
    }

}



/* [ Animations ] */

.spin360 
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
}   
 
.spin360:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}