/* stylelint-disable @stylistic/selector-list-comma-newline-after */
body {
	background-image:url("../art/BackgroundFade.png");
	background-color: #92b4b9;
}
.container {
	background-color: #FFFFFF;
	padding: 0 18px 6px;
}
.rounded-bottom {
	border-radius: 0px 0px 33px 33px;
}
.border-top {
	border-top: 6px solid #1b858a;
}
.primary-background-05 {
	background-color: #faf2f2;
}
.primary-background-10 {
	background-color: #f5e5e5;
}
.primary-background-25 {
	background-color: #e5bfbf;
}
.primary-background-50 {
	background-color: #cc7f7f;
}
.primary-background-75 {
	background-color: #b34040;
}
.primary-background-100 {
	background-color: #990000;
}

.comlimentary-blue-background-10 {
	background-color: #eceff8;
}
.comlimentary-blue-background-25 {
	background-color: #d6dff1;
}
.comlimentary-blue-background-50 {
	background-color: #b2c5e6;
}
.comlimentary-blue-background-75 {
	background-color: #90afdc;
}
.comlimentary-blue-background-100 {
	background-color: #709bd1;
}

.comlimentary-periwinkle-background-10 {
	background-color: #e4ebec;
}
.comlimentary-periwinkle-background-25 {
	background-color: #c4d3d6;
}
.comlimentary-periwinkle-background-50 {
	background-color: #92b4b9;
}
.comlimentary-periwinkle-background-75 {
	background-color: #629ba0;
}
.comlimentary-periwinkle-background-100 {
	background-color: #1b858a;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
	color:#1b858a;
}
h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
	color:#000000;
	margin-bottom: 10px;
}
.sub-lead {
  font-size: 1.05rem;
  font-weight: 300;
}
.flex-auto {
  flex: 0 0 auto;
}

