/*
Theme Name: WP Bootstrap
Theme URI: http://revenuespark.com
Description: Bootstrap 4.0
Author: Steve Eldridge
Author URI: http://revenuespark.com
Version: 1.0.8
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

* {
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans';
}
article a,
.page a,
.archive a,
.single a,
.category a,
.blog a {
  color: #1a9f68;
  text-decoration: underline;
}
a h1 {
  text-decoration: none !important;
}
a:hover,
a:focus,
.is-active a,
#searchform input[type='submit']:hover,
#searchform input[type='submit']:focus {
  color: #f6a623;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog article header,
.blog article footer {
  border: none !important;
  background-color: transparent !important;
}
header,
footer {
  background-color: #fff;
}
footer {
  clear: both;
  border-top: 4px solid #fff;
}
#livingMaxwellLogo:hover .st0 {
  fill: #f6a623;
}
.page-template-default,
.blog,
.archive,
.search,
.single {
  background-color: #f4f4f4;
}
.page-template-default > .container {
  padding-top: 95px;
  padding-bottom: 60px;
}
.page-template-default .relativeLink,
.blog .relativeLink,
.search .relativeLink,
.category .relativeLink,
.home .standardLink,
.page-template-page-template-sections .standardLink {
  display: none !important;
}
a.button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400 !important;
  background-color: #1a9f68;
  border-radius: 30px;
  color: white;
  display: inline-block;
  color: #fff !important;
  height: 50px;
  padding: 0px 30px;
  text-decoration: none !important;
  line-height: 52px;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
.page-numbers.current {
  background-color: #808080;
}
.page-numbers {
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #5ca353;
  display: inline-block;
  margin-bottom: 5px;
}
.page-numbers:hover,
.page-numbers:focus {
  background-color: #1a9f68;
}
.shiftnav .shiftnav-menu-image img {
  max-width: 70% !important;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: '\201C''\201D''\2018''\2019';
}

/* Images */
div[id*='attachment'] {
  padding: 15px;
}
div[id*='attachment'] .wp-caption-text {
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: center;
  padding: 10px 0px 0px;
  margin-bottom: 0px !important;
}
.alignright {
  float: right;
  margin: 0px 0px 25px 25px;
}
div[id*='attachment'] img {
  max-width: 100%;
  height: auto;
}
.size-full {
  width: 100%;
  height: auto;
}
/* Woocommerce Custom CSS */
.woocommerce button.button.alt.disabled {
  background-color: #696969 !important;
}
.wc-proceed-to-checkout .button {
  font-weight: 600 !important;
}
.woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button,
.woocommerce-MyAccount-content p + h2,
.woocommerce-MyAccount-content h2 + p {
  display: none;
}
.woocommerce-billing-fields > p.form-row {
  margin-top: 110px;
  margin-bottom: 10px;
}
.woocommerce-account-fields {
  margin-top: -205px;
  margin-bottom: 125px;
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: underline;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce-checkout .col-2 {
  max-width: none !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add-member-form input[type='submit'] {
  background-color: #5da256;
  font-weight: 400;
  border-radius: 30px;
  color: white;
  display: inline-block;
  color: #fff !important;
  height: 50px;
  padding: 0px 30px;
  text-decoration: none !important;
  line-height: 52px;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
#add_payment_method #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field {
  width: 100%;
}
.woocommerce form .form-row select {
  height: 40px;
}
#add-member-form label {
  padding-right: 10px;
}
.woocommerce-MyAccount-paymentMethods {
  margin-bottom: 20px !important;
}
.shop_table td a + a,
.woocommerce-EditAccountForm .woocommerce-Button,
#add-member-form input[type='submit'] {
  margin-top: 15px !important;
}
.woocommerce-EditAccountForm .woocommerce-Button {
  margin-bottom: 0px !important;
}
#registration-link-form .regenerate-link {
  height: 40px !important;
  line-height: 38px !important;
  border-radius: inherit !important;
}
.shop_table a.button {
  height: 30px;
  line-height: 28px;
  display: block;
  text-align: center;
}
.gform_button:hover,
a.button:hover,
a.button:focus,
#freeSampleSubmit:hover,
#freeSampleSubmit:focus,
.gform_button:hover,
.gform_button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#team-name-form button:hover {
  background-color: #f6a623 !important;
}
#gform_submit_button_4::first-letter {
  color: black;
}
.woocommerce-Address h3,
.woocommerce-account-my-teams h3 {
  font-size: 22px;
}
.woocommerce-account-my-teams h3 {
  border-bottom: 3px solid #f5a736;
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
}
.woocommerce-account-my-teams #registration-link-form,
.woocommerce-account-my-teams #team-name-form {
  margin-bottom: 20px;
}
#team-name-form button {
  background-color: #5da256;
  color: #fff !important;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}

.woocommerce-info {
  border-top-color: #227717;
}
.woocommerce-info::before {
  color: #227717;
}
.woocommerce-info,
.woocommerce-message {
  background-color: #e4f5e2;
}
.woocommerce-error {
  background-color: #f7d9d9;
}
woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 6px;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
  padding: 20px;
  background-color: #fff;
}
.woocommerce table.shop_table,
.woocommerce-Addresses {
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
  background-color: #fff;
  margin-bottom: 0px;
}
.shop_table thead tr {
  color: white;
  background-color: #227717;
}
.shop_table thead tr a {
  color: white;
}
.shop_table tbody tr:nth-child(even) {
  background-color: #e4f5e2;
}
.woocommerce-Address.col-1 {
  max-width: 100% !important;
}
.woocommerce-Addresses {
  border-radius: 6px;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
}
.woocommerce-edit-address #billing_company_field label,
.woocommerce-edit-address #billing_country_field label,
.woocommerce-edit-address #billing_address_1_field label,
.woocommerce-edit-address #billing_city_field label,
.woocommerce-edit-address #billing_state_field label,
.woocommerce-edit-address #billing_postcode_field label,
.woocommerce-edit-address #billing_phone_field label,
.woocommerce-edit-address #billing_email_field label {
  width: 100%;
}
.woocommerce-MyAccount-content h2 {
  margin-top: 20px;
}
.my_membership_content tfoot {
  display: none;
}
.subscription_details tr:first-of-type {
  background-color: #227717;
  color: white;
}
.subscription_details tr:last-of-type,
.my-membership-detail-user-membership-actions {
  background-color: white !important;
}
.product-small-team-newsletter-subscription .woocommerce-variation-add-to-cart {
  position: relative;
}
.team-seat-count-label {
  margin-top: 10px;
  margin-left: -50px;
  display: inline-block;
}
.team-seat-count-label strong {
  font-weight: 400 !important;
}

