/*404 and maintenance*/
.large-12.columns#errorWrap,
.large-12.columns#maintWrap {
	padding: 3em;
}

.errorBody,
.maintBody {
    margin: 5% auto;
    text-align: center;
}

.errorBody hr,
.maintBody hr {
    max-width: 40%;
}

.errorBody p,
.maintBody p {
	font-size: 1.5em;
}

.errorTop,
.maintTop {
	font-size: 10em;
	color: #000;
	font-weight: bold;
	line-height: 150px;
}

.maintTop img {
	max-width: 350px;
	width: 100%;
}

.errorHead,
.maintHead {
	font-size: 2.3rem;
    font-weight: bolder;
    color: #f37321;
}

@media only screen and (max-width: 410px) {
	.large-12.columns#errorWrap,
	.large-12.columns#mainTWrap {
		padding: 3em 2em;
	}
	
	.errorBody hr,
	.maintBody hr {
		max-width: 100%;
	}
	
	.errorTop,
	.maintTop {
    	font-size: 8em;
		line-height: 120px;
	}
	
	.errorHead,
	.maintHead {
    	font-size: 1.5rem;
	}
	
	.errorBody p,
	.maintBody p {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 320px) {
	.errorTop,
	.maintTop {
		font-size: 7em;
		line-height: 100px;
	}
	
	.errorHead,
	.maintHead {
		font-size: 1.3rem;
	}
	
	.errorBody p,
	.maintBody p {
		font-size: 1em;
		line-height: 20px;
	}
}
/*404 and maintenance end*/


body {
	line-height: inherit !important;
}

.body-row #img01,
.body-row #img01mob,
.body-row #caption, 
.body-row #captionmob {
	display: none;
}

#iFrameResizer6 {
	height: 820px;
	overflow: hidden;
}

.menu .active > a {
    background: #657f3f !important;
    color: #ffffff !important;
}

#twitter-wjs {
    margin: 1em auto;
}

#facebook-tl {
    margin: 1em auto;
}

.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;} 

.social-plugins {
    display: inline-block;
    width: 80%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

#profile.row p {
	text-align: left;
	font-size: 0.9em;
}

#note-bottom {
    background-color: #789c45;
    color: #fff;
    padding: 15px 25px;
    padding-bottom: 1px;
    width: 50%;
    text-align: center;
    margin: 2rem auto;
}

#profile.row #note-bottom {
	width: 100%;
	clear: both;
}

#profile.row #note-bottom p {
	text-align: center;
}

#profile.row #note {
	width: 100%;
}

#profile.row #note p {
	text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.nutrient-list #preventionImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	width: 100%;
	margin-bottom: 2em;
}

.nutrient-list #preventionImg:hover {opacity: 0.7;}

#preventionImg, 
#preventionImgMob {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	width: 40%;
}

#preventionImg:hover {opacity: 0.7;}

#preventionImgMob:hover {opacity: 0.7;}

.prevention-chart-mobile {
	display: none;
}

.nutrient-list {
	width: 320px;
	float: right;
	margin: 0 1em;
}

.nutrient-list .modal .modal-content {
	margin: auto;
    display: block;
    width: 100%;
	max-width: 40%;
}

.row#profile .row {
	margin: 15px;
}

.row > .img-column {
  padding: 10px 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.img-column {
  float: left;
  width: 25%;
}

/* Modal Content */
.modal-content-multiple {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 40%;
}

.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active {
	opacity: 1;
}

.demo:hover {
  opacity: 0.7;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  opacity: 0.7;
	cursor: pointer;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 500;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 60%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

footer {
	font-weight: 400;
}

.footer-middle {
    background: rgb(109, 142, 62);
    padding: 1em;
}

.footer-middle p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

ul.accordion {
    margin-bottom: 0px;
}

li.accordion-item {
    width: 100%;
}

.accordion {
    background: rgb(109, 142, 62);
}

.accordion-title::before {
    position: relative;
	top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

:last-child:not(.is-active) > .accordion-title-left {
    border-bottom: none !important;
    color: #ffffff;
	width: 74%;
}

.accordion-title-left:hover, .accordion-title-left:focus {
	color: #ffffff;
}

.accordion-title-left { 
	font-size: 0.8em;
    text-align: left;
	letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    background: rgb(109, 142, 62);
    margin: auto;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    border-radius: 10px !important;
    position: relative;
	width: 74%;
	display: inline-block;
    padding: 15px;
	padding-left: 5em;
}

.accordion-title-left img {
	margin-right: 1em;
	width: 250px;
}

.accordion-title {
    font-size: 0.8em;
    text-align: center;
	letter-spacing: 0.5px;
    width: 25%;
    color: rgb(255, 255, 255);
    background: rgb(93, 120, 56);
    margin: auto;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    border-radius: 10px !important;
    padding: 15px !important;
	display: inline-block;
    position: relative;
}

.accordion-content {
    padding: 0px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none !important;
	color: #ffffff;
	background: rgb(93, 120, 56);
}

.accordion-title:hover, .accordion-title:focus {
	color: #ffffff;
    background: rgb(93, 120, 56);
}

.is-accordion-submenu-parent > a::after {
	display: none;
}

hr {
    max-width: 80%;
}

h2 {
    font-size: 2.3rem;
	color: #779b45;
}

h2.profile {
    font-size: 2.3rem;
	font-weight: bolder;
	color: #f37321;
}

h3 {
	font-size: 1.2em;
	color: #f37321;
	text-align: center;
	margin: 1em 0 0.5em 0;
}

i {
	font-style: normal !important;
}

ul.factoid-list li {
	list-style: inside;
	text-align: left;
	margin-left: 1.5em;
}

ul li {
	list-style: none;
	text-align: left;
}

ul.find-practitioner li {
	list-style: disc inside;
	text-indent: 1.5em;
	color: #648831;
}

ul.magnesium-li li {
	list-style: disc inside;
	text-align: left;
	margin-left: 1.5em;
}

.fi-check {
	font-size: 24px;
	color: #f37321;
	line-height: 0;
	
}

logos {
	float: right;
	width: 40%;
}

logos img {
	width: 35%;
	margin: 0 5px;
}

.fi-check > point {
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
	color: #000;
}

heading {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #f37321;
}

heading-tab {
	font-size: 2em;
	text-transform: capitalize;
	color: #f37321;
}

.menu.vertical.nested a {
	color: #ffffff;
}

.menu.vertical.nested a:hover {
	color: #EBEBEB;
}

a {
	color: #648831;
}

a:hover {
	color: #577C22;
}

a:visited {
	color: #648831;
}

label {
	font-size: 1.8em;
	font-weight: 400; 
	text-align: left;
	color: #779b45;
}

ul {
	margin-left: 0;
}

em {
	font-weight: 300;
}

.hide {
  	display: none;
}

.body-row {

    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.reference {
    width: 100%;
    margin: 2em auto;
    text-align: left;
    font-size: 0.8em;
}

iframe {
	width: 100%;
	height: 550px;
	border-width: 0;
}

#slideshowLabel {
	background-color: #779b45 !important;
}

iframe.slider-iframe {
	height: 560px;
    width: 100%;
    max-width: 560px;
	text-align: center!important;
}

p.factoid {
    background: #779b45;
    color: #ffffff;
    width: 70%;
	text-align: center !important;
    margin: 1em auto;
    border: solid 1.5px #779b45;
    padding: 15px;
	letter-spacing: 0.2px;
    font-weight: 300;
}

.factoid {
    background: #779b45;
    color: #ffffff;
    width: 70%;
	text-align: center !important;
    margin: 1em auto;
    border: solid 1.5px #779b45;
	padding: 25px 40px 10px;
	letter-spacing: 0.2px;
    font-weight: 300;
}

.page-anchor {
	font-size: 1.5em;
    color: #648831;
    text-align: center;
    padding: 2em 2em 0 2em;
}

.page-anchor ul li {
    display: inline-block;
	padding: 0 20px;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
	text-align: center;
	border: none !important;
}

.tabs-title {
	float: none;
    text-align: center;
    width: 240px;
    display: inline-block;
	background: #e7e7e7;
}

.tabs-title #omega3-epa-dha {
}

.tabs dd, .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.tabs dd.active > a, .tabs .tab-title.active > a {
    background-color: #FFFFFF;
    color: #222222;
}

.tabs dd > a, .tabs .tab-title > a {
    display: block;
    font-size: 0.88889rem;
    padding: 0.88889rem 1.77778rem;
}

.tabs-content {
    margin-bottom: 0;
    width: 100%;
    background: #e2efd0;
    padding: 1em;
	display: inline-block;
}

.tabs-panel[aria-hidden="false"] {
    display: block;
}

.large-12.columns .large-4.columns h3 {
    height: 140px;
	color: #000000;
}

.large-12.columns .large-4.columns#panel {
	background: #d1ddc0;
	padding: 1em;
}

.large-12.columns .large-4.columns#middle {
	margin: 1em 0;
}

