/*
 * Globals
 */
html {
  position: relative;
  min-height: 100%;
}


body {
  /* Margin bottom by footer height; MUST be the same as the equivalent inline styling on the 'header.html' snippet */
  margin-bottom: 300px;

}


/*
 * Footer
 */

.footer {
	position: absolute;
	margin-top:0;
  bottom: 0;
  width: 100%;
  color: #F0F0F0;
  /* Set the fixed height of the footer here */
  /*height: 270px; */
  /*height: 325px; */
  /*height: 380px; 
  height: 325px;*/
  /*background-color: #002147;*/
  background-color: #031b4e;
  /*background-color:#00aced;*/
  font-size: 16px;
  padding-left:20px;
  padding-top:25px;
  padding-bottom:20px;
  padding-right:10px;
}

.footer p {
  margin-bottom: 13px;
}

.footer p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer h3 {
  margin-top:29px;
  margin-bottom: 27px;
}

.footer a {
color: #ffffff;
text-decoration: none;
}  



.footer_2 {
   position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  
  padding: 30px 0;
  color: #999;
  text-align: center;
  /* background-color: #ffffff;
  background-color: #eee; 
  background-color: #eeeff4;*/
  background-color: #ffffff;
  border-top: 1px solid #e8e6e6;;
  font-size: 15px;
}


.footer_2 p:last-child {
  margin-bottom: 0;
}


.form-section {
  border: 1px solid #e5e5e5;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Class ui-disabled ------------------------------------------------ */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	cursor: default !important;
	pointer-events: none;
}
/* End of ui-disabled ------------------------------------------------ */

.overlimit{color: red;}





.homeDiv {
padding: 0;
margin: 0;
background-color: #ffffff;
}
	
	
	
img {
max-width: 100%; /* This rule is very important, please do not ignore this! */
}


.dont-break-out {	
overflow-wrap: break-word;
word-wrap: break-word;
}