.wc-memberships-for-teams-team-fields-wrapper + .quantity {
  float: none !important;
  width: 60px;
  position: absolute;
  bottom: 80px;
  right: calc(50% - 135px);
}
form.checkout,
.woocommerce-order-received div.woocommerce,
.woocommerce-cart div.woocommerce,
.woocommerce-account div.woocommerce {
  background-color: #fff;
  padding: 40px 30px 25px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
div.woocommerce h2 {
  margin-top: 25px;
}
div.woocommerce button {
  line-height: 1 !important;
  height: 38px !important;
}
form.checkout .woocommerce-input-wrapper {
  width: 100%;
}
form.checkout #order_comments {
  height: 200px;
  padding: 20px !important;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 30px;
}
form.woocommerce-cart-form .product-thumbnail {
  display: none;
}
.woocommerce-account:not(.logged-in) div.woocommerce {
  margin-bottom: 30px;
}
.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
  margin-top: 0px;
  margin-bottom: 0px;
}
#coupon_code {
  width: 120px;
}
.single-product #primary {
}
.cart-subtotal:not(.recurring-total),
.order-again,
.team-fields .optional,
.product-organization-newsletter-subscription .qty,
.product-organization-newsletter-subscription .summary p.price,
.product-individual-newsletter-subscription .summary p.price,
.shop_table .product-price,
.shop_table .product-quantity,
.woocommerce-cart-form .actions button[name='update_cart'],
button[name='update_cart'] {
  display: none !important;
}
.shop_table .variation dt {
  line-height: 30px;
}
.woocommerce ul.order_details {
  border: 1px solid #a6a6a6;
  padding: 10px 20px;
}
.wc-item-meta li strong {
  line-height: 30px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  margin-top: 15px;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
}
.variation-OrganizationTeamName,
.variation-OrganizationTeamName {
  float: none;
  width: 100%;
  text-align: left;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
  list-style: none;
}
.woocommerce-MyAccount-navigation li a {
  font-weight: 500 !important;
}
.woocommerce-MyAccount-navigation li {
  max-width: 190px;
  text-transform: uppercase;
  padding: 5px 0px 5px 10px;
  border-top: 1px solid #d8d8d8;
}
.woocommerce-MyAccount-navigation li:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
/* Gravity Forms */
.gform_button {
  font-weight: 400 !important;
  background-color: #1a9f68;
  border: none;
  border-radius: 30px;
  color: white;
  display: inline-block;
  color: #fff !important;
  margin-top: 10px !important;
  height: 42px !important;
  padding: 0px 30px;
  text-decoration: none !important;
  line-height: 42px;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
.gform_validation_error .gform_button {
  margin-bottom: 20px !important;
}
#fpSampleSignUp .gform_body,
#fpSampleSignUp .gform_footer,
#fpSampleSignUp .gform_wrapper form.gf_simple_horizontal {
  width: 100% !important;
}
.greenLine {
  border-top: 1px solid #5ca353;
}
.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  background-color: transparent !important;
}
.gfield_error.field_description_below .gfield_description {
  padding-top: 0px !important;
}
body img.gform_ajax_spinner {
  display: none !important;
}
.gform_body input[type='text'],
.gform_body textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-memberships-for-teams-team-fields-wrapper + .quantity input {
  padding: 0px 10px !important;
  height: 42px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff;
}
.gform_body textarea {
  margin-top: 20px;
  padding: 10px 10px !important;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff;
}
.gform_wrapper .top_label .gfield_label,
.hidden_label .gfield_label {
  display: none !important;
}
.page-select-your-free-issue .top_label .gfield_label {
  display: block !important;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  vertical-align: -5px !important;
  margin-left: 5px !important;
}
.hidden_label .ginput_container_radio,
.hidden_label .ginput_container_checkbox {
  width: 100% !important;
  margin-left: 0px !important;
}
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 0px !important;
}
#gform_5 {
  margin-top: 40px;
  width: 100%;
}
#gform_5 #field_5_1,
#gform_5 #field_5_3 {
  text-align: center;
}
#gform_5 #field_5_1 label {
  width: inherit !important;
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  line-height: 40px;
}
#gform_5 #field_5_1 .ginput_container_email {
  display: inline-block;
  float: none;
  width: calc(100% - 180px) !important;
  max-width: 240px;
  margin-left: 0px !important;
}
#gform_5 #field_5_1 .ginput_container_email input,
#gform_5 #input_5_3 {
  width: 100% !important;
}
#gform_5 .gform_footer.left_label {
  margin: 0px !important;
  width: 100% !important;
  margin-left: 0px !important;
}
#gform_5 .gform_footer.left_label input {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
#gform_5 #input_5_2 {
  width: 100% !important;
}
#gform_5 .gfield_radio {
  overflow: visible !important;
}

#gform_5 .gfield_radio li {
  width: 100%;
  display: table;
  border-radius: 10px;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
  margin-bottom: 30px;
}
#gform_5 .gfield_radio li input {
  display: table-cell;
  vertical-align: middle;
  width: 30px !important;
  margin-left: 10px !important;
}
#gform_5 .gfield_radio li label {
  display: table-cell;
  margin-left: 10px;
  padding: 20px !important;
}
#gform_5 .sampleImage {
  width: 33%;
  display: inline-block;
}
#gform_5 .newsletterSampleText {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  padding-left: 3%;
}
#gform_5 .newsletterSampleText h3 {
  min-height: inherit !important;
}
#gform_5 ul.gfield_radio li input[type='radio']:checked + label {
  font-weight: inherit !important;
  background-color: #e0e0e0;
}
.gform_footer input[type='submit'] {
  width: auto !important;
}
#gform_5 ul.gfield_checkbox li label,
#gform_5 ul.gfield_radio li label {
  width: auto !important;
}
/* Header */
#pageContents {
  padding-bottom: 40px;
}
#pageTitle {
  margin-bottom: 20px;
}
#pageHeader {
  z-index: 100;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 100px;
}
#homeLogo {
  display: block;
  text-align: left;
}
#homeLogo img {
  height: 70px;
  width: auto;
  display: inline-block;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.navbar {
  display: inline-block;
  line-height: 55px;
  vertical-align: middle;
  float: right;
  min-width: 500px;
  -webkit-transition: line-height 0.5s;
  -moz-transition: line-height 0.5s;
  -ms-transition: line-height 0.5s;
  -o-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.navbar > div > ul {
  margin: 0px;
  padding: 0px;
}
.navbar > div > ul > li:first-of-type {
  margin-left: 0px;
}
.navbar > div > ul > li {
  float: left;
  display: inline-block;
  margin-left: 35px;
}
.navbar li a {
  color: #666;
  text-decoration: none;
}
li.current_page_item a,
.navbar .active a,
.navbar .current-menu-parent > a,
.search #menu-item-6369 > a,
.archive #menu-item-6369 > a {
  color: #1a9f68;
}
#pageHeader .menuButton:not(.current_page_item) {
  background-color: #1a9f68;
  border-radius: 10px;
  color: #fff !important;
  height: 40px;
  padding: 0px 16px;
  line-height: 40px;
  margin-left: 30px !important;
  vertical-align: 159px;
  margin-top: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  -webkit-transition: margin 500ms ease-out;
  -moz-transition: margin 500ms ease-out;
  -o-transition: margin 500ms ease-out;
  transition: margin 500ms ease-out;
  margin-right: 15px;
}
.menuButton:not(.current_page_item) a {
  color: white !important;
}
.menuButton:not(.current_page_item):focus,
.menuButton:not(.current_page_item):hover {
  background-color: #f5a736 !important;
}
.dropdown-menu {
  min-width: 200px;
  padding: 0px 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.active .dropdown-menu {
  top: 140% !important;
}
.dropdown-menu li {
  border-bottom: 1px solid #d0d0d0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 34px !important;
}
.dropdown-menu li:last-of-type {
  border-bottom: none;
}
#hamburgNav {
  border: none;
  cursor: pointer;
}
#hamburgNav:focus {
  outline: none;
}
#hamburgNav a {
  color: #227717;
  text-decoration: none;
}
#hamburgNav i {
  font-size: 36px;
}
#hamburgNav p {
  margin-top: -5px;
  font-size: 11px;
}
/* Section Page Template */
#pageContents h1,
.pageContents h1 {
  color: #5ca353;
  display: inline-block;
  font-weight: 300 !important;
  font-size: 32px;
  margin-top: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0px 15px 15px 15px;
  border-bottom: 3px solid #f6a623;
}
#pageContents h2,
.pageContents h2 {
  font-size: 22px;
  font-weight: 400;
  color: #3b962f;
  margin-bottom: 25px;
}
#pageContents h2:not(:first-of-type),
.pageContents h2:not(:first-of-type) {
  margin-top: 25px;
}
#pageContents a,
#pageContents b,
#pageContents strong,
.pageContents a,
.pageContents b,
.pageContents strong {
  font-weight: 600;
}