.current {
	background: #6a8f37;
}

.large-12.columns#row {
	text-align: center;
	padding: 3em 3em 0 3em;
}

#span {
	width: 60%;
	margin: 0 auto;
}

.row {
	max-width: 100%;
	text-align: center;
}

#glossary.body-row {
	padding: 2em 2em;
}

#when-you-shop.body-row {
	padding: 2em 2em;
}

.body-row {
	padding: 1em 2em;
	text-align: center;
	width: 80%;
    margin: auto;
}

.body-row p {
	text-align: left;
}

.video-rwd {
    max-width: 850px;
    width: 100%;
    margin: 1.5em auto;
    text-align: center;
}

.video-rwd .aspect-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.2%;
}

.video-rwd iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a.about, a.contact {
	color: #000000;
}

a.about:hover,
a.contact:hover {
	color: #5f5f5f;
	transition-duration: 0.2s;
}

.header-top {
	background: #e2efd0;
	height: 150px;
}

.header-top #header-top-left {
	height: inherit;
}

.header-top #header-top-left img {
	float: left;
	width: 380px;
	margin: 2em;
}

.large-6.columns#header-top-right {
	float: right;
	height: inherit;
}

.socialbtn {
	margin: 2em;
	float: right;
}

.fb-icon, .twitter-icon {
	width: 30px;
	margin: 0 3px;
}

.fb-body, .twitter-body {
	width: 60px;
	margin: 1.2em 3px 0 3px;
}

form.search {
	padding-top: 10px;
}

input[type=text] {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background-color: white;
    background-image: url("http://media.mercola.com/assets/images/nutrientpower/search-icon.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
	border: 2px solid #ccc;
}

.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu {
  background-color: #779b45;
}

.hover-underline-menu .menu a {
  color: #fefefe;
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #779b45;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  border-bottom: 0.125rem solid #fefefe;
}

.vertical.menu.accordion-menu {
	display: none;
}

a div {
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 6px 0;
}

.call-to-action {
	height: auto;
	background: url("http://media.mercola.com/assets/images/nutrientpower/crops-bg.jpg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.call-to-action .ctaBox {
	width: 45%;
	float: right;
	padding: 2em 3em;
	margin: 3em 5em;
  	background-color: rgba(103, 163, 44, 0.6);
}

.call-to-action .ctaBox h1 {
	font-size: 3.5em;
	color: #ffffff;
	text-align: right;
	opacity: 1;
	line-height: normal;
}

.call-to-action .ctaBox p {
	font-size: 1.8em;
	color: #ffffff;
	text-align: right;
	line-height: inherit;
}

.cta-logo {
	width: 100%;
	text-align: right;
}

.cta-logo img {
	height: 85px;
}

.ctaBox p em {
	line-height: 2.5em;
}

a.ctaBtn {
    font-size: 1em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2.2em 3em;
}

a.ctaBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
}

.row#about {
	font-size: 1.5em;
	color: #779b45;
    padding: 2.5em 2em;
    width: 60%;
    text-align: center;
}

.row#double {
	width: 100%;
	height: 830px;
}

.large-6.columns#nutrients-you-need {
	background: #e2efd0;
	padding: 4.5em 3em;
	text-align: center;
	height: inherit;
}

.large-6.columns#nutrients-you-need img {
	width: 80%;
}

.large-6.columns#nutrients-you-need h2,
.large-6.columns#know-your-levels h2 {
	font-size: 1.5rem;
	color: #779b45;
	margin: 1em;
}

a.nutrientsBtn,
a.levelsBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em;
	display: inline-block;
}

a.nutrientsBtn:hover,
a.levelsBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
}

.large-6.columns#know-your-levels {
	background: #d2dec0;
	padding: 4.5em 3em;
	text-align: center;
	height: inherit;
}

.large-6.columns#know-your-levels img {
	width: 75%;
}

.large-12.columns#map-home {
	height: auto;
	background: url("http://media.mercola.com/assets/images/nutrientpower/arrow-bg-2.png") no-repeat center center;
	background-attachment: scroll;
	background-size: cover;
	overflow: hidden;
	padding-right: 0;
    padding-left: 0;
}

.large-12.columns#map-home p {
    font-size: 1.5em;
    color: #ffffff;
    width: 70%;
    margin: auto;
    padding: 2.9em 3em 3.5em;
    text-align: center;
}

.large-12.columns#map-contain .large-9.columns {
	text-align: center;
}

.large-12.columns#map-contain .large-9.columns img {
	padding: 0 2em 0 2em;
	width: 80%;
}

.large-12.columns#map-contain .large-3.columns img {
	padding-top: 25%;
	float: left;
}

.body-row .large-12.columns#map-contain .large-3.columns img {
    width: 70%;
}

.large-3.columns#legend-long {
	display: none;
}

a.scienceBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2.2em 3em;
	margin-bottom: 2em;
	display: inline-block;
}

a.scienceBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

.experts-video {
	background: #ebebeb;
	padding: 3em;
	text-align: center;
}

.experts-video p {
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color: #779b45;
}

a.expertsBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2.2em 3em;
	margin: 0 2em;
	display: inline-block;
}

a.expertsBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a.joinBtn {
	font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2em 3em;
	margin: auto;
	display: inline-block;
}

a.joinBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.joinBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2em 3em;
	margin: 0 2em 2em;
}

a button.joinBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a.readBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 1em 3em;
	margin-bottom: 0.5em;
	display: inline-block;
}

a.readBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.readBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 1em 3em;
	margin-bottom: 0.5em;
}

