/*
Theme Name: Healthy Start
Theme URI: http://healthy.bang-on.net/
Author: Bang Communications
Author URI: http://www.bang-on.net/
Version: 1.1
*/

html {
  /*margin-top: 20px;*/
}

body,
html {
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  font-family: Arial;
  font-size: 12px;
  color: black;
}

body {
  background: #95c7de;
}

img {
  border: none;
}

h2 {
	font-size: 2.0em;
}

#pre-header {
	margin: 0 auto;
  width: 980px;
}

.surveyLink {
	position: relative;
	clear: both;
	margin-bottom: 3em;

	padding-top: 12px;
  padding-left: 280px;

  font-size: 14px;
  font-weight: bold;
}

.surveyLink .button {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
  width: 980px;
  height: 197px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background: url(images/healthy-survey-header.png);
}

#main {
  position: relative;
  width: 970px;
  min-height: 850px;
  padding: 10px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background: white;
}

#footer {
  width: 980px;
  height: 427px;
  margin-right: auto;
  margin-left: auto;
  background: url(images/footer-image.png) no-repeat;
}

#logos {
  /*position: absolute;
  bottom: 0;*//*NEW*/
  height: 61px;
  /*margin-top: 20px;*//*NEW*/
  margin-left: 610px;
}

#map {
  margin-top:35px;
  height: 400px;
  width: 605px;
  display: none;
}

#content {
  width: 605px;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  background: #fbbc77 url(images/640-line.png) no-repeat 0 -2px;
  float: left;/*NEW*/
}

#content h1 {
  padding: 0 0 4px;
  margin: 0;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

#content h2 {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

#content h3 {
  font-size: 13px;
  font-weight: bold;
}

#content p {
  font-family: "Helvetica";
  font-size: 14px;
  line-height: 130%;
}

#content ul {
  margin-left: 0;
}

#content ul li {
  padding-right: 150px;
  padding-left: 22px;
  margin-bottom: 15px;
  margin-left: -30px;
  font-weight: normal;
  font-size: 14px;
  list-style: none;
  list-style-image: none;
  background-image: url(https://healthystart.nhsbsa.net/wp-content/uploads/2020/03/bullet.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#content ol {
  padding-right: 150px;
  padding-left: 22px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  background-position: left top;
  background-repeat: no-repeat;
}

#txtEmailAddress,
#txtConfirmEmailAddress {
	padding: 4px 5px;
	margin-bottom: 15px;
}

/*** Gravity forms override styles ***/

#content .gform_body ul li {
	position: relative;
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}

#content .gform_wrapper div.validation_error {
	color: #000;
}

#content .gform_wrapper ol.validation_list li a,
#content .gform_wrapper ol.validation_list li a:visited {
	color: #790000;
}

#content .gform_wrapper ul.gform_fields li.gfield_error {
	padding-left: 16px;
	padding-right: 16px;
}

#content .gform_wrapper .gfield_error .gfield_label {
	color: #000;
	margin-bottom: 35px;
}

#content .gform_wrapper .gfield_description,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 1.0em;
}

#content .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	background: #d2d5e8;
	border: none;
	padding: 10px 25px;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-transition: background 1s;
  transition: background 1s;
}

#content .gform_wrapper .gform_footer input.button:hover
, .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #b0abd4;
}

#content .gform_wrapper .gfield_error .validation_message {
	position: absolute;
	top: 50px;
	padding-top: 0;
}

/*** end of gravity forms styles  ***/

div.findOutMore p a {
  color: black;
  text-decoration: none;
}

div.findOutMoreLarge p a {
  color: black;
  text-decoration: none;
}

div.moreAboutLarge p a {
  color: black;
  text-decoration: none !important;
}

div.moreRecipes p a {
  color: black;
  text-decoration: none !important;
}

div.checkIfYou p a {
  color: black;
  text-decoration: none !important;
}

div.checkIfYouSmall p a {
  color: black;
  text-decoration: none !important;
}

#contentGreen ul {
  margin-left: 0;
}

#contentGreen ul li {
  padding-right: 150px;
  padding-left: 22px;
  margin-bottom: 15px;
  margin-left: -30px;
  font-weight: normal;
  list-style: none;
  list-style-image: none;
  background-image: url(/wp-content/uploads/2011/06/bullet-purple.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#content a:link {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#content a:visited {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#content a:active {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#content a:hover {
  font-weight: bold;
  color: black;
}

