@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

button#chatMissiButton {
    display: none !important;
}

iframe#iframe1 {
    height: 500px;
}
.opacity {
    padding: 0 !important;
    padding-top: 10px !important;
}
/*Styles for award logo*/
img.awardGovX{
    position:absolute;
    right:46%;
    bottom:27px;
    width:200px;
    z-index:5;
}

a.noTack.is-active {
    color: #ff5242;
    font-weight: 500;
}
.fronticons{
  /* text-align: center;*/
    text-align: left;
}
.fronticons h2{
   /* text-align: center;*/
    text-align: left;
    font-size: 18px !important;
    font-family: 'Source sans pro';
}

.fronticons h2 a{
    font-family: 'Source sans pro';
    color: #41c0bf; 
    font-weight: 900;
    /*background-color: #F6F6F6;*/
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-decoration: none;
}
p.views-field.views-field-field-owl-description {
    font-family: 'Source sans pro';
    color: #000;
   /* background-color: #F6F6F6; */
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.72);
    display: block;
    margin-top: -25px;
    height: 80px;
}
p.views-field.views-field-field-owl-description a{
	text-decoration: none;
    color: black;
}
/*General Styles*******************************************/
body,html{
	display:block;
	height:100%;
	clear:both;
}
label {
    font-family: 'Source sans pro' !important;
}
div.status{
	text-align:center;
	position:relative;
	z-index:102;
}

div.clear{
	clear:both;

}

.active{
	display:block;
}

.inactive{
	display:none;
}


footer{
	background-color:#000;
	color:#fff;
	padding:0px 30px;
	/*padding-left:150px; */
	
}

footer p{
	margin:0;
	padding: 0px 0px;
}

a:hover{
	text-decoration:none;
}

body{
	font-size:16px!important;
	font-family: 'Montserrat', serif!important;
	font-weight:100;
}

h1{ 
	font-family: 'Montserrat', serif;
	font-size:2em;
	color:#000;
 }

h2{
	font-family: 'Montserrat', serif;
	font-size:1.5em;
	color:#000;
}

/*tool bar */ 
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 2px;
}
.bar1.color, .bar2.color, .bar3.color {
  background-color: black;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.hamburger {
    width: 50px;
    position: relative;
    z-index: 200; 
}

h3.headerText {
    margin-left: 50px;
    margin-top: -35px;
    color: white;
    width: 100px;
}
a h3.headerText{
	width: 100px;
	font-family: 'montserrat',Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.bar4, .bar5 {
  width: 22px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar4 {
  -webkit-transform: rotate(-60deg) translate(1px, 5px);
  transform: rotate(-45deg) translate(1px, 5px);
}
.change .bar5 {
  -webkit-transform: rotate(45deg) translate(-1px, -8px);
  transform: rotate(45deg) translate(-1px, -8px);
}

 .bar4 {
  -webkit-transform: rotate(-90deg) translate(-9px, 6px);
  transform: rotate(-90deg) translate(-9px, 6px);
}

 .bar5 {
  -webkit-transform: rotate(0deg) translate(6px, -1px);
  transform: rotate(0deg) translate(6px, -1px);
}
i.fa.fa-search {
    float: right;
    margin-top: -43px;
    margin-right: 50px;
    position: relative;
    /*z-index: 200; */
    color: white;
    font-size: 20px;
}
.plusDiv {
  margin-top: 30px;
}
.plusSign {
    float: right;
    margin-top: -49px;
    position: relative;
   /* z-index: 200; */
    transition: .1s;
}
.plusSign.change {
    margin-top: -44px;
    transition: .1s;
}
.searchDiv {
    position: absolute;
    margin-top: -60px;
    right: -1600px;
    transition: right 0.5s;
}

.searchDiv.open{
    right: 130px;
    position: absolute;
    margin-top: -60px;
}
li.siteLink {
    transform: translateX(1000%);
    transition: transform 0.3s, opacity 1s;
    opacity: 0;
    cursor: pointer;
}
.showup {
  opacity: 1 !important;
  transform: translateX(0%) !important;
}

/*main */
div.rightContainer{
	width:100%; 
    padding:0px 50px 50px 50px;
	float:right;
	display:block;
	min-height:1080px;
}	

div.leftContainer{
	width:10%;
	padding:50px;
	float:left;
	display:block;
}

div.mainContentWrapper{
	display:block;
	min-height:calc(100vh - 200px);
}

/*Site Guideline Styles*/


.siteBtn{
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	transition: background-color .5s ease;
}

.siteBtn:hover{
	text-decoration:none;
	background-color:#000;
	color:#fff;
}

.siteLink{
	background-color: #FF5242;
    color: white;
    padding: 4px 24px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 8px;
}

/*.siteLink:hover{
	text-decoration:none;
	background-color:#41c0bf;
	color:#fff;
}*/
li.siteLink.myms {
    border-right: none;
    cursor: pointer;
}
section{
	margin-top:32px;
	margin-bottom:16px;
	clear:both;
}
div#frontpage {
    height: 250px;
}
div#frontpage li:after{
	content: url("/sites/default/files/default_images/Black.png");
	float: right;
    padding-right: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.changeArrow:after {
	content: url("/sites/default/files/inline-images/red-arrow.png") !important;
	float: right;
    padding-right: 20px;
}
/*Menu Styles*******************************************/
div.menuDiv{
	width:100%;
	background-color:#fff;
	display:block;
	position:fixed;
	left:-20000px;
	top:-10px;
	margin-bottom:15px;
	z-index:100;
    /*top: 130px;*/
    transition: left 1s;
    padding-bottom: 15px;
}
div.menuDiv.open{
	left: 0px;
}
.menuDiv ul li a {
    color: black;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}
.menuDiv ul li a {
    color: black;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

.menuDiv ul li a:hover {
    color:#5E5E5E;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}
.menuDiv ul li a:hover {
    color:#5E5E5E;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}
nav#block-msdotgov-main-menu ul{
	margin-left: 50px;
}
nav#block-msdotgov-main-menu li{
    float: left;
    list-style: none;
    padding: 15px;
}

nav#block-msdotgov-main-menu li a{
    display: block;
    text-align: center;
}
div.menuDiv a img{
	width:150px;
	text-align:center;
	display:block;
	margin:0 auto;
	margin-top:0px;
	margin-left: -20px;
}

div.navMenu{
	width:100px;
	display:block;
	position:fixed;
	top:155px;
	height:35px;
	padding: 5px;
	z-index:100;
	left:30px;
}

div.navMenu:hover{
	cursor:pointer;
}

div.navMenu p{
	text-align:center;
	margin:0;
}

div.navMenu span{
	padding-right:10px;
	
}

div.navMenu p img{
	width:25px;
}


/*Tool Menu Styles*****************************/
ul.tools{
	position: fixed;
    right: 0;
    top: 30px;
    width: 75px;
    list-style: none;
    z-index: 101;
    margin-top: 0px;
    padding: 0;	
	/*position: fixed;
    left: 1270px;
    top: 80px;
    width: 75px;
    list-style: none;
    z-index: 101;
    margin-top: 0px; */
}

ul.tools li.Contact {
    width: 100px !important;
}

ul.tools li.Contact a.visi.tooltipstered {
    text-decoration:  none;
    color: #333333;
}


ul.tools li{
	 width: 35px;
    /*height: 35px; */
    margin-bottom: 15px;
    padding: 5px;
    background-color: #fff;
}

ul.tools li:hover{
	cursor:pointer;
}

ul.tools li img{
	width: 30px;
	text-align:center;
}

/*Social Media Icons**************************************************/
div.social{
	display: inline-block;
    width: 50px;
    position: fixed;
    left: 35px;
    bottom: 5px;
    z-index: 50;
     /*display: inline-block;
    width: 85px;
    position: absolute;
    left: 10px;
    bottom: 150px;
    z-index: 50; */
}

div.social ul{
	list-style:none;
	padding:0;
}

div.social ul li{
	
	display:inline-block;
}

div.social ul li svg{

	width:35px;
	margin-bottom:-10px;
}

/*Pop-out Navigation Styles********************/
div.slideNav{
	/*font-weight: 500; */
	height:100%;
	overflow:hidden;
	position:fixed;
	top:0;
	width:200px;
	z-index:50;
	padding:75px 0px 30px 0px;
	transition:0.5s;
}


div.navLogo{
	width:150px;
	margin:0 auto;
	display:block;
}

div.closeSlide{
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top: 155px;
	left: 135px;
	z-index:101;
}

div.closeSlide img{
	width:35px;
}

div.closeSlide img:hover{
	cursor:pointer;
}

div.slideNav nav ul{
	margin:-20px;
	list-style:none;
	text-transform:uppercase;
	margin-top: 75px;
    font-weight: 500;
}

div.slideNav nav ul li{
	line-height:175%;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

div.slideNav nav ul li a{
	color:#000;
	transition: color;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

div.slideNav nav ul li a:hover{
	text-decoration:none;
	color:#5E5E5E;
	font-weight:500;
    font-family: 'Source Sans Pro';
	
}

img.mobileLogo{
		display:none;
	}

/*Banner Styles*********************************/
div.banner{
	display:block;
	width:100%;
	height:350px;
	background-color: #F5F5F5;
	margin-top:100px;
	overflow:hidden;
	padding:30px;
	position:relative;
}



/*Landing Banner Styles*************************/
div.bannerContent{
	width:65%;
	display:inline-block;
	float:left;

}

h1.bannerTitle{
	font-family: 'Montserrat', serif;
	font-size:3.5em;
	letter-spacing:8px;
	margin:0px;
	line-height:1em;
}

div.bannerContent p.bannerP p{
	line-height:20px;
	color:#999;
	margin-bottom:40px;
}

div.banner img.landingBannerImg{
	float:right;
	height: 280px;
	margin-top: 36px;
	
	/* width: 28vw;
	height: 277px;
	margin-top: -132px; */
}

div.bannerContent a{
	position:absolute;
    bottom:30px;
    min-width: 120px;
    font-size: 14px;
    letter-spacing: 0.1px;
	left:32px;
	z-index:49;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	transition: background-color .5s ease;
}


div.bannerContent a:hover{
	background-color:#2A8685;
	text-decoration:none;
}

/*Create ripple effect*/

.ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
  }
  
  .ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
  }
  
  .ripple:active:after {
	transform: scale(0, 0);
	opacity: .3;
	transition: 0s;
  }

  
/*Search Section Styles***************************/

div#block-searchform {
    margin-top: -20px;
}
input#edit-keys {
    width: 700px;
    height: 40px;
    border-bottom: 2px solid #FF5242;
    background-color: #191919;
    border-top: none;
    border-left: none;
    color: white;
    border-right: none;
    outline: none;
	-webkit-appearance: none;
	border-radius: 0; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
input#edit-keys::-webkit-input-placeholder {
	opacity: 1;
}
input#edit-keys--2 {
    width: 700px;
    border-bottom: 2px solid #FF5242;
    background-color: #191919;
    border-top: none;
    border-left: none;
    color: white;
    border-right: none;
    outline: none;
}
input#edit-keys--2::-webkit-input-placeholder {
	opacity: 1;
}
div.searchSection{
	height:64px;
	position:fixed;
	background-color: #191919;
	z-index:50;
	top:0px;
	width:100%;
	padding-right:48px;
    padding-left:48px;
	padding-top:16px;
    /*top: 50px;*/
}
.searchSection a {
  display: -webkit-box;
}
div#edit-actions.form-actions.js-form-wrapper.form-wrapper {
	display:inline-block;
	width:10%;
	float:right;

}

