#container{
	background-color: #fff;
}
.textboxLookupDiv{
	width: 100%;
	text-align: : center;
}
.more_info {
  position: relative;
  display: inline-block;
}

.more_info:hover .info_box {
  display: block;
}

.info_box {
  display: none;
  position: absolute;
  top: -10px;
  left: 150px;
    width: 150px;
    height: auto;  
  
  transform: translateX(-50%);
  background-color: #5a8fc3;
  color: white;
  padding: 10px;
  border-radius: 5px;
  
}
.contact-spacer{
 	padding-bottom: 15px;
 }
.container {
	background-color: white !important;
   }

img{
	image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}


.img-fluid{
	min-width: 275px !important;
	/*max-width: 350px !important;*/
}

.invalid-div{
	background-color: #DEDEDE;
	border: 1px solid red;
}

.label-holder {
	display: inline;
}
.required {
    color: red;
    font-weight: bold;
}

.required-field-end::after {
  content: " *";
  color: red;
  font-weight: bold;
}

#thankyou #img_Hdr_left img{max-width: 100% !important; height: auto;}
#thankyou #img_Hdr_center img{max-width: 100% !important; height: auto;}
#thankyou #img_Hdr_right img{max-width: 100% !important; height: auto;}


.section-header{
	font-size: 1.1em;
	width: 100%;
	margin: 5% 0% 2% 0%;
	padding: 0% 1% 1% 1%;
	vertical-align: middle;
	text-align: left;	
	/*background-color: yellow;*/
}

.section_footer{
width: 100%;
margin-top: 3%;
text-align: center;
}

#thankyou .panel_main{
margin: 0% 10% 0% 10%;

}

#thankyou .thankyou_confirm {
font-size: 1em; 
width: 100%; 
max-width: 800px;
vertical-align: top; 
text-align: left;  
margin: 0% auto;
padding: 5%;

 }

.panel_question {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 1.2em;
  display: block;
}

.panel_answer{
	padding: 0% 5% 5% 8%;
	/*height: 35px;*/
	
}
/*****************************************/
/****   NEWFORM CLASSES        ***********/
/*****************************************/

.cbl-padding input[type=radio] {
	margin-right: 15px !important;
}

.rbl-padding input[type=radio] {
	margin-right: 10px !important;
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

.info_box {
    left: 200px;
  width: 250px;
  height: auto;
}


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

.img-fluid {
    min-width: 300px !important;
	max-width: 500px !important;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.img-fluid {
    min-width: 300px !important;
	max-width: 500px !important;
}
}

/*****************************************/
/****   BEGIN GENERAL SHARED   ***********/
/*****************************************/
