img.postImageSpacing
{
  margin:10px;
}
@media (min-width: 500px) {
	img.postImageFloatLeft, .left
	{
	float:left;
	}
	
	img.postImageFloatRight, .right
	{
	float:right;
	border-width: 10px;
	}
	
	.staffImageLeft {
		display: inline-block;
		width: 34%;
		margin-left: 1%;
		margin-right: 2%;
		margin-top: 1%;
		margin-bottom: 2%;
	}
	
	.teamMemberDetails {
		display: inline-block;
	    width: 61%;
	    margin-top: 15%;
	    vertical-align: top;
	}
}

img.postImageFloatLeft {
  margin-right: 2%;
  margin-bottom: 2%;
}

post_emphasis{
	font-weight: bold;}
	
.center {
	text-align: center;
	margin: 0 auto;
}

.productImage img {
	max-width: 220px;
	margin-right: 10px;
}

.itemCost {
	font-size: 18px;
}

.green_btn
{
background-color: #a6ccca;
color: #fff !important;
transition: all 0.3s ease-in-out 0s;
border-radius: 5px;
padding: 8px 20px;
height: auto;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}

.green_btn a

{
color: #fff !important;

}


.blockquote-green {
    background-color: #a6ccca !important;
    color: white;
    padding: 20px;
    display: block;
    font-style: italic;
    font-size: 3rem;
}

.blockquote-green:before {
  	display: inline-block;
  	margin-right: 5px;
  	text-align: center;
  	font-style: italic;
}

.blockquote-green:after { 
  	margin-left: 5px;
  	text-align: center;
  	font-style: italic;
}

.purple_btn
{
background-color: #9c90a5;
color: #fff !important;
transition: all 0.3s ease-in-out 0s;
border-radius: 5px;
padding: 8px 20px;
height: auto;
     display: -webkit-inline-box;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}

.purple_btn a

{
color: #fff !important;

}


.blockquote-purple {
    background-color: #9c90a5 !important;
    color: white;
    padding: 20px;
    display: block;
    font-style: italic;
    font-size: 3rem;
}

.blockquote-purple:before {
  	display: inline-block;
  	margin-right: 5px;
  	text-align: center;
  	font-style: italic;
}

.blockquote-purple:after {
  	margin-left: 5px;
  	text-align: center;
  	font-style: italic;
}

.editBar {
	background: #00427F;
	padding: 10px;
}

.editBar a:link, .editBar a:visited {
	color: #FFFFFF;
}


.teamMember {
  width: 100%;
}

@media (max-width: 500px) {
	.teamMember {
		text-align: center;
	}
	
	.staffImageLeft {
		margin-bottom: 2%;
		margin-top: 1%;
	}
	
	.teamMemberDetails {
		margin-bottom: 5%;
	}
}

.teamMember .expand-bio {
  cursor: pointer;
}

.teamMember .expand-bio .icon-triangle-down:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.teamMember .expand-bio .icon-triangle-down.invert:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 500px) {
  .teamMember {
    width: 49.5%;
  }
  
  .teamMember:nth-child(odd) {
    margin-right: 1%;
  }
}

.meetTeam {
	position: relative;
}

.meetTeam:after {
	content: "";
	display: table;
	clear: both;
}

.teamMemberDetails p {
	font-size: 12px;
	text-align: center;
}

.expandable-staff-bio {
	display: none;
	/*position: absolute;
	left: 0;
	right: 0;*/
	background: #f3f3f3;
	padding: 3%;
	z-index: 1;
}

.expanded-bio {
  background: #f3f3f3;
}

@media (min-width: 500px) {
	.expandable-staff-bio {
	  width: 202%;
	}
	
	.expandable-staff-bio.even {
	  margin-left: -102%;
    }
}

.showAnswer {
	font-size: 22px;
}

.researchTeamImage {
	max-width: 150px;
}

.originalSize, .fullWidth, .halfWidth, .thirdWidth, .quarterWidth {
	max-width: 100%;
}

@media (min-width: 500px) {
	
	.halfWidth {
		max-width: 50%;
	}
	
	.thirdWidth {
		max-width: 33%;
	}
	
	.quarterWidth {
		max-width: 25%;
	}
}

.radioWrapper {
    background: white;
    text-align: Center;
    margin-bottom: 20px;
}

.radioWrapper .radio-choice {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

.at-resp-share-element .at-share-btn {
	margin: 15px 8px 5px 0 !important;
}

.at-resp-share-element .at-share-btn .at-label {
	font-weight: normal;
}

.totaliserBG {
	display: none;
}

.snipcartForm label {
	display: block;
}

.snipcartForm input, .snipcartForm textarea, .snipcartForm select {
	width: 60%;
	margin-bottom: 2.5%;
}

#productForm select, #productForm input[type="number"] {
	width: 30%;
	margin-bottom: 2.5%;
}

.snipcartForm button {
	margin: 0;
}

button.snipcart-checkout {
	background-color: #CE2179;
	border: none;
	display: none;
}

@media (max-width: 574px) {
	.snipcartForm button {
		display: block;
		margin-top: 2%;
	}
}

@media (min-width: 575px) {
	.snipcartForm .snipcart-summary {
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 860px) {
	.snipcartForm button {
		display: block;
		margin-top: 2%;
	}
	
	.snipcartForm .snipcart-summary {
		float: none;
	}
}

.error {
	border: 2px solid red !important;
}
.error-block {
	border: 2px solid red !important;
	padding: 5px;
}