a button.readBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a.enrollBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em;
	margin: 1em 2em;
	display: inline-block;
}

a.enrollBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.enrollBtn {
    font-size: 1.2em;
    color: #ffffff;
    background: #f37321;
    padding: 2em 3em 2.2em 3em;
	margin: 0 2em;
}

a button.enrollBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.readmoreBtnVitD {
    font-size: 1.2em;
    color: #ffffff;
    margin: 0 auto 1.5em;
    background: #779b45;
    padding: 1em 2em;
}

a button.readmoreBtnVitD:hover {
	background: #f37321;
	color: #ffffff !important;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.readmoreBtn {
    font-size: 1em;
    text-decoration: underline;
    color: #779b45;
    margin: 0 auto 1.5em;
    float: right;
}

a button.readmoreBtn:hover {
	color: #f37321 !important;
	transition-duration: 0.2s;
	cursor: pointer;
}

a button.readlessBtnVitD {
    font-size: 1.2em;
    background: #779b45;
    color: #ffffff;
    padding: 1em 2em;
}

a button.readlessBtnVitD:hover {
    background: #688A3A;
    color: #ffffff !important;
    transition-duration: 0.2s;
    cursor: pointer;
}

a button.readlessBtn {
    float: right;
    font-size: 1em;
    text-decoration: underline;
    color: #779b45;
    margin: 0 auto 1.5em;;
}

a button.readlessBtn:hover {
	color: #688A3A !important;
	transition-duration: 0.2s;
	cursor: pointer;
}

.social-row {
	background: #d2dec0;
	padding: 3em;
	text-align: center;
}

.social-row h2 {
	width: 70%;
	margin: auto;
	font-size: 1.2em;
}

.vitamin-d-table {
	display: inline-block;
    background: #cad9b5;
    padding: 2em;
    margin: 1em auto;
    width: 65%;
}

.omega-3-index {
    display: inline-block;
    background: #cad9b5;
    padding: 2em;
    margin: 1em auto;
    width: 65%;
}

.vitamin-d-table .large-2.columns img {
	width: 60%;
}

.vitamin-d-table .vitamin-d-row .large-10.columns {
	height: auto;
    padding-top: 2%;
}

.vitamin-d-table .vitamin-d-row {
	display: inline-block;
	margin: 0.5em auto;
	width: 100%;
}

.omega-3-index .large-2.columns img {
    width: 100px;
}

.omega-3-index .omega-3-row .large-10.columns {
	height: auto;
    padding-top: 3%;
}

.omega-3-index .omega-3-row {
	display: inline-block;
	margin: 0.5em auto;
	width: 100%;
}

.prevention-chart h3 {
	margin: 0;
	font-size: 1em;
    margin-bottom: 5px;
}

.prevention-chart {
	background: #ffffff;
	width: 40%;
	text-align: center;
	margin: 1em 1.5em;
	float: right;
	padding: 1em;
}

.prevention-chart p {
	text-align: center;
	padding: 1.5em 0;
	font-size: 0.8em;
    text-align: center;
    padding: 1em 0 0;
    margin-bottom: 0;
}

ul.clearing-thumbs:hover {
    opacity: 0.7;
    transition: 0.2s;
}

p.experts-note {
	border: 1px solid #779b45;
	padding: 2em;
	display: inline-block;
}

.large-12.columns#experts-list {
	margin: 1em 0 0 0;
	width: auto;
}

.large-4.columns#expert a p.name {
	text-align: center;
	margin-top: 1em;
    font-size: 1.2em;
}

.large-4.columns#expert img {
	box-shadow: 7px 7px 0px #a7bd89;
}

.large-4.columns#expert img:hover {
	opacity: 0.8;
	transition: 0.2s;
	background: rgba(80, 178, 138, 0.5);
}

.when-you-shop-foods {
	margin: 2em;
}

.when-you-shop-foods ul li {
	margin: 2em auto;
}

.when-you-shop-supplements p,
.when-you-shop-supplements li {
	margin: 2em;
}

.when-you-shop-supplements {
	margin: 0;
}

.when-you-shop-supplements ul li {
	margin: 2em;
	list-style: none;
	list-style-position: inside;
}

h3.shop {
	font-size: 1.3em;
	margin: 1em auto;
	text-transform: uppercase;
	text-decoration: underline;
	color: #779b45;
	text-align: left;
}

.nutrients-you-need {
	background: #d2dec0;
	margin: auto;
	text-align: center;
}

.glossary {
	background: #e2efd0;
    margin: auto;
    text-align: center;
}

.glossary-in p {
	font-size: 0.9em;
}

.glossary-in {
    font-size: 1.2em !important;
    color: #000;
    padding: 2em 3em;
    width: 1420px;
    margin: 0 auto;
    display: inline-block;
}

.glossary-in img {
	float: right;
	width: 200px;
	margin: 1em;
}

.find-a-practitioner {
	background: #ebebeb;
    margin: auto;
    text-align: center;
}

.practitioner {
    font-size: 1.2em !important;
    color: #000;
    padding: 2em 3em;
    width: 1420px;
    margin: 0 auto;
    display: inline-block;
}

.practitioner ul li {
	margin-top: 5px;
}

.practitioner ul li a {
	font-weight: bold;
}

.nutrients-section {
    font-size: 1.2em !important;
    color: #000;
    padding: 2em 3em;
    width: 80%;
    margin: 0 auto;
	display: inline-block;
}

.nutrients-section img {
	margin: 0.5em 0;
}

.nutrients-section p {
	text-align: left;
}

.nutrients-section .large-3.columns p {
	text-align: center;
	line-height: normal;
}

.large-3.columns a img:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.large-3.columns#null {
	display: none;
}

.large-4.columns#video p.description {
	text-align: left;
	margin-top: 1em;
	color: #000000;
}

p.description {
	text-align: left;
	margin-top: 1em;
	color: #000000;
}

.large-4.columns#video p.description:hover,
p.description:hover {
	color: #5f5f5f;
}

.body-row .large-6.columns img:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.large-4.columns#video .video-rwd {
	margin: 0 auto;
}

.large-4.columns#video hr {
	display: none;
}

.large-7.columns p.title {
	font-weight: bold;
	color: #779b45;
}

.large-7.columns p.title:hover {
	color: #577C22;
}

.past-events {
	display: inline-block;
	margin: 1em auto;
}

.foods-container {
    padding: 1em 2em 0.5em 2em;
    background: #ebebeb;
	display: inline-block;
}

.supplements-container {
    padding: 1em 2em 1.5em 2em;
    background: #eff8e2;
	margin: 1em auto 0;
	display: inline-block;
}

.events-container {
	height: 360px;
	margin: 1em 0;
}

.events-container .large-5.columns img {
	width: 99.99%;
}

.events-container .large-5.columns img:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.past-events hr {
	max-width: 100%;
	border-bottom: 1.3px solid #779b45;
}

#nutrient-power-in-the-news .body-row .large-4.columns#first-panel,
#nutrient-power-in-the-news .body-row .large-4.columns#video {
	border-right: 1px solid #779b45;
}

#nutrient-power-in-the-news .body-row .large-4.columns#first-panel hr,
#nutrient-power-in-the-news .body-row .large-4.columns#video hr {
	display: none;
}

#get-social {
	width: inherit;
}

