/* *****************************************
      	COMPARE PAGES - TOC
		------------------

	%%COMPARE

	-	%%FEED SELECTOR TOOL

	-	%%RESULTS

	-	%%UNIT CONVERSION TOOL

***************************************** */

/* *****************************************
         		%%COMPARE Redo
***************************************** */
/* .compare-page button{
	border-radius: 0;
} */

/* body, html {
	overflow-x: hidden;
} */

.compare-page{
	/* padding-bottom: 150px; */
}

.compare-feeds-main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.compare-feeds-content-wrapper option {
	display: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.all-tc-feeds-btn {
	font-size: 31px;
	color: white;
	text-transform: uppercase;
	letter-spacing: .050em;
	background-color: #002D72;
	border: 1px solid #002D72;
	border-radius: 14px;
	padding: 10px 80px 5px 80px;
	display: inline-block;
}

@media only screen and (max-width: 750px) {
	.all-tc-feeds-btn {
		font-size: 19px;
		padding: 10px 15px 5px 15px;
		width: max-content;
	}
}

.all-tc-feeds-btn:hover {
	color: white;
	text-decoration: none;
}

.all-tc-feeds-btn .fa-angle-right {
	float: right;
	color: #fff;
	margin-left: 30px;
	/* font-size: 23px; */
}

.col-md-4 {
	width: 90%;
	/* margin-left: 100px; */
	text-align: center;
}

.compare-feeds {
    background-color: #ffffff;
	cursor: pointer;
	width: 100%;
	max-width: 600px;
	height: 62px;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 14px;
	align-content: center;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}



@media only screen and (max-width: 750px) {
	.compare-feeds {
		margin: 0 25px 10px 25px;
		height: auto;
	}
	.compare-page #compare-selection{
		padding-top: 30px !important;
	}
	.compare-page .intro-section{
		margin-bottom: 20px !important;
	}
}

.compare-feeds-title {
	font-size: 35px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    background: #002D72;
    display: inline-block;
    width: 100%;
    padding: 6px;
	transition: all linear 0.15s;
}
@media only screen and (max-width: 750px) {
	.compare-feeds-title{
		font-size: 22px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.compare-feeds-title span{
		justify-self: center;

		width: 100%;
	}
	.compare-feeds-title i{
		font-size: 35px;
	}
}
.compare-feeds-title.active,
.compare-feeds-title:hover {
	background: #C0C6D9;
	text-decoration: none;
}

.compare-feeds-title:after {
	/* content: '\f105';
	font-family: 'Font Awesome 5 Pro Light';
    float: right;
	margin-left: 5px; */
}
 
.compare-feeds-title.active:after {
	/* content: "\f105"; */
	font-family: 'Font Awesome 5 Pro Light';
}

.compare-feeds-title i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.compare-feeds-title.active i {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
 
.compare-feeds-content {
	display: none;
	width: 100%;
	background-color: transparent;
}

.compare-feeds-content-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.col-count{
	display: flex;
	flex-direction: column;
	width: 20%;
    margin-right: 5%;
}
.col-count:last-of-type{
	margin-right: 0;
}
@media(max-width: 1024px){
	.col-count{
		width: 100%;
		margin-right: 6%;
		margin-left: 6%;
	}
	.col-count:last-of-type{
		margin-right: 6%;
	}
}
.compare-feeds-brands {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4%;
	line-height: 25px;
}
.compare-feeds-brands.active .fa-angle-right{
	transform: rotate(90deg);
}
.product-name{
	width: 65%;
	display: inline-block;
	margin-left: 15px;
}
.add-btn{
	display: flex;
    align-items: center;
}
@media only screen and (max-width: 750px) {
	.compare-feeds-brands {
		width: 100%;
		margin: 0 auto;
		/* margin-right: 6%;
		margin-left: 6%; */
		margin-bottom: 2%;
	}
	:nth-of-type(4n) {
		margin-right: 0;
	} 
}

@media only screen and (max-width: 1024px) {
	.compare-feeds-brands {
		width: 100%;
		margin: 0 auto;
		/* margin-right: 6%;
		margin-left: 6%; */
		margin-bottom: 2%;
	}
}

:nth-of-type(4n) {
	margin-right: 0;
}


.compare-feeds-products-title {
	font-size: 27px;
	font-weight: 500;
	color: #002D72;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	border-radius: 14px;
	padding: 15px;
	padding-bottom: 11px;
	width: 100%;
	transition: all linear 0.15s;
	margin-bottom: 5px;
	/* height: 55px; */
	display: flex;
    align-items: center;
	justify-content: space-between;
	position: relative;
}
.compare-feeds-products-title span{
	width: 100%;
}
.active .compare-feeds-clone {
	display: none;
}

@media only screen and (max-width: 750px) {
	.compare-feeds-products-title {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.compare-feeds-products-title {
		height: auto;
		padding-top: 10px;
		padding-bottom: 5px;
		border-radius: 8px;
	}
}

.compare-feeds-products-title:hover {
	background: #C0C6D9;
	text-decoration: none;
}

.compare-feeds-products-title:active {
	background-color: #C0C6D9;
}

.compare-feeds-products-title.active i {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.compare-feeds-products-title i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
	 font-size: 35px;
	 margin-top: -4px;
}

.compare-feeds-products-title:active {
	background-color: #C0C6D9;
}
 
.compare-feeds-products-title:after {
	/* content: '\f054';
	font-family: 'Font Awesome 5 Pro Light';
    font-size: 13px;
    color: #FFF;
    float: right;
	margin-left: 5px;
	text-decoration: none; */
}
 
.compare-feeds-products-title.active:after {
	/* content: "\00f054"; */
	font-family: 'Font Awesome 5 Pro Light';
}

.compare-feeds-products-content {
	display: none;
}

.compare-feeds-products-content-wrapper {
	width: 100%;
}

.compare-feeds-products {
	font-size: 18px;
	color: #002D72;
	text-align: left;
	text-transform: capitalize;
	background: #ffffff;
	border: 3px #E1E1DF solid;
	border-radius: 8px;
    width: 90%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	transition: all linear 0.15s;
	overflow: hidden;
	white-space: normal;
}

.compare-feeds-products-btn {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	background-color: #002D72;
	border-radius: 14px;
	float: right;
	width: 25%;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	margin-right: 5px;
	white-space: nowrap;
	cursor: pointer;
}

.active-btn {
	background-color: #C0C6D9;
}

.fa-angle-right {
	float: right;
	color: #002D72;
}

.fa-check {
	color: #002D72;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 22px;
}

.compare-page .link-button.mobile-only{
	display: none;
}
.compare-page .alert{
	font-size: 18px;
	border: 1px solid #6c6b6b;
	color: #6c6b6b;
	display: none;
}
.compare-page #compare-selection {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 47px;
}
.compare-page #compare-results {
	padding-left: 5.25vw;
	padding-right:5.25vw;
	overflow-x: hidden;
}
.compare-page #compare-results .check-mark{
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.compare-page #compare-results {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 750px) {
	.compare-page #compare-selection, .compare-page #compare-results {
		margin: 0 auto;
		padding: 0;
	}
	.compare-page #compare-selection{
		padding-top: 47px;
	}
}