div.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label{
	display:inline-block;
	width:85%;
}

input.searchField{
	width:100%;
	padding: 0px 15px;
	height:42px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;

}

input.searchSubmit{
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	background-color:#41c0bf;
	color:#fff;
	border:none;
	width:100%;
	text-transform:uppercase;
	transition: background-color .5s ease;
    display: none;
}

input.searchSubmit:hover{
	background-color:#000;
	color:#fff;
}

input[type="search"]{
	box-sizing:border-box!important;
	-moz-box-sizing: border-box!important;
}

div.searchBlock{
	width:60%;
	float:left;
}



div.views-exposed-form.contextual-region{
		width:70%;
		float:left;
}

div.js-form-item.form-item.js-form-type-textfield.form-item-term.js-form-item-term.form-no-label{
	display:inline-block;
	width:100%;
	float:left;
}

div.js-form-item.form-item.js-form-type-textfield.form-item-term.js-form-item-term.form-no-label input{
	width: 690px;
    padding: 5px 15px;
    box-sizing: border-box;
    height: 64px;
    margin-right: 15px;
    margin-top: -24px;
    color: white;
    background-color: #191919;
    border: 0px;
    border-bottom: 6px solid #FF5242;
    font-family: 'source sans pro';
    font-size: 22px;
    font-weight: 500;
}

input#edit-submit-site-search {
    display: none;
}

div.mobileSearch{
	display:none;
}


.fronticons {
    margin-bottom: 30px;
}
.fronticons:hover{
      -webkit-box-shadow: 0px 10px 15x 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border-radius: 4px; 
}
.fronticons:hover > p.views-field.views-field-field-owl-description{
 	 border:none;
    transition: all 0.5s ease-in-out;
}
/*Popular Links*****************************************/
section.popular{
	margin-bottom:50px;
}

div.searchLinks ul{
	list-style:none;
	padding-left:0px;
	margin:0px;
}

/*div.searchLinks ul li{
	display:inline-block;
}*/

div.searchLinks ul li.popular{
	position:relative;
}

 ul.popularLinks{
    z-index: 50;
    padding: 15px!important;
    /*height: 200px;
    overflow: auto;*/
    background-color:rgb(22,81,231);
    position:absolute;
    top:42px;
    left:0px;
    width:250px;


   }

  div.searchLinks ul li ul.popularLinks li{
  	display:block;
  	padding-bottom:5px;
  }

  ul.popularLinks li a{
  	color:#fff;
 
  	padding-bottom:5px;
  	tranisition:color ease .5s;
  }

  li.siteLink a{
  	color: white;
  	text-decoration: none;
  	display:inline-block;
  }

/*  li.siteLink a:hover{
  	color:#fff;
  	text-decoration:none;
  }*/

  ul.popularLinks li a:hover{
  	opacity:.8;
  	text-decoration:none;
  	
  }

/*Scrollbar styles***************************************/
/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    /*background-color:#ff5242; *//*
}*/

/*Search Links******************************************/
div.searchLinks{
	height:35px;
	float:right;
    z-index: 100;
    position: relative;
}

div.searchLinks a.siteLink{
	display:inline-block;
	margin-right:15px;
	padding:10px 15px;
}

div.searchLinks a.siteLink:last-child{
	margin-right:0px;
}
/*Feature Section on Home page**************************/

div.featureBx1,div.featureBx2,div.featureBx3{
	width:100%;
	height:250px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}

div.featureBG{
	height:250px;
}

/*img.betaHova{
	position:absolute;
	right:15px;
	bottom:15px;
	width:35px;
	opacity:.8;
}

div.featureBG:hover > img.betaHova{
	display:none;
}*/

div.featureBG div.featureBoxHover{
	opacity:1;
	z-index:2;
	position:relative;
	padding:15px;
	text-align:center;
	background-color:rgba(37, 84, 99, 0.6);
	color:#fff;
	height:100%;
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 1.5s;
	/*top: 78%;*/
    top: 0;
   font-weight: 300;
    font-size: 16px;
}

/*div.featureBG:hover div.featureBoxHover{
	position:relative;
 -webkit-transform: translateY(-78%);
          transform: translateY(-78%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}*/



img.featureImage{
	position:absolute;
	top:0;
	z-index:0;
}

h2.featureTitle{
	font-family:  'montserrat' !important;
	font-weight: 600;
	letter-spacing:.5px;
	color:#fff;
	margin:-5px 0px 22px 0px;
	font-size: 25px; 
}

