/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	box-sizing: border-box;
}
:before,
:after {
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
ol {
	margin: 0 0 10px 1.5em;
}
ul {
	margin: 0 0 10px 1.5em;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: none;
}
:focus:not(:hover) {
	outline: 1px dashed currentColor;
	outline-offset: 3px;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	background-color: rgba(200, 255, 200, 0.5);
}
del {
	text-decoration: line-through;
	background-color: rgba(255, 200, 200, 0.5);
}
input[type='text'] {
	-webkit-appearance: none;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #ffffff;
}
body,
input,
textarea,
select,
button {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.28em;
	font-size: 18px;
	color: #303030;
}
a {
	color: #cf202d;
	outline: medium none;
	text-decoration: none;
	transition: color 0.5s;
}
a:hover {
	color: #000;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: 0.4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.75em;
}
p {
	margin-bottom: 1.36em;
}
ul {
	margin-bottom: 1.36em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #d8d8d8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #eeeeee;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	line-height: inherit;
	font-weight: 400;
}
blockquote p:before,
blockquote p:after {
	display: inline-block;
	font-family: FontAwesome;
	opacity: 0.5;
	font-size: 13px;
}
blockquote p:first-child::before {
	content: '\f10d';
	margin-right: 5px;
	vertical-align: 11px;
}
blockquote p:last-child::after {
	content: '\f10e';
	margin-left: 5px;
	vertical-align: 7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input.text,
input.title,
textarea,
select {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 8px 9px;
	transition: 0.3s;
	line-height: 1.212em;
	font-size: 1.055em;
	color: #000;
}
.button.big {
	font-size: 1.166em;
	line-height: 1.001em;
	padding: 17px 34px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent: -9999px;
	display: none;
}
table {
	background: none repeat scroll 0 0 #eeeeee;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #f6f6f6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
@media (max-width: 870px) {
	.mainRow {
		grid-template-columns: 1fr !important;
	}
}
.mainRow {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	height: 100%;
}
.mainGrid {
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.tileGridBx {
	height: 100%;
}
.blogPostTitle {
	position: relative;
}
.row {
	margin: 0 -10px;
	position: relative;
}
.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.grid12 {
	width: 100%;
}
.grid11 {
	width: 91.66666667%;
}
.grid10 {
	width: 83.33333333%;
}
.grid9 {
	width: 75%;
}
.grid8 {
	width: 66.66666667%;
}
.grid7 {
	width: 58.33333333%;
}
.grid6 {
	width: 50%;
}
.grid5 {
	width: 41.66666667%;
}
.grid4 {
	width: 33.33333333%;
}
.grid3 {
	width: 25%;
}
.grid2 {
	width: 16.66666667%;
}
.grid1 {
	width: 8.33333333%;
}
.row > .grid3:nth-child(4n + 1) {
	clear: both;
}
.row > .grid6:nth-child(2n + 1) {
	clear: both;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.red {
	color: #cf202d;
}
.uppercase {
	text-transform: uppercase;
}
a.white {
	color: #fff;
}
a.white:hover {
	color: #cf202d;
}
.flex {
	display: flex;
	flex-direction: row;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.space5 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.space40 {
	clear: both;
	height: 40px;
}
.space50 {
	clear: both;
	height: 50px;
}
#searchsubmit {
	font-family: FontAwesome;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.55em;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
#pageArea {
	width: 100%;
	flex-grow: 1;
}

.homePageNews {
	width: 75% !important;
	margin: auto;
}

/*------------------------------------------------*/
/*--------------------[PAGE MAIN]-----------------*/
/*------------------------------------------------*/

#container {
	flex-grow: 1;
}
#containerBx {
	background: white;
	border-left: solid 1px #fff;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}
.postHeader {
	padding-bottom: 1.5em;
}
.postTags {
	color: #686868;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	font-size: 0.777em;
	padding-bottom: 0.5em;
}
.postTags span.featuredTag {
	margin: 0;
	color: #cf202d;
}
.postTags span {
	display: inline-block;
	margin: 0 3px;
}
.postTags a {
	color: #686868;
}
.singlePostTitle {
	font-weight: 700;
	line-height: 0.928em;
	font-size: 2.333em;
	text-transform: uppercase;
	color: #424242;
	padding-bottom: 0.5em;
}
.singlePostShare {
	position: relative;
	font-size: 0.666em;
	line-height: 1.001em;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 1.5em;
}
.singlePostShare ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.singlePostShare ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.singlePostShare a {
	background-color: #b9b9b9;
	display: block;
	padding: 7px 20px;
	color: #fff;
}
.singlePostShare a.printShare {
	background-color: #fff;
	color: #888;
}
.singlePostShare a.fbShare {
	background-color: #3b5998;
}
.singlePostShare a.twShare {
	background-color: #1da1f2;
}
.singlePostShare .fa {
	margin-right: 3px;
}
.singlePostShare > ul > li > a:hover {
	background-color: #b9b9b9;
}
.postMeta {
	color: #686868;
	font-weight: bold;
	font-size: 16px;
}
.postMeta a {
	color: #686868;
	font-size: 16px;
}
.postMeta span {
	margin-right: 9px;
}
.postVideoBx {
	background-color: #000;
	margin-bottom: 30px;
}
.postVideoBx iframe {
	display: block;
}
.postBx {
	background: #ffffff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 23px;
	padding-bottom: 5px;
	width: 100%;
	max-width: 1400px;
}
#pageNavigation {
	position: relative;
	padding-top: 25px;
	border-top: 1px solid gray;
}
#pageNavigation a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.055em;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.sectionTitle {
	text-align: center;
	color: #797979;
	line-height: 1em;
	font-size: 34px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 20px;
}
#featuredNews {
	padding-top: 29px;
	padding-bottom: 29px;
}
.blogPostBx {
	background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.blogPostBx.withImg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blogPostBx.withImg .blogPostBxIn {
	background: rgba(0, 0, 0, 0.65);
}
.blogPostBx.withImg .postTags a {
	color: #fff;
}
.blogPostBx.withImg .blogPostTitle a {
	color: #fff;
}
.blogPostBx.withImg .blogPostDesc {
	color: #fff;
}
.blogPostFeaturedImg {
	width: 38%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.withFeaturedImg .blogPostBxIn {
	width: 50%;
	flex-grow: 1;
}
.blogPostBxIn {
	padding-left: 20px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 27px;
}
.blogLoopGrid {
	padding-bottom: 16px;
}
.blogPostTitle {
	color: #424242;
	font-size: 1.611em;
	line-height: 1em;
}
.blogPostTitle a {
	color: #424242;
}
.blogPostTitle a:hover {
	color: #cf202d;
}
.blogPostDesc {
	padding-bottom: 0;
	font-size: 1.055em;
	line-height: 1.3em;
	color: #303030;
}
.blogPostBtn {
	padding-top: 1.05em;
}
#readMoreNewsBtn .button {
	display: block;
}
/*------------------------------------------------*/
/*--------------------[CATEGORY]------------------*/
/*------------------------------------------------*/
#main.archiveMain #containerBx {
	padding-top: 30px;
	padding-bottom: 24px;
}
#newsFilter {
	position: relative;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 35px;
}
#newsFilter label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1em;
	font-size: 0.888em;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-right: 5px;
}
#newsFilter select {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	line-height: 1em;
	font-size: 1.16em;
	text-align: left;
	color: #777777;
	background: #fff;
	border: 1px solid #8d8d8d;
	padding: 9px 15px 8px;
	width: 454px;
	max-width: 80%;
}
.row.archivePostsRow .grid6 {
	width: 49.97%;
	padding-bottom: 25px;
}
#pageNav {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 3px;
	width: 28px;
	height: 28px;
	font-size: 0.888em;
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.05);
}
/*------------------------------------------------*/
/*--------------------[ABOUT GOA]-----------------*/
/*------------------------------------------------*/
#pageBanner {
	position: relative;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(images/tx-flag-waving.jpg);
	border-bottom: solid 6px #fff;
}
#pageBanner .bannerTab {
	padding-top: 204px;
	padding-bottom: 85px;
	background: rgba(0, 0, 0, 0.3);
}
#pageBanner .wrapper {
	width: 680px;
}