.compare-page h2{
	text-transform: none;
	font-size: 57px;
	letter-spacing: 0.015em;
	color: #002D72;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.compare-page h2 {
		font-size: 28px;
		font-weight: 300;
		color: #002D72;
	}
}

.compare-page p {
	font-size: 33px;
	color: #002D72;
	letter-spacing: 0.005em;
	align-content: center;
}

@media only screen and (max-width: 750px) {
	.compare-page p {
		font-size: 19px;
		color: #002D72;
		text-align: center;
	}
}

.compare-page .p1{
	margin-top: 15px;
	margin-bottom: 50px;
}

.compare-page .select-section{
	display: inline-block;
}

.compare-page select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url('../img/select-arrow.png');
	 background-position: right center;
	 background-repeat: no-repeat;
	 border: 2px solid #6c6b6b;
	 border-radius: 4px;
	 color: #6c6b6b;
	 background-color: #d7d7d6;
	 padding-left: 10px;
	 padding-right: 20px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 display: block;
	 font-size: 18px;
}
.compare-page select:disabled{
	opacity: 0.8;
}
.compare-page select.brand{
	min-width: 185px;
	margin-bottom: 23px;
	display: inline-block;
}
.compare-page .select-logo{
	display: none;
	width: 50px;
  margin-left: 25px;
}
.compare-page select.product{
	min-width: 265px;
	margin-bottom: 45px;
}
.compare-page .compare-button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	 background: #002D72;
	 font-size: 47px;
	 font-weight: 700;
	 text-transform: uppercase;
	 color: #ffffff;
	 text-align: center;
	 padding-top: 15px;
	 padding-bottom: 15px;

	 margin-bottom: 18px;
	 cursor: pointer;
	 letter-spacing: 0.05em;
	 border-radius: 30px 30px 0px 0px;
}


.compare-page .compare-button.show{
		transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
	.compare-page .compare-button {
		padding: 10px;
		position: fixed;
		margin: 0;
		right: auto;
		left:0;
		bottom: 0;
		width: 100%;
		font-size: 31px;
		border: 0;
		border-radius: 0;
		transform: translate3d(0, 500px, 0);
		transition: transform 0.3s ease;
	}
	
}
.compare-page .compare-button:hover{
	background-color: #002D72;
	color: #fff;
}

.compare-button.active,
.compare-button:hover {
	background-color: #002D72;
	color: #fff;
}
 
.compare-button.active:after {
	font-family: 'Font Awesome 5 Pro Light';
}

/* .compare-button i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.compare-button i {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
} */

.compare-button .fa-angle-right {
	color: #fff;
	float: none;
	padding: 20px;
}

.compare-page .compare-button.small-button img{
	padding-left: 0;
}

.compare-page .link-button{
	display: block;
	/* width: 100%; */
	text-decoration: none;
	border: none;
}

.compare-page .button-wrap{
	padding: 0;
}

.compare-page .link-button.dashed-button{
	 border: none;
	 font-size: 30px;
	 color: #fff;
	 background-color: transparent;
	 font-weight: lighter;
	 border: none;
	 float: right;
	 text-transform: uppercase;
}

.compare-page .brand-logo{
	width: 45px;
	margin-bottom: 1em;
}
@media(max-width: 750px){
	.compare-page .brand-logo{
		width: auto;
		max-width: 25px;
	}
}
.compare-page .compare-hero{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 22vw;
}

.compare-page .compare-hero img{
	display:none;
}

.compare-page .intro-section{
	max-width: 100%;
	margin-bottom: 34px;
}

.compare-page .intro-section:after{
	content: "";
  display: table;
  clear: both;
}

.compare-page .intro-section .intro-text{
	width: 100%;
  	float: none;
}

/*.compare-page .intro-section .intro-image{
	position: relative;
	z-index: 1;
	width: 34%;
	float: right;
	margin-top: -14%;
}*/
.compare-page #chart2, .compare-page #chart3 {
	display: none;
}
.compare-page #chart2.show, .compare-page #chart3.show {
	display: initial;
}
.compare-page #chart2 h4, .compare-page #chart3 h4{
	font-size: 21px;
	margin: 0;
}
@media(max-width: 750px){
	.compare-page #chart2 h4, .compare-page #chart3 h4{
		font-size: 12px;
		min-height: 32px;
	}
}
.compare-page #results-table{
	border-collapse: collapse;
	margin-bottom: 80px;
	color: #002D72;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.compare-page #results-table{
		margin-bottom: 20px;
	}
}
.compare-page #results-table th, .compare-page #results-table td {
   border: 2px solid #002D72;
   border-bottom: none;
   border-top: none;
   border-left: none;
}
th:first-child {
		border-radius: 6px 0 0 0;
}
.compare-page #heading th{
	border: none;
	vertical-align: bottom;
	/* padding-right: 50px;
	padding-left: 50px; */
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
}

.compare-page #heading .first_column_headline p{
	text-transform: none;
	font-size: 22px;
}

@media (max-width: 750px){
	.compare-page #heading .first_column_headline p{
	font-size: 12px;
	}
}

.compare-page #heading th .brand-name{
	text-transform: none;
}
.compare-page #results-table a{
	display: block;
	color: #002D72;
	font-size: 27px;
	font-weight: 500;

}

