.vw-group-heading {
	font-size: 130%;
    color: #05457F;
    display: block;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-top: 0.83em;
    margin-bottom: 0;
}

.vw-group-heading-2 {
	font-size: 80%;
    color: inherit;
    display: block;
}

.vw-field {
	padding-bottom: 1em;
}

.vw-field-label	{
 	font-weight: normal;
}

.vw-field-error {
	color: #AD0720;
}

.vw-input-radio {
	display: block;
	margin-top: 5px;	
	margin-bottom: 5px;	
}

.vw-input-radio-label {
	margin-left: 6px;
	margin-right: 1em;
}

.vw-input-checkbox {
	display: block;
	margin-top: 5px;	
	margin-bottom: 5px;	
}

.vw-input-checkbox-label {
	margin-left: 6px;
	margin-right: 1em;
}

.vw-input-short {
	width: 17%;
}

abbr.required {
    margin-left: -1em;
    display: inline-block;
    text-align: center;
    width: 1em;
}

.h2 {
   color: #05457F;
   display: block;
   font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
   font-size: 150%;
   font-weight: bold;
}

.main-form-top {
	padding-top: 1em;
	border-top: 1px solid #DBDBDB;
}

li ul {
	list-style-type: none;
	padding-left: 0;	
}

#certificate-choices td {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}
#certificate-choices img {
    height: 100px;
    width: 80px;
}

.vw-hp {
        position: fixed;
        left: -10000px;
}

.qld-select-text {
	width: 80%;
}

.qld-product-text {
	width: 95%;
}

#qld-change-button {
	margin-right: 10px;
}

.review-input {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  font-family: inherit !important;
  font-size: inherit !important;  
  color: rgb(68,68,68) !important;
}
input[readonly] {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  font-family: inherit !important;
  font-size: inherit !important;  
  color: rgb(68,68,68) !important;
}

.vw-field-label.review-input {
  font-weight: bold;
}

#ParentsLiveTogetherConception_row {
  padding-top: 1em;
}

.slideshow {
    position: relative;
    /* necessary to absolutely position the images inside */
    /* same as the images inside */
	width: 100%;
    height: 500px;
    text-align: center;
}
.slideshow img {
    display: none;
	margin-left: auto;
	margin-right:auto;
}
.slideshow img:first-child {
    display: block;
    /* overrides the previous style */
}