

.search-list-text {
    height: 28px;
    width: 285px;
    color: #444444;
    font-family: Roboto;
    font-size: 20px;
    /*font-weight: bold;
    padding: 21px 0px 21px 15px;*/
}

.permit-search-list-mobile {
    height: 150px;
    width: 870px;
    margin: 60px auto;
    /*position: relative;*/
}

.cta-welcome {
font-family: 'ProximaNova-Bold', sans-serif;
font-size: 68px;
color: #FFFFFF;
letter-spacing: 4px;
line-height: 96px;
text-shadow: 4px 4px 1px rgba(0,0,0,0.40);
font-style: normal !important;
text-transform: uppercase;
}
.cta-subtitle {
font-family: 'ProximaNova-Semibold', 'Lato', sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 3px;
line-height: 31px;
text-shadow: 0 2px 1px rgba(0,0,0,0.60);
text-transform: uppercase;
}
#hero-cta h1 {
padding-top: 50px;
}
#hero-cta .scroll-down {
    margin: 0 !important;
}
#hero-cta {
    padding: 0 !important;
position: relative;
}
#hero {
    height: 300px;
}
.hero-cta-position {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
width: 100%;}



.cards {
  height: 690px;
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}


.card {
  height: 330px;
  width: 370px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.card-title {
  height: 32px;
  width: 340px;
  color: #0166CE;
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding: 0px 0px 10px 0px;
}

.auto-repair-img {
  height: 198px;
  width: 369px;
  opacity: 0.8;
  border-radius: 3px 3px 0 0;
}


.card-desc {
  height: 48px;
  width: 340px;
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
}

.permits-list {
  height: 200px;
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
}

.components-lists-icon-with-tex {
  height: 70px;
  width: 370px;
  margin-right:30px;
  margin-bottom: 60px;
}


.components-lists-icon-with-tex:nth-child(3n) {
    margin-right:0px;
}

.components-card-3-col {
  margin-bottom: 30px;
  height: 330px;  
  width: 370px;
  border: 1px solid #CCCCCC;  
  border-radius: 3px;
}

.concession-img {
  height: 70px;
  width: 70px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
}

.title-text {
  height: 28px;
  width: 285px;
  color: #444444;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  padding: 21px 0px 21px 15px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
}
.containers {
    width: 370px;
    /* border-style: solid; */
    padding: 15px 15px 27px 15px;
    height: 132px;
}

.container {
  /*text-align: center;*/
}

.category-wrapper {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 15px;
}

.category-icon {
    vertical-align: middle;
}


.category-title {
    margin: 0 10px 10px 10px;
    vertical-align: middle;
}

md-tabs.md-default-theme md-tabs-wrapper, md-tabs md-tabs-wrapper {  
  width: auto;
  margin: 0 auto;
  max-width: 870px;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #0166CE;
    background: #0166CE;
}


md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: #000000;
}


.components-card-3-col {
    margin-right:30px;
}
.components-card-3-col:nth-child(3n) {
    margin-right:0px;
}

.lookup {
  height: 42px;
  width: 870px;
  margin: 60px auto;
  position: relative;
}

.lookup input {
  height: 42px;
  width: 870px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
  text-indent: 40px;
}

.lookup .fa-search { 
    position: absolute;
    top: 5px;
    left: 7px;
    height: 24px;
    width: 24px;
    padding: 9px 0px 9px 15px;
}

.lookup input[type=text] {
  /*height: 19px;
  width: 100px;*/
  color: #999999;
  font-family: Lato;
  font-size: 16px;
  line-height: 19px;
}










/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

 
    #hero-cta .code-compliance {	
    	height: 37px;	
    	width: 254px;	
    	color: #FFFFFF;	
    	font-size: 28px;	
    	font-weight: bold;	
    	line-height: 37px;	
    	text-align: center;
    }

	md-tabs.md-default-theme md-tabs-wrapper, md-tabs md-tabs-wrapper {
	    width: 300px;
	}

	.permits-list {
    display: inline;
	}

	.lookup input {
	height: 42px;
	width: 100%;
	}

	.lookup {
    margin: 30px 20px;
    width: 90%;
	}

	.cards {
    display: inline;
    width: 300px;
	}

	md-content {
    display: inline;
	}

	.components-card-3-col {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: auto;
	}

	.components-lists-icon-with-tex {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: auto;
	}

	.md-padding {
    padding: 0px;
	}

	.containers {
    width: auto;
    height: auto;
	}
 }