@media only screen and (max-width: 750px) {

	.compare-page #heading th{
		padding: 0;
		font-size: 12px;
		width: 135px;
		line-height: 12px;
	}

	.compare-page #results-table a {
		font-size: 18px;
		/* margin: 0 auto; */
	}
}

.compare-page #results-table td{
	font-size: 12px;
	letter-spacing: 0.01em;
	padding-top: 16px;
	padding-bottom: 16px;
}
.compare-page #results-table td:last-of-type{
	border-right: none;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
}
.compare-page #results-table .row-label{
	width: 110px;
	padding-left: 10px;
	transition: background-color 0.3s;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}
.compare-page #results-table .row-label:hover{
	background-color:#C0C6D9;
}
.compare-page #results-table .row-label a:hover{
	text-decoration: none;
}
tr:nth-child(even) {
	background: #fff;
}

table tr td:last-child {
	border-right: none;
  }

/* .compare-page #results-table tr :first-child{
	border-left: none;
}
.compare-page #results-table tr :last-child{
	border-right: none;
}
.compare-page #results-table tr:last-child td{
	border-bottom: none;
} */
.compare-page #results-table .product-name{
	font-size: 12px;
	letter-spacing: -0.025em;
	font-weight: normal;
	text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.compare-page #results-table .brand-logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.compare-page #results-table .true-dot{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 22px;
}
.compare-page #suggested-feed h2{
	width: 110%;
	margin-top: 0;
}
.compare-page	#suggested-feed img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	margin-bottom: 42px;
	margin-top: 58px;
}

.compare-page .download-links{
	text-align: center;
	margin-bottom: 15px;
	margin-top: -20px;
}
@media only screen and (max-width: 992px) {
	.compare-page .download-links{
		margin-top: 0px;
	}
}
.compare-page .download-links a{
	color: #002D72;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.005em;
}
.compare-page .download-links a:first-of-type{
	border-right: 1px solid #6c6b6b;
	padding-right: 14px;
}
.compare-page .download-links a:last-of-type{
	padding-left: 14px;
}
.compare-page .hide-coupon{
	display: none;
}

.mailchimpIntroParagraph {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 160px 70px 70px;
}

@media only screen and (max-width: 750px) {
	.mailchimpIntroParagraph {
		width: 100%;
		text-align: center;
		/* margin: 0 auto; */
		padding: 50px 25px 0;
	}
}

.compare-page .mailchimpIntroParagraph h4{
		line-height: 1.6;
		color: #fff;
		font-size: 33px;
		font-weight: 700;
}

@media only screen and (max-width: 750px) {
	.compare-page .mailchimpIntroParagraph h4 {
		font-size: 21px;
	}
}

.mailchimpIntroParagraph p {
	color: #fff;
	font-size: 33px;
	font-weight: lighter;
}

@media only screen and (max-width: 750px) {
	.mailchimpIntroParagraph p {
		font-size: 15px;
	}
}

.compare-page .closeMailchimp {
    display: table;
    float: right;
    color: #4d4d4f;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}
.compare-page .closeMailchimp img {
    width: 25px;
}
.compare-page .mailchimpWrapper {
	text-align: center;
	font-size: 18px;
}
	.compare-page .mailchimpWrapper .frm_style_formidable-style.with_frm_style input[type=submit]{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		 border: 1px solid #6c6b6b;
		 background: transparent;
		 font-size: 18px;
		 font-weight: 800;
		 text-transform: uppercase;
		 color: #6c6b6b;
		 text-align: center;
		 padding-top: 15px;
		 padding-bottom: 15px;
		 width: 100%;
		 margin-bottom: 18px;
		 cursor: pointer;
	}
	.compare-page .mailchimpWrapper .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
		background-color: #7a7f7b;
		color: #fff;
	}
@media (min-width: 1024px){
	.compare-page #compare-selection, .compare-page #compare-results{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.compare-page .intro-section .intro-text p{
		font-size: 33px;
		color: #002D72;
		letter-spacing: 0.04em;
		line-height: 40px;
		text-align: center;
		width: 980px;
		max-width: 100%;
		margin: 0 auto;
	}

	/*.compare-page .intro-section .intro-text h2{
		font-size: 35px;
	}*/

	.compare-page .p1{
		margin-top: 15px;
		margin-bottom: 50px;
	}
}
@media(min-width: 768px){
	.compare-page{
		padding-bottom: 90px;
	}
	.compare-page #compare-submit{
		margin-top: 48px;
		margin-bottom: 0;
	}
	.compare-page #compare-submit{
		display: block;
		width: 100%;
		max-width: 939px;
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		bottom: 0;
		z-index: 10;
		margin-bottom: 0;
		transform: translate3d(0, 500px, 0);
		transition: transform 0.3s ease;
		z-index: 10;
		left: 0;
		right: 0;
	}
	.compare-page #compare-submit.show{
		transform: translate3d(0, 0, 0);
	}

	.compare-page .select-wrap, .compare-page .results-wrap {
		/* padding-top: 50px; */
		padding-bottom: 50px;
		/* border-top: 1px solid #dad9d9;
		border-bottom: 1px solid #dad9d9; */
		width: 80%;
		margin: 0 auto;
	}
	
	.compare-page .results-wrap{
		padding-top: 50px;
		padding-bottom: 35px;
		/* margin-bottom: 43px; */
	}
	
	.compare-page .select-section{
		width: 50%;
	}
	.compare-page .select-section .inner-wrap{
		padding-left: 39px;
		padding-right: 28px;
	}
	.compare-page .select-section .brand{
		width: 80%;
	}
	.compare-page .select-section .product{
		width: 100%;
	}

	.compare-page #results-table td{
		padding-top: 0;
		padding-bottom: 0;
		font-size: 27px;
		font-weight: 500;
		height: 78px;
		width: 300px;
	}
	.compare-page #results-table .product-name{
		font-size: 22px;
		font-weight: 500;
		color: #002D72;
	}
	.compare-page #results-table .row-label {
    	width: 600px;
	}

	.compare-page #suggested-feed h2{
		font-size: 26px;
	}
	.compare-page #suggested-feed p, .compare-page #compare-results .p1{
		font-size: 33px;
	}
	.compare-page #suggested-feed p{
		/* width: 113%; */
		margin-bottom: 0;
		letter-spacing: 0.025em;
		line-height: 40px;
	}
	.compare-page #compare-results h2{
		font-size: 35px;
	}
	/*Uncomment if adding back the pdf functionality for thicker boarder on last row*/
	/*.compare-page #results-table tr:last-child td{
		border-top-width: 5px;
	}*/
}
@media(max-width: 992px){
	.compare-page .select-logo{
		display: none;
	}
}
@media (min-width: 992px){
	.compare-page .link-button{
		display: inline-block;
	}
	.compare-page .button-wrap{
		padding-left: 0;
		padding-right: 20px;
	}
	.compare-page .button-wrap:last-child{
		padding-right: 0;
	}
	.compare-page #links-section{
		float: right;
	}
	.compare-page .compare-button.small-button {
    	font-size: 14px;
    	margin-left: -11px;
		padding:7px 0;
		border-radius: 0;
	}
	.compare-page #suggested-feed .compare-button{
    width: 106%;
	}

	/*
	.compare-page .compare-button{
		padding: 9px 24px;
	} */
}
@media (max-width: 1023px){
	.compare-page .compare-hero{
		background-position: bottom center;
		padding-top: 350px;
		padding-bottom: 0;
	}
	.desktop-only{
		display: none;
	}
	.compare-page .link-button.mobile-only{
		display: block;
	}
	.compare-page .intro-section .intro-text{
		width: 95%;
		margin: auto;
		max-width: 1920px;
	}

	.compare-page .intro-section .intro-text h2{
		font-size: 28px;
		font-weight: 600;
		color: #002D72;
	}
	.compare-page .intro-section .intro-text p{
		font-size: 19px;
		color: #002D72;
		letter-spacing: 0.04em;
		line-height: 25px;
		text-align: center;
		width: 300px;
		margin: auto;
		margin-top: 20px;
	}
	.compare-page .link-button.desktop-only{
		display: none;
	}
}