.body-row#social-timeline {
	padding: 1em 2em;
    text-align: center;
    width: 1470px;
    margin: auto;
}

.noteborder {
    border: 2px solid;
    width: 380px;
    padding: 1em;
    text-align: center;
    margin: 2em auto 0;
	display: inherit;
}

.noteborder:hover {
	color: #577c22;
}

p.noteborder {
    border: 2px solid;
    width: 380px;
    padding: 1em;
    text-align: center;
    margin: 2em auto 0;
}

p.noteborder:hover {
	color: #577c22;
}

p.noteborder-contact {
    border: 2px solid #648831;
    width: 380px;
    padding: 1em;
    text-align: center;
    margin: 2em auto 0;
}

.second-row {
    background: #e2efd0;
}

.coming-soon {
	width: 40%;
}

#links p {
	text-align: center;
}

.links-body {
	display: inline-block;
	width: 1300px;
	margin-top: 1em;
}

.links-body .large-6.columns ul li {
	text-align: center;
	line-height: 2em;
	background: #e2efd0;
    padding: 10px;
    margin: 5px;

}

.links-body .large-6.columns ul li a:hover {
	color: #577c22;
}

.footer-top {
	height: auto;
	background: #779b45;
	width: 100%;
	display: inline-block;
}

.footer-top-left {
    padding: 3em;
	padding-left: 6em;
    width: 70%;
    float: left;
}

.footer-top-left ul li {
    list-style: none;
    display: inline-block;
}

.footer-top-left ul,
.footer-top a {
	color: #ffffff;
}

.footer-top-left a:hover {
	color: #e2efd0;
	transition-duration: 0.3s;
}

.footer-top-left p {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 0;
	color: #ffffff;
}

.footer-top-right {
    padding: 2em 2em 1em 2em;
    display: inline-block;
    width: 30%;
	text-align: center;
}

a.footerBtn {
	background: #f37321;
	padding: 2em;
	margin: auto;
	width: initial;
	display: inline-block;
}

a.footerBtn:hover {
	background: #e06618;
	transition-duration: 0.2s;
}

.footer-top-right .socialbtn {
    margin: 1em auto;
    padding-right: 0;
	float: none;
}

.footer-top-right .socialbtn ul li a:hover {
	color: #e2efd0;
	transition-duration: 0.3s;
}

.socialbtn ul {
	color: #ffffff;
}

.field.row {
    margin: 1em;
    display: inline-block;
}

.field.row > label {
	font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: #000000;
	margin: 5px 16px;
}

span.postfix {
    margin: 5px 16px;
	color: #000000;
}

#dcalc-container {
    margin: 10px;
    padding: 20px;
    background: #ffffff;
}

#dcalc-container input[type=text] {
    width: 100%;
    margin: auto;
    padding: 0 15px;
	background-image: none;
}

.label.success {
    background: transparent !important;
    color: #0a0a0a !important;
    font-size: 22pt !important;
}

.d-calc-result-iu {
	font-weight: bold;
    font-size: 22pt;
    padding: 0 0 20px 0;
	text-align: left;
}

#calcResults {
    margin-top: 20px;
    padding: 30px 50px;
    font-size: 16px;
    border-top: 3px solid #779b45;
	width: 80%;
    margin: 1.5em auto;
    background: #e7e7e7;
}

#calcResults .row hr {
	max-width: 100%;
}

#calcResults .row p i {
	font-style: italic !important;
	font-weight: 300;
}

#dCalc #dcalc-container .button {
	background-color: transparent !important;
	display: inherit;
	padding: 1em 1em 0;
	cursor: auto;
}

#dCalc #dcalc-container .button:hover {
	background-color: none;
}

.button.row button, input[type="reset"], input[type="button"], input[type="submit"] {
	margin: 20px 20px 0 0;
    padding: 7px;
	font-size: 13px;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
    -webkit-appearance: button;
}

.footer-top-right ul li {
	list-style: none;
    display: inline-block;
}

.footer-bottom {
    background: rgb(109, 142, 62);
    color: #303030;
    font-size: 0.9em;
    padding: 3em 2em 2em 2em;
}

.disclaimer {
    width: 80%;
    margin: auto;
}

.header-mobile {
	display: none;
}

@media only screen and (max-width: 1525px) {
	.large-12.columns .large-4.columns h3 {
		font-size: 1em;
	}
	
	.large-12.columns#experts-list {
		width: auto;
	}
}

@media only screen and (max-width: 1467px) {
	.call-to-action .ctaBox h1 {
    	font-size: 2.9em;
	}
	
	.call-to-action .ctaBox p {
    	font-size: 1.5em;
	}
	
	.cta-logo img {
    	height: 70px;
	}
	
	a.ctaBtn {
    	padding: 1.5em 1.5em 1.8em 1.5em;
	}
}

@media only screen and (max-width: 1366px) {
	#iFrameResizer6 {
		height: 620px;
	}
	
	.practitioner,
	.glossary-in {
    	width: 80%;
	}
	
	.nutrient-list {
		width: 380px;
		float: right;
		margin: 0 1em;
	}
	
	#profile.row p {
    	text-align: justify; 
	}
	
	.links-body {
		width: 100%;
	}
	
	.large-12.columns#map-home p {
		padding: 2em 3em;
	}
	
	.social-plugins {
    	width: 100%;
	}
	
	.footer-top-left {
    	padding-left: 3em;
	}
	
	.row#about {
    	width: 79%;
	}
	
	.row#double {
    	height: 710px;
	}
	
	.large-6.columns#know-your-levels img {
    	width: 75.2%;
	}
	
	h2 {
		font-size: 2em;
	}
	
	.large-12.columns#map-home p {
    	width: 79%;
	}
	
	.large-12.columns#map-contain .large-9.columns img {
    	width: initial;
		padding: 0 2em 0 2em;
	}
	
	.experts-video h2 {
		width: 90%;
	}
	
	.social-row h2 {
		width: 80%;
	}
	
	.omega-3-index {
    	width: 85%;
	}
	
	.prevention-chart {
    	width: 40%;
	}
	
	#nutrientImg {
		width: 85%;
	}
	
	#preventionImg {
		width: 85%;
	}
	
	.body-row#vitamin-d-tab {
		padding: 2em;
		text-align: center;
		width: 90%;
    	margin: auto;
	}
	
	.events-container {
		height: 250px;
	}
	
	.accordion-title-left {
    	padding-left: 2em;
	}
	
	.vitamin-d-table .vitamin-d-row .large-10.columns {
    	padding-top: 0;
	}
	
	.vitamin-d-table {
		padding: 1.5em 2em;
	}
	
	.body-row#social-timeline {
    	width: 80%;
	}
	
	#profile.row {
    	width: 80% !important;
	}
}

@media only screen and (max-width: 1319px) {
	.large-2.columns {
		width: 25%;
	}
	
	.large-10.columns {
		width: 75%;
	}
	
	.omega-3-index .omega-3-row .large-10.columns#heart {
    	padding-top: 3%;
	}
	
	.vitamin-d-table .vitamin-d-row .large-10.columns#heart {
    	padding-top: 0%;
	}
}

@media only screen and (max-width: 1245px) {
	.events-container {
		height: 270px;
	}
}