.section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 33px;
	padding-bottom: 28px;
	border-left: solid 1px #fff;
}
.sectionTxtBx {
	width: 54.45%;
}
.sectionTxtBx.right {
	float: right;
}
.sectionTxtBx.wide {
	width: 59%;
}
.title {
	font-weight: 700;
	line-height: 1.1em;
	font-size: 2.11em;
	color: #424242;
	padding-bottom: 0.45em;
	width: 540px;
	max-width: 100%;
}
.section.sectionAssociatedGOA {
	background-color: #fff;
	padding-top: 40px;
}
.titleAssociated,
.titleAbout {
	text-align: center;
	font-size: 1.388em;
	line-height: 1em;
	padding-top: 0.3em;
	padding-bottom: 1em;
	color: #858585;
	padding-top: 0;
}
.aboutGOAlogo {
	width: 342px;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 0.7em;
}
.aboutGOAtxt {
	color: #303030;
	text-align: center;
	width: 574px;
	margin: 0 auto;
	max-width: 100%;
}
.aboutGOAbtn {
	text-align: center;
	padding-top: 22px;
}
.aboutGOAlogo img {
	display: block;
}
.section.sectionAboutJoinGOA {
	padding-bottom: 36px;
	background: #f3f3f3;
}
body .fancybox-slide--html .fancybox-close-small {
	color: #fff;
	padding: 5px;
	right: 0;
	top: 0;
	background: #cf202d;
	width: 32px;
	height: 32px;
}
.section.sectionAboutAccomplishments {
	padding-bottom: 50px;
	background: #f3f3f3;
}
.section.sectionAboutAccomplishments .wrapper {
	width: 1020px;
}
.shortPostBx {
	padding: 18px 20px 18px;
	margin-top: 4px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	align-items: center;
}
.shortPostTxtBx {
	width: 50%;
	flex-grow: 1;
	padding-right: 15px;
}
.shortPostTitle {
	padding: 0;
	font-size: 1.611em;
	color: #424242;
}
.shortPostsBtn {
	text-align: center;
	padding-top: 10px;
}
.section.sectionAboutWhatTheySay {
	background-color: #fff;
}
.whatSayTitle {
	color: #6e6e6e;
	font-size: 1.944em;
	line-height: 1em;
}
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-control-nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.flex-control-nav li a {
	text-indent: -9999px;
	font-size: 0;
	display: block;
	cursor: pointer;
	background: #bdbdbd;
	width: 12px;
	height: 12px;
}
.flex-control-nav li a.flex-active {
	background: #cf202d;
}
/*------------------------------------------------*/
/*-------------------[TAKE ACTION]----------------*/
/*------------------------------------------------*/
#pageBanner.take-action-banner .bannerTab {
	padding-bottom: 77px;
}
#containerBx.pageBoxesContainer {
	padding-top: 14px;
}
.pageBxSection {
	background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 21px;
	padding: 27px 26px 23px;
}
.pageBxSection .blogPostTitle {
	padding-bottom: 0.35em;
}
.pageBxSection p {
	margin-bottom: 0.4em;
}
.pageBxSection.sectionContactTakeAction {
	margin-top: 39px;
}
/*------------------------------------------------*/
/*---------------------[RATINGS]------------------*/
/*------------------------------------------------*/