@media (max-width: 768px){
	.compare-page .compare-hero img{
		display:block;
		width: 100%;
	}
	.compare-page .compare-hero{
		padding: 0 !important;
		height:auto;
	}
	.compare-page .select-section{
		display: block;
	}


	.compare-page .banner{
		background-size: 215%;
		background-position: 51% 75%;
	}
	.compare-page .banner-content h1{
		font-size: 68px;
	}

}
@media (max-width: 584px){

	 .compare-page .compare-hero{
		/* background-position: 86% 50%; */
		padding-top: 100px;
	} 
}
@media (max-width: 413px){
	  .compare-page .compare-hero {
			background-position: 77% 50%;
		}

}
/* *****************************************
         		%%COMPARE
***************************************** */
.compare-brands .content{
	padding:30px 0 100px;
}

.page-template-compare-template footer .footer-bottom .search-box fieldset{
	border:none;
	padding:0;
	margin:0;
}


/* *****************************************
         %%FEED SELECTOR TOOL
***************************************** */
input.horse-name {
 	border: 1px rgba(93, 93, 93, 0.35) inset !important;
 	min-width: 175px;
 	margin-top: 10px;
 	padding-left: 8px;
 	margin-left: 15px;
 }

 .ananswer  {
 	background: transparent;
 	border: none;
 	display: none !important;
 }

 .row.selector-submit {
 	width: 100%;
 	padding:15px 30px;
 	background: rgba(108,107,107,.2);
 	margin:0;
 }

 .irs-slider {
 	padding-left: 2px;
 }

 .row.selector-submit .submit.final {
 	display: none;
 }

 .row.selector-submit .submit {
 	cursor: pointer;
 	text-transform: uppercase !important;
 	color: #6b6b6b;
 	padding: 10px 20px;
 	text-align: center;
 	font-weight: bold;
 	max-width: 320px;
 	margin: 0 auto;
 	background: #fff;
 	border: 1px solid #6c6b6b;
 	font-size: 20px;
	 line-height: 1.25em;
	 letter-spacing: .1em;
 }


 .tool-linked {
 	background-color:transparent;
 	border:1px solid #D0D0D0;
 	overflow:auto;
 	float:left;
 	margin: 15px 20px 20px 0px;
 }

 #qf4 .question-wrapper,
 #qf8 .question-wrapper,
 #qf9 .question-wrapper,
 #qf10 .question-wrapper {
 	padding-bottom: 30px;
 	margin-bottom: 15px;
 }

 .tool-linked:hover {
 	background:#6c6b6b;
 }
 .irs-grid-text span {
 	display: none !important;
 }

 .tool-linked:hover label span {
 	color: #fff;
 }

 .tool-linked label {
 	float:left;
 	width: 140px;
 	height: 31px;
 	border: 1px solid #6c6b6b;
 	text-align: center;
 	margin-bottom: 0;
 }

 .tool-linked label span {
 	text-align:center;
 	display:block;
 	font-size: 18px;
 	text-align: center;
 	text-transform: uppercase;
 	padding-top: 4px;
 }

 .tool-linked label input {
 	position:absolute;
 	/* top:-20px; */
 	opacity: 0;
 }

 .tool-linked input:checked + span {
 	background-color:#6c6b6b;
 	color:#fff;
 }

 select.productpick, select#brandsSelect {
	border: 2px solid #6c6b6b;
	border-radius: 0 !important;
	background: transparent;
	padding: 0 0;
	height: 34px !important;
}

.selector .tool-links {
	margin: 0;
}

.selector .question-wrapper label{
	font-size: 20px;
}

.selector .question-wrapper input[type=checkbox].btn-link {
	width: 140px;
	margin-right: 20px;
	padding: 3px 10px 0px 10px;
	font-size: 18px;
}

.selector .question-wrapper input[type=checkbox].btn-link:nth-of-type(even) {
	color: #fff !important;
	background: #6c6b6b;
}

.selector .question-wrapper input[type=checkbox].btn-link:nth-of-type(even):hover {
	color: #6c6b6b !important;
	background: transparent !important;
}

.question-field:only-of-type  {
	border-top: none !important;
	margin-top: 0px !important;
	padding-top: 5px;
}

.question-field {
	margin: 40px 0;
	padding: 40px 0 20px;
	border-top: 1px solid rgba(107, 106, 106, 0.2);
}