.target-bckgrnd {
	background-image: url("../art/Fat-Attack_bullseye-lg.png");
	background-repeat: no-repeat;
	background-position-x: 109%; 
	background-position-y: 50%;
	border: 1px solid #90afdc;
}
.workshop-bckgrnd {
	background-image: url("../art/Fat-Attack_appointment.png");
	background-repeat: no-repeat;
	background-position-x: 98.5%; 
	background-position-y: 40%;
	background-size: 22%;
	border: 1px solid #90afdc;
}
.arteries-bckgrnd {
	background-image: url("../art/arteries.jpg");
	background-repeat: no-repeat;
	background-position-x: 118%; 
	background-position-y: 58%;
	background-size: 46%;
	border: 1px solid #90afdc;
}
.learn-bulb-bckgrnd {
	background-image: url("../art/learn-lightbulb-faded.png");
	background-repeat: no-repeat;
	background-position-x: 98%; 
	background-position-y: 50%;
	background-size: 19%;
	border: 1px solid #90afdc;
}
.call-out-box {
	border: 1px solid #90afdc;
	padding: 3rem 3rem 0;
}
.call-out-box img {
	width: 20%;
	margin: 0 auto 8px;
	display: block;
}
.call-out-box h2 {
	font-size: 1.5rem;
	text-align: center;
}
h2.call-out-box-text-left {
	font-size: 1.5rem;
	text-align: left;
}
.call-out-box .btn {
	font-size: 1.1rem;
	text-align: center;
	background: #1B858A;
	background: -webkit-linear-gradient(bottom, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	background: linear-gradient(to top, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 18px;
	box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
}
.call-out-box .btn:hover, .call-out-box:active {
	font-size: 1.1rem;
	text-align: center;
	background: #ffffff;
	background-color: #ffffff;
	color:#1B858A;
	border:2px solid #1B858A;
}
.paper-back-box {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fffffff;
	padding:16px 4% 12px;
	background-image: url(../art/paper-texture_lighter.jpg);
	box-shadow: 1px 1px 10px #b3b3b3;
	border-radius: 15px;
	margin-bottom: 25px;
}
.paper-back-box ul li a {
	color:#AE372C;
}
.paper-back-box ul li a:hover, .paper-back-box ul li a:active {
	color:#0074AD;
}
.paper-back-box ul li {
	margin-bottom:10px;
}
.paper-back-box ul ul li {
	margin-bottom:3px;
}
.paper-back-box ul li.tighten-top{
	margin-top:-7px;
}
.paper-back-box ul ul li:last-child {
	margin-bottom:10px;
}
.kern-out {
	letter-spacing:0.025em !important;
}
.kern-in {
	letter-spacing:-0.008em !important;
}
table {
	border-collapse:collapse;
	text-align:center;
	margin:0px auto 33px;
}
table th {
	background-color:#eceff8;
	text-align: center;
	padding:5px 8px;
	font-weight:bold;
}
table tr, table td, table th {
	border: 1px #000000 solid;
}
.footnote {
	font-size: 12px;
	color: #666666;
	text-align: left;
	position: relative;
	margin-bottom:8px;
}
.align-items-right {
  align-content: right !important;
}

.h-250 { height: 250px;
}
.fat-attack-logo {
	width: 28%;
}
.co-brand-logo {
	width: 90%;
}
.weight-bold {
	font-weight: 600;
	margin-bottom:0;
}
.iframe-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}
.TotalFatNumber {
	font-family: ClarendonRomanCondensed;
	color:#990000;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0;
}
.TotalFatGram {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
.Total-Sat-Fat {
	font-family: ITCBookmanStdMediumItalic;
	font-size: 14px;
	line-height: 14px;
	color: #650f0e;
	margin: 4px 0 0 0;
	text-align: center;
	font-weight: lighter;
}
button.nutrition-btn {
	font-size: 1rem;
	padding:3px 11px;
	text-align: center;
	background: #1B858A;
	background: -webkit-linear-gradient(bottom, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	background: linear-gradient(to top, rgba(27, 133, 138, 1) 0%, rgba(146, 180, 185, 1) 50%, rgba(27, 133, 138, 1) 100%);
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 18px;
	box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.1);
}
button.nutrition-btn:hover, button.nutrition-btn:active {
	font-size: 1rem;
	text-align: center;
	background: #ffffff;
	background-color: #ffffff;
	color:#1B858A;
	border:2px solid #1B858A;
	box-shadow: 6px 6px 3px -4px rgba(0,0,0,0.1);
}
.page-mark {
	font-weight: 700;
	text-decoration: none!important;
	color: #CC6600!important;
}

/*=========================== START fancy list ========================*/

.fancy h2 {
	text-align: center;
}

.fancy {
	padding: 1.5em;
	margin: 0;
}

.blocks {
	margin: 1.5em 0 0.5em;
	padding: 0.73em;
	background: #eceff8;
	border-radius: 10px;
	position: relative;
	list-style: none;
	display: inline-block;
	transform: scale(0.99);
	transition: var(--trans);
	width:97%;
}

.blocks:nth-of-type(even) {
/*	text-align: right; */
	background: #ffffff;
	border: 4px solid #eceff8;
	border-radius: 10px;
}

.thumb-icon-img {
	width: 4.5em;
	height: 4.5em;
	float: left;
	margin-right: 1.25em;
	background: #ffffff;
	border: 4px solid #92b4b9;
	transform: rotate(-4deg);
	transition: var(--trans);
	border-radius: 0.25em;
	overflow: hidden;
	margin-left: -3em;
	padding: 0.5em;
	color:#1b858a;
}

.blocks:nth-of-type(even) .thumb-icon-img {
/*	--deg: 86deg;
	float: right;
	margin-left: 2em;
	margin-right: -3em; */
	transform: rotate(4deg);
}

.thumb-icon-img img {
	width: 100%;
	height: 100%;
	border-radius: 0.25em;
	filter: grayscale(1);
	background: var(--dark);
}

.blocks:hover {
	transform: scale(1);
	transition: var(--trans);
	filter: drop-shadow(0px 2px 2px #f6f6f6);
}

.blocks:hover .thumb-icon-img {
	padding: 0.5em;
	transition: var(--trans);
	transform: rotate(-1deg);
	--deg: -89deg;
}

.blocks:nth-of-type(even):hover .thumb-icon-img {
	--deg: 91deg;
}

.blocks:hover .thumb-icon-img img {
	filter: none;
	transition: var(--trans);
}

.text-li {
	padding-top: 0.5vmin;
}

.text-li p {
	padding: 0 2em;
	margin-bottom: 0.25em;
}

.fancy > h3 {
	background: linear-gradient(182deg, #fff0 60%, var(--dark) 0 100%);
	display: inline;
	transform: rotate(-2deg);
	position: absolute;
	margin: 0;
	margin-top: -2.25em;
	left: 9vmin;
	padding: 0.5em 0.75em;
	color: var(--yellow);
	border-radius: 0.25em;
	font-size: 1.35em;
	transform-origin: left bottom;
}

.blocks:nth-of-type(even) h3 {
	left: inherit;
	right: 9vmin;
	transform: rotate(2deg);
	transform-origin: right bottom;
	background: linear-gradient(-182deg, #fff0 60%, var(--dark) 0 100%);
}

.blocks:hover h3 {
	transition: var(--trans);
	transform: rotate(0deg);
	background: linear-gradient(180deg, #fff0 59%, var(--dark) 0 100%);
}

.co-funder:after {
	content: "CO-FUNDER";
	font-size: 0.75em;
	position: absolute;
	top: -1.5em;
	background: var(--yellow);
	right: 4em;
	transform: rotate(3deg);
	padding: 0.35em 0.75em 0.5em;
	border-radius: 0.25em;
	color: var(--dark);
	font-weight: bold;
}

.co-funder:nth-of-type(even):after {
	right: inherit;
	left: 4em;
	transform: rotate(-3deg);
}

.text-li p a {
	display: inline-block;
	margin: 0.5em 0 0 0;
	background: var(--dark);
	color: var(--yellow);
	padding: 0.1em 0.5em 0.35em;
	border-radius: 0.5em;
	text-decoration: none;
	transition: var(--trans);
}
.text-li p a:hover {
	transition: var(--trans);
	color: var(--dark);
	background: var(--yellow);
	font-weight: bold;
}

.text-li p a img {
	float: left;
	width: 22px;
	filter: invert(1);
	border-radius: 0.15em;
	padding: 2px;
	background: #fff;
	margin-right: 2px;
}

.right-bullets{
/*	direction: rtl; */
	margin-top: 0;
	margin-left:30px;
}

/*=========================== END fancy list ========================*/


@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
a.nav-link {
	color: #000000;
	text-decoration: underline;
	font-size: 0.975rem;
}
a.nav-link:hover, a.nav-link:focus {
	color: #f36c21;
	text-decoration: none;
}
.bg-body-hero {
	background-color: #ffffff;
	background-image: url("../art/Fat-Hero.jpg");
	background-position-x: 138%;
	background-position-y: 90%;
	background-repeat: no-repeat;
	background-size: 75%;
}
.bg-learn-hero {
	background-color: #ffffff;
	background-image: url("../art/Learn-Hero.jpg");
	background-position-x: 100%;
	background-position-y: 30%;
	background-repeat: no-repeat;
	background-size: 45%;
}
.bg-what-hero {
	background-color: #ffffff;
	background-image: url("../art/What_hero_Full.jpg");
	background-position-x: 104%;
	background-position-y: 58%;
	background-repeat: no-repeat;
	background-size: 62%;
	min-height: 320px;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.navbar-top-shim {
	margin-top:-6px;
}

@media screen and (min-width: 992px) {
	.navbar-expand-lg {
		background-color: #eceff8;
	}
}
	
@media screen and (max-width: 991px) {
	.bg-body-hero {
		background-color: #ffffff;
		background-image: url("../art/Fat-Hero.jpg");
		background-position-x: 104%;
		background-repeat: no-repeat;
		background-size: 82%;
	}
	.bg-what-hero {
		background-color: #ffffff;
		background-image: url("../art/What_hero_Full.jpg");
		background-position-x: 110%;
		background-position-y: 58%;
		background-repeat: no-repeat;
		background-size: 72%;
		min-height: 260px;
	}
	.target-bckgrnd {
		background-image: url("../art/Fat-Attack_bullseye_faded-lg.png");
		background-repeat: no-repeat;
		background-position-x: 109%; 
		background-position-y: 50%;
		border: 1px solid #90afdc;
	}
	.workshop-bckgrnd {
		background-image: url("../art/Fat-Attack_appointment-faded.png");
		background-repeat: no-repeat;
		background-position-x: 110%; 
		background-position-y: 55%;
		background-size: 40%;
		border: 1px solid #90afdc;
	}
	.arteries-bckgrnd {
		background-image: url("../art/arteries.jpg");
		background-repeat: no-repeat;
		background-position-x: 126%; 
		background-position-y: 5%;
		background-size: 59%;
		border: 1px solid #90afdc;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.bg-body-hero {
		background-color: #ffffff;
		background-image: url("../art/Fat-Hero.jpg");
		background-position-x: 0%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.target-bckgrnd {
		background-image: url("../art/Fat-Attack_bullseye_faded-lg.png");
		background-repeat: no-repeat;
		background-position-x: 105%; 
		background-position-y: -122px;
		border: 1px solid #90afdc;
	}
}

@media screen and (max-width: 767px) {
	.bg-body-hero {
		background-color: #eceff8;
		background-image: none;
		background-position-x: 0%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.bg-what-hero {
		background-color: #eceff8;
		background-image: none;
		background-repeat: no-repeat;
		min-height: 140px;
	}
	.target-bckgrnd {
		background-image: url("../art/Fat-Attack_bullseye_faded-lg.png");
		background-repeat: no-repeat;
		background-position-x: 109%; 
		background-position-y: -120px;
		border: 1px solid #90afdc;
	}
	.arteries-bckgrnd {
		background-image: none;
	}
}