#contentGreen a:link {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#contentGreen a:visited {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#contenGreen a:active {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#contentGreen a:hover {
  font-weight: bold;
  color: black;
}

#contentGreen {
  width: 605px;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  background: #c5de8a url(images/640-line.png) no-repeat 0 -2px;
}

#contentGreen h1 {
  padding: 0 0 4px;
  margin: 0;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

#recipesHeading h1 {
  margin: 0;
}

#milkRecipes {
  width: 605px;
  padding: 15px;
  margin-left: 15px;
  background: #c5de8a url(images/640-line.png) no-repeat 0 -2px;
}

#milkRecipes h1,
#fruitRecipes h1,
#vegetableRecipes h1,
#solidRecipes h1 {
  margin: 0;
}

#fruitRecipes {
  width: 605px;
  padding: 15px;
  margin-left: 15px;
  background: #eea6bc url(images/640-line.png) no-repeat 0 -2px;
}

#vegetableRecipes {
  width: 605px;
  padding: 15px;
  margin-left: 15px;
  background: #fbbb74 url(images/640-line.png) no-repeat 0 -2px;
}

#solidRecipes {
  width: 605px;
  padding: 15px;
  margin-left: 15px;
  background: #7dcec8 url(images/640-line.png) no-repeat 0 -2px;
}

#recipesHeading {
  width: 605px;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  background: #95c7de url(images/640-line.png) no-repeat 0 -2px;
}

#leftwrap {
  width: 670px;
  float: left;
}

#leftwrap p {
	font-size: 14px;
}

#homepageContent {
  width: 605px;
  padding: 15px;
  margin-top: 30px;
  margin-left: 15px;
  background: #c5de8a url(images/640-line.png) no-repeat 0 -2px;
}

#contentMaps {
  width: 605px;
  min-height: 50px;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  background: #c5de8a url(images/640-line.png) no-repeat 0 -2px;
}

h3 {
  display: inline;
  padding: 0;
  margin: 0;
}

#nav {
  position: relative;
  z-index: 999;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#bottomLinks {
  /*position: absolute;
  bottom: 70px;*//*NEW*/
  width: 925px;
  height: 30px;
  min-height: 30px;
  padding-top: 15px;
  padding-left: 15px;
  margin-left: 15px;
  clear: both;
  background: #c5de8a url(images/944-line.png) 0 -5px;
  background-repeat: no-repeat;
}

#contentBottomImage {
  width: 605px;
  height: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 150px;
  margin-left: 15px;
  background: url(images/640-line.png) 0 -3px;
  background-repeat: no-repeat;
  float: left;/*NEW*/
}

#homepagecontentBottomImage {
  width: 605px;
  height: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  background: url(images/640-line.png) 0 -3px;
  background-repeat: no-repeat;
}

#bottomImage {
  /*position: absolute;
  bottom: 60px;*//*NEW*/
  width: 925px;
  height: 12px;
  padding-left: 15px;
  margin-left: 15px;
  background: url(images/944-line.png) 0 -6px;
  background-repeat: no-repeat;
}

#bottomLinks a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.trail-begin {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.trail-end {
  font-size: 14px;
  font-weight: bold;
  color: #666699;
}

.breadcrumb-trail a {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.sep {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#sidebar {
  float: right;
  width: 288px;
  padding-top: 15px;
  margin-top: 10px;
}

#sidebar h2 {
	display: block;
	margin-left: 10px;
}

#sidebar span {
	font-size: 14px;
}

.widget {
  width: 278px;
  min-height: 210px;
  margin-bottom: 0;
  padding-top: 10px;
  background: #b0abd4 url(images/288-line.png) no-repeat 0 -2px;
  background-repeat: no-repeat;
}

.widget2 {
  width: 278px;
  min-height: 210px;
  margin-bottom: 0;
  padding-top: 10px;
  background: #eea6bc url(images/288-line.png) no-repeat 0 -2px;
}

.widget3 {
  width: 278px;
  min-height: 210px;
  margin-bottom: 0;
  padding-top: 10px;
  background: #c5de8a url(images/288-line.png) no-repeat 0 -2px;
}

.widget4 {
  width: 278px;
  min-height: 210px;
  margin-bottom: 0;
  padding-top: 10px;
  background: #fbbb74 url(images/288-line.png) no-repeat 0 -2px;
}