.question-wrapper {
	width:89%;
	padding-top: 20px;
}

.answer-wrapper {
	/*padding-top: 20px; */
	margin-bottom: -20px;
}

.question-wrapper.full {
	width: 98% !important;
}

.answer-wrapper.nopad-top {
	padding-top: 0 !important;
	float: right;
	width: 50%;
}

.brandqs {
	width: 50%;
	float: left;
	display: inline;
}

.brandqs label,
.answer-wrapper.nopad-top label{
	height:55px;
}


@media (max-width: 767px) {

	.page-template-template-selector .tcf-container {
		overflow: hidden;
	}

}

@media (max-width: 500px) {

	.question-wrapper > span.irs{
		left:15px;
	}

	.tool-linked {
		float:none;
	}

	.tool-linked label {
		width:100%;
		float:none;
	}

	 #qf4 .question-wrapper,
	 #qf8 .question-wrapper,
	 #qf9 .question-wrapper,
	 #qf10 .question-wrapper {
	 	padding-bottom: 0;
	 	margin-bottom: 0;
	 }

} /*MAX 500*/



/* *****************************************
         %%RESULTS
***************************************** */
 .results h1 {
 	font-weight: bold;
 }

 .results h3.other-options {
 	font-weight: bold;
 	color: #6c6b6b;
 	font-size: 28px;
 	margin: 15px 0;
 }

.newname.yashow {
	display: inline;
}

.selector input.ng-untouched {
	font-size: 16px !important;
	color: rgba(91, 91, 91, 1);
	opacity: .7;
}

.selector input.ng-valid:focus {
	font-size: 16px !important;
	color: rgba(91, 91, 91, 1);
	opacity: 1 !important;
}

.selector input.ng-touched {
	font-size: 16px !important;
	color: rgba(91, 91, 91, 1);
	opacity: .6;
}

h2.namequestion {
	font-size: 20px !important;
	display: inline-block;
}

.question-wrapper small {
	font-size: 75%;
	font-weight: normal;
}

.results .top-seperate {
	border-top: 1px solid rgba(107, 106, 106, 0.2);
	padding-top: 15px;
	height: 20px;
	max-width: 960px;
	margin: 0 auto;
}

.results .finder-result-details h3 {
	font-weight: bold;
	height: 60px;
	display: table-cell;
	vertical-align: bottom;
}

.results .finder-result-details p {
	margin: 8px 0 !important;
	padding-top: 10px;
	border-top: 1px solid rgba(107, 106, 106, 0.2);
	/*max-width: 295px;*/
}

.results .tool-links.other-products  {
	margin-bottom: 20px !important;
}

.results .tool-links.coupon.other-products  {
	margin-top: 0px !important;
}

.results .tool-links{
	width:100%;
	display:-webkit-box;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:-ms-flex;
	display:-ms-flexbox;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	        flex-flow:row wrap;
	-ms-flex-flow: row wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
	-ms-flex-align: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
}

.results .tool-links .btn-link{
	/*width: 139px;*/
	margin-right: 2.5%;
	margin-bottom:3%;
	-webkit-box-flex:1;
	        flex:1 0 27%;
	-webkit-flex:1 0 27%;
	-moz-flex:1 0 27%;
	-ms-flex:1 0 27%;
	-o-flex:1 0 27%;
}
.results .tool-links .btn-link:nth-child(4){
	width: 100%;
	margin-bottom:3%;
	-webkit-box-flex:0;
	        flex:none;
	-webkit-flex:none;
	-moz-flex:none;
	-ms-flex:none;
	-o-flex:none;
}

.results .tool-links .btn-link:nth-child(3){
	margin-right:0px;
}

.results .tool-links .btn-link.special  {
	/*width: 75%;
	max-width:200px; */
	margin-right: 3%;
}

.results .feed-info  {
	color: #535353;
}

.results .tool-links .btn-link.coupon-btn  {
	margin-right: 0;
	width:100%;
	display:block;
}

.selector .product-image {
	background-repeat: no-repeat;
	min-height: 225px;
	max-height: 350px;
	width: 100%;
	max-width: 100%;
	/*margin-left: -17%;*/
	margin-top: -115px;
	margin-bottom:25px;
	background-size: contain;
	background-position: center center;
}

.results .product-image {
	background-repeat: no-repeat;
	height: 463px;
	width: 287px;
	max-width: 115%;
	margin-left: -2%;
	margin-top: -166px;
	background-size: contain;
}

.results .imgbag-holder img{
	height:300px;
	margin:0 auto;
	display: block;
}

.results .finder-result-details{
	min-height:215px;
}

@media only screen and ( max-width: 1000px ) {

	/*.results .tool-links .btn-link  {
		margin:0 2% 2% 0;
		flex:1 0 1px;
		-webkit-flex:1 0 1px;
		-moz-flex:1 0 1px;
		-ms-flex:1 0 1px;
		-o-flex:1 0 1px;
	}*/



	.selector .product-image {
		padding-top:100%;
		min-height:auto;
		max-height:auto;
	}

} /* MAX 1000 */




@media only screen and ( max-width: 851px ) {

	/*.results .tool-links .btn-link:nth-child(3n){
		margin-right:2%;
	}

	.results .tool-links .btn-link:nth-child(2n){
		margin-right:0;
	}*/

} /* MAX 851 */


@media only screen and ( max-width: 860px ) {


	.results .tool-links .btn-link:nth-child(2n){
		margin-right:0;
	}

	.results .tool-links::before,
	.results .tool-links::after {
	  content: '';
	  width: 100%;
	  -webkit-box-ordinal-group: 2;
	      -ms-flex-order: 1;
	          order: 1;
	}
	.results .tool-links .btn-link:nth-child(n + 3) {
	  -webkit-box-ordinal-group: 2;
	      -ms-flex-order: 1;
	          order: 1;
	}

	.results .finder-result-details{
		min-height:auto;
	}

} /* MAX 768 */


@media only screen and ( max-width: 450px ) {

	.results .tool-links .btn-link {
		font-size: 14px;
		width: 100%;
		display: block;
		margin:0 0 3% 0;
		-webkit-box-flex:0;
		        flex:none;
		-webkit-flex:none;
		-moz-flex:none;
		-ms-flex:none;
		-o-flex:none;
	}

} /* MAX 450 */