#pageContents p,
.pageContents p,
.gfield_html {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
}
#pageContents li {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.goldLine {
  background-color: #f6a623;
  height: 4px;
  width: 400px;
  margin: 20px auto;
  max-width: 75%;
}
.goldLine + p {
  margin-top: 80px;
}
#pageContent .gform_wrapper {
  margin-top: 50px;
}
#pageContent .gform_wrapper textarea {
  height: 100px;
}
#pageContent .gform_wrapper select {
  background-color: #fff;
}
#pageContent p,
.page-template-page-template-sections p {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
.page-template-page-template-sections li {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
/*
.page-template-default h1 {
	color: #5CA353;
	display: inline-block;
	font-weight: 400!important;
	font-size: 38px;
	margin-top: 30px;	
	line-height: 1.6;
	margin-bottom: 60px;
	padding: 0px 15px 25px 15px;
	border-bottom: 4px solid #f6A623;
}
.page-template-page-template-sections h2 {
	color: #5CA353;
	font-weight: 400!important;
	font-size: 40px;
	margin-top: 80px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}
*/
/* Front Page */
#topHeaderOuter {
  position: relative;
  z-index: 1;
}
#topHeader {
  background-size: cover;
  background-position: center center;
}
#topHeader h1,
#topHeader h2 {
  font-family: 'Muli';
  color: white;
  font-weight: 200;
}
#topHeader h1 {
  padding-top: 45px;
  display: inline-block;
}
.testimonial-card .card-up {
  overflow: hidden;
  height: 120px;
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.dark-green {
  background-color: #227717;
}
.green-gradient {
  background: #227717;
  background: -moz-linear-gradient(top, #227717 0%, #5ea159 100%);
  background: -webkit-linear-gradient(top, #227717 0%, #5ea159 100%);
  background: linear-gradient(to bottom, #227717 0%, #5ea159 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227717', endColorstr='#5ea159',GradientType=0 );
}
.light-green {
  background-color: #5ea159;
}
.testimonial-card .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: white;
  margin-top: -100px;
  overflow: hidden;
  border: 2px solid #fff;
}
.testimonial-card .card-body {
  text-align: center;
  font-weight: 100;
  padding-top: 5px !important;
}
.testimonyName {
  font-size: 20px;
  margin-bottom: 0px;
}
.testimonyTitle {
  font-size: 15px;
  margin-bottom: 0px;
}
.testimonyCompany {
  font-size: 18px;
  margin-bottom: 0px;
}
.card {
  height: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 400;
}
#fpArchiveContent,
#fpSignUp {
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
}
#fpArchiveContent h2,
#fpSocialFeed h3 {
  border-bottom: 3px solid #f6a623;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
}
#fpArchiveContent a.button {
  margin-bottom: 0px !important;
}
.newsletterSample {
  position: relative;
}
.newsletterSample img {
  border: 1px solid #d1d1d1;
}
.newsletterSample:hover img {
  border: 1px solid #f6a623;
}
.newsletterSample:hover .readMore a {
  color: #f6a623;
}
.newsletterSample .newsletterDate,
.newsletterSample .newsletterCategory {
  color: #1a9f68;
  font-size: 14px;
  padding-bottom: 10px;
  float: left;
}
.newsletterSample .newsletterCategory {
  color: #1a9f68;
  font-size: 14px;
  padding-bottom: 10px;
  float: right;
  text-indent: -10px;
  margin-left: 21px;
}
.newsletterSample .newsletterCategory a {
  text-decoration: none;
}
.newsletterSample .newsletterDate i {
  margin-right: 5px;
}
.newsletterSample .newsletterCategory i {
  margin-right: 7px;
}
.newsletterSample .newsletterExcerpt {
  clear: both;
  line-height: 1.5;
}
.newsletterSample .readMore a {
  text-decoration: none;
  font-weight: 600;
  margin-right: 5px;
}
.newsletterSample .quickHitsSummary {
  padding-bottom: 8px;
}
.newsletterSample .quickHitsSummary,
.newsletterSample .articleSummary {
  font-size: 13px;
  color: #1a9f68;
  padding-left: 10px;
}
.newsletterSample p {
  margin-bottom: 8px;
}
.newsletterSample .readMore {
  /*
	position: absolute;
	bottom: 0px;
	left: 0px;
*/
}
#fpSampleSignUp {
  overflow: hidden;
}
#fpSampleSignUp .gform_wrapper {
  margin: 0px !important;
}
.testimonyTextSection {
  border-right: 1px solid #a0a0a0;
  width: 100%;
  padding-right: 20px;
}
.headshotOuter {
  position: relative;
  width: 95%;
  padding-bottom: 95%;
  height: 0;
}
.fullTestimony .headshot {
  border-style: solid;
  border-radius: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}