.widget5 {
  width: 278px;
  margin-bottom: 0;
  padding-top: 10px;
  background:  #fbbb74 url(images/288-line.png) no-repeat 0 -2px;
  padding-bottom: 10px;
}

.widget5 p {
  margin: 5px;
  padding: 5px;
}

.widget5 ul {
  margin-bottom: 0px;
  margin-right: 0;
  padding-left: 25px;
  margin-top: 0px;
}

.sidebarBg {
  width: 278px;
  height: 12px;
  background: url(images/288-line.png) no-repeat 0 -4px;
}


.breadcrumb {
  margin-left: 15px;
}

.sub-menu {
  display: inline;
}

.current_page_item {
  background: #7973b1 url(images/t-nav.png) repeat-x 0 -2px !important;
}

.navText {
  display: inline;
  width: 100%;
  height: 20px;
  padding: 10px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  background: #b0aad8 url(images/t-nav.png) repeat-x 0 -2px;
}

#nav {
  height: 34px;
}

#nav ul,
#nav li {
  display: inline;
}

#nav ul li div div a {
  color: black;
  text-decoration: none;
}

.navText a:visited {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.navLeftBg {
  display: inline;
  width: 6px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: -10px;
  background: url(images/l-nav.png) repeat-y 0 0;
}

.navRightBg {
  display: inline;
  width: 6px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: -2px;
  background: url(images/r-nav.png) repeat-y 0 0;
}

#sidebar div h1 {
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 2px;
}

div.findOutPink p a {
  color: black;
  text-decoration: none !important;
}

div.findOutPink p a:visited {
  color: black;
  text-decoration: none;
}

.findOutMore {
  width: 188px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-orange.png) no-repeat 0 0;
}

.leftImage img {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}

.moreAboutLarge p a {
  color: black;
  text-decoration: none;
}

.moreAboutLarge {
  width: 270px;
  height: 62px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-left: 10px;
  background: url(images/arrow-double-purple.png) no-repeat 0 0;
}

#content .moreAboutLarge p,
.moreAboutLarge p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0!important;
}

.findOutMore p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.findOutMoreLarge {
  width: 240px;
  height: 41px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-long-orange.png) no-repeat 0 0;
}

.findOutMoreLarge p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.checkIfYouPurple {
  width: 240px;
  height: 41px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-long-purple.png) no-repeat 0 0;
}

.checkIfYouPurple p a {
  color: black;
  text-decoration: none !important;
}

.checkIfYouPurple p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.checkIfYouSmall {
  width: 188px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-green.png) no-repeat 0 0;
}

.checkIfYouSmall p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.checkIfYou {
  width: 240px;
  height: 41px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-long-green.png) no-repeat 0 0;
}

.checkIfYou p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

#contentGreen ul.errors {
  border: 1px solid #F00;
  background: #FF7373;
  padding: 10px 0 10px 40px;
}

#contentGreen ul.errors li {
  list-style-type: disc;
  background: none;
  margin: 5px 0;
  padding: 0;
}

.qualifier h2 {
  display: block;
  margin-bottom: 10px;
}
.qualifier h3 {
  display: block;
  font-size: 1em;
  margin: 15px 0 6px 0;
}

.qualifier .actions {
  margin-top: 5px;
}

.qualifier .back,
.qualifier .forward {
  width: 188px;
  height: 39px;
  padding-top: 5px;
  padding-left: 20px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  cursor: pointer;
  border: none;
}

.qualifier .back {
  float: left;
  background: url(images/arrow-purple_flipped.png) no-repeat 0 0;
}

.qualifier .forward {
  float: right;
  background: url(images/arrow-purple.png) 0 0 no-repeat;
}

/* for online application */
.backApp {
  margin-top: 0;
  padding-top: 0;
  padding-left: 30px;
  background: url(images/arrow-purple_flipped.png) no-repeat 0 0;
  width: 188px;
  margin-left: 10px;
  float: left;
  height: 39px;
}
.backApp p {
  padding-top: 10px;
  padding-left: 5px;
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.hidden-label {
	font-size: 0;
}

#leftwrap p.form-heading {
	font-size: 12px;
	margin: 0;
}

/* for online application */
.forwardApp {
  margin-top: 0;
  padding-top: 0;
  background: url(images/arrow-purple.png) no-repeat 0 0;
  width: 188px;
  float: left;
  padding-left: 30px;
  margin-left: 10px;
  height: 39px;
}
.forwardApp p {
  padding-top: 10px;
  padding-left: 55px;
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.moreRecipes {
  width: 188px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-purple.png) no-repeat 0 0;
}