@media only screen and (max-width: 1278px) {
	.nutrients-section {
    	width: 100%;
	}
	
	.nutrients-section .large-3.columns {
		height: 190px;
	}
}

@media only screen and (max-width: 1231px) {
	.call-to-action .ctaBox {
    	padding: 2em;
		width: 50%;
	}
	
	.call-to-action .ctaBox h1 {
    	font-size: 2.5em;
	}
	
	.cta-logo img {
    	height: 60px;
	}
	
	a.ctaBtn {
    	padding: 1.4em 1.4em;
		display: inline-block;
		margin-top: 1em;
	}
}

@media only screen and (max-width: 1140px) {
	:last-child:not(.is-active) > .accordion-title-left {
    	width: 100%;
	}
	
	.accordion-title-left {
    	text-align: center;
		width: 100%;
	}
	
	.accordion-title {
    	width: 100%;
	}
}

@media only screen and (max-width: 1125px) {
	.field.row {
    	width: 80%;
	}
}

@media only screen and (max-width: 1110px) {
	.large-12.columns .large-4.columns h3 {
    	height: auto;
	}
	
	a.enrollBtn {
		font-size: 1em !important;
		padding: 1em;
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.nutrient-list {
    	width: 230px;
	}
	
	.nutrient-list #preventionImg {
    	margin-bottom: auto;
	}
	
	h2 {
    	font-size: 1.8em;
	}
	
	.header-top #header-top-left {
    	width: 50%;
	}
	
	.large-6.columns#header-top-right {
    	width: 50%;
	}
	
	.call-to-action {
		background-attachment: scroll;
	}
	
	.call-to-action .ctaBox h1 {
    	font-size: 2em;
	}
	
	.call-to-action .ctaBox p {
    	font-size: 1.2em;
	}
	
	.row#about {
		font-size: 1.3em;
    	width: 89%;
	}
	
	.large-12.columns#map-home p {
		font-size: 1.3em;
    	width: 89%;
	}
	
	.large-12.columns#map-contain .large-3.columns img {
    	width: 80%;
	}
	
	.body-row .large-12.columns#map-contain .large-9.columns img {
		padding: 0;
	}
	
	.body-row .large-12.columns#map-contain .large-3.columns img {
    	width: 100%;
	}
	
	.footer-top-left {
		width: 60%;
	}
	
	.footer-top-right {
    	padding: 3em 2em 2em 2em;
    	width: 40%;
	}
	
	.row#double {
		height: auto;
	}
	
	.experts-video h2 {
		font-size: 1.8em;
	}
	
	.social-row h2 {
    	width: 90%;
	}
	
	.omega-3-index {
    	padding: 1em;
	}
	
	.omega-3-index .omega-3-row .large-10.columns {
    	padding-top: 2%;
	}
	
	.body-row {
    	width: 90%;
	}
	
	.prevention-chart {
    	width: 40%;
	}
	
	.reference {
    	width: 80%;
	}
	
	.nutrients-section .large-3.columns {
		height: auto;
	}
	
	.events-container .large-5.columns,
	.events-container .large-7.columns {
		width: 100%;
	}
	
	.large-7.columns p.title {
		margin-top: 1em;
	}
	
	#nutrient-power-in-the-news .body-row .large-4.columns#first-panel,
	#nutrient-power-in-the-news .body-row .large-4.columns#video {
		height: 280px;
	}
	
	.large-6.columns#nutrients-you-need {
		height: auto;
	}
	
	.large-6.columns#know-your-levels {
		height: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.large-3.columns#legend-up {
		display: none;
	}
	
	.large-12.columns#map-contain .large-9.columns img {
    	padding: 0 2em 0 2em;
	}
	
	.large-12.columns#map-contain .large-3.columns img {
    	padding-top: 0px;
    	width: 50%;
		padding-bottom: 1em;
		float: none;
	}
	
	.body-row .large-12.columns#map-contain .large-3.columns img {
    	width: 60%;
		padding-bottom: 1em;
	}
	
	.large-3.columns#legend-long {
		display: block;
		text-align: center;
	}
	
	.large-4.columns#expert-none {
		display: none;
	}
	
	#nutrient-power-in-the-news .body-row .large-4.columns#first-panel,
	#nutrient-power-in-the-news .body-row .large-4.columns#video {
		height: auto;
		border: none;
	}
	
	#nutrient-power-in-the-news .body-row .large-4.columns#first-panel hr,
	#nutrient-power-in-the-news .body-row .large-4.columns#video hr {
		display: block;
	}
	
	.large-4.columns#video hr {
		display: block;
	}
}

@media only screen and (max-width: 979px) {
	.call-to-action .ctaBox {
    	padding: 2em 2em 1em 2em;
    	width: auto;
	}
	
	.call-to-action .ctaBox h1 {
    	text-align: center;
	}
	
	.call-to-action .ctaBox p {
    	text-align: center;
	}
	
	.cta-logo {
    	text-align: center;
	}
}

@media only screen and (max-width: 830px) {
	logos {
    	float: none;
	}
	
	logos img {
    	width: 25%;
	}
}

@media only screen and (max-width: 768px) {
	#twitter-wjs iframe {
		max-width: 100% !important;
	}
	
	#facebook-tl iframe {
		width: 100% !important;
		margin-left: 0;
	}
	
	.tabs-panel {
    	padding: 0;
	}
	
	.tabs-content {
    	padding: 0;
	}
	
	.body-row {
    	width: 90%;
	}
	
	#span {
    	width: 100%;
	}
	
	.menu.align-center {
    	display: none;
	}
	
	.hover-underline-menu .menu a {
  		padding: 1rem 1.2rem;
		font-weight: bold;
    	letter-spacing: 0.5px;
	}
	
	.hover-underline-menu .menu .underline-from-center::after {
  		display: none;
	}

	.hover-underline-menu .menu .underline-from-center:hover::after {
  		display: none;
	}
	
	.vertical.menu.accordion-menu {
		background: #6a8f37;
		display: block;
	}
	
	li.is-submenu-item.is-accordion-submenu-item:hover {
    	background: #6a8f37;
	}
	
	.menu.nested {
		margin-left: 0;
		padding: 1em;
	}
	
	.row#about {
    	font-size: 1.2em;
	}
	
	.large-12.columns#map-home {
    	background-size: auto;
	}
	
	.large-12.columns#map-home p {
    	font-size: 1.2em;
	}
		
	.footer-top-left {
    	width: 100%;
    	text-align: center;
    	padding: 2em 3em;
	}
	
	.footer-top-right {
    	padding: 0 1em;
    	width: 100%;
	}
	
	a.footerBtn {
    	padding: 1.4em 2.5em;
	}
	
	.row#double {
    	height: 740px;
	}
	
	.large-6.columns#nutrients-you-need {
    	padding: 3em;
	}
	
	.large-6.columns#know-your-levels {
    	padding: 3em;
	}
	
	.experts-video h2 {
		font-size: 1.6em;
	}
	
	.fb-body, .twitter-body {
    	width: 70px;
	}
	
	.body-row .large-12.columns#map-contain .large-3.columns img {
    	width: 70%;
	}
	
	.large-12.columns .large-4.columns {
    	margin-bottom: 1em;
	}
	
	.large-6.columns#twitter-wjs {
		margin-bottom: 1em;
	}
	
	.tabs-title {
    	width: auto;
	}
}