h2.featureTitleHome{
	font-family:  'montserrat' !important;
	font-weight: 600;
	letter-spacing:.5px;
	color:#fff;
	margin: 8px 0px 22px 0px;
	font-size: 25px;
}
span.featureLink div a{
	background-color:#41c0bf;
	color:#fff;
	padding:10px 15px;
	position:relative;
	bottom:-15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

p.featureP{
    font-size: 18px;
    margin-top: -15px;
    margin-bottom: -15px;
    font-family: 'Source Sans Pro', sans-serif ;
}
p.homefeatureP{
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Source Sans Pro', sans-serif ;
}
/*Popular Services***********************************************/


div.popularServices a{
	text-decoration:none;
}

.sectionTitle{
	text-transform:uppercase;
	background-color:#fff;
	padding-left:15px;
    padding-right: 15px;
	position:relative;
	z-index:2;
	margin:0 auto;
	margin-bottom: 35px;
	color: #000000;	
	font-family: "Montserrat";	
	font-size: 40px;	
	font-weight: 800;	
	letter-spacing: 1px;	
	line-height: 40px;	
	text-align: center;
    display: table;
}
/*#PSheaderLine:after{
    content: "";
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 3px solid #091f2f;
    left: 0;
    right: 0;
    z-index: -1;
}
#QLheaderLine:after{
    content: "";
    position: absolute;
    top: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 3px solid #091f2f;
    left: 0;
    right: 0;
    z-index: -1;
}
#feedheaderLine:after{
    content: "";
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 3px solid #091f2f;
    left: 0;
    right: 0;
    z-index: -1;
} */
/*div.titleLine{
	display:block;
	height:3px;
	background-color:#000;
	position:relative;
	top:-55px;
}*/

div.popularServices span.anchor-wrap{
	position:relative;
	display:block;
	padding:15px;
	margin-bottom:15px;
}

div.popularServices span.wrapBG{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	width:3px;
	-webkit-transition: width 1s;
	background-color:#41c0bf;
	height:50px;
}

div.popularServices span.anchor-wrap:hover span.wrapBG{
	width:100%;
}

div.popularServices span.aText{
	text-decoration:none;
	color:#000;
	position:relative;
	z-index:3;
}

div.popularServices span.anchor-wrap:hover span.aText{
	color:#fff;
}



span.moreBtn a{
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	margin-bottom: 30px;
	position:relative;
	/*z-index:50;
    float:right;*/
	transition: background-color .5s ease;
}

span.moreBtn a:hover{
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

/*OWl Carousel*********************************************************/

div.owl-carousel{
	clear:both;
}

section.owlGoesHoot{
	padding:30px 0px;
	margin-bottom:70px;
}

div.hoot{
	height:200px;
	padding:15px;
	border: 1px solid #000;
	margin: 0px 1px;
	transition: background-color ease .5s;
}

div.hoot:hover{
	background-color:rgb(22,81,231);
}



div.hoot img{
	width:100px!important;
	height:100px;
	margin:0 auto;
}

div.hoot a{
	color:#000;
}

div.hoot a:hover{
	opacity:.8;
	text-decoration:none;

}

div.owl-nav{
	float:right;
	margin-top:30px;
	position:relative;
	top:-15px;
	right:0px;
}

div.owl-prev{
	background-color:#41c0bf;
	color:#fff;
	padding:10px 15px;
	display:inline-block;
	margin-right:15px;
	text-align:center;
	transition: background-color .5s ease;
}


div.owl-next{
	background-color:#41c0bf;
	color:#fff;
	padding:10px 15px;
	display:inline-block;
	text-align:center;
	transition: background-color .5s ease;
}

div.owl-prev:hover, div.owl-next:hover{
	background-color: #2A8685;
	color:#fff;
	text-decoration:none;
}

div.hoot p{
	display:none;
}

div.hoot h2{
	text-align:center;
	line-height:22px;
}

/*Budget Breakdown**************************************************/
div.budget{
	/*background-color:#F5F5F5;*/
	padding:15px;
}
.budget h2 {
	padding-left: 16px;
    background-color: #f0f0f0;
    color: black;
    font-family: "Source sans pro";
    font-size: 24px;
    line-height: 40px;
    padding: 12px 16px 0px;
}
.feedsContent {
	 background-color: #F0F0F0;
    margin-top: -10px;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;;
}
/*div#fbfeed {
    padding-top: 0;
}*/
.eapps-facebook-feed-inner {
    border-radius: 0 !important;
}
.eapps-twitter-feed-inner {
    border-radius: 0 !important;
}
div.budget h1.sectionTitle{
	background-color:#eef6f6;
}

div.pieCont{
	text-align:center;
}

div.budget h2 a{
	color:#000;
}

div.budget h2 a:hover{
	color:#000;
	opacity:.8;
	text-decoration:none;
}

/*Your Mississippi*********************************************/
section.MS{
	padding: 30px 0px 0px 0px;
	/*background-image: url('../images/yourMS.jpg');
	background-attachment:fixed;
	background-size:cover;
	background-position:center top;*/
}


div.msBorder div.row{
	margin-top:-50px;
}

div.msBorder h2{
	font-family:'Montserrat', serif;
	text-transform: uppercase;
	padding:15px;
	position:relative;
	top:-130px;
	
	margin:0 auto;
	text-align:center;
	font-size:3em;
	color:#000;
}

div.msBorder h3{
	font-family:'Montserrat', serif;
	font-size:1.5em;
	color:#000;
	text-align:center;
	margin:0px;

}

div.msBorder div.infoContent{
	background-color:#f5f5f5;
	padding:30px;
	min-height:190px;
	margin-bottom:10px;
}

div.msBorder span{
	font-weight:700;
	margin-top:15px;
	display:inline-block;
}

div.msBorder p{
	color:#000;
	text-align:center;
}

div.msBorder a{
	color:rgb(22,81,231);
}

div.msBorder a:hover{
	text-decoration:none;
	color:#ff5242;
}

/*Elected Officials Styles********************************************/
h2.OfficialTitle{
	margin-bottom:15px!important;

}

p.OfficialBio{
	margin-top:0px;
}

ul.ElectedSocial{
	list-style:none;
	padding-left:0px!important;
	clear:both;
	height:50px;
	margin-bottom:0px;
}

ul.ElectedSocial li:first-child{
	margin-left:-15px;

}


ul.ElectedSocial li{
	float:left;
	padding-left:10px;
}

ul.ElectedSocial img{
	padding-top: 10px;
	width:35px;
}

#block-views-block-elected-officials-block-1 div.views-row{
	padding:30px;
	background-color:#f7f8f9;
	margin-bottom:15px;
}

#block-views-block-elected-officials-block-1 div.views-row:hover{
	box-shadow:0 15px 20px rgba(0,0,0,0.2);
}

span.OfficialWebsite a{
	padding:10px 15px;
	background-color:#41c0bf;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	transition: background-color 1s ease;
}

span.OfficialWebsite a:hover{
	text-decoration:none;
	background-color:#000;
}


/*AGency Listing****************************************/
span.agencyWebsite a{
	padding:10px 15px;
	background-color:#41c0bf;
	color:#fff;
	display:inline-block;
	margin-top:15px;
	transition: background-color 1s ease;
}

span.agencyWebsite a:hover{
	text-decoration:none;
	background-color:#2A8685;
}

p.agencyDesc {
	margin-top:0px;
}

div.agencyListing{
	position:relative;
}

div.agencyListing div.agencyLogo{
	text-align:center;
	position:absolute;
	top:115px;
	right:30px;
	left:30px;
}

div.agencyListing div.agencyLogo img{
	width:175px;
	height:175px;
}

div.agencyListing p.agencyPhone{
	position:absolute;
	top:305px;
}

div.agencyListing p.agencyEmail{
	position:absolute;
	top:330px;
}

form#views-exposed-form-agency-alphabet-page-1{
margin-bottom:50px;
}

form#views-exposed-form-agency-alphabet-page-1 div label{
	padding-right:15px;
}

div.agencyListing div.agencySocial{
	position:absolute;
	top:360px;
}

div.agencyListing span.agencyWebsite{
	position:absolute;
	top:415px;
}

h2.alphTitle{
	display:inline-block;
	padding:5px;
}

div.views-element-container header a{
	margin-bottom:30px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	transition: background-color .5s ease;
}

div.views-element-container header a:hover{
	text-decoration:none;
	background-color:#2A8685;
	color:#fff;
}

div.subFeatureBx.same{
	height: 355px;
}

/*Footer Links***************************/
section.footerLinks ul{
	list-style:none;
	padding-left:0px;
	margin:16px 0px;
	margin-bottom: 16px;
}

section.footerLinks h3{
	font-size: 1.5em;
	font-weight:700;
	font-family:'Montserrat', serif;
	line-height: 32px;
	margin-top: 32px;
	border-bottom:2px solid #fff;
	margin-bottom:0px;
	color:#fff;
}

section.footerLinks ul li{
	padding-bottom:8px;
	line-height:24px;
}

section.footerLinks ul li a{
	color:#fff;
	font-weight:300;
	transition: color .5s ease;
}

section.footerLinks ul li a:hover{
	color:#ff5242;
	text-decoration:none;
}

footer div{
	position:relative;
	z-index:50;
}

/*Sub Page Styles*************************************/
div.subTitle{
	margin-top:75px;
}

div #block-msdotgov-page-title h1{
	font-family: 'Montserrat', serif !important;
    font-weight: bold;
    font-size: 32px; 
    padding-bottom: .8% !important;
    letter-spacing: .1px !important;
	padding-top: 10px !important;
	margin-bottom:10px;
	line-height:64px;
}