.moreRecipes p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.findOutPink p {
  padding-top: 10px;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.findOutPink {
  width: 188px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  background: url(images/arrow-pink.png) no-repeat 0 0;
}

.padding {
  padding-top: 40px;
}

#rightImage {
  float: right;
  width: 225px;
  height: 225px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  background: #ffffff url(images/Content_Img_225.jpg) no-repeat;
}

.leftImageSmall {
  height: 58px;
  margin: 5px 10px 10px 10px;
}

.leftImage {
  height: 88px;
  margin: 5px 10px 10px 10px;
}

.inline {
  display: inline;
}

#homepageLeft h1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

#homepageRight h1 {
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 2em;
}

#homepageRight p {
  margin: 1em;
}

#homepageLeft p {
  margin-top: -2px;
}

#homepageRightBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 302px;
  height: 6px;
  padding-right: 0;
  padding-left: 10px;
  margin-left: 0;
  background: url(images/640-line.png) no-repeat 0 -2px;
}

#homepageLeftBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 307px;
  height: 6px;
  padding-right: 0;
  padding-left: 10px;
  margin-left: 0;
  background: url(images/640-line.png) no-repeat 0 -2px;
}

#homepageLeft {
  position: relative;
  float: left;
  width: 292px;
  height: 430px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 100px;
  margin-left: 15px;
  margin-left: 8px;
  background: #7dcec8 url(images/640-line.png) no-repeat 0 -2px;
}

#homepageRight {
  position: relative;
  display: inline;
  float: right;
  width: 292px;
  height: 430px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 100px;
  margin-left: 2px;
  background: #fbbb74 url(images/640-line.png) no-repeat 0 -2px;
}

.widget4 p {
  padding-left: 10px;
  margin: 2px;
}

.widget4 .moreAboutLarge p {
	padding-left: 55px;
}

.widget4 form div input[type=submit] {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  background: url(images/search-icon.png) no-repeat;
  border: none;
  font-size: 0;
}

.widget4 form div input[type=text] {
  width: 180px;
  height: 30px;
  padding-left: 10px;
  margin-top: 3px;
  margin-left: 10px;
}

#formIE {
  position: relative;
}

#formIE label {
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 10px;
}

#formIE .postcode-input {
	position: relative;
}

.formBuilderForm .formBuilderError {
  color: #FE1C13;
}

#homepageRight form div input[type=text] {
	position: relative;
  width: 210px;
  height: 30px;
  padding-left: 10px;
  margin-left: 10px;
}

div.submitSearch {
  display: inline;
  width: 50px;
}

#homepageRight form div input[type=submit] {
  position: absolute;
  right: 0;
  display: inline;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(images/search-icon.png) no-repeat;
  border: none;
  font-size: 0;
}

.scrollable div div p {
  font-weight: bold;
  text-align: center;
}

.recipesbox {
  width: 300px;
  height: 25px;
  padding-top: 10px;
  padding-left: 10px;
  background-color: #c5de8a;
  border: 1px solid #000;
}