.testimonyText {
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
  color: #4a4a4a;
}
.testimonyCredit {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.testimonyLogo {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  border-right: 1px solid #979797;
}
.testimonyLogo img {
  display: inline-block;
  height: 100%;
  padding-right: 20px;
  max-height: 85px;
  max-width: 180px;
  width: auto;
}
.testimonyNameSection {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
  max-width: 270px;
}
#fpSignUp h4 {
  line-height: 1.6;
}
#fpSampleSignUp h3 {
  font-size: 1.6rem;
  margin-bottom: 0px;
  padding-top: 0px;
}
#fpSampleSignUp #emailInput {
  padding: 0px 10px;
  height: 42px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff;
  width: calc(100% - 170px);
}
#freeSampleSubmit {
  height: 40px;
  width: 165px;
  text-align: center;
}
#errorMessage {
  background-color: transparent;
  border: none;
  padding: 5px;
}
/* Loop Items */
article.newsletter {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
  height: calc(100% - 30px);
}
.newsletterCards {
  position: relative;
}
.newsletterCards .access {
  position: absolute;
  top: -10px;
  left: 2px;
  background-color: #008000;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 30px;
  z-index: 10;
  line-height: 32px;
}
.newsletterSample .access {
  position: absolute;
  top: 0px;
  left: 8px;
  background-color: #008000;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  line-height: 22px;
  font-size: 14px;
}
article.newsletter a {
  text-decoration: none;
}
article.newsletter section img {
  box-shadow: 0px 4px 8px lightgrey;
}
article.newsletter header {
  padding: 15px 15px 0px;
}
article.newsletter header a {
  color: black;
}
article.newsletter header hr {
  margin: 15px 0px;
}
article.newsletter h2 {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
article.newsletter i {
  padding-right: 5px;
}

article.newsletter .newsletterDate,
article.newsletter .quickHitsSummary,
article.newsletter .articleSummary,
article.newsletter .newsletterCategory {
  padding-bottom: 2px;
  color: #1a9f68;
}
article.newsletter .entry-content {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
article.newsletter .newsletterExcerpt {
  padding: 5px 0px 10px;
}
article.newsletter .newsletterExcerpt p {
  margin-bottom: 0px;
}
article.newsletter .entry-content a {
}
article.newsletter footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
article.newsletter footer hr {
  margin-top: 0px;
  margin-bottom: 5px;
}
article.newsletter .readMore {
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 15px;
}
.subscribeNow article,
.freeNewsletterSample article {
  background-color: #459c3a;
  border-radius: 10px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  /*     margin-bottom: 30px; */
  position: relative;
  padding-bottom: 40px;
  height: calc(100% - 30px);
}
.subscribeNow h2,
.subscribeNow h3,
.freeNewsletterSample h2,
.freeNewsletterSample h3 {
  color: white;
  text-decoration: none;
}
.subscribeNow a,
.freeNewsletterSample a {
  text-decoration: none;
}
.newsletterCards .offerSection a.button {
  background-color: #f6a623 !important;
  margin-bottom: 0px;
}
.newsletterCards .offerSection {
  padding: 25px;
}
.newsletterCards .offerSection h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.newsletterCards .offerSection h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.newsletterCards .offerSection a:hover,
.newsletterCards .offerSection a:focus {
  background-color: #1a9f68 !important;
}
/* Newsletter Single Page */
.newsletterSideBar {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.newsletterSideBarInner {
  padding: 25px;
}
.newsletterBody {
  border-radius: 10px;
  margin-top: 30px;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.newsletterHeader {
  border-radius: 10px 10px 0px 0px;
  padding: 5px 0px;
  font-size: 12px;
  color: white;
  background-color: #1a9f68;
}
#shareBanner {
  margin: -10px auto 40px;
  display: block;
  text-align: center;
}
#shareBanner img {
  max-width: 100%;
  height: auto;
}
.newsletterArticles {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 60px;
}
.newsletterArchiveSearch {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.newsletterInnerBody {
  padding: 10px 40px 30px;
}
.newsletterInnerBody li {
  margin-bottom: 1rem;
}
.newsletterArchiveSearchInner {
  padding: 25px;
}
.newsletterArchiveSearchInner #searchform input[type='text'] {
  width: 98%;
}
.newsletterArchiveSearchInner .navigation {
  padding-top: 10px;
  overflow: hidden;
}
.newsletterArchiveSearchInner .navigation p {
  margin-bottom: 0px;
  font-size: 14px;
}
.newsletterArchiveSearchInner .navigation a {
  text-decoration: none;
}
.newsletterArchiveSearchInner .navigation a:hover,
.newsletterArchiveSearchInner .navigation a:focus {
  color: #f6a623;
}
.newsletterArchiveSearchInner #olderEdition {
  float: right;
}
#signatureTable {
  margin-left: auto;
  margin-right: auto;
}
#signatureTable tbody tr {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: bottom;
}
#signatureTable tbody td img {
  margin-bottom: 0px;
  height: auto;
  border-radius: 100px;
}
#signatureInfo {
  vertical-align: bottom;
}
#signatureInfo p {
  font-size: 14px;
  color: #333;
  margin-left: 5px;
  margin-bottom: 0px;
}
#signatureInfo a {
  margin-top: 15px;
  color: #228810;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-left: 5px;
}
#signatureInfo a img {
  margin-bottom: 1px !important;
}
.newsletterSocialShare {
  border-radius: 10px;
  margin-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.newsletterSocialShare a.button {
  margin-bottom: 0px;
  height: 40px;
  line-height: 40px;
}
.newsletterSocialShareInner {
  padding: 25px;
}
.shareButtons a {
  display: block;
  color: white !important;
  height: 40px;
  width: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  margin-right: 15px;
}
#shareFacebook {
  background-color: #3b5999;
}
#shareTwitter {
  background-color: #55acee;
}
#shareLinkedIn {
  background-color: #0077b5;
}
#shareGooglePlus {
  background-color: #dd4b39;
}
.shareButtons a:last-of-type {
  margin-right: 0px;
}
.shareButtons a:hover {
  background-color: #f6a623 !important;
}
.single .newsletterDate,
.single .newsletterMessage {
  font-size: 14px;
  padding: 20px 0px;
}
#newsletterContents a,
#newsletterContents b,
#newsletterContents strong {
  font-weight: 700;
}
#newsletterContents a {
  color: #1a9f68;
}
.newsletterBody h1 {
  font-size: 20px;
  font-weight: 700;
  color: black;
  display: block;
  margin: 20px 0px;
  line-height: 1.2;
  padding: 0px;
  border: none;
}
.newsletterBody h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: black;
  display: block;
  margin: -10px 0px 20px;
  line-height: 1.2;
  padding: 0px;
  border: none;
}
.newsletterBody p,
.newsItemContent p {
  color: black !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.newsletterReprintPolicy {
  padding: 20px 30px 0px;
}
.newsletterReprintPolicy p {
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.newsletterQuickHits h3,
.newsletterSocialShare h3,
.newsletterArticles h2,
.browseTopics h3,
.newsletterArchiveSearch h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #4b4b4b;
}
.newsletterArticles h2 {
  margin-top: 20px;
}
.newsletterQuickHits p,
.newsletterSocialShare p {
  font-size: 13px;
}
.newsletterQuickHits hr:last-of-type {
  display: none;
}
.newsletterArticlesInner {
  padding-bottom: 30px;
}
.sectionHeader {
  background-color: #1a9f68;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 25px 0 15px;
}
.newsItemContent {
  padding: 15px 40px 0 40px;
}
.newsItemContent img {
  margin-bottom: 15px;
}
.newsItemContent h3 {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 10px 0 5px;
}
.newsItemContent h5 {
  font-size: 12px;
  color: #aa9dac;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 15px;
}
.newsItemContent p {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.newsItemContent .logo {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
.newsItemContent .logo img {
  height: 25px;
  width: auto;
  margin-bottom: 0px;
}
.newsItemContent .pubName {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  color: #6b7075;
  font-size: 14px;
  font-weight: 500;
}
.newsItemContent .articleLink {
  color: #228810;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.newsItemDivider {
  border-bottom: 1px solid #e4e4e5;
  margin-bottom: 5px;
}
.samplePubImage {
  padding: 0px 40px 0px;
}
.samplePubImage img {
  display: block;
  margin: 0px auto;
}
.samplePubImage .pubInfo {
  padding-top: 8px;
  padding-bottom: 10px;
}
.samplePubImage .pubLogo {
  width: 35px;
}
.samplePubImage .pubLogo img {
  height: 25px;
  width: auto;
}
.samplePubImage .pubName {
  color: #6b7075;
  font-size: 14px;
  font-weight: 500;
  height: 25px;
  vertical-align: text-top;
  display: inline-block;
}
.sampleImgWrapper {
  position: relative;
}
.sampleWaterMark {
  color: rgba(255, 255, 255, 0.35);
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 45%;
  left: -5%;
  width: 111%;
  transform: rotate(15deg);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.topicList li {
  color: #227717;
  font-size: 14px;
  text-indent: -20px;
  margin-left: 20px;
}
.topicList a {
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.topicList li a:hover {
  color: #f6a623 !important;
}
.newProductsInner {
  padding: 0px 40px 15px;
}
h2.noSponsorHeadline {
  margin-top: 20px;
  margin-bottom: 30px !important;
}
.newProductSection h2 {
  margin-bottom: 30px;
}
.newProductListing {
  margin-bottom: 20px;
  border-bottom: 1px solid grey;
  padding-bottom: 25px;
}
.newProductListing:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.newProductListing h3 {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0px 0 15px;
}
.newProductImage {
  width: 29%;
  display: inline-block;
  vertical-align: top;
}
.newProductImg,
.sponsorImg {
  max-width: 100%;
  height: auto;
}
.newProductInfo {
  width: 69%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.newProductInfo p {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.sponsorInfo {
  padding-bottom: 20px;
  margin: 20px 40px 25px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid green;
}
.sponsorLeft {
  width: 30%;
  margin-right: 20px;
  float: left;
  margin-bottom: 25px;
}
.sponsorRight {
  width: 100%;
}
.sponsorLinkTitle {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
.newProductSponsorSection h2 {
  margin-bottom: 5px;
}
.newProductSponsorSection h3.sponsorTitle {
  font-size: 15px;
  font-style: italic;
  color: #2b8623;
}

#behindRebrandInner {
  padding: 0px 40px 40px;
}
#behindRebrandInner h3 {
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 20px;
  margin: 0px 35px 25px;
  border-bottom: 1px solid #aaa;
}
.rebrand {
  position: relative;
  width: 90%;
  margin: 0 auto 30px;
  border: 1px solid #939393;
  padding: 50px 30px 30px;
}
.brandTag {
  padding: 5px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 800;
  letter-spacing: 1px;
}
#beforeRebrand .brandTag {
  background-color: #b10b0b;
  color: white;
}
#afterRebrand .brandTag {
  background-color: #13579c;
  color: white;
}
#behindRebrandStory {
  margin-top: 20px;
}
/* Search Page */
#archivePageHeader a {
  color: inherit;
  text-decoration: none;
}
#archivePageHeader a:hover h1 {
  color: #f6a623;
}
#archivePageHeader h1 {
  margin-top: 60px;
  text-align: center;
  color: #666;
  font-size: 40px;
  font-weight: 300;
}
#archivePageHeader h2 {
  margin-top: 0px;
  text-align: center;
  color: #666;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 35px;
}
.dateDivider {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #1a9f68;
  text-align: center;
  margin-bottom: 40px;
  color: #1a9f68;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.dateRow {
  width: 100%;
}
#fpArchiveContent #searchform {
  text-align: right;
}