/*Technology Page Styles*******************************/

div.tech{
	margin:15px 0px;
}

div.image{
	display:block;
	height:300px;
	width:100%;
	background-color:#000;
}

/*Fast Section Styles on Subpages**************************/
img.aboutMap{
	float:right;
	padding-left:15px;
}

div.fastWrapper{
	display:block;
	margin-bottom:30px;
}

div.fastBox1,div.fastBox2,div.fastBox3{
	width:100%;
	height:200px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}

/*div.jumboFast:hover > img.betaHova{
	display:none;
} */

div.jumboFast{
	display:block;
	height:100%;
	width:100%;
}
div.jumboFast div.featureBoxHover{
	opacity:1;
	z-index:2;
	position:relative;
	padding:15px;
	text-align:center;
	background-color:rgba(37, 84, 99, 0.6);
	color:#fff;
	height:100%;
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 1.5s;
	/*top: 78%;*/
    top: 0;
}

/*div.jumboFast:hover div.featureBoxHover{
	position:relative;
 -webkit-transform: translateY(-78%);
          transform: translateY(-78%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}*/

div.fastLinks{
	padding:15px;
	background-color:#F5F5F5;
	margin-top:30px;	
	border-bottom: 5px solid #ff5242;	
}
div.intFastLinks{
	/* border:1px solid #fff; */
	padding:15px;
	line-height: 30px;
	text-align: left;
	font-family:'Source sans pro' !important;
}

div.fastLinks h1{
	color:black;
	text-align:left;
	/*border-bottom:5px solid #ff5242; */
	padding-bottom:15px;
	margin-top:0px;
	font-family:'Montserrat', serif;
	font-weight: 100;
	font-size:  1.8vw;
}

div.fastLinks a{
	color:black;
	transition:color .5s;
	display:inline-block;
	padding-bottom:5px;
	font-weight: 400;
}

div.fastLinks a:hover{
	color:#ff5242;
	text-decoration:none;
}

a.featureLink{
	background-color: #41c0bf;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    bottom: -15px;
	display:inline-block;
	transition:background-color .5s;
}

a.featureLink:hover{
	background-color:#2A8685;
	text-decoration:none;
	color:#fff;
}

span.featureLink div a{
	transition:background-color .5s ease;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif ;
}

span.featureLink div a:hover{
	text-decoration:none;
	background-color:#2A8685;
}

/*Subpage Sidebar*************************************/

div#block-booknavigation ul{
	list-style:none;
	padding-left:0px;
	margin:0px;

}

div#block-booknavigation ul li{
	margin-bottom:15px;
}

div#block-booknavigation ul li a{
	text-align:center;
	padding:10px;
	background-color:#41c0bf;
	color:#fff;
	display:inline-block;
	width:100%;
	-webkit-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

div#block-booknavigation ul li a:hover{
	text-decoration:none;
	background-color:#000;
	
}



div#block-booknavigation ul ul{
	list-style:none;
	padding-left:20px;
	margin-top:15px;
	border-left:5px solid #000;
}

div#block-booknavigation ul ul li a{
	display:inline-block;
}

#block-msdotgov-content article nav{
	display:none;
}

/*Sub Page Feature Box************************************/
div.subFeatureBx{
padding-top: 10px;
padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background-color: #F5F5F5;
    border-top: 10px solid #19414F;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	font-family:  'Source sans pro' !important;
font-size: 15px !important;
}

div.subFeatureBxFr{
	padding:30px;
	background-color:#f7f8f9;
	border-top:15px solid #000;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}

.min{
	height:280px;
}


div.heightToggle{
	background-color:#f6f7f8;
	position:absolute;
	width:100%;
	right:0px;
	bottom:0px;
	text-align:center;
	padding:5px;
	height:35px;
	display:block;
}

/*div.heightToggle.active:after{
	content:"\f068";
	font-size:15px;
	font-family:FontAwesome;
	color:#000;
}

div.heightToggle.inactive:after{
	content:"\f067";
	font-size:15px;
	font-family:FontAwesome;
	color:#000;
}*/



div.heightToggle:hover{
	cursor:pointer;
}

div.heightToggle img{
	width:35px;
}


div.subFeatureBx ul li{
	padding-bottom:10px;
}

div.subFeatureBx ul li a{
	transition: color .5s;
}

div.subFeatureBx ul li a:hover{
	color:#ff5242;
	text-decoration:none;
}

div.subFeatureBx:hover{
	box-shadow:0 15px 20px rgba(0,0,0,0.2);
}

div.subFeatureBx h2{
	margin:0px;
}

div.subFeatureBxFr h2{
	margin:0px!important;
}

div.subFeatureBx ul{
	padding-left:20px;
}

/*div.fastWrapper div.featureBoxHover{
	opacity:1;
}*/
.IFTTT h1 {
    color: #000000;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
}
.IFTTT p {
    color: #000000;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 27px;
}
.IFTTT .iftttAds {
    height: 66px;
    width: auto;
}
.ifimage2 {
    text-align: center;
}
.iftext3 h1{
    width: 60%;
}    
.iftext1 {
    margin-left: -15px;
    tex
}
.iftext1 h1, .iftext2 h1, .iftext2 p {
    margin-bottom: 40px;
}
.image1 {
    text-align: center;
}

.techpage p {
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 27px;
}
/*Sub Page Section Styles**********************************/
 div.subSection{
 	padding:30px;
 	background-color:white;
 	color:black;
 	margin:15px 0px;
    font-family: 'Source Sans Pro';
 }

 div.subSection h2{
 	color:black;
 }

 div.subSection a{
 	color:#fff;
 	background-color:#41c0bf;
 	padding:10px;
 	display:inline-block;
 	margin-top:15px;

 }

  div.subSection a:hover{
 	opacity:.8;
 }

/*Sub Page Content Styles********************************/
div.subContent{
	margin-bottom:15px;
	padding-bottom:30px;
	border-bottom:1px solid #000;
}

div.subContent h2{
	margin:0px;
}

div.subContent div.right{
	width:40%;
	float:right;
}

div.subContent div.left{
	width:55%;
	float:left;
}

ul.sidebarLinks{
	margin-top:0px;
	padding-left:0px;
}


ul.sidebarLinks li{
	margin-bottom:15px;
	list-style:none;
}

ul.sidebarLinks li a{
	text-align: center;
    padding: 10px;
    background-color: #41c0bf;
    color: #fff;
    display: inline-block;
    width: 100%;
    transition: background-color .5s;
}

ul.sidebarLinks li a:hover{
	background-color:#000;
	text-decoration:none;
}



/*Agency Styles********************************************/
form#views-exposed-form-agency-listings-page-1.views-exposed-form {
	margin-bottom:50px;
	background-color: #F5F5F5;
	padding: 30px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-textfield.form-item-title.js-form-item-title{
	display:inline-block;
	margin-right:30px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-select.form-item-field-agency-category-target-id.js-form-item-field-agency-category-target-id{
	display:none;
}


form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-textfield.form-item-title.js-form-item-title label{
	margin-right:15px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-select.form-item-field-agency-category-target-id.js-form-item-field-agency-category-target-id label{
	margin-right:15px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-textfield.form-item-title.js-form-item-title input{
	padding:10px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div.js-form-item.form-item.js-form-type-select.form-item-field-agency-category-target-id.js-form-item-field-agency-category-target-id select{
	padding:10px;
}

form#views-exposed-form-agency-listings-page-1.views-exposed-form div#edit-actions.form-actions.js-form-wrapper.form-wrapper{
	float:none;
}

span.agencyDetailWeb a{
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	transition: background-color .5s ease;
	margin-bottom:15px;
}

span.agencyDetailWeb a:hover{
	text-decoration:none;
	background-color:#000;
	color:#fff;
}

/*Service Styles************************************************
div.serviceListing{
	height:60px;
}
*/
div.serviceListing label{
	font-weight:700;
	display:block;
}

div.js-form-item.form-item.js-form-type-textfield.form-item-field-agency-affiliation-value.js-form-item-field-agency-affiliation-value{
	display:inline-block;
	/*margin-right:15px;*/
}

div.js-form-item.form-item.js-form-type-select.form-item-field-agency-category-target-id.js-form-item-field-agency-category-target-id{
	display:inline-block;
	margin-right:15px;
}

div.js-form-item.form-item.js-form-type-select.form-item-field-agency-keywords-target-id.js-form-item-field-agency-keywords-target-id{
	display:inline-block;
	margin-right:15px;
}

form#views-exposed-form-service-listings-page-1{
	margin-bottom:50px;
	background-color: #F5F5F5;
	padding: 40px;
}

span.moreBtn div a{
	position:relative;
	z-index:50;
}

span.moreBtn div a:hover{
	position:relative;
	z-index:50;
	background-color:#000;
	text-decoration:none;
	color:#fff;
}


/*SubFeatureBox Styles
div.subFeatureBx{
	max-height:300px;
	overflow:hidden;

}

div.subFeatureBx:hover{
	overflow:auto;
}
*/

/*MobileSocial*/
div.mobileSocial{
	visibility:hidden;
}

div.mobileSocial ul{
	list-style:none;
}

div.mobileSocial ul li{
	float:left;
	padding-right:15px;
	margin-bottom:15px;
}

div.mobileSocial ul li img{
	width:35px;
}


/*Drupal Subscribe*/

a.feed-icon{
	display:none;
}
/*Report Issue Styles*/
#reportIssue a{
  position:fixed;
  right:30px;
  bottom:50px;
  z-index:200;
  background-color:red;
  color:#fff;
  padding:15px;
  text-decoration:none;
}


/*Agencies, Services and Awards
div.agencyListing.subFeatureBx{
	overflow:none;
	max-height:none;

}

div.serviceListing.subFeatureBx{
	overflow:none;
	max-height:none;
	
}

div.awards div.subFeatureBx{
	overflow:none;
	max-height:none;
}
*/

div.agencyListing{
	height:60px;
}

div.agencyListing p{
	margin:5px 0px;
}
/*.agencyListing.subFeatureBox a{
    color: black;
	font-size: 18px;
}*/

.agencyListing.subFeatureBox  h2 {
    margin-top: -10px !important;
}

p.OfficialAddress{
	margin-top:15px;
}

p.OfficialBio{
	margin-top:0px;
    font-weight: 400;
}

span.website a{
	margin:15px 0px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	padding:10px 15px;
	background-color:#41c0bf;
	transition: background-color .5s ease;
}

span.website a:hover{
	text-decoration:none;
	background-color:#000;
	color:#fff;
}

/*Search Form*/
div.views-exposed-form{
	width:70%;
}

/*Award Styles******************************************/
div.awardBox{
	height:475px;
}

/*Plugin Styles********************************************/

/*****myMS*************************************************/
li#toggleTacks span.active{
	display:inline-block;
}

li#toggleTacks span.inactive{
	display:none;
}