.question {
  padding-top: 3px;
  padding-left: 30px;
  background-image:url(/wp-content/uploads/2020/03/question.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.answer {
  padding-top: 3px;
  padding-left: 30px;
  background-image:url(/wp-content/uploads/2020/03/answer.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.extraindent {
  padding-top: 3px;
  padding-left: 30px;
  background-position: left top;
  background-repeat: no-repeat;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  margin: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
*/

.scrollable {
  position: relative;
  width: 500px;
  height: 175px;
  margin-top: 10px;
  overflow: hidden;
}

/*
  root element for scrollable items. Must be absolutely positioned
  and it should have a extremely large width to accomodate scrollable items.
  it's enough that you set the width and height for the root element and
  not for this element.
*/

.scrollable .items {
  position: absolute;
  width: 20000em;
  clear: both;
}

.items div {
  float: left;
  width: 500px;
}

/* single scrollable item */

.scrollable img {
  float: left;
  width: 88px;
  height: 98px;
  padding: 2px;
  margin: 5px 5px 20px 21px;
}

.scrollable div div p {
  float: left;
  width: 88px;
  height: 50px;
  margin-top: 110px;
  margin-left: -100px;
  word-wrap: break-word;
}

/* active item */

.scrollable .active {
  position: relative;
  cursor: default;
  border: 2px solid #000;
}

/* prev, next, prevPage and nextPage buttons */

a.browse {
  display: block;
  float: left;
  width: 37px;
  height: 32px;
  margin: 40px 10px;
  font-size: 1px;
  cursor: pointer;
}

/* right */

a.right {
  float: right;
  margin-top: -120px;
  margin-right: 15px;
  clear: right;
  background: url(images/arrow-right.png) no-repeat;
}

/* left */

a.left {
  margin-top: 65px;
  margin-left: 0;
  background: url(images/arrow-left.png) no-repeat;
}

/* this makes it possible to add next button beside scrollable */


.bottomImage {
  width: 605px;
  height: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  background: url(images/640-line.png) 0 -3px;
  background-repeat: no-repeat;
}

.last {
  margin-bottom: 150px;
}

/* disabled navigational button */

a.disabled {
  opacity: 0.0;
  filter: alpha(opacity=00);
}

/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}

.sf-menu li {
  position: relative;
  float: left;
}

.sf-menu a {
  position: relative;
  display: block;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 2.5em;
  left: 0;
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  top: 0;
  left: 10em;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  top: 0;
  left: 10em;
}

/*** healthy SKIN ***/

.sf-menu {
  float: left;
}

.sf-menu a {
  padding: .75em 1em;
  text-decoration: none;
  border-right: 2px solid black;
  border-left: 2px solid black;
}

.sf-menu a,
.sf-menu a:visited {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.sf-menu li {
  margin-right: 5px;
  background: #b0aad8 url(images/t-nav.png) repeat-x 0 -2px;
}

.sf-menu li a:hover {
  background: #9e89ca url(images/t-nav.png) repeat-x 0 -2px;
}

.sf-menu li ul li a {
  margin-right: 0;
  background: transparent;
  border: 0;
  border: 1px solid #9e89ca;
}

.sf-menu li ul li a:hover {
  background: #B0AAD8;
}

.sf-menu li ul {
  background: #e0ddee;
}

.sf-menu li li {
  background: #e0ddee;
  border: 0;
}

.sf-menu li li li {
  background: #f0eff7;
}

.sf-menu a:focus,
.sf-menu a:hover {
  outline: 0;
}

/*** arrows **/

.sf-menu a.sf-with-ul {
  min-width: 1px;
  padding-right: 2.25em;
}

.sf-sub-indicator {
  position: absolute;
  top: 1.05em;
  right: .75em;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  background: url('images/arrows-000000.png') no-repeat -10px -100px;
}

a .sf-sub-indicator {
  top: .8em;
}

/* apply hovers to modern browsers */

a:focus .sf-sub-indicator,
a:hover .sf-sub-indicator,
a:active .sf-sub-indicator,
li:hover a .sf-sub-indicator,
li.sfHover a .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}

/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

/* apply hovers to modern browsers */

.sf-menu ul a:focus .sf-sub-indicator,
.sf-menu ul a:hover .sf-sub-indicator,
.sf-menu ul a:active .sf-sub-indicator,
.sf-menu ul li:hover a .sf-sub-indicator,
.sf-menu ul li.sfHover a .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}

/*** shadows for all but IE6
.sf-shadow ul {
    background: url('images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}**/

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

.qualifier .none {
  margin-top: 10px;
}

.qualifySubmit {
  width: 188px;
  height: 39px;
  padding-top: 0;
  margin-top: 0;
  margin-left: 10px;
  clear: both;
  text-align: right;
  background: url(/wp-content/themes/healthy/images/arrow-purple.png) no-repeat 0 0;
}

.qualifySubmit p {
  padding-top: 10px;
  padding-left: 80px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

fieldset {
  border: none;
}

#contentMaps form label {
  display: block;
  float: right;
  margin-top: 15px;
  margin-right: -170px;
}

#contentMaps form input[type=text] {
  float: right;
  width: 210px;
  height: 30px;
  padding-left: 10px;
  margin-top: -25px;
}

#contentMaps form input[type=submit] {
  display: inline;
  float: right;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  background: url(images/search-icon.png) no-repeat;
  border: none;
  font-size: 0;
}

#contentMaps h1,
h2 {
  display: inline;
  margin: 1px;
  margin-bottom: 5px;
}

#results {
  margin-bottom: 5px;
}

#socialMedia {
  float: right;
  width: 180px;
  height: 50px;
  margin-right: -10px;
}