/* *****************************************
         %%UNIT CONVERSION TOOL
***************************************** */
/**
 old styles
 */
 .conversionLabels {
 	/*min-width: 60px;*/
 	float: left;
 	text-align: right;
 	padding: 5px;
 }
 .conversionLabels p {
 	padding-bottom: 11px;
 	font-weight: 600;
 }
 .conversionForm select {
 	width: 110px;
 	height: 25px;
 }
 .conversionForm p input[type="number"] {
 	width: 50px;
 	height: 25px;
 }
 .conversionInputs {
 	width: 47%;
 	float: left;
 	padding-left: 5px;
 }
 .conversionTool {
 	background-color: #F1E6A3;
 	display: inline-table;
 	width: 50%;
 }
 .conversionTool p.row {
 	margin: 0px;
 }
 .converstionContainer {
 	border: 1px solid white;
 	margin: 5px;
 	height: 225px;
 }
 .conversionForm {
 	float: left;
 	width: 275px;
 	padding: 45px 0 0 85px;
 	height: 180px;
 	background-color: rgb(249, 239, 176);
 	border-right: none;
 }
 .conversionChart {
 	float: left;
 	width: 347px;
 	height: 100%;
 	display: none;

 }
 .conversionChart p {
 	border-bottom: 1px solid white;
 	text-align: center;
 	margin: 0px;
 	padding: 14px;
 	color: #5A3A94;
 	font-weight: 600;
 }
 .conversionChart p:last-child {
 	border: none;
 }
 .conversionForm input[type="submit"] {
 	color: white;
 	background-color: #5A3A94;
 	border: none;
 	font-weight: 600;
 	padding: 5px;
 }
 input#doConversion {
 	background-color: #5A3A94;
 	color: white;
 	font-weight: 600;
 	font-size: 12px;
 	padding: 6px;
 	border: none;
 }

/* PATS STYLES */
.conversion .cms-content{
	padding-bottom:15px;
}

.conversionTool,
.conversionTool .conversionForm{
	background-color:transparent;
}
.conversionTool{
	background:rgba(48, 49, 50, 0.13);
	margin:0px auto 90px;
	padding:15px;
	width:100%;
}
.conversionTool .converstionContainer{
	height:auto;
}
.conversionTool .conversionForm{
	border:none !important;
	padding:35px 60px 60px 50px;
	width: 35%;
	display:block;
}
.conversionTool .conversionLabels{
	padding-right:10px;
}
.conversionTool .conversionForm p input[type="number"]{
	margin-bottom:11px;
	text-align: center;
}
.conversionTool input#doConversion{
	background:rgba(48, 49, 50, 0.87);
}
.conversionTool .conversionChart{
	border-left:solid 3px #fff;
	width:65%;
}
.conversionTool .conversionChart p{
	color:#2b2b2b;
	width: 100%;
}
@media only screen and ( max-width: 900px ) {
	.conversionTool .conversionForm{ width:50%; }
	.conversionTool .conversionChart{ width:50%; }
}
@media only screen and ( max-width: 600px ) {
	.compare-brands {
		overflow: hidden;
	}
	.compare-brands .banner{
		display: none;
	}
	.compare-brands .content {
		padding: 0px 0 100px;
	}
	.compare-brands select.productpick,
	.compare-brands select#brandsSelect{
		background:#fff;
		padding:0 10px;
		color:#000;
	 	margin: -10px 0 20px;
	}
	.conversionTool .conversionForm{
		width:100%;
		float:none;
	}
	.conversionTool .conversionChart{
		width:100%;
		float:none;
		border-top:solid 3px #fff;
		border-left:none;
	}
}

/* Blue triangle affect on results page */

/* .big_triangle {  
	background-color: #002D72;
	height: 300px;
	width: 500px;
}

.big_triangle:before {  
	right: 50%;
	border-right: 1000px solid transparent;
	border-left: 1000px solid;
}

.big_triangle:after {  
	left: 50%;
	border-left: 1000px solid transparent;
	border-right: 1000px solid;
}

.big_triangle:after,  
.big_triangle:before {  
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	z-index: 100;
	border-bottom: 100px solid #002D72; 
} */

/* Ingrdient modals on graph results pages */
.overlay {
	position: fixed;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 99999999999;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	max-height: 90vh;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	padding: 200px 100px 200px 100px;
	overflow-Y: scroll;
}

@media only screen and (max-width: 750px) {
	.modal{
		max-height: 89vh;
		padding: 100px 50px 100px 50px;
		width: 90%;
	}
	.modal-button a{
		max-width: 100%;
		font-size: 18px;
		padding: 10px 30px;
	}
}

.close-button {
	position: absolute;
	top: 42px;
	right: 48px;
	/* width: 1.5rem; */
	cursor: pointer;
}
.close-button img{
	width: 24px;
	height: 24px;
}
/* .close-button:hover {
	background-color: darkgray;
} */

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	background-color: rgba(255, 255, 255, 0.5);
}

.show-modal .modal{
	display: block;
}

/* Modal classes */
.modal-header-input {
	color: #002D72;
	font-size: 33px;
	font-weight: 700;
}

@media only screen and (max-width: 750px) {
	.modal-header-input p{
		font-size: 21px;
		text-align: left;
	}
}

.modal-content-input {
	color: #002D72;
	font-size: 33px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
	.modal-content-input {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 750px) {
	.modal-content-input p{
		margin-bottom: 50px;
		font-size: 19px;
		text-align: left;
	}
}

.modal-button {
	/* color: #fff;
	font-size: 31px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background-color: #002D72;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px; */
	/* width: 40%; */
	margin: 0 auto;
	display: block;
	width: 100%;
}

.modal-button a {
	color: #fff;
	font-size: 31px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background-color: #002D72;
	padding: 10px 42px 10px 42px;
	margin: 0 auto;
	border: 1px solid #002D72;
	border-radius: 14px;
	display: block;
	letter-spacing: 0.05em;
	max-width: 320px;
	width: 100%;
}

.modal-button a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 750px) {
	.modal-button {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		/* width: 40%; */
		margin: 0 auto;
		display: inline;
	}
	.modal-button a{
		font-size: 18px;
		padding: 10px 0;
	}
}