div#myMsTarget button#mainMyMsButton{
	display:none!important;
}

div#govSettings button#mainAppButton{
	display:none!important;
}



/*****Budget Charts****************************************/

div.budget canvas{
	margin:0 auto;
}

div#line-legend, div#donut-legend{
	display:none;
}


/*****Bot***************************************************/

/*Typed.js*************************************************/
.typed-cursor{
	opacity: 1;
	font-size:4.5em;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color:#000;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

div#typed-strings p{
	font-size:3.5em;
	letter-spacing:4px;
	font-family:'montserrat', serif;
	color:#000;
	line-height:60px;
	opacity:0;
}

span#typed {
	font-size:4.5em;
	letter-spacing:1px;
	font-family: 'montserrat', serif;
	color:#000;
	line-height:1em;
	font-weight: 900;
	}


/*Agency Alphabetized*/
div.form-item-field-sort-alphabetically-value{
	display:inline-block;
	
}

div.js-form-type-textfield{
	display:inline-block;
	padding-right:0px;
}

form#views-exposed-form-agency-listings-page-2{
	margin-bottom:50px;
}


/*Scroll Reveal Styles****************************/
/*****Ensure elements load hidden before ScrollReveal runs */
  
.fade1{
	visibility:hidden;
}
span.agencyDetailContact p, span.agencyDetailFax, span.agencyDetailEmail, span.agencyDetailEmail a, span.agencyDetailPhone div{
    padding-left: 150px;
}
p.agencyAddress {
    color: #000000;	
    font-family: "Source Sans Pro";	
    font-size: 14px;	
    letter-spacing: 0.1px;	
    line-height: 14px;
}

.spv_close {
	right: 4px;
	top: 4px;
	background: white;
	color: #41C0BF;
	padding: 1px 10px;
	padding-bottom: 2px;
	margin: 16px;
	border-radius: 0;
	font-weight: 900;
	font-size: 26px;
}
/*Book Tree Navigation*************************************/
div.lookAlike{
	text-align:center;
	padding:10px;
	background-color:#000;
	color:#fff;
	display:inline-block;
	width:100%;
	-webkit-transition: background-color 1s ease;
	transition: background-color 1s ease;
	margin-bottom:15px;
}
.iftext2 p {
    margin-left: 70px;
    margin-top: -47px;
}
div.lookAlike p{
	margin:0px;
	display:inline-block;
	padding-right:15px;
}

div.lookAlike.con:after{
	content: "\f078";
	font-size:15px;
	font-family:FontAwesome;
	color:#fff;
}

div.lookAlike.exp:after{
	content: "\f077";
	font-size:15px;
	font-family:FontAwesome;
	color:#fff;
}
div.lookAlike span.active{
	display:inline-block;
}

/*modal styles */
.spv-popup-content {
    width: 566px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
    position: fixed;
    border: none;
    border-radius: 0;
    padding-left: 48px;
    padding-right: 48px;
    top: 15%;
    bottom: 0;
    right: -600px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.spv-popup-content.open{
	right: 2px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2);
}
.spv-popup-wrapper {
    position: inherit;
}

.spv-popup-link.spv_on_click {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 11px;
	background-color:#f5f5f5;
	font-family:  'Source sans pro' !important;
    font-size: 15px !important;
    width: 1100px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    font-weight: 400;
}
.afterArrow {
    display: inherit;
    position: absolute;
    height: 0;
    z-index: 1;
}
.afterArrow a{
	height: 0 !important;
	display: block;
}
.afterArrow img {
    margin-left: 1110px;
    margin-top: -98px;
    background-color: #41C0BF;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}
.afterArrow img:hover{
	background-color: #ff5242 !important;
}

.agencyListing {
    width: 1100px;
}
/*.simple-popup-views-global, h2.OfficialTitle {
	width: 1100px;
}
.changeBG {
    background-color: #ff5242 !important;
}*/
.agencyImage img {
    height: 160px;
	width: auto;
	margin-top: 32px;
    margin-bottom: 16px;
}

.agencyTitle {
	color: #000000;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 16px;
}

.agencyDescription {
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
}
/*.agencyWebsite {
    height: 48px;	
    width: 280px;	
    background-color: #41C0BF;    
    text-align: center;
    padding-top: 10px;
} */
.agencyWebsite {
    position: relative;
    top: 155px;
    overflow: visible;
}
.agencyWebsite a {
    height: 24px;
    width: 243.38px;
    color: #FFFFFF !important;
    font-family: 'Source sans pro';
    font-size: 14px !important;
    font-weight: bold;
    line-height: 16px;
    background-color: #41C0BF;
    padding-left: 25px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-left: -25px;
}
.agencyWebsite a:hover {
    background-color: #ff5242 ;
    text-decoration: none; 
    transition: .5s;
}
.agencyWebsite a:after {
    content: url('/sites/default/files/inline-images/angled-arrow.png');
    width: 37px;
    top: 6px;
    text-align: center;
    position: absolute;
    right: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
}
.agencyPhone, .agencyFax, .agencyContact, .agencyEmail {
   /* color: rgba(0,0,0,0.6);*/
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 16px;
    padding-bottom: 24px;
    color: #000000;
}
.agencyMap iframe {
	width: 100%;
	margin-bottom: 32px;

}
.agencyListing ul.ElectedSocial{
	margin-left: 5px; 
    padding-top: 24px;
}
.agencyListing ul.ElectedSocial img{
	    width: 48px; 
    margin-bottom: 48px;
}
form#views-exposed-form-agency-listings-page-4 label {
    display: block;
    color: #000000;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 22px;
}
.listings header {
    padding-top: 48px;
    padding-bottom: 48px;
    color: #000000;	
    font-family: 'Source sans pro';	
    font-size: 16px;	
    letter-spacing: -0.1px;	
    line-height: 22px;
}
.listings div#edit-actions.form-actions.js-form-wrapper.form-wrapper {
	display:inline-block;
	width: 88px;
	float: none;
    margin-left: -4px;
}
.listings input#edit-title {
    height: 48px;
    width: 500px;
}
.listings input.searchSubmit {
    height: 48px;
}
/*Media Query Styles***************************************/

@media screen and (min-width:767px){
	div#bookNav.inactive{
		display:block;
	}

	div.lookAlike{
		display:none;
	}
}