#survey {
  position: relative;
  top: 60px;
  left: 740px;
}

.success {
  width: 300px;
  padding: 10px;
  background-color: #C5DE8A;
  border: 1px solid black;
}

.error {
  width: 300px;
  padding: 10px;
  background-color: #E45245;
  border: 1px solid black;
}

#search form div input[type="submit"] {
  position: absolute;
  left: 225px;
  display: inline;
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(images/search-icon.png) no-repeat;
  border: none;
  font-size: 0;
}

#search form div input[type="text"] {
  position: absolute;
  width: 210px;
  height: 30px;
}

.where-to-buy #search #formIE {
	min-height: 70px;
}

.where-to-buy #formIE label {
	top: 20px;
}

.where-to-buy #search form div input[type="submit"] {
	top: 14px;
}

.overflow {
  height: 500px;
  overflow: auto;
}

.overflow table {
  width: 570px;
  height: 500px;
  overflow: auto;
  zoom: 1;
  table-layout: fixed;
}

table.standard_table {
  padding-bottom: 15px;
  font-size: 0.9em;
  background: none repeat scroll 0 0 #d0c9ee;
  border: medium none;
  border-collapse: collapse;
}

table.standard_table caption {
  padding: 3px 6px 3px 4px;
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  text-align: left;
  background: none repeat scroll 0 0 #aea5d1;
  border: 1px solid #000;
}

table.standard_table th {
  padding: 3px 6px 3px 4px;
  text-align: left;
  background: none repeat scroll 0 0 #EAEAEA;
  border: 1px solid #737373;
}

table.standard_table th.toplevel_th {
  background: none repeat scroll 0 0 #c5de8a;
}

table.standard_table td {
  padding: 3px 6px 3px 4px;
  font-weight: bold;
  text-align: left;
  border: 1px solid #000;
}

table.standard_table td.green {
  background-color: #9fd324;
}

table.standard_table td.amber {
  background-color: #e28723;
}

.hidetext h1 {
  margin: 0;
}

.print-btn {
  float: right;
  margin-top: -10px !important;
  margin-bottom: 10px;
  margin-left: 10px;
  clear: right;
}

.logo-banner {
  margin-left: 10px;
}

.form-feedback-box {
  padding: 10px;
  background-color: #C5DE8A;
  border: 1px solid black;
}

.form-feedback-box h1 {
  margin: 0;
}

.outdated-browser-message {
  padding: 1em;
  margin-bottom: 20px;
  background: #FFE2E4;
  border: solid 2px #ff0000;
}

.article-text p {
  margin: 0.75em 0;
  font-size: 1em;
  line-height: 1.5em;
}

.nowrap {
  white-space: nowrap;
}

span.form-text-note {
  font-size: 0.8em;
  color: #333;
}

/* This is a much nicer way to style the buttons - we should get rid of the
 * checkIfYouPurple junk whenever we get a chance */
.btn {
  display: block;
  width: 188px;
  height: 39px;
  padding: 10px 0 10px 55px;
  margin: 1em 0 1em 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
input.btn {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  text-align: center;
}
.btn.green {
  background-image: url(images/arrow-green.png);
}
.btn.long {
  width: 240px;
}
.btn.long.green {
  background-image: url(images/arrow-long-green.png);
}
.btn.long.purple {
  background-image: url(images/arrow-long-purple.png);
}

/* Let's get quizzy */
/* Hide from both screenreaders and browsers: h5bp.com/u */

#quiz .hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

#quiz .visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

#quiz .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Hide visually and from screenreaders, but maintain layout */

#quiz .invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */

#quiz .clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

#quiz .clearfix:after {
  clear: both;
}

#quiz .clearfix {
  *zoom: 1;
}
.clear {
  clear: both;/*NEW*/
}

#quiz {
  padding-top: 20px;
}

.no-js #quiz .content {
  display: none;
}

#quiz .content,
#quiz .answer {
  position: relative;
  width: 605px;
  padding: 15px;
  margin: 0 0 0 15px;
  background: #fbbc77 url(images/640-line.png) no-repeat 0 -2px;
}

#quiz h2 {
  font-size: 2em;
}

#quiz .content p,
#quiz .content label,
#quiz .content input {
  font-size: 1.2em;
}

#quiz .content .btn {
  font-size: 1.25em; /* 1.5/1.2 - .btn is 1.5em, but we don't want to pick up the addition 1.2em from #quiz .content p */
}
#quiz .content input.btn {
  font-size: 1.5em;
}