#fpArchiveContent #searchform input[type='text'] {
  display: inline-block;
  max-width: 80%;
}
#searchform input[type='text'] {
  padding-left: 20px;
  height: 50px;
  width: 400px;
  border-radius: 5px;
  border: 1px solid #cdcfd2;
}
#searchform input[type='submit'] {
  margin-left: -72px;
  background-color: #0000 !important;
  border: none;
  color: #008000;
}
#pageNavigation {
  margin-top: 15px;
}
/* Archive Page */
.archiveCategories {
  padding-top: 30px;
  list-style: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}
.archiveCategories li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #979797;
  background-color: #e6e6e6;
  padding: 5px 15px;
  border-radius: 5px;
  line-height: 11px;
}
.archiveCategories li:hover,
.archiveCategories li:focus,
.articleCards .post-categories li:hover,
.articleCards .post-categories li:focus {
  background-color: #626262;
}
.archiveCategories li a {
  text-decoration: none;
  font-size: 11px;
  color: #686868;
}
.archiveCategories li:hover a,
.archiveCategories li:focus a,
.articleCards .post-categories li:hover a,
.articleCards .post-categories li:focus a {
  color: white;
}
.searchResults {
  color: #444444;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 26px;
}
.subscribeNowArticleSummary {
  width: 85%;
  min-width: 285px;
  display: block;
  margin: 30px auto;
  padding: 40px;
  background-color: #e5f9e3;
  border-radius: 10px;
}
.subscribeNowArticleSummary a.button {
  margin-bottom: 0px;
}
.subscribeNowArticleSummary h3 {
  font-size: 26px;
}
.subscribeNowArticleSummary h4 {
  font-size: 18px;
}
/* Articles Archives / Search / Category Page */
.articleCards article {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
  height: calc(100% - 30px);
}
.articleCards .articleImage {
  box-shadow: 0px 4px 8px lightgrey;
}
.articleCards header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: transparent !important;
}
.articleCards .publication {
  color: #6b7075;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}
.articleCards .publication a {
  color: inherit;
  text-decoration: none;
}
.articleCards .publication a:hover {
  color: #f6a623;
}
.articleCards .publication .logo {
  display: inline-block;
  margin-right: 5px;
}
.articleCards .publication .logo img {
  max-height: 25px;
  width: auto;
}
.articleCards .pubName {
  display: inline-block;
  font-size: 13px;
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  line-height: 26px;
  vertical-align: bottom;
}
.articleCards article h2 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.articleCards article h2 a {
  text-decoration: none;
  color: #535353;
}
.articleCards .entry-content {
  padding-top: 0px !important;
}
.articleCards .entry-content p {
  padding-bottom: 10px;
}
.articleCards .entry-content {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}
.articleCards .entry-content a {
  position: absolute;
  bottom: 50px;
  right: 20px;
  text-decoration: none;
  font-weight: 600;
  margin-top: -5px;
}
.articleCards footer {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 42px;
}
.articleCards .post-categories,
.articleCards .archiveCategories {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.articleCards footer .entry-info {
  padding-top: 8px;
  border-top: 1px solid #d3d3d3;
}
.articleCards .post-categories li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #efefef;
  padding: 5px 15px;
  border-radius: 5px;
  line-height: 11px;
}
.articleCards .post-categories li a {
  text-decoration: none;
  font-size: 11px;
  color: #686868;
}
#pageNavigation {
  margin-bottom: 40px;
}
/* Subscribe Now Page */
#subscribeNow h2 {
  text-align: center;
  color: #5ca353;
  display: table;
  font-weight: 300 !important;
  font-size: 32px;
  line-height: 1.4;
  margin: 0px auto 30px;
  padding: 0px 15px 15px 15px;
  border-bottom: 3px solid #f6a623;
  max-width: 75%;
}
#subscribeNow #subcribeTopText {
  padding-top: 40px;
  padding-bottom: 15px;
}
#subscribeNow #subcribeTopText img {
  max-width: 100% !important;
  height: auto;
  margin-top: 30px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
#subscribeNow #SubscribeTestimony {
  overflow: hidden;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 30px 0px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
#subscribeNow .testimonyTextSection {
  border-right: none;
}
#subscribeNow #primaryBullets {
  padding-right: 35px;
  color: #4a4a4a;
}
#sn-topContent h3,
#subscribeNow #primaryBullets h3 {
  color: #1a9f68;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
#subscribeNow #primaryBullets li {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 17px;
}
#subscribeNow #bulletsSidebar ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 25px;
}
#subscribeNow #bulletsSidebar li {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1a9f68;
  margin-bottom: 25px;
}
#subscribeNow #subscriberBullets .andMore {
  font-weight: 600;
}
#subscribeNow #pricingSection {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 30px 0px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
#subscribeNow #primaryBullets {
  border-right: 1px solid #b2b2b2;
}
#subscriberBullets img {
  margin-top: 50px;
}
#guaranteeSection img {
  display: block;
  margin: 0px auto 30px;
  max-width: 250px;
}
#tablepress-1,
#tablepress-2 {
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
#tablepress-1.tablepress thead th,
#tablepress-2.tablepress thead th {
  background-color: #1a9f68;
  color: white;
}
#tablepress-1.tablepress .column-1 {
  padding-left: 20px;
  line-height: 34px;
}

#tablepress-1.tablepress .column-2,
#tablepress-1.tablepress .column-3 {
  text-align: center;
}
#tablepress-1 tbody a,
#tablepress-2 tbody a {
  display: inline-block;
  text-align: center;
  width: 96px;
  height: 32px;
  background-color: #5ea159;
  color: #fff;
  text-decoration: none;
  line-height: 32px;
  border-radius: 7px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