@media screen and (min-width:900px){
	div.navMenu{
		display:none;
	}

	div.closeSlide{
		display:none;
	}

}


@media screen and (max-width: 1750px) {
	div.msBorder h3{
		font-size:3em;
	}

}

@media screen and (max-width: 1600px) {
	div.searchBlock{
		width:50%;
	}

	div.views-exposed-form.contextual-region{
		width:550px;

	}

	div.msBorder h3{
	
	font-size:3em;
	

}

}

@media screen and (max-width: 1500px) {
	div.fastBox1{
		width:100%;
		margin-top:32px;
		height:200px;
	}

	div.fastBox2{
		padding-left:0px;
		padding-right:15px;
		padding-bottom:0;
		float:left;
		margin:30px 0px;
		width: 104%;
	}

	div.fastBox3{
		padding-left:0px;
		padding-left:15px;
		padding-top:0;
		float:right;
		margin:30px 0px;
		width: 104%;
	}

	div.fastLinks{
		clear:both;

	}
	div.fastLinks h1{
		font-size: 30px;
		width: 100%;
	}
		div.banner img.landingBannerImg {
    float: right;
    height: 280px;
    margin-top: -140px;
}
	
}

@media screen and (max-width:1450px){
	div.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label{
	display:inline-block;
	width:75%;
}

div.views-exposed-form.contextual-region{
		width:450px;
	}

div.msBorder h3{
	font-size:1.75em;
}


}

@media screen and (max-width: 1370px){
	span#typed {
	font-size:4em;
	
	}

	.typed-cursor{
	font-size:3.5em;
}

	li.missi {
    margin-top: 350px !important;
}
div#frontpage{
    height: 300px;
    margin-bottom: 15px;
}
}


@media screen and (max-width: 1360px){
	/*div.slideNav nav ul{
		margin-top:8px;
		padding-left:40px;
} */
	
	div#block-search-form-block{
		width:55%;
	}

	div.menuDiv a img {
    width: 150px;
    /*margin-left: -10px; */
}
div.banner img.landingBannerImg {
    float: right;
    height: 220px;
    width: 30%;
    margin-top:100px;
}
	div#governmentpage {
    height: 357px;
}
	/*.services {
    height: 80px;
}*/
	.js-form-item.form-item.js-form-type-textfield.form-item-field-agency-affiliation-value.js-form-item-field-agency-affiliation-value {
    padding-bottom: 20px;
}

form#views-exposed-form-service-listings-page-1 div#edit-actions {
    margin-right: 70px;
}
	
}

@media screen and (max-width:1350px){
	div.searchBlock{
		width:40%;
	}

	/*div.serviceListing{
	
	height:800px;
} */
	div.fastBox1{
		height:200px;
	}

	span#typed {
	font-size:3.5em;
	line-height:.8em;
	}

.typed-cursor{
	font-size:3.5em;
}

}

@media screen and (max-width:1250px){
	h1.bannerTitle{
		font-size:2.5em;
		letter-spacing:4px;
	}

	

	div.rightContainer{
		padding:0px 30px 50px 50px;
	}

	ul.tools{
		top:0;
	}

	ul.tools li{
		float:left;
	}


/*	div.menuDiv{
		left:15px;
	} */

	div.social{
		left:15px;
		margin-bottom: 15px;
	}

	div.navMenu{
		left:10px;
	}

	div.closeSlide{
		left:115px;
	}

}

@media screen and (max-width:1150px){

	div.popularLinks{
	top:415px;
    left:200px;
    width:350px;
   }

	div.searchBlock{
		width:100%;
		float:none;
	}

	div.searchLinks{
		
		height:60px;
	}

	div.searchSection{
		 /*width:85%; */
		padding-right:60px;
	}

	div.rightContainer{
		/*width:85%;*/
		padding:0px 30px 50px 30px;
	}
div.subTitle {
    font-size: 8px;
}
}

@media screen and (max-width:1015px){
	div.bannerContent{
		width:50%;
	}

	div.bannerContent p{
		display:none;
	}

	a.siteBtn{
		margin-top:30px;
	}

	div.subContent div.right{
	width:100%;
	float:none;
}

div.subContent div.left{
	width:100%;
	float:none;
}

span#typed {
	font-size:2em;
	
	}

.typed-cursor{
	font-size:3em;
}

div.subFeatureBx{
	max-height:none;
	overflow:none;

}

div.subFeatureBx:hover{
	
	overflow:none;

}
div.banner img.landingBannerImg{
	float:right;
	height: 230px;
	margin-top: 88px;
}
li.missi{
    margin-top: 40px !important;
    list-style: none;
    padding-left: 20px;
    color: white;
	width: 100% !important;
	font-size: 13px;
}
	form#views-exposed-form-service-listings-page-1 div#edit-actions {
    margin-right: -3px;
    margin-top: -30px;
}
}
@media screen and (max-width:992px){

	img.betaHova{
		display:none;
	}

	div.infoContent1{
		margin-top:15px;
	}

	div.views-exposed-form.contextual-region{
		width:350px;
	}

	div.featureBoxHover{
		opacity:1;
	}
		
	div.fastBox2{
		padding:0px;
		width:100%;
		height:300px;

	}

	div.fastBox3{
		padding:0px;
		width:100%;
		height:300px;
		margin-top:0px;
	}

	/*div.fastBox1{
		margin-top:15px;
	}*/

	img.servicesImage{
		margin-bottom:15px;
	} 

	div.msBorder h3{
		font-size:3em;
	}
	div.banner img.landingBannerImg {
    float: right;
    height: 250px;
    margin-top: 0px;
    width: auto;
}
}

@media screen and (max-width:900px){
	

	div.agencyListing{
		min-height:auto;
	}

	h2.OfficialTitle {
	    font-size: 15px;
        padding-top: 10px;
	}	
    h2.OfficialTitle {
        margin-bottom: 10px;
    }
	.OfficialTitle a{
    font-size: 15px !important;
    line-height: 20px;
    }
	.agencyListing.subFeatureBox  h2 {
    margin-top: -20px !important;
}
	div.serviceImage img{
		width:100%;
		height:100%;
	}

	footer{
		padding-left:30px;
	}

/*	div.searchLinks{
		float:left;
	}*/

	div.mobileSearch{
		display:block;
		position:fixed;
		right:30px;
		top:75px;
		z-index:104;
		width:150px;
	}

	div.mobileSearch p{
		float:right;
		text-transform:uppercase;
	}

	div.searchSection{
		 /*display:none;
		top:115px;
		background-color:#f6f7f8;
		height:auto; */
        padding: 15px 30px;
		width:100%;
		left:0px;
		z-index:60;
	}

	div#block-search-form-block{
		width:100%;
	}

	div.slideNav nav ul{
		margin-top:30px;
		margin-left: 15px;
	}

	div#govNav{
		display:none;
	}


	div.popularLinks{
		top:522px;
		left:30px;
	}

	div.subSpace{
		display:block;
		height:75px;
	}

	div.mobileSocial{
		visibility:visible;
	}

	div.leftContainer{
		width:100%;
		float:none;
	}

	/*div.menuDiv.open{
		left: 75px;
	}*/

	div.menuDiv a img{
		margin:10px;
	}

	div.navMenu{
		border:none;
		top:85px;
		z-index:104;
	}

	ul.tools{
		display:none;
		/*top:20px;
		right:30px;
		left:auto;
		width:105px;
		z-index:104;*/
	}

	ul.tools li{
		float:right;
		margin-right:0px;
		border:none;
	}

	div.social{
		display:none;
	}

	div.social ul li{
		float:left;
		margin-right:15px;
	}

	div.social ul li img{
		width:25px;
	}


	div.rightContainer{
		width:100%;
	}

	div.leftContainer{
		height:120px;
		padding:0px;
		background-color:#fff;
		position:fixed;
		top:0;
		z-index:103;
	}

	div.banner{
		margin-top:100px;
		height: 300px;
	}

	div.slideNav{
		background-color:#fff;
		z-index:105;
	}
	img.mobileLogo{
		display:block;
		width:150px;
		margin:0 auto;
	}

	h1.sectionTitle{
		font-size: 2em;
		width:400px;
	}
	div.slideNav{
		box-shadow:0px 7px 14px 0px rgba(0,0,0,0.32)
	}

	div.closeSlide{
		left:155px;
		top:15px;
	}

	nav#block-msdotgov-main-menu-menu ul{
		margin-top:100px;
	}

	nav#block-msdotgov-main-menu-menu ul li{
		line-height:300%;
	}

	div.popularServices span.wrapBG{
		width:100%;
	}

	div.popularServices span.aText{
		text-align:center;
		color:#fff;
		display:inline-block;
		width:100%;
	}

	img.servicesImage{
		margin-bottom: 15px;
	}

	div.navMenu{
		left:30px;
	}

	

	div#line-legend, div#donut-legend{
	display:block;
	}

	ul.popularLinks{
    height: 200px;
    overflow: auto;
    
   }


}



