body.CQrte {
  color: #666;
  font-family: Arial;
}
.CQrte *,
.CQrte *:before,
.CQrte *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.CQrte a {
 /* text-decoration: none;*/
}
.CQrte h1,
.CQrte .h1,
.CQrte h2,
.CQrte .h2 {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
.CQrte h3,
.CQrte .h3,
.CQrte h4,
.CQrte .h4,
.CQrte h5,
.CQrte .h5 {
  font-family: Arial;
  font-weight: Bold;
  font-style: normal;
}
.CQrte h1,
.CQrte .h1 {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.1;
  margin: 20px 0;
  text-align: left;
  background-color: #5EB0E5;
  height: 150px;
  vertical-align: middle;
  padding: 45px 16px 30px;
}
.CQrte h2,
.CQrte .h2 {
  color: #000000;
  line-height: 1.1;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}
.CQrte h3,
.CQrte .h3 {
  color: #000000;
  font-size: 26px;
  line-height: 1.1;
  margin: 30px 0 20px;
}
.CQrte h4,
.CQrte .h4 {
  color: #000000;
  line-height: 1.1;
  font-size: 26px;
  margin: 20px 0;
}
.CQrte h5,
.CQrte .h5 {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  margin: 20px 0;
}
.CQrte h6,
.CQrte .h6 {
  font-family: Arial;
  font-weight: Bold;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  margin: 35px 0 25px;
}
.CQrte .gray-bkg {
  background: #eff2f4;
  padding: 20px;
  margin-top: -20px;
}
.CQrte .btn {
  font-family: Arial;
  font-weight: Bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* defect 143492*/
 /* -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;*/
   -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px; 
  text-align: center;
  clear: both;
/*  min-height: 42px;-Commented for IE8 Fix By Ramesh*/
  line-height: 14px;
  outline: none;

  display: inline-block;
    margin: 15px 0;
    padding: 14px 35px;
    width: auto;
    height: 42px;
}
.CQrte ul, .CQrte ol {
    font-family: Arial;
    font-style: Bold;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 10px;
}
.CQrte ul li, .CQrte ol li {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin: 10px 0;

}
.CQrte .btn:before,
.CQrte .btn:after {
  content: " ";
  display: table;
}
.CQrte .btn:after {
  clear: both;
}
.CQrte .btn.primary {
  font-family: Arial;
  font-weight: Bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #626b00;
  background: #c3d600;
}
.CQrte .btn.primary:hover {
  outline: none;
  background: #c4d600;
  background: -moz-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c4d600), color-stop(100%, #b6c600));
  background: -webkit-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -o-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -ms-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: linear-gradient(to bottom, #c4d600 0%, #b6c600 100%);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  /* defect 143492*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /* -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px; */
}
.CQrte .btn.primary:active,
.CQrte .btn.primary:focus {
  outline: none;
  background: #b6c600;
  background: -moz-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b6c600), color-stop(100%, #c4d600));
  background: -webkit-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -o-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -ms-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: linear-gradient(to bottom, #b6c600 0%, #c4d600 100%);
  -webkit-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
}
.CQrte .btn.standard {
  background-color: #0073A8;
}
.CQrte .btn.standard.disabled {
  color: #a6daf2;
}
.CQrte .btn.standard:hover {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #0073A8;
  background: -moz-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0073A8), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0073A8 0%, #1684ba 100%);
}
.CQrte .btn.standard:active,
.CQrte .btn.standard:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0073A8;
  background: -moz-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0073A8), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0073A8 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0073A8 0%, #1684ba 100%);
}
.CQrte .btn.secondary {
  background-color: #0f3852;
}
.CQrte .btn.secondary:hover {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.CQrte .btn.secondary:active,
.CQrte .btn.secondary:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.CQrte .btn.fpl-disabled {
  outline: none;
  opacity: .3;
  filter: alpha(opacity=30);
}
.CQrte .float-right{
    float: right !important;
    padding-left: 10px;
    padding-bottom: 10px;
}
.CQrte .float-left
{
    float: left !important;
    padding-right: 10px; 
    padding-bottom: 10px;
}
@media (max-width: 767px){ 
	.CQrte img { 
            display:block;
		max-width: 100%; 
            height:auto;

	}  
	.CQrte .padded-text{
		padding: 20px;
		font-size: 16px;
	}
	.CQrte .disc-padded-text{
		padding: 20px;
		font-size: 14px;
	}
	
} 
@media (max-width: 767px){ 
	.CQrte h4, .CQrte .h4,.CQrte h3, .CQrte .h3{ 
		font-size: 20px; 
		margin-top: 20px; 
	} 
} 
@media (max-width: 1023px) and (min-width: 768px){ 
	.CQrte h4, .CQrte .h4{ 
		font-size: 22px; 
		margin-top: 10px; 
	}
	
	.CQrte .padded-text{
		padding: 20px;
		font-size: 16px;
	}
	
	.CQrte .disc-padded-text{
		padding: 20px;
		font-size: 14px;
	}
	
	
} 
@media (max-width: 1023px) and (min-width: 768px){ 
	.CQrte h3, .CQrte .h3{ 
		margin: 20px 0 10px; 
	}
}
.CQrte ul{
    list-style-type: disc;
}
@media (max-width: 767px){
	.CQrte .btn {
    	width: 100%;
	}
}
.CQrte .h1withoutbkg {
    color: #5EB0E5;
    font-size: 45px;
    line-height: 1.1;
    margin: 20px 0;
    text-align: left;
    height: 150px;
    vertical-align: middle;
    padding: 45px 16px 30px;
    background-color: #FFF;
}
#imageGalleryModal .modal-dialog .modal-content img.tile-image {
    width: 100%;
}

.CQrte .disc-text {
    font-size: 14px;
}
.CQrte .std-text {
    font-size: 16px;
}

@media (min-width: 1024px) {
	.CQrte .padded-text{
		font-size: 16px;
	}
	
	.CQrte .disc-padded-text{
		font-size: 14px;
	}
}