.modal-button:hover {
	color: white;
	text-decoration: none;
}

.modal-button .fa-angle-right {
	color: #fff;
	float: none;
	margin-left: 12px;
	font-size: 47px;
	display: inline-block;
    vertical-align: bottom;
}

/* Compare chart circle animated dials */
.all-chart-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: nowrap;
	/* width: calc(100% + 200px);
	left: -100px; */
	background-color: #002D72;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 750px) {
	.all-chart-wrapper {
		margin: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.all-chart-wrapper {
		/* width: 100%; */
	}
}

.results-container {
	/* width: 100%;
	background-color: #002D72; */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width: calc(100% + 200px);
	left: -100px;
	background-color: #002D72;
	opacity: 0.9;
	position: relative;
	padding: 0 100px;
	padding-bottom: 50px;
	flex-direction: column;
}
.results-container::after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60vw 94px 60vw;
	border-color: #002D72 #002D72 transparent #002D72;
    position: absolute;
    bottom: -94px;
	left: 50%;
	transform: translate(-50%,0);

}

@media only screen and (max-width: 750px) {
	.results-container {
		justify-content: flex-start;
		padding-bottom: 36px;
	}
}

@media only screen and (max-width: 750px) {
	.results-container::after{
		content:"";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 60vw 60px 60vw;
		border-color: #002D72 #002D72 transparent #002D72;
		position: absolute;
		bottom: -58px;
	}
}

/* @media only screen and (max-width: 1024px) {
	.results-container::after{
		content:"";
		border-width: 0 60vw 94px 66vw;
		border-color: transparent transparent #E1E1DF transparent;
		position: absolute;
	}
} */

.results-header {
	border-bottom: 3px solid #CF9C51;
	/* height: 50px; */
	margin: 0 auto;
	margin-top: 100px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	max-width: 1288px;
}

.results-header a:focus{
	color: #fff;
	text-decoration: none;
}

.results-header a:hover{
	color: #fff;
	text-decoration: none;
}

.get-results-btn:hover:after, .get-coupon-btn:hover:after{
	content: '';
    height: 10px;
    background-color: #CF9C51;
    border-radius: 14px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}


.compare-again-btn:hover:after{
	content: '';
    height: 10px;
    background-color: #CF9C51;
    border-radius: 14px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}
@media only screen and (max-width: 750px) {
	.get-results-btn:hover:after, .get-coupon-btn:hover:after{
		height: 7px;
		bottom: -5px;
	}
	.compare-again-btn:hover:after{
		bottom: -15px !important;
	}
	.results-header {
		border-bottom: 3px solid #CF9C51;
		height: 40px;
		width: 95%;
		margin: 0 auto;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.results-header  {
		/* margin-left: 130px;
		margin-right: 40px; */
	}
}

/* @media only screen and (max-width: 1024px) {
	.results-header {
		margin-right: 6%;
	}
} */

.results-header h2 {
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	float: left;
	line-height: 20px;
}

@media only screen and (max-width: 750px) {
	.results-header h2 {
		font-size: 18px;
	}
	.ingredients-more p{
		font-size: 21px !important;
	}
}


.results-container .circle-details{
	margin: 0 auto;
	width: 90%;
	max-width: 1288px;
}
.results-container .circle-details.singleCompare{
	max-width: 750px;
}
@media(max-width: 1024px){
	.results-container .circle-details{
		margin-top: 20px;
		width: 100%;
	}
}
.single-chart {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
	width: auto;
	margin: 0;
}

.results-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	text-align: center;
}

.results-content p {
	color: #fff;
	font-size: 33px;
	font-weight: 700;
}

@media only screen and (max-width: 750px){
	.results-content{
		margin: 0
	}
	.results-content p {
		font-size: 21px;
	}
}


.main .intro-flagship .flagship-info .container .circle-details .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: 740px;
    margin: 0 auto;
}

.single-chart .circular-chart {
    stroke: #CF9C51;
}

.single-chart .circular-chart {
    display: block;
    margin: 0 auto;
	max-width: 98%;
	width: 100%;
	margin-top: -10px;
}

.single-chart svg {
    position: relative;
    z-index: 2;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

.single-chart .circle-bg {
    fill: transparent;
    stroke: none;
}

path[Attributes Style] {
    d: path("M 18 0 a 18 18 0 0 1 0 36 a 18 18 0 0 1 0 -36");
}

/* .single-chart .circular-chart {
    stroke: #CF9C51;
} */

.single-chart .circle-stroke-bg {
    fill: #fff;
    stroke: #002D72;
    stroke-width: 1;
}

path[Attributes Style] {
    d: path("M 18 2.25 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831");
    transform: scale(0.8, 0.8) translate(4.35, 4.35);
}

.single-chart .circular-chart {
	stroke: #CF9C51;
	stroke-width: 1;
}

@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.all-chart-wrapper.animate .single-chart .circle {
    -webkit-animation: progress 1s ease-out forwards;
	animation: progress 1s ease-out forwards;
	animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: progress;
}

.single-chart .circle {
    fill: none;
	stroke-width: 2;
	stroke: #CF9C51;
}

path[Attributes Style] {
    d: path("M 18 2.25 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831");
    transform: scale(0.8, 0.8) translate(4.35, 4.35);
}

.single-chart .percentage {
    fill: #002D72;
    /* font-size: 11px; */
    text-anchor: middle;
    font-weight: 400;
    stroke: none;
}

.single-chart .percent-text {
    fill: #002D72;
    font-size: 3px;
    text-anchor: middle;
    stroke: none;
}
.single-chart h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	line-height: 1.19;
}

@media only screen and (max-width: 750px){
	.single-chart h4 {
		font-size: 15px;
	}
	.single-chart .percent-text{
		font-size: 4px;
	}
}

user agent stylesheet
:not(svg) {
    transform-origin: 0px 0px;
}
user agent stylesheet
text {
    display: block;
    white-space: nowrap;
}

.compare-again-btn {
	font-size: 30px;
	color: #fff;
	background-color: transparent;
	font-weight: lighter;
	border: none;
	float: right;
	text-transform: uppercase;
	position:relative;
	display: block;
	align-self: flex-start;
}

.compare-again-btn:hover {
	color: #fff;
	font-weight: 700;
}
.compare-again-btn:hover:after{
	content: '';
    height: 10px;
    background-color: #CF9C51;
    border-radius: 14px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}