@media screen and (max-width:750px){
	div.banner img.landingBannerImg{
		width:150px;
		position:absolute;
		bottom:-210px;
		right:45px;
	}

	div.bannerContent{
		padding-top:15px;
	}

	div.subTitle{
		margin-top:30px;
	}

}

@media screen and (max-width:670px){

	form#views-exposed-form-site-search-search{
		width:100%;
	}

	input.searchSubmit{
		width:100%;
	}

	img.landingBannerImg{
		width:150px;
	}

	div.searchLinks a.siteLink{
		margin-right:0px;
		padding:10px 5px;
	}

	div #block-msdotgov-page-title h1{
	font-size:1.5em;	
	line-height:30px;
}

div.views-exposed-form{
	width:100%;
}
	div.slideNav nav ul{
		margin-left: 0px;
	}
	.js-form-item.form-item.js-form-type-textfield.form-item-title.js-form-item-title input#edit-title{
    width: 250px;
}
	div #block-msdotgov-page-title h1{
	font-size:3.5em !important;
		}
}

@media screen and (max-width:560px){
	form#views-exposed-form-service-listings-page-1{
		min-height:215px;
	}

	input#edit-field-agency-affiliation-value{
		margin-bottom:15px;
		width:100%;
	}

	select#edit-field-agency-category-target-id{
		width:100%;
		margin-bottom:15px;
	}

	select#edit-field-agency-keywords-target-id{
		width:100%;
		margin-bottom:5px;
	}

	div.bannerContent{
		width:100%;
	}

	h1.bannerTitle{
		font-size:2em;
	}

	section.MS{
		padding: 0px;
		background-color:#fff;
	}

	div.msBorder h2{
		background-color:#fff;
	}

	img.awardGovX{
    left:30px;
    width:120px;
    bottom:15px;
	}

    div.bannerContent a{
        bottom:80px;
    }
form#views-exposed-form-service-listings-page-1 div#edit-actions {
    margin-right: 6px;
    margin-top: -15px;
}
.js-form-item.form-item.js-form-type-textfield.form-item-field-agency-affiliation-value.js-form-item-field-agency-affiliation-value {
    margin-bottom: -30px;
}
}

@media screen and (max-width:460px){

	div.msBorder h3{
		font-size:1.75em;
	}

	div.agencyLogo img{
		width:100px;
		height:100px;
	}

	div.popularLinks{
	top: 520px;
    width:325px;
   }

	div.views-exposed-form.contextual-region{
		width:100%;
	}

	div.searchLinks a.siteLink{
		display:block;
		width:100%;
		background-color:#41c0bf;
		text-align:center;
		color:#fff;
		margin-bottom:15px;
	}

	div.js-form-item.form-item.js-form-type-textfield.form-item-term.js-form-item-term.form-no-label{
		width:100%;
	}

	a.siteLink{
		border:none;
	}

	a.siteBtn{
		position:relative;
		bottom:-50px;
		
	}

	h1.sectionTitle{
		font-size:30px;
		width:300px;
		top:-20px;
		letter-spacing: 2px;
	}

	div.titleLine{
		top:-50px;
	}

	div.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label{
		width:100%;
		margin-bottom:15px;
	}
	div#edit-actions.form-actions.js-form-wrapper.form-wrapper{
		width:100%;
	}

	h2.featureTitle{
		margin-top:0px;
	}

	div.msBorder h2{
		font-size:24px;
		top: -65px;
		width:auto;
	}

	span#typed {
	font-size:1.75em;
	
	}

	.typed-cursor{
		font-size:1.75em;
	}

	div.banner img.landingBannerImg{
        
        right:-55px;
        bottom:-200px;
    }

input#edit-term{
	margin-bottom:15px;
}

input.searchSubmit{
	margin: 15px 0px;
}

	
}

@media screen and (max-width:390px){

	div.searchLinks li.siteLink{
		padding:5px;
	}

	ul li.siteLink a{
		font-size:14px;
	}
	ul.popularLinks{
		top:30px;
	}

	div #block-msdotgov-page-title h1{
	font-size:1.5em;
	
	line-height:30px;
		}

	div.subTitle{
		margin-top:30px;
	}

	div #block-msdotgov-page-title h1{
		margin-bottom:0px;
	}




	}

@media screen and (max-width:375px){
	

	div.searchLinks li.siteLink{
		padding: 8px;
		height: 48px;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		font-weight: 400;
	}

	.siteLink{
		border-left: 1px solid #41c0bf;
	}

	ul li.siteLink a{
		font-size:18px;
	}

}
/* LaCorie Styles */
 li.popular.siteLink {
    display: none;
} 
/*.searchLinks li.siteLink {
    border-left:  none;
} */
div#block-search-form-block {
    width: 70%;
}
.titleLine {
    padding-bottom: 20px;
}
/*.popularservices .col-sm-6.col-md-3 {
    background-color: #F5F5F5;
	border-right: 15px solid white; 
	 border-top: 5px solid #19414F;
}*/
div#frontservices {
    background-color: #F5F5F5;
    width: 24%;
   /* margin-left:10px; */
    margin-right: 10px;
    margin-bottom: 10px;
    border-top: 5px solid #19414F;
}
span.anchor-wrap {
    border-top: 2px solid darkgrey;
    color: black;
}
h2.blockTitle {
    color:  #19414F;
    text-align:  center;
}
.owl-stage {
    background-color:#F5F5F5;
}
.infoContent.infoContent p strong{
    font-size: 2em;
}
div#block-msdotgov-content h1 {
    font-family: source sans pro;
}
.sectionTitle2{
	font-family: 'Montserrat', serif;
	text-transform:uppercase;
	text-align:center;
	background-color:#F5F5F5;
	padding:1px;
	font-size:3em;
	position:relative;
	z-index:2;
	width:553px;
	margin:0 auto;
	letter-spacing:5px;
	border-bottom: 5px solid #ff5242;
	margin-bottom: 24px;
	display: none;
}

.serviceListing.subFeatureBox a{
    color: black;
    display: block;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Source sans pro' !important;
    font-size: 15px !important;
}
a.serviceLink {
    margin-top: -62px;
    position: relative;
    background-color: #41C0BF;
    float: right;
    margin-right: 0%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

a.serviceLink:hover {
    background-color: #ff5242;
}
.serviceListing.subFeatureBox h2{
        margin-top: -10px !important;
}
li.pager__item {
    float: left;
    list-style: none;
    padding: 3%;
}
form#views-exposed-form-service-listings-page-1 {
    font-weight:G1463
		900;
}

form#views-exposed-form-agency-listings-page-1 {
        font-weight: 900;
}

div.newFeatureBox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #F5F5F5;
    border-bottom: 5px solid #FF5242;
	font-family:  'Source sans pro' !important;
font-size: 15px !important;

}

div.newFeatureBox h2{
    color: #19414F;
    margin-top: 2px;
    text-align:center;
	border-bottom: 1px solid gray;
	font-size: 21px;
	padding-bottom: 5px;
}

div.newFeatureBox1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #F5F5F5;
    border-bottom: 5px solid #FF5242;
	font-family:  'Source sans pro' !important;
    font-size: 15px !important;

}

div.newFeatureBox1 h2{
    color: #19414F;
    /* margin-top: 2px; */
    /* text-align:center; */
    /* border-bottom: 1px solid gray; */
    font-size: 21px;
}
div.newFeatureBox2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #F5F5F5;
    border-bottom: 5px solid #FF5242;
	font-family:  'Source sans pro' !important;
    font-size: 15px !important;

}
div.newFeatureBox2 h2{
    color: #19414F;
    margin-top: 2px;
    text-align:center;
    /* border-bottom: 1px solid gray; */
    font-size: 21px;
    padding-bottom: 5px;
}
div.newFeatureBox li{
   padding-bottom: 20px;
}

div.newFeatureBox a{
  color: black;
}

div#governmentpage ul{
    height: 200px;
}
div#trendLinks {
    min-height: 440px;
}
div#trendLinks p {
    color:  black;
    margin-top: 10px;
    margin-bottom: 20px;
}
div#trendLinks a {
    color:  black;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;
}
ul.trendList {
    list-style: none;
    margin-left: -30px;
    line-height: 32px;
    padding-left: 32px;
}