.ratings-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*@media (max-width: 1130px) {
	.ratings-grid { grid-template-columns: 1fr 1fr; }
}*/
@media (max-width: 739px) {
	.ratings-grid {
		grid-template-columns: 1fr;
	}
}
.ratings-filter {
	position: relative;
	text-align: center;
	margin-bottom: 1.36em;
}
.ratings-filter > span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1em;
	font-size: 0.888em;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-right: 5px;
}
.ratings-filter > select {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	line-height: 1em;
	font-size: 1.16em;
	text-align: left;
	color: #777777;
	background: #fff;
	border: 1px solid #8d8d8d;
	padding: 9px 15px 8px;
	width: 454px;
	max-width: 80%;
}
.ratingsPageDesc {
	width: 80%;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.ratingProfileImg {
	width: 98px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.ratingBlogPostBx .blogPostBxIn {
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 15px;
	align-items: center;
	width: 50%;
	flex-grow: 1;
}
.ratingBlogPostBx .blogPostTitle {
	padding-bottom: 0;
}
.ratingBlogPostBx {
	height: 100%;
}
.ratingsPostTitle {
	color: #424242;
	font-size: 1.611em;
	line-height: 1em;
	padding-bottom: 0.25em;
	position: relative;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ratingTags {
	color: #686868;
	line-height: 1em;
	font-size: 0.777em;
	text-transform: uppercase;
	padding-top: 0.5em;
}
.ratingsInfo {
	width: 50%;
	flex-grow: 1;
	padding-right: 20px;
	padding-top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.ratingCode {
}
.ratingAlpha {
	width: 75px;
	height: 75px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	text-align: center;
	line-height: 76px;
	font-size: 2.888em;
	font-weight: 700;
	color: #fff;
	text-indent: -1px;
}
.ratingAlpha.A\+Code {
	background: #1bc84c;
}
.ratingAlpha.ACode {
	background: #37a857;
}
.ratingAlpha.A-Code {
	background: #8cca5c;
}
.ratingAlpha.AQCode {
	background: #8cca5c;
	font-size: 2.4em;
}
.ratingAlpha.B\+Code,
.ratingAlpha.BCode {
	background: #e7c307;
}
.ratingAlpha.B-Code {
	background: #eed344;
}
.ratingAlpha.C\+Code,
.ratingAlpha.CCode {
	background: #e47b00;
}
.ratingAlpha.C-Code {
	background: #d74d00;
}
.ratingAlpha.D\+Code,
.ratingAlpha.DCode {
	background: #755bdc;
}
.ratingAlpha.D-Code {
	background: #433c9d;
}
.ratingAlpha.FCode {
	background: #b30000;
}
.ratingAlpha.F-Code {
	background: #b30000;
}
.ratingAlpha.NRCode {
	background: #929292;
	font-size: 2.4em;
}
/*------------------------------------------------*/
/*--------------------[PRODUCTS]------------------*/
/*------------------------------------------------*/
body.single-product #containerBx {
	padding-top: 24px;
}
#checkoutBar {
	border-left: solid 1px #fff;
	background: white;
	position: relative;
}
body.single-product .singlePostTitle {
	text-transform: none;
}
body.single-product .postHeader {
	padding-bottom: 0.95em;
}
.singlePrice,
.productsRow span.price {
	line-height: 1em;
	font-size: 1.222em;
	padding-bottom: 0.65em;
	display: block;
}
.singlePrice del,
.productsRow span.price del {
	color: #686868;
	font-weight: 400;
	text-decoration: line-through;
}
.singlePrice ins,
.productsRow span.price ins {
	color: #cf202d;
	font-weight: 700;
}
.singleAddToCart {
	padding-bottom: 1.15em;
}
.postBx.product {
	background: #fff;
	padding-top: 32px;
	padding-bottom: 40px;
}
#checkoutBarIn {
	float: right;
}
#miniCartContent {
	float: left;
	font-weight: 700;
	line-height: 1em;
	font-size: 0.944em;
	text-transform: uppercase;
	padding-right: 21px;
	padding-top: 13px;
}
#miniCartContent a {
	color: #797979;
}
#miniCartContent a:hover {
	color: #cf202d;
}
#miniCartContent a .fa {
	font-size: 1.1em;
	margin-right: 1px;
}
#miniCartCheckout {
	float: right;
}
#miniCartCheckout a {
	display: block;
	font-weight: 800;
	line-height: 1.005em;
	font-size: 1.05em;
	color: #ffffff;
	background-color: #37a857;
	border-radius: 0px 0px 0px 13px;
	text-transform: uppercase;
	padding: 13px 21px;
}
#miniCartCheckout a:hover {
	background-color: #333;
}
/*------------------------------------------------*/
/*-------------[DONATION/JOIN PAGES]--------------*/
/*------------------------------------------------*/
.donationMemberTxt {
	font-weight: 600;
	line-height: 1.28em;
	font-size: 1.277em;
	text-align: center;
	color: #565656;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 639px;
}
.joinMemberTxt {
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.28em;
	font-size: 1.11em;
	color: #000000;
}
.section.sectionJoinGOAMember {
	padding-top: 34px;
	padding-bottom: 40px;
}
.section.sectionJoinGOAMemberships {
	padding-top: 25px;
	padding-bottom: 20px;
	background: #f3f3f3;
}
.joinMemberItem.flex {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #bbbbbb;
	align-items: center;
}
.joinMemberName {
	font-weight: bold;
	line-height: 1em;
	font-size: 2em;
	color: #424242;
	padding-bottom: 0.2em;
}
.joinMemberIntro {
	line-height: 1.2em;
	font-size: 1.11em;
	color: #000000;
}
.joinMemberForm {
	width: 50%;
	flex-grow: 1;
	padding-left: 20px;
	text-align: right;
}
.joinMemberForm #nyp,
body .joinMemberForm table.variations select {
	font-weight: bold;
	line-height: 1.08em;
	font-size: 1.3888em;
	width: 149px;
	max-width: 100%;
	color: #808080;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding: 13px 10px;
}
body .joinMemberForm table.variations select {
	width: 250px;
}
body .joinMemberForm table.variations + .single_variation_wrap {
	margin-left: 10px;
}
.joinMemberForm label[for='nyp'] {
	font-weight: bold;
	line-height: 1.08em;
	font-size: 1.3888em;
	color: #808080;
}
.joinMemberForm span.per {
	display: none;
}
.joinMemberForm .subscription-details .subscription-details {
	font-weight: bold;
	line-height: 1.08em;
	font-size: 1.3888em;
	color: #808080;
}
.joinMemberForm form.cart {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.joinMemberForm form.cart .nyp {
}
body .joinMemberForm table.variations {
	background: none;
	border-collapse: collapse;
}
body .joinMemberForm table.variations td {
	background: none;
	padding: 0;
}
body .joinMemberForm table.variations td.label {
	display: none;
}
body .joinMemberForm table.variations a.reset_variations {
	display: none !important;
}

/*------------------------------------------------*/
/*----------[ISOTOPE CSS3 TRANSITIONS]------------*/
/*------------------------------------------------*/
.isotope,
.isotope .isotope-item {
	transition-duration: 0.8s;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
	transition-property: transform, opacity;
}