@media only screen and (max-width: 736px) {
	#facebook-tl {
		margin-left: 0;
	}
	
	#facebook-tl iframe {
		margin-left: 0;
	}
	
	.row#about {
    	width: 100%;
	}
	
	.row#double {
    	height: 720px;
	}
	
	.large-12.columns#map-contain {
		padding: 0;
	}
	
	.large-12.columns#map-contain .large-9.columns {
    	padding: 0;
	}
	
	.large-12.columns#map-contain .large-3.columns img {
    	width: 60%;
	}
	
	.body-row .large-12.columns#map-contain .large-3.columns img {
    	width: 75%;
	}
	
	.experts-video {
    	padding: 2em;
	}
	
	.prevention-chart {
    	display: none;
	}
	
	.prevention-chart-mobile {
		display: block;
		width: 100%;
		background: #ffffff;
		text-align: center;
		margin: 1em auto;
		float: right;
		padding: 1em;
	}
	
	.prevention-chart-mobile p {
		text-align: center;
	}
	
	.reference {
    	width: 100%;
	}
	
	a button.joinBtn {
    	padding: 1em 1em;
    	margin: 0 2em;
	}
	
	#twitter-wjs iframe {
    	max-width: 100% !important;
	}
}

@media only screen and (max-width: 715px) {
	iframe.slider-iframe {
		height: 530px;
	}
}

@media only screen and (max-width: 715px) {
	.header-top {
    	height: 150px;
	}
	
	.header-top #header-top-left {
    	width: 100%;
		text-align: center;
		height: 50%;
	}
	
	.header-top #header-top-left img {
    	width: 70%;
    	margin: 2em auto;
		float: none;
	}
	
	.large-6.columns#header-top-right {
    	display: none;
	}
	
	.header-mobile {
		display: block;
		background: #bad09d;
    	padding: 1em 2em;
    	height: 70px;
	}
	
	.header-mobile .socialbtn {
		color: #5f5f5f;
    	width: 100%;
    	margin: 0;
    	font-size: 0.9em;
		margin-top: 5px;
		text-align: center;
	}
	
	.header-mobile .socialbtn a.about,
	.header-mobile .socialbtn a.contact {
		color: #5f5f5f;
	}
	
	.header-mobile form.search {
		width: 40%;
		float: right;
		padding: 0;
	}
}

@media only screen and (max-width: 650px) {
	a button.readlessBtn {
    	margin: 0.5em;
	}
	
	a button.readlessBtnVitD {
    	margin: 0.5em;
	}
}

@media only screen and (max-width: 667px) {
	.modal-content-multiple {
  		max-width: 80%;
	}
	
	.nutrient-list .modal .modal-content {
		margin: auto;
		display: block;
		width: 100%;
		max-width: 80%;
	}
	
	.nutrient-list {
		width: 70%;
		float: none;
		margin: 1em auto;
	}
	
	.row#double {
    	height: 650px;
	}
	
	.large-12.columns#row {
    	padding: 3em 3em 1em 3em;
	}
	
	h2 {
    	font-size: 1.7em;
	}
	
	.experts-video h2 {
    	font-size: 1.5em;
	}
	
	heading {
    	font-size: 2em;
	}
	
	heading-tab {
    	font-size: 2em;
	}
	
	.page-anchor {
    	font-size: 1.2em;
	}
	
	.prevention-chart p {
    	font-size: 0.9em;
	}
	
	#social-head {
		line-height: normal;
	}
	
	#facebook-tl iframe {
    	padding-left: 0;
	}
	
	#facebook-tl {
    	margin-left: 0;
	}
	
	.disclaimer {
    	width: 90%;
	}
}

@media only screen and (max-width: 656px) {
	.tabs-title {
    	width: auto;
	}
	
	.body-row .large-12.columns#map-contain .large-3.columns img {
    	width: 85%;
	}
}

@media only screen and (max-width: 650px) {
	.cta-logo {
    	text-align: center;
    	display: inline-grid;
	}
	
	.cta-logo img {
    	height: 70px;
    	margin: 0 auto;
	}
	
	a.ctaBtn {
    	padding: 1.4em 1.4em;
    	margin-top: 1em;
	}
}

@media only screen and (max-width: 639px) {
	.vitamin-d-table {
		padding: 1em;
		width: 100%;
	}
	
	.vitamin-d-table .large-2.columns img {
    	margin: 1em 0;
	}
	
	.omega-3-index .large-2.columns img {
    	margin: 1em 0;
	}
	
	.omega-3-index {
    	margin: 1em auto;
	}
	
	a button.enrollBtn {
    	padding: 2em;
    	margin: 0 0;
	}
	
	iframe.slider-iframe {
		height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	iframe.slider-iframe {
		height: 480px;
	}
}

@media only screen and (max-width: 596px) {
	.omega-3-index .omega-3-row .large-10.columns {
    	height: auto;
		padding-top: 0;
	}
	
	.vitamin-d-table .vitamin-d-row .large-10.columns {
    	height: auto;
		padding-top: 0;
	}
	
	.omega-3-index .omega-3-row .large-10.columns p {
		margin-bottom: 0;
	}
	
	.vitamin-d-table .vitamin-d-row .large-10.columns p {
    	margin-bottom: 0;
	}
	
	.large-2.columns {
    	width: 100%;
	}
	
	.large-10.columns {
    	width: 100%;
	}
	
	.omega-3-index .omega-3-row p {
		text-align: center !important;
	}
	
	.vitamin-d-table .vitamin-d-row p {
		text-align: center !important;
	}
}

@media only screen and (max-width: 570px) {
	iframe.slider-iframe {
		height: 450px;
	}
}

@media only screen and (max-width: 568px) {
	.row#profile .row {
    	margin: 5px;
	}
	
	.img-column {
    	width: 33%;
	}
	
	.video-rwd {
    	margin: 1em auto;
	}
	
	.row#about {
    	padding: 2em;
	}
	
	.row#double {
    	height: 610px;
	}
	
	h2 {
    	font-size: 1.8em;
	}
	
	.large-6.columns#nutrients-you-need h2,
	.large-6.columns#know-your-levels h2 {
		font-size: 1.3em;
	}
	
	.social-row h2 {
    	width: 100%;
    	font-size: 1.3em;
	}
	
	.social-row {
    	padding: 2em;
	}
	
	.large-12.columns#map-home {
    	background-size: cover;
	}
	
	.large-12.columns#map-home p {
    	width: 100%;
		padding: 2em;
	}
	
	.large-12.columns#row {
    	padding: 1em;
	}
	
	.large-12.columns#map-contain .large-3.columns img {
    	padding-bottom: 2em;
	}
	
	.experts-video h2 {
    	font-size: 1.3em;
		margin-bottom: 1em;
	}
	
	a.expertsBtn {
    	margin: 0.7em 2em 0 2em;
	}
	
	.body-row#vitamin-d-tab {
    	padding: 1em;
	}
	
	.prevention-chart p {
    	padding: 0 0;
	}
	
	p.factoid {
    	width: 100%;
		margin: 1em auto;
	}
	
	.nutrients-section {
    	padding: 2em 0 1em 0;
	}
	
	.nutrients-section p {
    	padding: 0 2em;
	}
	
	a button.readmoreBtnVitD {
		font-size: 1.1em;
		padding: 1em 1em;
	}
	
	a button.readmoreBtn {
		font-size: 1.1em;
		padding: 1em 1em;
	}
	
	.tabs-title {
    	width: 100%;
		border-bottom: 1px solid #cddaba;
	}
}