#tablepress-1 tr:hover td a {
  background-color: #1a9f68;
}
#tablepress-1 tbody a:hover,
#tablepress-1 tbody a:focus,
#tablepress-2 tbody a:focus {
  background-color: #f6a623 !important;
}
#tablepress-2 td[colspan='2'] {
  text-align: center;
}
#pricingFooter {
  max-width: 640px;
  margin: 0px auto 30px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 20px;
}
#tablepress-2 + p {
  display: none;
}
#pricingFooter div:first-of-type {
  font-size: 14px;
  width: calc(100% - 180px);
  margin-right: 15px;
  display: inline-block;
  color: #8a8a8a;
  font-weight: 300;
  vertical-align: top;
}
#pricingFooter #contactBttn {
  width: 160px;
  display: inline-block;
}
#pricingFooter #contactBttn a {
  margin-bottom: 0px;
}
#pricingFooter span {
  color: #5ca353;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* Single Product Page */
.single-product #PageContents {
  margin-top: 40px;
}
.woocommerce-page div.product div.summary {
  text-align: center;
  width: 100%;
  float: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
}
.woocommerce div.product form.cart .button {
  margin-top: 25px;
  float: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations {
  max-width: 395px;
  margin: 20px auto;
}
.woocommerce div.product form.cart .variations .value {
  text-align: left;
}
.woocommerce div.product form.cart .variations td.label {
  text-align: right;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}
.woocommerce div.product .product_title {
  font-weight: 300;
  font-size: 32px;
  color: #5ca353;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #f6a623;
}
.single-product .variations_form .form-row {
  display: block !important;
  max-width: 400px;
  margin: 15px auto 0px;
}
#team_owner_takes_seat_field {
  margin-top: 5px !important;
}
.variations select {
  border: 1px solid grey;
  padding: 2px 0px 2px 10px;
}