@media only screen and (max-width: 750px) {
	.compare-again-btn {
		font-size: 18px;
		float: none;
		margin-left: 0;
	}
}

.suggested-product {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 150px;
	/* margin-left: 300px; */
}

@media only screen and (max-width: 750px) {
	.suggested-product {
		margin-bottom: 50px;
		width: 100%;
	}
}

.suggested-product p {
	font-size: 21px;
	color: #002D72;
	text-align: center;
}

.suggested-feed h2 {
	font-size: 33px;
	color: #002D72;
	text-align: center;
}

.talk-to-expert {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 150px;
	/* margin-left: 300px; */
}

@media only screen and (max-width: 750px) {
	.talk-to-expert  {
		width: 100%;
		margin-bottom: 50px;
	}
	.compare-again-cta{
		margin-bottom: 100px;
	}
}

.talk-to-expert p {
	font-size: 33px;
	color: #002D72;
	text-align: center;
	letter-spacing: 0.025em;
	line-height: 40px;
}

@media only screen and (max-width: 750px) {
	.talk-to-expert p {
		font-size: 21px;
	}
}

/* .ingredients-more {
	width: 40%;
} */

@media only screen and (max-width: 1024px) {
	.ingredients-more {
		width: 100%;
		font-size: 21px;
	}
}

.ingredients-more p {
	font-size: 27px;
	color: #002D72;
	font-weight: 700;
	/* margin-left: 30px; */
}

.get-coupon-btn {
	font-size: 30px;
	color: #fff;
	background-color: transparent;
	font-weight: lighter;
	border: none;
	text-transform: uppercase;
	display: block;
	float: left;
	position: relative;
}

.get-coupon-btn:hover {
	color: #fff;
	font-weight: 700;
}

/* .get-coupon-btn:hover {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background-color: transparent;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
}

.get-coupon-btn:active {
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: underline;
}

.get-coupon-btn:visited {
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: underline;
} */

@media only screen and (max-width: 750px) {
	.get-coupon-btn  {
		font-size: 18px;
		margin-left: 22px;
	}
}

/* @media only screen and (max-width: 1024px) {
	.get-coupon-btn  {
		margin-left: 200px;
	}
} */

/* @media only screen and (max-width: 1024px) {
	.get-coupon-btn {
		margin-left: 170px;
	}
} */

.get-results-btn {
	font-size: 30px;
	color: #fff;
	background-color: transparent;
	font-weight: lighter;
	border: none;
	text-transform: uppercase;
	display: block;
	float:left;
	position: relative;
}

.get-results-btn:hover {
	color: #fff;
	font-weight: 700;
}
.get-results-btn:hover:after{
	content: '';
    height: 10px;
    background-color: #CF9C51;
    border-radius: 14px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}

/* .get-results-btn:hover {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background-color: transparent;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
}

.get-results-btn:active
.get-results-btn:visited{
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	background-color: transparent;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
} */

@media only screen and (max-width: 750px) {
	.get-results-btn {
		font-size: 18px;
	}
}

.col-md-offset-1 {
	margin-left: 6%;
}

.table-results {
	display: block;
	width: 100%;
	overflow: auto;
	padding: 30px 0;
	padding-top:0;
}
@media (max-width: 992px){
	.table-results{
		padding-bottom: 0px;
	}
}
@media (max-width: 750px){
	.table-results{
		margin-top: 30px;
		padding-bottom: 0px;
	}
	.table-results .fa-check:before{
		font-size:21px;
	}
}
.active-results-button {
	/* border-bottom: 10px solid #CF9C51; */
	color: #fff;
	font-weight: 700;
	position:relative;
	display: block;
	float:left;
}
.active-results-button:after{
	content: '';
    height: 10px;
    background-color: #CF9C51;
    border-radius: 14px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.get-results-btn,.compare-again-btn, .get-coupon-btn{
	letter-spacing: 0.025em;
}
.compare-page #coupon-form{
	margin-top: 110px;
}
@media(max-width: 650px){
	.compare-page #coupon-form{
		padding: 0 25px;
	}
}
.compare-page .arrow-right{
	background-image: url('/wp-content/themes/triplecrownfeed/images/CTA_Arrow.png');
    background-size: contain;
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
	background-position: center;
	transition: transform 0.5s;
}
.compare-page .arrow-right.dark{
	background-image: url('/wp-content/themes/triplecrownfeed/images/Selection_Arrow.png');
}

.compare-feeds-brands.active .arrow-right{
	transform: rotate(90deg);
}
#compare-submit .arrow-right{
	height: 34px;
    width: 20px;
    background-size: cover;
}

.all-tc-feeds-btn:focus, .all-tc-feeds-btn:hover{
	text-decoration: none;
}
.compare-feeds-products-title .arrow-right{
	margin-left: 0;
    margin-right: 25px;
}
.intro-text h2{
	font-weight: 600;
}
.compare-page .intro-section .intro-text h2{
	margin: 0;
}
@media(max-width: 1024px){
	.product-name{
		width: 82%;
	}
	.compare-feeds-products-btn{
		width: 13%;
		max-width: 50px;
	}
	/* .compare-feeds-products{
		width: 100%;
	} */
}
@media(max-width: 768px){
	#suggested-feed{
		margin-left: auto;
		margin-right: auto;
		width:98%;
	
	} 
	#suggested-feed .suggested-product p, #suggested-feed .talk-to-expert p{
		line-height: 25px;
	}
	#suggested-feed .suggested-product{
		width: 90%;
	}
	#suggested-feed .all-tc-feeds-btn{
		width: 100% !important;
	}
	#suggested-feed .arrow-right {
		float: right;
	}
}
@media(max-width: 650px){
	#suggested-feed .suggested-product{
		width: 100%;
	}
}

#chart1 h4 br{
	display:none;
}
@media(max-width: 750px){
	
	#chart1 h4{
		margin: 0;
	} 
	#chart1 h4 br{
	display:initial;
}
}

@media(max-width: 767px){
	.results-wrap{
		padding: 0 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.compare-page #results-table .row-label{
		width: 135px;
	}
	.compare-page #compare-results .check-mark{
		width: 32px;
	}
}