@media only screen and (max-width: 555px) {
	.header-top #header-top-left img {
    	width: 60%;
		margin: 1em auto;
	}
	
	.header-top {
    	height: 100px;
	}
	
	.header-mobile {
    	padding: 0.5em 2em;
    	height: 50px;
	}
	
	.header-mobile .socialbtn {
		text-align: center;
		width: 100%;
		margin-top: 3px;
	}
	
	.header-mobile form.search {
		display: none;
	}
}

@media only screen and (max-width: 538px) {
	.tabs-title {
    	width: 100%;
    	border-bottom: 1px solid #cddaba;
	}
	
	iframe.slider-iframe {
		height: 420px;
	}
	
	.large-6.columns#nutrients-you-need h2,
	.large-6.columns#know-your-levels h2 {
		margin: 1em 0;
	}
}

@media only screen and (max-width: 510px) {
	label {
		line-height: normal;
	}
	
	h2.profile {
    	line-height: normal;
	}
	
	p.noteborder-contact {
    	width: auto;
	}
}

@media only screen and (max-width: 500px) {
	iframe.slider-iframe {
		height: 400px;
	}
}

@media only screen and (max-width: 468px) {
	.call-to-action .ctaBox {
    	padding: 2em;
    	margin: 1em;
	}
}

@media only screen and (max-width: 414px) {
	.img-column {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	
	.nutrient-list {
    	width: 100%;
	}
	
	.header-top {
    	height: 80px;
	}
	
	.ctaBox p em {
    	line-height: normal;
	}
	
	a.ctaBtn {
    	margin-bottom: 1em;
	}
	
	.large-12.columns#row {
    	padding: 1em 1em 0 1em;
	}
	
	.large-12.columns#map-contain .large-9.columns img {
    	padding: 0 1em 1em 1em;
	}
	
	.large-12.columns#map-contain .large-3.columns img {
    	padding-bottom: 1em;
	}
	
	.fb-body, .twitter-body {
    	width: 60px;
	}
	
	p.factoid {
    	padding: 1em 1em;
	}
	
	.omega-3-index {
    	width: 100%;
	}
	
	.prevention-chart {
    	width: 100%;
	}
	
	.foods-container {
    	padding: 1em 1em 0.5em 1em;
	}
	
	.supplements-container {
    	padding: 1em 1em 0.5em 1em;
	}
	
	logos img {
    	width: 30%;
	}
	
	#note a {
    	font-size: 0.9em;
	}
	
	iframe.slider-iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 400px) {
	#dcalc-container {
		margin: auto;
    	padding: 20px 0;
	}
	
	.factoid {
		width: 100%;
		padding: 25px 20px 10px;
	}
}

@media only screen and (max-width: 375px) {
	heading-tab {
    	font-size: 1.8em;
	}
	
	h2 {
    	font-size: 1.5em;
	}
	
	.call-to-action .ctaBox h1 {
    	font-size: 1.8em;
	}
	
	.row#double {
    	height: 490px;
	}
	
	.large-6.columns#nutrients-you-need {
    	padding: 2em;
	}
	
	.large-6.columns#know-your-levels {
    	padding: 2em;
	}
	
	a.expertsBtn {
    	margin: 1em 0 0 0;
	}
	
	.footer-top-left {
    	padding: 2em 2em;
	}
	
	.nutrients-section .large-3.columns {
    	padding: 0 1.5em;
	}
	
	.foods-container {
    	padding: 1em 0 0.5em 0;
	}
	
	.supplements-container {
    	padding: 1em 0 0.5em 0;
	}
	
	h3.shop {
		text-align: center;
	}
	
	.when-you-shop-supplements {
    	margin: 0;
	}
	
	#profile.row {
		width: 100% !important;
		padding: 2em !important;
	}
	
	iframe.slider-iframe {
		height: 280px;
	}
}

@media only screen and (max-width: 330px) {
	p.noteborder-contact {
		font-size: 0.9em;
	}
	
	.field.row > label {
    	font-size: 0.9em;
	}
	
	span.postfix {
    	font-size: 0.9em;
	}
}

@media only screen and (max-width: 320px) {
	.header-top {
    	height: 85px;
	}
	
	.header-top #header-top-left img {
    	width: 80%;
	}
	
	.header-mobile .socialbtn a.about, 
	.header-mobile .socialbtn a.contact {
    	font-size: 0.9em;
	}
	
	a.nutrientsBtn,
	a.levelsBtn {
    	padding: 1.5em 2em;
	}
	
	a.footerBtn {
    	padding: 1.4em 1.9em;
	}
	
	iframe.slider-iframe {
    	height: 230px;
	}
}

@media only screen and (max-width: 305px) {
	.header-mobile {
    	padding: 0.5em 1em;
	}
}

#profile.row {
    font-size: 1.2em !important;
    color: #000;
    padding: 2em 3em;
    width: 1380px;
    text-align: center;
}

h1.profile {
    font-size: 2.1rem;
    font-weight: bolder;
    color: #f47b20;
    text-align: center;
}

hr.profile {
    clear: both;
    max-width: 55rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #789c45 !important;
    border-left: 0;
}

#note {
    background-color: #789c45;
	font-size: 0.9em;
    color: #fff;
    padding: 15px;
    padding-bottom:1px;
    width:50%;
    margin:auto;
    text-align:center;
    margin: 2rem auto;
}

#note a { 
	color: #fff; 
	word-break: normal;
	word-wrap: break-word;
}

#note p {
	word-break: normal;
	word-wrap: break-word;
}

.breadcrumbs {
    text-align: left;
    font-size: .7em;
	background: #ebebeb none repeat scroll 0 0;
    padding: 5px 10px;
}

.breadcrumbs a {
    color: #707070 !important;
}

.breadcrumbs a:hover {
	text-decoration: none;
    color: #707070 !important;
}

.profileimage {
	margin: auto !important;
	max-width: 480px !important;
	padding: 10px;
    text-align: center;
}

.profileimage img {
	margin-bottom: 20px;
}

table.subprofiles {
	width: 60%;
	margin-bottom: 1rem;
	border-radius: 0;
	margin: auto;
	margin: auto;
	font-size: 1.2rem;
	padding: 0.5rem;
}

table.subprofiles thead {
 	background: #ecffd1 !important;
	color: #566441 !important;
}


th.subprofiles {
	text-align: center !important;
	font-weight: bolder;
}
@media only screen and (max-width: 768px) {
	#profile.row { width:100% !important;}
	#note { width: 75% !important;}
        .noteborder { width: 75% !important;}

}

@media only screen and (max-width: 1024px) {
	#note { width: 90% !important; }
	table.subprofiles { width: 90% !important; }
	.noteborder { width: 90% !important;}
}

/* Ninja Slider */

#ninja-slider {
    width:100%;
    padding: 30px 0;
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider.fullscreen {
    background:#000;
}