/* Custom Pages */
body:not(.logged-in) .woocommerce > h2 {
  display: none;
}
.woocommerce-form-login {
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(53, 53, 53, 0.5);
}
.page-my-account .woocommerce-Button {
  margin-right: 20px !important;
}
.page-my-account .woocommerce-form__label-for-checkbox {
  padding-top: 5px;
}
#guaranteeSection {
  margin-bottom: 30px;
}
/* Rodale */
.page-id-3262 #widthTopHeader h1 {
  margin-top: 110px;
}
/* Footer */
#mainFooter {
  padding-top: 40px;
}
#footerHeadline {
  margin-top: 20px;
  color: #5ca353;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
}
#footerLogo {
  height: 85px;
  width: auto;
}
#footerCopyright {
  padding-top: 15px;
  font-size: 13px;
}
#menu-footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
}
#menu-footer a {
  text-decoration: none;
}
#footerRight p {
  font-size: 13px;
  margin-bottom: 10px;
}
#footerRight svg {
  margin-top: -8px;
  max-width: 120px;
}
#footerSocial {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}
#footerSocial a:first-of-type {
  margin-left: 0px;
}
#footerSocial a {
  margin-left: 5px;
}
.logged-in #menu-item-5461,
.logged-in #menu-item-5464 {
  display: none;
}
body:not(.logged-in) #menu-item-5465 {
  display: none;
}
/* Partner Page */
h2.sectionTitle {
  margin-top: 40px !important;
  margin-bottom: 60px !important;
  padding-bottom: 20px;
  border-bottom: 3px solid #f6a623;
  text-transform: uppercase;
}
.partnerLogo {
  padding-bottom: 30px;
}
.partnerText hr {
  width: 60%;
  border-top: 1px solid #5ea356;
  padding-bottom: 20px;
  margin: 50px auto 30px;
}
#non-profitSection {
  margin-bottom: 80px;
}
/* Media Statements */
@media all and (min-width: 1500px) {
  #topHeader h1 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 15px 0;
  }
  header + div {
    padding-top: 101px;
  }
  .testimonial-card .card-body {
    font-size: 17px;
  }
  .quoteMark {
    font-family: serif;
    font-size: 18px;
  }
  .newsletterSample h3 {
    font-size: 22px;
    min-height: 64px;
  }
  .newsletterSample .newsletterExcerpt {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .newsletterSample .readMore a {
    font-size: 14px;
  }
  .size-full {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #subscribeNow .fullTestimony {
    min-width: 885px;
  }
  .articleCards .articleImage img {
    height: 183px;
    min-width: 100%;
  }
  .woocommerce-edit-address #billing_company_field span {
    width: calc(100% - 30px);
  }
  #fpSampleSignUp h3 {
    font-size: 1.8rem !important;
  }
  #fpSampleSignUp span {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .woocommerce-edit-address #billing_company_field span {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  #topHeader {
    padding-bottom: 30px;
  }
  #topHeader h1 {
    width: 630px;
  }
  .active #homeLogo img {
    height: 35px;
  }
  .active .navbar {
    line-height: 16px;
  }
  .active .menuButton:not(.current_page_item) {
    margin: -12px 0 -10px !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header + div {
    padding-top: 91px;
  }
  header {
    padding: 10px 0;
  }
  .testimonial-card .card-body {
    font-size: 17px;
  }
  .quoteMark {
    font-family: serif;
    font-size: 18px;
  }
  .newsletterSample h3 {
    font-size: 20px;
    min-height: 64px;
  }
  .newsletterSample .newsletterExcerpt {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .newsletterSample .readMore a {
    font-size: 13px;
  }
  #fpSignUp h4 {
    font-size: 22px;
  }
  .testimonyText {
    line-height: 1.5;
  }
  #subscribeNow .fullTestimony {
    min-width: 750px;
  }
  #subscribeNow h2 {
    max-width: 80%;
  }
  .navbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .articleCards .articleImage img {
    height: 155px;
    min-width: 100%;
  }
  .newsletterQuickHits h3,
  .newsletterSocialShare h3,
  .newsletterArticles h2,
  .browseTopics h3,
  .newsletterArchiveSearch h3 {
    font-size: 20px;
  }
  body:not(.logged-in) .navbar > div > ul > li {
    margin-left: 18px;
  }
  #pageHeader .menuButton:not(.current_page_item) {
    margin-left: 22px !important;
    margin-right: 0px;
  }
}
@media all and (max-width: 991px) {
  #gform_5 .sampleImage {
    width: 100%;
    display: block;
  }
  #gform_5 .newsletterSampleText {
    display: block;
    width: 100%;
    vertical-align: inherit;
    padding-left: 0%;
  }
  #gform_5 .newsletterSample img {
    max-width: 240px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
  .newsletterSocialShare {
    margin-top: 0px;
  }
  .newsletterArticles {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header + div {
    padding-top: 68px;
  }
  header {
    padding: 10px 0;
  }
  .navbar #menu-public-menu {
    margin-right: -65px;
  }
  #homeLogo img {
    height: 42px;
  }
  .navbar li {
    margin-left: 10px;
  }
  .navbar #menu-public-menu li a {
    font-size: 15.5px;
  }
  #topHeader {
    padding-bottom: 20px;
  }
  #topHeader h1 {
    font-size: 28px;
  }
  #topHeader h2 {
    font-size: 18px;
  }
  .testimonial-card .card-body {
    font-size: 14px;
    padding: 1rem;
  }
  .testimonial-card .card-up {
    height: 80px;
  }
  .testimonial-card .avatar {
    width: 125px;
    height: 125px;
    margin-top: -70px;
  }
  .testimonyName {
    font-size: 16px;
  }
  .testimonyTitle {
    font-size: 13px;
  }
  .testimonyCompany {
    font-size: 15px;
  }
  #fpArchiveContent h2 {
    font-size: 22px;
  }
  .newsletterSample h3 {
    font-size: 16px;
    min-height: 54px;
  }
  .newsletterSample .newsletterDate,
  .newsletterSample .newsletterCategory,
  .newsletterSample .quickHitsSummary,
  .newsletterSample .articleSummary {
    float: none;
    font-size: 12px;
  }
  .newsletterSample .newsletterCategory {
    margin-top: -5px;
  }
  .newsletterSample .newsletterExcerpt {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0px;
  }
  .newsletterSample .readMore a {
    font-size: 12px;
  }
  #fpSocialFeed h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .testimonyText {
    font-size: 16px;
    line-height: 1.6;
  }
  #fpSignUp h4 {
    font-size: 18px;
  }
  .testimonyTextSection {
    border: none;
    padding-right: 10px;
  }
  #fullAccessSection {
    border-left: 1px solid #a3a3a3;
    padding-left: 30px;
    margin-left: -15px;
  }
  #fpSampleSignUp h3 {
    font-size: 20px;
  }
  .topicList {
    column-count: 2;
  }
  #subscribeNow .fullTestimony {
    min-width: 630px;
  }
  #subscribeNow h2 {
    max-width: 92%;
  }
  .woocommerce div.product .product_title {
    font-size: 28px;
  }
  #archivePageHeader h1 {
    margin-top: 36px;
    font-size: 35px;
  }
  .articleCards .articleImage img {
    height: 172px;
    min-width: 100%;
  }
  .newsletterArchiveSearchInner {
    min-height: 196px;
  }
}
@media all and (min-width: 768px) {
  #footerRight {
    text-align: center;
    width: 75%;
    float: right;
  }
  #topHeader h1 {
    padding-top: 45px;
  }
  #topHeader h2 {
    font-size: 24px;
  }
  #testimonials .testimonial:last-of-type,
  #newsletterSamples .newsletterSample:last-of-type {
    display: none;
  }
  .shop_table .product-subtotal {
    max-width: 135px;
  }
}
@media all and (max-width: 767px) {
  header + div {
    padding-top: 66px;
  }
  #pageHeader {
    padding: 10px 0px 0px;
    height: 66px;
  }
  #homeLogo img {
    height: 42px;
  }
  #pageContents h1,
  .pageContents h1 {
    font-size: 24px;
  }
  #footerRight {
    margin-top: 15px;
  }
  #footerRight img {
    max-width: 180px;
  }
  .quoteMark {
    font-family: serif;
    font-size: 18px;
  }
  #fpSocialFeed h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #fpSampleSignUp h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .gform_wrapper .top_label .gfield_label {
    display: none !important;
  }
  #fpSampleSignUp .gform_wrapper {
    margin-bottom: 0px !important;
  }
  #fpSampleSignUp .gform_footer {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  #fpSampleSignUp .gform_button {
    width: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    display: block;
  }
  .testimonyTextSection {
    border-right: none;
    padding-right: 0px;
  }
  #footerRight svg {
    max-width: 140px;
  }
  .newsletterSample .newsletterDate,
  .newsletterSample .newsletterCategory,
  .newsletterSample .quickHitsSummary,
  .newsletterSample .articleSummary {
    float: none;
    font-size: 12px;
  }
  .newsletterSample .newsletterCategory {
    margin-top: -5px;
  }
  #fpArchiveContent #searchform {
    text-align: center;
    margin-bottom: 20px;
  }
  #fpArchiveContent #searchform input[type='text'] {
    width: 100%;
  }
  #archivePageHeader h1 {
    margin-top: 30px;
    font-size: 30px;
  }
  .archiveCategories {
    width: 100%;
    max-width: 440px;
  }
  .subscribeNowArticleSummary h3 {
    font-size: 20px;
  }
  .subscribeNowArticleSummary h4 {
    font-size: 16px;
  }
  .woocommerce div.product .product_title {
    font-size: 22px;
  }
  .woocommerce-MyAccount-navigation {
    max-width: 200px;
    margin: 0px auto 20px;
  }
  .woocommerce table.shop_table_responsive.my_membership_settings tr td,
  .woocommerce-page table.shop_table_responsive.my_membership_settings tr td,
  .woocommerce table.shop_table_responsive.my_team_details tr td,
  .woocommerce-page table.shop_table_responsive.my_team_details tr td {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive thead.my_membership_settings,
  .woocommerce-page table.shop_table_responsive.my_membership_settings thead,
  .woocommerce table.shop_table_responsive thead.my_team_details,
  .woocommerce-page table.shop_table_responsive.my_team_details thead {
    display: block;
  }
  .woocommerce table.shop_table_responsive.my_membership_settings tr td::before,
  .woocommerce-page
    table.shop_table_responsive.my_membership_settings
    tr
    td::before,
  .woocommerce table.shop_table_responsive.my_team_details tr td::before,
  .woocommerce-page table.shop_table_responsive.my_team_details tr td::before {
    content: '';
  }
  .woocommerce
    table.shop_table_responsive.my_membership_settings
    tr
    td:first-of-type,
  .woocommerce table.shop_table_responsive.my_team_details tr td:first-of-type {
    font-weight: 700;
  }
  .woocommerce
    table.shop_table_responsive.my_membership_settings
    tr
    td:first-of-type::after,
  .woocommerce
    table.shop_table_responsive.my_team_details
    tr
    td:first-of-type::after {
    content: attr(data-title) ' :';
    font-weight: 700;
  }
  #behindRebrandInner h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 576px) and (max-width: 768px) {
  #hamburgNav {
    height: 80px;
    width: 80px;
  }
  #mainLogo {
    text-align: center;
  }
  #topHeader h1 {
    padding-top: 30px;
    font-size: 28px;
    width: 435px;
  }
  #topHeader h2 {
    font-size: 18px;
  }
  #testimonials .testimonial:nth-child(-n + 2) {
    margin-bottom: 20px !important;
  }
  .testimonial-card .card-up {
    height: 80px;
  }
  .testimonial-card .avatar {
    width: 125px;
    height: 125px;
    margin-top: -70px;
  }
  #testimonials .testimonial:last-of-type {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .testimonyName {
    font-size: 16px;
  }
  .testimonyTitle {
    font-size: 13px;
  }
  .testimonyCompany {
    font-size: 15px;
  }
  .testimonial-card .card-body {
    font-size: 14px;
  }
  #fpArchiveContent h2 {
    font-size: 22px;
  }
  .newsletterSample h3 {
    font-size: 16px;
    min-height: 54px;
  }
  .newsletterSample .newsletterDate,
  .newsletterSample .newsletterCategory {
    font-size: 12px;
  }
  .newsletterSample .newsletterExcerpt {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0px;
  }
  .newsletterSample .readMore a {
    font-size: 12px;
  }
  .testimonyText {
    font-size: 16px;
    line-height: 1.5;
  }
  #fpSignUp .smallGreyLine {
    margin-top: 15px;
    height: 1px;
    background-color: #919191;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #fullAccessSection {
    padding-top: 15px;
    text-align: center;
  }
  #fullAccessSection h4 {
    padding-top: 10px;
    font-size: 22px;
  }
  .sampleWaterMark {
    font-size: 30px;
  }
  .topicList {
    column-count: 2;
  }
  #subscribeNow h2 {
    font-size: 28px;
    max-width: 91%;
  }
  article.newsletter h2 {
    font-size: 16px;
  }
  .newsletterCards .offerSection a {
    font-size: 14px;
  }
  .articleCards .articleImage img {
    height: 125.5px;
    min-width: 100%;
  }
}
@media all and (max-width: 575px) {
  #topHeader h1 {
    padding: 20px 20px 0px;
    font-size: 24px;
  }
  #topHeader h2 {
    font-size: 15px;
  }
  .testimonial-card .card-up {
    height: 80px;
  }
  .testimonial-card .avatar {
    width: 125px;
    height: 125px;
    margin-top: -70px;
  }
  #testimonials .testimonial:last-of-type {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .testimonyName {
    font-size: 16px;
  }
  .testimonyTitle {
    font-size: 13px;
  }
  .testimonyCompany {
    font-size: 15px;
  }
  .testimonial-card .card-body {
    font-size: 14px;
  }
  #fpArchiveContent h2 {
    font-size: 22px;
  }
  .newsletterSample h3 {
    font-size: 16px;
    min-height: 54px;
    margin-bottom: 0px;
  }
  .newsletterSample .newsletterDate,
  .newsletterSample .newsletterCategory {
    font-size: 12px;
  }
  .newsletterSample .newsletterExcerpt {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0px;
  }
  .newsletterSample .readMore a {
    font-size: 12px;
  }
  .headshotOuter {
    width: 150px;
    height: 150px;
    padding-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonyText {
    padding: 5px 15px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
  .testimonyNameSection {
    font-size: 14px;
  }
  #fpSignUp .smallGreyLine {
    margin-top: 15px;
    height: 1px;
    background-color: #919191;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #fullAccessSection {
    padding-top: 15px;
    text-align: center;
  }
  #fullAccessSection h4 {
    padding-top: 10px;
    font-size: 17px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: none;
    margin: 15px auto;
    display: block;
  }
  .newsletterCards,
  .articleCards {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
  .sampleWaterMark {
    font-size: 20px;
  }
  #subscribeNow h2 {
    font-size: 24px;
    max-width: 91%;
  }
  #subscribeNow p,
  #subscribeNow #primaryBullets li {
    font-size: 15px;
  }
  form.checkout,
  .woocommerce-order-received div.woocommerce,
  .woocommerce-cart div.woocommerce,
  .woocommerce-account div.woocommerce {
    padding: 10px;
  }
  form.checkout .col-1,
  form.checkout .col-2 {
    padding: 0px;
  }
  .searchResults {
    font-size: 24px;
    text-align: center;
  }
}
@media all and (min-width: 320px) and (max-width: 540px) {
  .page .gform_body {
    width: 100% !important;
  }
  #pricingFooter {
    overflow: hidden;
  }
  #pricingFooter div:first-of-type {
    width: 100%;
  }
  #pricingFooter #contactBttn {
    display: block;
    float: right;
  }
  #archivePageHeader h1 {
    font-size: 24px;
    margin-top: 20px;
  }
  #archivePageHeader h2 {
    font-size: 15px;
  }
}
@media all and (min-width: 320px) and (max-width: 525px) {
  header {
    padding: 12px 0px 0px;
  }
  header + div {
    padding-top: 66px !important;
  }
  article header + div {
    padding-top: inherit !important;
  }
  #hamburgNav {
    height: 75px;
    width: 75px;
  }
  #mainLogo {
    text-align: center;
  }
  .goldLine {
    width: auto !important;
  }
  .page-template-page-template-sections h2 {
    font-size: 28px;
  }
  .page-template-page-template-sections p {
    font-size: 16px;
  }
  #tablepress-1.tablepress .column-1 {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media all and (max-width: 485px) {
  .woocommerce div.product form.cart .variations label {
    line-height: 1.2;
  }
  .reset_variations {
    margin-top: 10px;
  }
}
@media all and (max-width: 450px) {
  .testimonial,
  .newsletterSample {
    width: 100%;
    flex: inherit;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #archiveSectionHeadline {
    text-align: center;
  }
  .newsletterSample h3 {
    min-height: inherit !important;
  }
  #pageContents h1,
  .pageContents h1 {
    width: 85%;
    line-height: 1.3;
  }
  #fpArchiveContent #searchform input[type='text'] {
    max-width: 270px !important;
  }
  #searchform input[type='text'] {
    width: 300px;
  }
  #archivePageHeader h1 {
    margin-top: 25px !important;
    font-size: 22px !important;
  }
  #archivePageHeader h2 {
    font-size: 14px !important;
    margin-bottom: 25px;
  }
  .sampleWaterMark {
    font-size: 16px;
  }
  .subscribeNowArticleSummary {
    width: 100%;
    min-width: inherit;
    padding: 20px;
  }
  .subscribeNowArticleSummary h3 {
    font-size: 20px;
  }
  .subscribeNowArticleSummary h4 {
    font-size: 15px;
  }
  .subscribeNowArticleSummary a.button {
    font-size: 14px;
  }
  #primaryBullets {
    max-width: 100% !important;
    border-right: none !important;
    flex: 0 0 100% !important;
  }
  #bulletsSidebar {
    display: none;
  }
  #tablepress-1.tablepress .column-1 {
    font-size: 12px;
    padding-left: 15px;
  }
  .variation dl,
  .variation dt,
  .variation dd {
    float: none !important;
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  #mobileOpt {
    display: none;
  }
  #footerCopyright a:first-of-type:before {
    content: ' ';
    display: block;
  }
  #gform_5 #field_5_1 .ginput_container_email {
    width: 100% !important;
  }
  .newsletterInnerBody,
  .newsItemContent {
    padding-left: 25px;
    padding-right: 25px;
  }
  #team_owner_takes_seat_field label {
    line-height: 1;
  }
  .newsletterQuickHits h3,
  .newsletterSocialShare h3,
  .newsletterArticles h2,
  .browseTopics h3,
  .newsletterArchiveSearch h3 {
    font-size: 18px;
  }
  .rebrandSection h2 {
    padding: 0px 30px;
  }
  #behindRebrandInner {
    padding: 0px 25px 25px;
  }
  .rebrand {
    width: 100%;
  }
  #behindRebrandInner h3 {
    margin: 0px 15px 25px;
  }
}
@media all and (min-width: 414px) {
  #tablepress-2 {
    display: none;
  }
}
@media all and (max-width: 413px) {
  #tablepress-1 {
    display: none;
  }
  #tablepress-2 {
    display: table;
  }
  #tablepress-2 th,
  #tablepress-2 tr.odd td {
    text-align: center;
    width: 50%;
  }
  #tablepress-2 tr.even td {
    padding-left: 20px;
  }
}
@media all and (max-width: 400px) {
  #topHeader h1 {
    width: 280px;
  }
  #topHeader h2 {
    font-size: 15px;
    width: 210px;
    display: inline-block;
  }
  .newsletterArchiveSearch #searchform input[type='text'] {
    width: 98% !important;
  }
  #searchform input[type='text'] {
    width: 280px !important;
  }
  .woocommerce div.product form.cart .variations select {
    min-width: auto;
    width: 100px;
  }
  form.checkout h3 {
    font-size: 18px;
  }
  form.checkout label {
    font-size: 15px;
  }
  .shop_table,
  .shop_table p {
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #000 !important;
  }
  .shop_table p {
    display: block !important;
  }
  .shop_table .product-name {
    font-weight: 700 !important;
  }
  label[for='payment_method_stripe'] {
    overflow: hidden;
  }
  .variation dl,
  .variation dt,
  .variation dd {
    float: none !important;
    text-align: left;
    width: 100%;
  }
  #emailInput {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
  }
  #freeSampleSubmit {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .newProductImage {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .newProductImg {
    max-width: 80%;
    display: block;
    margin: auto;
  }
  .newProductInfo {
    width: 100%;
    padding-left: 0px;
    display: block;
  }
}
@media all and (max-width: 380px) {
  #signatureInfo p,
  #signatureInfo a {
    font-size: 13px !important;
  }
  #signatureImg {
    max-width: 105px;
  }
}