#dept-pic::before {
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.4;
    position: absolute;
}
#dept-pic {
    background-image: url("/departments/codecompliance/PublishingImages/defaultbanner2.jpg");
    width: 100%;
    height: 285px;
    background-position: center;
    opacity: 1;
    background-attachment: scroll;
    background-size: cover;
    background-color: #000000;
    background-repeat: no-repeat;
    position: relative;
}




#hero-cta .dept-welcome {
    font-family: 'Roboto';
    font-size: 34px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 15px;
    font-style: normal !important;
    
    /*letter-spacing: 4px;
    line-height: 96px;
    text-shadow: 4px 4px 1px rgba(0,0,0,0.40);*/
    
}


.hero-cta-position #SearchBox {
  float: none;
  padding-bottom: 100px;
}



#about p {
    font-size: 20px;
    font-family: 'Roboto';
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 60px 0;
}


/*Footer Links*/
.left{
text-align:left;
float:left;
width: 33.3%;
}
.right{
float:left;
text-align:right;
width: 33.3%;
}
.centered{
text-align:center;
width: 33.3%;
float:left;
}

#footer{
	background: #444;
	color: #fff;
	padding: 0;
	position: relative;
    /* Quick Fix so the Sec Footer sits on top of the Global Footer */
	top: 47px;
}
#footer .container::before {
    content: '';
    background-image: url('/government/citysecretary/PublishingImages/City-of-Dallas-Seal.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}
#footer .container {
    position: relative;
    padding: 25px 0;
}

#footer p{
	font-size: 16px;
	text-align: left;
}

#footer #footer-title{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 1px;
}




.footer-container {
    padding: 35px 100px 31px 140px;
    height: 273px;
}

.right img{
    opacity: 0.1;
    margin-top: -35px;
}

#ft-contact #deptContact{
	margin: 0px;
}


#ft-contact #deptContact ul li{
	text-align: left;
	list-style-type: none;
	margin-top: -15px;
}

#ft-contact #deptContact ul{
	padding: 0px;
}

#ft-contact #deptContact h3{
	border-style: none;
	display: none;

}

#ft-contact #deptContact span.phone {
    display: block;
}

#ft-contact #deptContact span{
	border-style: none;
	display: none;
}

#ft-about a, a:hover, a:visited{
    /*color: white;*/
}



#ft-contact #deptContact a, a:hover, a:visited{
    /*color: white;*/
}

#hero-cta .dept-scroll-down {
    background: url(/government/citysecretary/PublishingImages/scroll-down-arrow.png);
    width: 45px;
    height: 40px;
    display: inline-block;
    opacity: 0.8;
}
#hero-cta {
    background: transparent !important;
}

/* Lookup */
#SearchBox .ms-srch-sbLarge {
	border-radius: 20px;
	border: 1px solid transparent;
	padding: 0 15px;
}

.hero-banner {  height: 285px;  width: 1440px;}


.department-of {
    height: 40px;
    width: 208px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 34px;
    font-style: italic;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.code-compliance {
    height: 74px;
    width: 507px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 56px;
    line-height: 74px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);  
    text-transform: uppercase;

}




/* Responsive Elements */

/* Custom, iPhone Retina */ 
@media screen and (min-width : 320px) {

  .dept-welcome img {
    max-width: 100%;
  }

  .hero-cta-position {
    position: absolute;
    width: 90%;
    padding: 70px 32px;
  }

  .department-of {  
  height: 28px; 
  width: 111px;
  }

}

/* Extra Small Devices, Phones */ 
@media screen and (min-width : 480px) {
  .auto-repair-img {
   height: 170px; 
   /*width: 280px;*/
  }

/*
  .cards {
    width: 720px;
    height: auto;
  }
*/

}


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

 .title-text {
  height: 28px;
  width: 260px;
  font-size: 20px;
  line-height: 28px;
}

  .permits-list { 
    height: 330px;  
    width: 720px;
  }

  .components-lists-icon-with-tex {
    height: 70px;
    width: 345px;
    margin-right: 0px;
  }

  .lookup input {
    max-height: 42px;
    max-width: 720px;
  }

  .cards {  
    height: 340px;  
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .card-desc {
  height: 24px;
  width: 405.5px;
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
}

  .containers {
      width: 270px;
  }

  .components-card-3-col {  height: 340px;  width: 280px;}

  .card { height: 340px;  width: 280px; border: 1px solid #CCCCCC;  border-radius: 3px;}

 /*.card {  height: 340px;  width: 280px; border: 1px solid #CCCCCC;  border-radius: 3px;}
  
.components-card-3-col {  height: 340px;  width: 280px;}*/
}


/* Medium Devices, Desktops */
@media screen and (min-width : 992px) {
  .containers {
    width: auto;
  }
  
}