ul.trendList li {
    margin-bottom: 15px;
}
div#trendLinks a:hover {
    color: #ff5242;
}
ul.trendList li:after {
	content: url("/sites/default/files/default_images/Black.png");
	float: right;
    padding-right: 5px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
/*.agencyListing.subFeatureBox{
	padding-top: 20px;
    padding-left: 11px;
	background-color:#f5f5f5;
	margin-bottom:15px;
	position:relative;
	font-family:  'Source sans pro' !important;
    font-size: 15px !important;
    width: 60%;
}*/
.serviceListing.subFeatureBox{
	padding-left: 11px;
	background-color:#f5f5f5;
	margin-bottom:20px;
	position:relative;
	font-family:  'Source sans pro' !important;
	font-size: 15px !important;
	width: 96.5%;
    
}
/*.serviceListing.subFeatureBox:after {
    content: url(/sites/default/files/inline-images/angled-arrow.png);
    height: 45px;
    width: 38px;
    background-color: #41C0BF;
    top: 0;
    text-align: center;
    position: absolute;
    right: -50px;
    padding-top: 14px;
}
.colorchange:after{
    background-color: #FF5242 !important;
}*/
/*.agencyListing.subFeatureBox:after {
    content: url(/sites/default/files/inline-images/angled-arrow.png);
    height: 56px;
    width: 56px;
    background-color: #41C0BF;
    top: 0;
    text-align: center;
    position: absolute;
    right: -70px;
    padding-top: 20px;
}*/
/*.spv-popup-link.spv_on_click:after {
    content: url(/sites/default/files/inline-images/angled-arrow.png);
    width: 37px;
    background-color: #41C0BF;
    top: 0;
    text-align: center;
    position: absolute;
    right: -44px;
    padding-top: 8px;
    padding-bottom: 2px;
} */

.spv-popup-link.spv_on_click:hover{
		background-color: rgba(245,245,245,0.5);
}
.spv-popup-link.spv_on_click:active{
        background-color: #C2C2C2;
}
.serviceListing.subFeatureBox:hover{
		background-color: rgba(245,245,245,0.5);
}
.serviceListing.subFeatureBox:active{
        background-color: #C2C2C2;
}
div.subFeatureBox h2{
	margin:0px;
}

div.newFeatureBoxFr{
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background-color: #F5F5F5;
    border-bottom: 5px solid #FF5242;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	font-family:  'Source sans pro' !important;
    font-size: 15px !important;
}

li.mainAppTrigger.toolsDiv.siteLink img{
    width: 20px;
}
li.myms img{
    width: 50px !important;
	padding-top: 10px;
}
#background-main {
   /* background-image: url(/sites/default/files/banner/3d-experience.png); */
    background-repeat: no-repeat;
    background-position: 70% 40%;
    background-size: cover;
}

.newFeatureBoxFr h2 {
    font-size: 22px;
	font-family: 'Source sans pro' !important;
}
li.missi {
    display: inline-block;
    width: 25px;
    position: fixed;
    right: 80px;
    bottom: 15px;
    z-index: 100;
}
.agencyListing h2 {
    height: 32px;
    color: #000000;
    font-family: 'Source sans pro';
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}


@media only screen and (min-width: 1600px){
.featureBG {
    background-position-y: -33px !important;
}
}
div#frontservices .blockTitle a{
        color: #19414F;
}

div#frontpage h2{
    font-size: 25px;
	padding-top: 10px;
    text-align: left;
    padding-left: 25px;
}
div#frontpage li{
	list-style: none;
	/*border-top: 2px solid darkgrey; */
	padding-left: 30px;
	margin-left: -45px;
	padding-top:  15px;
	padding-bottom: 15px;
}
div#frontpage a{
	color: black;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 2;
}

div#frontpage h2 a{
	color: black;
    font-family: "Montserrat";
	font-weight: 600;
	letter-spacing: 0.4px;
    font-size: 25px;
}
div#frontpage a:hover{
 color: #ff5242;
}
@media only screen and (max-width: 815px){
div.fastBox1{
		height:300px !important;
	}
		input#edit-submit-service-listings{
	margin-left: 70px !important;
}
	div.featureBoxHover{
	top:0;
}
	div.featureBoxHover:hover{
 -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
	li.missi{
		right: -85%;
	}
}
@media only screen and (max-width: 1450px){
.spv-popup-link.spv_on_click, .agencyListing {
    width: 600px;
}
    .afterArrow img {
    margin-left: 610px !important;
}
}
@media only screen and (max-width: 1100px){

	div#block-search-form-block{
		max-width: 68% !important;
	}
		form#views-exposed-form-service-listings-page-1 div#edit-actions {
	margin-top: 0px;
    margin-right: 70px;
}
    .serviceListing.subFeatureBox{
	width: 94%;
}
.spv-popup-link.spv_on_click, .agencyListing {
    width: 600px;
}
 
}

@media only screen and (max-width: 420px){
#background-main{
	background-image: url("/sites/default/files/default_images/Alexa2017.gif") !important;
	background-position: 215px 143px !important;
}
	li.missi {
    right: -65%;
}
    .serviceListing.subFeatureBox{
	width: 100%;
}
    .agencyListing.subFeatureBox {
    width: 80%;
}
    .spv-popup-content {
    width: 400px;
}
    .agencyListing h2 {
    line-height: 20px;
}
    .spv-popup-link.spv_on_click, .agencyListing {
    width: 355px;
}
    .agencyListing h2, .agencyListing {
        height: auto !important;
    }
    .agencyListing.subFeatureBox h2 {
        margin-top: auto !important;
    }
    .spv-popup-link.spv_on_click:after {
        display: none;
}
    .serviceListing.subFeatureBox:after {
        display:none;
}
    nav#block-msdotgov-main-menu li {
    float: none;
}
   	div.menuDiv{
		top: 64px;
		width: 50%;
        transition: left 0.5s;
	}
	div.menuDiv.open{
		left: 0;
		top: 64px;
		width: 50%;
        position: absolute;
        z-index: 500;
	}
.searchDiv.open {
    top: 136px;
    right: 0;
    width: 100%;
    background-color: #191919;
    margin-top: -73px;
}
.searchDiv{
    top: 136px;
}

div.js-form-item.form-item.js-form-type-textfield.form-item-term.js-form-item-term.form-no-label input {
    width: 350px;
}
      input#edit-keys {
    width: 500px !important;
}
    .afterArrow img {
    display: none !important;
}
    a.serviceLink {
    display: none;
}
    div#block-searchform {
    margin-top: 0;
}
    img.aboutMap {
    width: 300px !important;
        height: auto !important;
}
    .agencyWebsite {
        top: 0;
    }
    .agencyWebsite a {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1024px){
.agencyDetail ul.ElectedSocial{
	margin-left: 150px;
}

span.agencyDetailImg img {
    margin-left: -15px;
    margin-bottom: 25px;
}

span.agencyDetailWeb a{
	margin-left: 150px;
}

}

@media only screen and (max-width: 1025px){

div.js-form-item.form-item.js-form-type-textfield.form-item-term.js-form-item-term.form-no-label input {
    width: 400px;
}
   input#edit-keys {
    width: 500px;
} 
}
@media only screen and (max-width: 768px){

div.featureBG div.featureBoxHover {
    opacity: 1;
    z-index: 2;
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: rgba(37, 84, 99, 0.6);
    color: #fff;
    height: 100%;
    -webkit-transition: opacity 2s;
    transition: opacity 1.5s;
    top: 0%;
}
div.featureBG:hover div.featureBoxHover{
	position:relative;
 -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}
	div.jumboFast div.featureBoxHover{
	opacity:1;
	z-index:2;
	position:relative;
	padding:15px;
	text-align:center;
	background-color:rgba(37, 84, 99, 0.6);
	color:#fff;
	height:100%;
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 1.5s;
	top: 0%;
}

div.jumboFast:hover div.featureBoxHover{
	position:relative;
 -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}
    nav#block-msdotgov-main-menu li {
    float: none;
}
   	div.menuDiv{
		top: 64px;
		width: 30%;
        transition: left 0.5s;
    }

   nav#block-msdotgov-main-menu ul{
	margin-left: 0px;
	padding-left: 0;
}
    input#edit-keys {
    width: 300px;
}
    .spv-popup-link.spv_on_click:after {
    top: 10px;
}
    a.serviceLink {
    margin-top: -70px;
    padding-top: 11px;
    padding-bottom: 14px;
}
}
