.esriCTHomeIcon {
    float: left;
    height: 70px;
    margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.esriCTMenuTab {
    background: none repeat scroll 0 0 #007ac2;
    border-bottom: 1px solid #007ac2;
	width: 100%;
    float: left;
    line-height: 38px;
    z-index: 12;
	background:#fff;
    background-repeat: no-repeat;
    filter: none;
    border: 1px solid rgba(0, 0, 0, 0.6);

	color: #007ac2;
}

.esriCTMenuTabLeft {
    font-size: 22px;
    padding: 5px 0 5px 15px;
    text-shadow: 0px 0px 1px #aaaaaa;
    white-space: nowrap;
    color: #007ac2;
}

.icon{
	width:70%;
	 text-align: center;
	padding:8px;
	max-width: 120px;
	
}
.top{ color: #000;}
.align >p{text-align: left;
 margin-left: 10px;
 margin-right: 10px;}
 

.navbar-right {
    float: right !important;
    margin-right: 0px;
}
 
.navbar-default .navbar-nav>li>a {
    color: #007ac2;
	 font-size: 18px;
	  
	
}

.navbar {
    background:#fff;
    background-repeat: no-repeat;
    filter: none;
       margin-bottom: 0px;
      border-bottom-width: 0px;
	color: #007ac2;

}
.title{    
    margin-left: 10px;
    margin-top: 10px;
      margin-bottom: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}
.subtitle{    
    margin-left: 40px;
    font-size: 18px;
    margin-bottom: 15px;
	 color: #777;
	}
.note{ color: #777;

	background:#fff;
	padding-left: 20px;
	padding-bottom: 10px;
	
	}

@media all and (max-width: 5000px) { /* screen size until 5000px */
body {
	font-family: Arial;
    background-image: url("../images/Background.jpg");
 
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    color: #000;
	overflow-x: hidden;
	} 
	 h3{color:#000;
	 font-size: 16pt;}
.align{
text-align: center;
background:#fff;
background-clip: content-box;
height: 370px;
 border-radius: 30px;
 color: #000;
 padding-bottom: 15px;
 padding-top: 15px;
 padding-left: 20px;
 padding-right: 20px;
	}    
	
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
 .align{
text-align: center;
background:#fff;
background-clip: content-box;

 border-radius: 30px;
 color: #000;
 padding-bottom: 15px;
 padding-top: 15px;
 padding-left: 20px;
 padding-right: 20px;
	}

}
@media all and (max-width: 500px) { /* screen size until 500px */
  .align{
text-align: center;
background:#fff;
background-clip: content-box;
height: 400px;
 border-radius: 30px;
 color: #000;
 padding-bottom: 15px;
 padding-top: 15px;
 padding-left: 20px;
 padding-right: 20px;
	}

    } 
	
	
ul { 
    display: block;
    list-style-type: disc;
	text-align: left;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
} 

.button_large{
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: solid 1px #808080;
	background: #197dc9;
	text-align: center;
	text-decoration: none;
	font: 16px/100% "Segoe UI","Helvetica Neue","Droid Sans",Helvetica,Arial,sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFFFFF;
	margin-bottom: 5px;
}
.button_large:hover {
	background:#3399FF;
	underline: none;
	color: #FFFFFF;
}
.button_large:active {
	position: relative;
	top: 1px;
}

.button_medium{
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: solid 1px #808080;
	background: #c0c1c4;
	text-align: center;
	text-decoration: none;
	font: 12px/100% "Segoe UI","Helvetica Neue","Droid Sans",Helvetica,Arial,sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #000000;
	margin-bottom: 5px;
}
.button_medium:hover {
	background:#3399FF;
	underline: none;
	color: #FFFFFF;
}
.button_medium:active {
	position: relative;
	top: 1px;
}