#quiz p.question {
  padding: 0;
  font-weight: bold;
  background: none;
}

#quiz form div {
  padding: 5px;
}


#quiz .question-wrap label {
  display: block;
  padding-left: 20px;
  text-indent: -24px;
}

#quiz .answer {
  padding-top: 25px;
  background: #c5de8a url(images/640-line.png) no-repeat 0 -2px;
}

#quiz .score {
  width: 110px;
  clear: right;
  background: #B0ABD4;
  border: 1px solid #000;
}

#quiz .score h4 {
  margin: 10px 0;
  font-size: 1.4em;
  text-align: center;
}

#quiz .score p {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

#quiz .box-bottom {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 635px;
  height: 12px;
  background: url(images/640-line.png) no-repeat 0 -3px;
}

/* Dashboard specific styling */

#quiz .soft-id {
  padding: 5px 10px;
  margin: 10px 20px 0 20px;
  background: #B0ABD4;
  border: 1px black;
  border: 1px solid #000;
}

#quiz .soft-id p {
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-align: center;
}

#quiz .soft-id a {
  margin-left: 10px;
}

#quiz .quiz-button {
  display: block;
  float: left;
  width: 190px;
  height: 190px;
  margin: 0 5px;
}

#quiz .quiz-button#vouchers {
  background: url(images/quiz-vouchers.png);
}

#quiz .quiz-button#vitamins {
  background: url(images/quiz-vitamins.png);
}

#quiz .quiz-button#applying {
  background: url(images/quiz-applying.png);
}

#quiz .email-results input {
  padding: 8px;
}
#quiz .email-results input[type=text],
#quiz .email-results input[type=email] {
  width: 220px;
}
#quiz .email-results input[type=submit] {
  width: 188px;
  /*color: transparent; /* Hide text in modern browsers */
  direction: ltr;
  /*text-indent: -9999px; /* Hide from IE */
  background: transparent url(images/arrow-green.png) no-repeat center center;
  cursor: pointer;
  border: 0;
  font-size: 1.5em;
  font-weight: bold;
  padding-lefT: 25px;
  color: black;
}

#quiz .take-another-quiz {
  margin-top: 50px;
}


/* Over-writing cutom WPForms styles */

.wpforms-field-label {
	font-size: 14px!important;
}

.wpforms-form button[type="submit"] {
background-color: #d2d5e8!important;
	padding: 10px 25px!important;
    font-weight: 700!important;
    font-size: 1.2em!important;
    cursor: pointer!important;
}

.wpforms-form button[type="submit"]:hover {
    background-color: #b0abd4!important;
}

label.wpforms-error {
	font-weight: 700!important;
	font-size: 14px!important;	
}

ul li a:focus {
	background-color: #9e89ca!important;
}

@media only screen and (max-width: 600px) {
	.wpforms-form button[type="submit"] {
		width: 100%!important;
	}
}

#wpforms-4264-field_5-container > .wpforms-field-description {
	font-size:14px;
	margin-top: 15px;
	padding-left: 16px;
	border-left: 12px solid #005eb8;
}

.success-box {
	background-color: #005eb8;
	color: #ffffff;
  	width: 75%;
	padding: 75px;
}

/* HS test Banner Styles */

.nhsuk-global-alert {
	background-color: #ffeb3b;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
    width: 985px;
    padding: 10px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
	-webkit-font-smoothing: antialiased;
}

.nhsuk-global-alert__content {
	padding: 12px;
}

/* extends the banner background to appear full width, while keeping with fixed width site layout */
.banner-background {
	background-color: #ffeb3b;
}

.nhsuk-global-alert a {
    color: #005eb8;
}

.nhsuk-grid-column-full {
    padding: 0;
}

.nhsuk-global-alert__message h2, .nhsuk-global-alert__message h3 {
	font-family: Frutiger W01, Arial, Sans-serif;
	font-weight: 600;
	color: #212b32;
    font-size: 24px;
    line-height: 1.33333;
    margin: 0;
}

@media (min-width: 40.0625em){
.nhsuk-global-alert__message p {
    font-size: 19px;
    }
}
@media (min-width: 40.0625em) {
.nhsuk-global-alert__message p {
    margin-top: 8px;
    }
}

.nhsuk-global-alert__message p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin-bottom: 0;
}