#ninja-slider .fs-icon {
    top:6px;
    right:6px;
    width:60px;
    height:26px;
    background: rgba(0,0,0,0.2);
    z-index:2;
    color:white;
    text-align:center;
    font:bold 11px/26px arial;
    border:1px solid rgba(255,255,255,0.3);
    border-radius:2px;
    opacity:0;
    -webkit-transition:opacity 0.8s;
    transition:opacity 0.8s;
}

#ninja-slider .slider-inner:hover .fs-icon,
#ninja-slider.fullscreen .fs-icon {
    opacity: 1;
}
#ninja-slider.fullscreen div.fs-icon {
    right:30px;
}

#ninja-slider .fs-icon::before {      
    content:"EXPAND";
    display:block;
}

#ninja-slider.fullscreen .fs-icon::before {
    content:"CLOSE";
}


#ninja-slider .slider-inner {
    max-width:600px;
    margin:0 auto;/*center-aligned */
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#ninja-slider.fullscreen .slider-inner {
    width:95%;
    max-width:800px;
}

#ninja-slider ul {
    position:relative;
    list-style:none;
    padding:0;
    box-sizing:border-box;
}

#ninja-slider li {
    
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    font-size:12px;
    list-style:none;
    margin:0;
    padding:0;
    opacity:0;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider li.ns-show {
    opacity:1;
}



/* --------- slider image ------- */  
#ninja-slider .ns-img {
    background-color:rgba(0,0,0,0.3);
    background-size:contain;/*Note: If transitionType is zoom, it will be overridden to cover.*/

    /*decorate border*/
    box-shadow: inset 0 0 2px rgba(255,255,255,.3);
    border-radius:6px;

    cursor:auto !important;
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
}


/*---------- Captions -------------------*/
#ninja-slider .caption {
    padding:20px 40px;
    margin:auto;
    left:0;right:0;
    top:auto;bottom:0px;
    width:auto;
    text-align:right;
    font-family:sans-serif;
    font-size:11px;
    color:rgba(255,255,255,0.2);
    background:none;
    /*background:rgba(0,0,0,0.12);*/
    position:absolute;
    box-sizing:border-box;
}
#ninja-slider li .cap1 {
    color:rgba(255,255,255,0.5);
    font:bold 32px arial;
    text-align:center;

    opacity:0;
    bottom:40%;
    -webkit-transition:bottom 1.3s, opacity 1s;
    transition:bottom 1.3s, opacity 1s;
}

/*The cap1 of the current slide */
#ninja-slider li[class*='-'] .cap1 {
    opacity:1;
    bottom:20%;
}
#ninja-slider li .cap2 {
    color:rgba(255, 162, 0, 0.5);
    font-size:23px;
    bottom:15%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/*The cap2 of the current slide */
#ninja-slider li[class*='-s'] .cap2 {
    bottom:10%;
}


/* ---------Arrow buttons ------- */   
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */ 
#ninja-slider-pause-play { display:none;}  

#ninja-slider-prev, #ninja-slider-next
{
    position: absolute;
    display:inline-block;
    width:42px;
    height:56px;
    line-height:56px;
    top: 50%;
    margin-top:-51px;/*pager's height should also be counted*/
    background-color:rgba(0,0,0,0.4);
    background-color:#ccc\9;/*IE8 hack*/
    backface-visibility:hidden;
    color:white;
    overflow:hidden;
    white-space:nowrap;
    -webkit-user-select: none;
    user-select:none;
    border-radius:2px;
    z-index:10;
    opacity:0.3; 
    font-family:sans-serif;   
    font-size:13px;
    cursor:pointer;
    -webkit-transition:all 0.7s;
    transition:all 0.7s;
}

.slider-inner:hover #ninja-slider-prev, .slider-inner:hover #ninja-slider-next {
    opacity:1;
}


#ninja-slider-prev {
    left: -42px; /*set it with a positive value if .slider-inner does not have max-width setting.*/
}
#ninja-slider-next {
    right: -42px;
}

/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    backface-visibility:hidden;
}

#ninja-slider-prev::before {
    -ms-transform:rotate(-45deg);/*IE 9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    right:4px;
}

#ninja-slider-next::before {
    -ms-transform:rotate(135deg);/*IE 9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
    left:4px;
}


/*pagination num within the arrow buttons*/
#ninja-slider-prev div, #ninja-slider-next div {display:none;}


/*------ pager(nav bullets) ------*/      
/* The pager id should be: slider id + "-pager" */
/* #ninja-slider-pager { display:none;}*/
#ninja-slider-pager
{
    padding-top:30px; /* set the distance away from the slider */
    margin:0 auto; /* center align */
    text-align:center;
    display:table;
    font-size:0;
}
         
#ninja-slider-pager a 
{
    display:inline-block;
    width: 10px;
    height: 10px;
    background-color: #CCC;
    font-size:0; /* Non-zero will show the index num */
    margin:2px 6px;
    cursor:pointer;
    border-radius:10px;
    box-shadow:inset 0 1px 3px #666666;
}

#ninja-slider-pager a:hover 
{
    opacity:0.6;
}
#ninja-slider-pager a.active 
{
    background-color:#779b45;
    box-shadow:inset 0 1px 3px -1px #28b4ea,0 1px 1px rgba(0,0,0,.5);
}

   

#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

/*Responsive settings*/
@media only screen and (max-width:768px){
    #ninja-slider-pager {
        display:none;
    }
	
	#ninja-slider-prev {
		left: 2px;
	}
	
	#ninja-slider-next {
		right: 2px;
	}
}

@media only screen and (max-width:600px){

    
    #ninja-slider li .cap1 {
        font-size:20px;
    }
}



.gdpr-container {
    display: block;
    position: fixed;
    bottom: 0;
    background: #F1F2F2;
    z-index: 99999999!important;
    padding: 14px;
    max-width: 360px;
    border-radius: 5px;
    margin: 8px;
    border: 1px solid #c5c5c5;
    box-shadow: 0 3px 2px rgba(146, 144, 144, .5)
}

.off-canvas-wrap.move-right .gdpr-container {
    display: none
}

.gdpr-container .close-button {
    position: static;
}

.gdpr-container .close-button p {
    margin: 0
}

.gdpr-container .close-button p a {
    padding-bottom: 1px;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    background-color: #9e9c9c;
    text-align: center;
    line-height: 20px;
    text-transform: lowercase!important;
    font-weight: 700;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

.gdpr-container .close-button p a:hover {
    background-color: #8c8c8c
}

.gdpr-container>p {
    padding-right: 25px
}

.gdpr-container p {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    color: #3c3c3c;
    line-height: 18px !important;
}

.gdpr-container .agree-button {
    text-align: center
}

.gdpr-container p a {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    color:#0869BD;
    text-decoration: none;
}

.gdpr-container .agree-button p {
    padding-bottom: 2px;
    margin: 0
}

.gdpr-container .agree-button a {
    color: #fff!important;
    font-size: 13px;
    background-color: #0869BD;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    padding: 6px 24px;
    border-radius: 5px
}

.gdpr-container .agree-button p a:hover {
    background: #065497
}

@media(min-width:990px) {
    .gdpr-container {
        margin: 0 35px 35px
    }
}


#videos-and-podcasts .video-rwd {
  max-width: 750px;
}

#videos-and-podcasts .description {
  max-width: 600px;
  margin: 0 auto;
text-align:center;
}
