﻿/**** GLOBAL ****/
/* Sizing & Padding of main blocks */
.container-fluid {
  max-width: 1423px; }

.content-md {
  padding-top: 60px;
  padding-bottom: 60px; }

.header .navbar-nav .nav-item .dropdown-menu {
  min-width: 300px !important; }

p img {
  /* Turn CMS content images into responsive images */
  display: block;
  max-width: 100%;
  height: auto; }

/* Colours */
::-moz-selection {
  background: #33B195; }

.color-green {
  color: #008265 !important; }

.color-gold {
  color: #FCB034 !important; }

.bg-color-green {
  background-color: #008265 !important; }

.bg-color-gold {
  background-color: #FCB034 !important; }

.alert-success {
  background-color: #D6EFEA !important; }

.alert-unpublish {
  background-color: #CFCFCF !important; }

/*
.btn-teal {
  color: #008265 !important;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal.focus {
  background: #008265 !important;
  border-color: #008265 !important;
}
.btn-teal-brd {
  color: #008265;
  border-color: #008265;
}
.btn-teal-brd:hover, .btn-teal-brd:focus, .btn-teal-brd.focus {
  background: #008265;
  border-color: #339B84;
}
.bg-color-teal {
    background: #008265 !important;
}


*/
.full-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.blockquotes-v3 {
  float: none;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #454545; }

p {
  color: #454545; }

p.ellipsis4Lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

p.ellipsis6Lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

p.ellipsis8Lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.btn-dark-brd {
  color: #454545;
  border-color: #454545; }
  .btn-dark-brd:hover, .btn-dark-brd:focus, .btn-dark-brd.focus {
    background: rgba(69, 69, 69, 0.8);
    border-color: rgba(69, 69, 69, 0.8); }

.btn-dark-bg {
  background: #454545; }
  .btn-dark-bg:hover, .btn-dark-bg:focus, .btn-dark-bg.focus {
    background: rgba(69, 69, 69, 0.8);
    border-color: rgba(69, 69, 69, 0.8); }

.solo-box {
  padding: 20px !important; }

.text-small {
  font-size: 12px; }

.noBordPad {
  border: 0 !important;
  padding: 0 !important; }

.action-box-icon {
  max-width: 55px;
  padding: 11px 0; }

.row-flex-inline {
  display: inline-flex; }

.list-icon {
  min-width: 20px; }

.help-box-phone-no {
  color: #ffffff; }

.help-box-light {
  background: #efefef !important; }

.help-box-light .heading-v1.heading-v1-white .heading-v1-title, .help-box-light .heading-v1.heading-v1-white .heading-v1-text {
  color: #454545; }

.help-box-light .help-box-phone-no {
  color: #878787; }

.heading-v1.heading-v1-white p {
  color: #fff;
  opacity: .8;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0; }

.testimonials-v7 p {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  line-height: 1.6;
  opacity: .95; }

.half-size-img {
  width: 50%;
  height: 50%; }

.float-r {
  float: right !important; }

.float-l {
  float: left !important; }

.fill-h {
  min-height: 100%;
  height: 100%; }

.footer-v8 .footer-v8-logo-img, .footer-v4 .footer-v4-logo {
  width: 50px;
  height: auto; }

@media (max-width: 1183px) and (min-width: 991px) {
  .header .navbar-nav .nav-item-child {
    font-size: 11px;
    padding: 0 13px; } }

.tel, .tel:visited {
  /*for small screens */
  color: #ffffff;
  text-decoration: none; }

@media screen and (min-width: 28.5em) {
  /* for larger screens */
  .tel, .tel:visited {
    background: none;
    cursor: default; }
  .tel, .tel:focus {
    color: #ffffff; } }

.tooltip {
  min-width: 300px;
  padding: 10px; }
  .tooltip .tooltip-inner {
    background-color: #454545;
    box-shadow: 0px 0px 20px #fff;
    max-width: 300px; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #454545; }
  .tooltip.top-left .tooltip-arrow {
    border-top-color: #454545; }
  .tooltip.top-right .tooltip-arrow {
    border-top-color: #454545; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #454545; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #454545; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #454545; }
  .tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #454545; }
  .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #454545; }

.info-icon {
  right: -60px;
  position: relative;
  font-size: 20px; }
  .info-icon:hover {
    color: #454545; }

.actions-checkbox-long label {
  display: inline; }

.invalid-message, .error-message, .error, .field-validation-error {
  width: 100%;
  margin-top: -12px;
  font-size: 90%;
  color: #dc3545;
  margin-bottom: 20px;
  background: #ffe6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
  z-index: 200; }

.field-validation-valid {
  display: none; }

/**** END GLOBAL ****/
/**** HEADER ****/
.breadcrumbs-v5.breadcrumbs-v5-bg-img-v5 {
  background: url(/assets/img/default-hero.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.promo-block-v5 {
  background-size: cover !important;
  background-position: 50% 20% !important;
  height: 460px; }

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v2, .breadcrumbs-v5.breadcrumbs-v5-bg-img-v5 {
  max-height: 382px !important;
  background-size: cover !important;
  background-position: 50% 20% !important; }

#center-bg-img .breadcrumbs-v5.breadcrumbs-v5-bg-img-v2, #center-bg-img .breadcrumbs-v5.breadcrumbs-v5-bg-img-v5 {
  background-position: 50% 50% !important; }

#center-bg-img2 .breadcrumbs-v5.breadcrumbs-v5-bg-img-v2, #center-bg-img2 .breadcrumbs-v5.breadcrumbs-v5-bg-img-v5 {
  background-position: 50% 50% !important; }

@media (max-width: 1180px) {
  .breadcrumbs-v5 .breadcrumbs-v5-title {
    font-size: 60px; } }

@media (max-width: 550px) {
  .breadcrumbs-v5 .breadcrumbs-v5-title {
    font-size: 40px; } }

.thinner-bg-img {
    max-height: 282px !important;
    background-size: cover !important;
    background-position: 50% 20% !important;
}

.thinner-bg-img-v5 {
    background: url(/assets/img/default-hero.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#foodWarningPanel {
    display: none;
    width: 100%;
    text-align: left !important;
    
}

#foodWarningPanel:hover {
    display: block;
}

#foodWarningInfoIcon:hover + #foodWarningPanel {
    display: block;
    float: left;
}

@media (min-width: 481px) {
    #foodWarningPanel {
        position: absolute;
        float: right;
        z-index: 500;
        left: 350px;
        margin: 0;
        padding: 4px;
        top: 405px;
        width: 810px;
        text-align: left !important;
        background-color: #ffffff;
    }

    #foodWarningPanel:hover {
        display: block;
    }

    #foodWarningInfoIcon:hover + #foodWarningPanel {
        display: block;
    }

    #foodWarningPanel .alert {
        margin-bottom: 0;
    }

    #foodWarningPanel .alert-box-general {
        box-shadow: 5px 5px 14px 1px #b3b1b1;
    }
}

/* Nav Buttons */
.menu-container .nav .nav-item-bg > a:hover {
  background: #F5CC6E;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.menu-container .nav .reg-button > a {
  background: #008265 !important; }

.menu-container .nav .reg-button > a:hover {
  background: #4CA793 !important;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.menu-container .nav .join-club-button > a {
  background: #ffffff !important;
  color: #34343c !important;
  border-color: #34343c !important;
  border: solid 1px #34343c !important; }

.menu-container .nav .join-club-button > a:hover {
  background: #34343c !important;
  color: #ffffff !important;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/**** END HEADER ****/
/**** HOMEPAGE ****/
/* Homepage search */
@media (min-width: 481px) {
  .home-search .col-sm-7, .home-search .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .SearchKeywordsTextbox {
    border-radius: 3px 0px 0px 3px !important; }
  #home-search-type, .HomeSearchType {
    border-radius: 0px 3px 3px 0px !important; } }

.mr-sm-2, .mx-sm-2 {
  margin-right: .5rem !important; }

.mb-sm-0, .my-sm-0 {
  margin-bottom: 0 !important; }

.mb-2, .my-2 {
  margin-bottom: .5rem !important; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center !important;
  background-size: 10px 12px !important;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  background: rgba(255, 255, 255, 0.9) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center !important;
  background-size: 10px 12px !important; }

/* End Homepage search */
/* Testimonials */
.testimonials-v3 {
  padding: 20px; }

.testimonials-v3 .testimonials-v3-quote {
  height: 45px; }

.theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev::after {
  margin-left: -16px; }

.theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next::after {
  margin-right: -16px; }

.cbp-competitions .cbp-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto; }

.cbp-competitions .hidecbpnavarrow {
  display: none; }

.theme-portfolio .theme-portfolio-item-v2:hover .theme-portfolio-active-wrap::before {
  background: rgba(51, 177, 149, 0.2); }

/* Featured Products & Ad */
.slider-block-v2 .slider-block-v2-widget {
  width: 252px;
  height: 252px;
  border: solid 1px #ebeef6;
  /*background-color: #f6f6f6;*/
  text-align: center; }

.slider-block-v2 .slider-block-v2-widget .slider-block-v2-content-img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.slider-block-v2 .slider-block-v2-content-right {
  padding: 0;
  text-align: right; }

.slider-block-v2-content-right-img {
  width: 302px;
  height: 252px;
  border: solid 1px #ebeef6; }

.home-ad-wrapper {
  width: 365px; }

/* Featured Products & Ad  Responsive */
@media (max-width: 480px) {
  .slider-block-v2 .slider-block-v2-widget {
    width: 100%;
    height: 100%;
    border: none; }
  .slider-block-v2 .slider-block-v2-widget .slider-block-v2-content-img {
    max-height: 240px;
    position: relative; }
  .home-ad-wrapper {
    padding: 10px 0;
    text-align: center;
    width: 100%; }
  .slider-block-v2-content-right-img {
    width: 100%;
    height: auto;
    margin: 0; } }

@media (max-width: 992px) {
  .slider-block-v2 .slider-block-v2-content-right {
    padding: 10px 0;
    text-align: center; } }

/* News/Promotion/Recipes/Campaign */
.news-v8 .news-v8-category {
  font-size: 26px; }

.news-v8-content {
  height: 180px; }

.news-v8:hover .news-v8-img-effect:before {
  background: rgba(51, 177, 149, 0.2); }

.news-v8-img-effect {
  border-bottom: solid 1px #ebeef6;
  width: 100%;
  /*height: 218px;*/
  background-color: #ffffff;
  text-align: center; }

.news-v8-img-effect img {
  object-fit: cover;
  width: 100%;
  height: 200px; }

.latest-campaign-img {
  object-fit: cover;
  width: 100%;
  height: 200px; }

@media (max-width: 480px) {
  .news-v8-content {
    height: auto; } }

@media (max-width: 768px) {
  .news-v8-img-effect img, .latest-campaign-img {
    height: auto; } }

/* New Products */
.content-lg {
  padding-top: 60px;
  padding-bottom: 60px; }

#newProducts .theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap {
  border: solid 1px #ebeef6;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%; }

#newProducts .cbp img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 4px; }

.home-ad2-wrapper img {
  border: solid 1px #ebeef6; }

@media (max-width: 480px) {
  .home-ad2-wrapper {
    text-align: center;
    width: 100%; }
  .home-ad2-wrapper img {
    height: auto;
    margin: 0;
    width: 100%; } }

/* Research/Case Studies/School kits/Ad */
#researchPanel .news-v8-content {
  height: 383px; }

@media (max-width: 480px) {
  #researchPanel .news-v8-content {
    height: auto !important; } }

.btn-gold-brd {
    background-color: #FCB034;
    color: white;
}
    .btn-gold-brd:hover, .btn-base-bg:focus, .btn-base-bg.focus {
        color: #fff;
        background-color: #F9DD9D;
        border-color: transparent;
        text-decoration: none;
    }

    .btn-gold-brd:hover {
        
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

.newsRowHeight {
  /*height: 218px;*/ }

.news-v8 .news-v8-title {
  font-size: 14px; }

/**** END HOMEPAGE ****/
/**** OUR PARTNERS ****/
.clients-v1-img-default {
  filter: grayscale(100%);
  object-fit: contain; }

.clients-v1-img-active {
  object-fit: contain; }

.clients-v1 .clients-v1-item .clients-v1-img-default, .clients-v1 .clients-v1-item .clients-v1-img-active {
  background: #ffffff;
  padding: 15px; }

/**** END OUR PARTNERS ****/
/**** FOOTER ****/
.footer-v8-logo-img {
  filter: grayscale(100%); }

.footer-v8-logo-img:hover {
  filter: grayscale(0%); }

.footer-v8 {
  background: #34343c; }

.footer-v8 p, .footer-v8 h2, .footer-v8 h3, .footer-v8-contact-info-icon, .footer-v8 em {
  color: #ffffff; }

.footer-v8 .footer-v8-contact-info-bg {
  background: none; }

.map {
  height: 113px; }

.mapstatic {
  height: 113px;
  filter: grayscale(100%); }

.mapstatic:hover {
  filter: grayscale(0%); }

/* InstaShow */
.instashow-gallery-media-image img {
  filter: grayscale(100%); }

.instashow-gallery-media-image img:hover {
  filter: grayscale(0%); }

.instashow-gallery-media-link:hover .instashow-gallery-media-cover {
  visibility: hidden !important; }

.instashow-gallery-media-link:hover .instashow-gallery-media-counter {
  visibility: hidden !important; }

.instashow-gallery-control-scroll {
  display: none !important; }

/**** END FOOTER ****/
/**** INTERNAL PAGE ****/
.breadcrumbs-v5 {
  padding: 220px 0 50px; }

/* Hero images */
.defaultbusiness {
  background-image: url("/assets/img/heros/iStock-172700429 - resized.png") !important; }

.about-amcl {
  background-image: url("/assets/img/heros/iStock-642448700-resized.png") !important; }

.about-the-logo {
  background-image: url("/assets/img/heros/iStock-699960528 - resized.png") !important; }

.contact-amcl {
  background-image: url("/assets/img/heros/iStock-498402124 - resized.png") !important; }

.contact-us-timeline-day {
  font-weight: 500 !important; }

.recipes {
  background-image: url("/assets/img/heros/iStock-905948326 - resized.png") !important; }

.recipe {
  padding: 30px 0 20px; }

.recipe2 {
  padding: 30px 0 20px; }

.usinglogo {
  background-image: url("/assets/img/heros/Using-the-Logo.png") !important; }

.newslist {
  background-image: url("/assets/img/heros/iStock-500432358 - resized.png") !important; }

.newsitem {
  padding: 30px 0 20px; }

.newsitem2 {
  padding: 30px 0 20px; }

.competitions {
  background-image: url("/assets/img/heros/iStock-507705408 - resized.png") !important; }

.competition {
  padding: 30px 0 20px; }

.findproducts {
  background-image: url("/assets/img/heros/iStock-155389243 - resized.png") !important; }

.searchresults {
  background-image: url("/assets/img/heros/iStock-155389243 - resized.png") !important; }

.newproducts {
  background-image: url("/assets/img/heros/iStock-909575096---resized.png") !important; }

.export {
  background-image: url("/assets/img/heros/A2X1JB_recropped.png") !important; }

.testimonials {
  background-image: url("/assets/img/heros/testimonials.png") !important; }

.partners {
  background-image: url("/assets/img/heros/iStock-907610266 - resized.png") !important; }

.promoting {
  background-image: url("/assets/img/heros/iStock-498748750 - resized.png") !important; }

.hire {
  background-image: url("/assets/img/heros/iStock-172700429 - resized.png") !important; }

.merchandise {
  background-image: url("/assets/img/heros/Australian-Made-POS.png") !important; }

.resources {
  background-image: url("/assets/img/heros/iStock-657184300.png") !important; }

.resource-child {
  background-image: url("/assets/img/heros/iStock-512890026.png") !important; }

.b2b-portal {
  background-image: url("/assets/img/heros/iStock-509173046---resized.png") !important; }

.my-account {
  background-image: url("/assets/img/heros/iStock-537266726 -resized.png") !important; }

.register {
  background-image: url("/assets/img/heros/iStock-537266726 -resized.png") !important; }

.club {
  background-image: url("/assets/img/heros/iStock-537266726 -resized.png") !important; }

.how-much {
  background-image: url("/assets/img/heros/iStock-172700429 - resized.png") !important; }

#reg-hero {
  background-color: #fbaf33; }

.check-list-lrg {
  width: 77%;
  margin: 0 auto; }

.check-list-lrg p {
  display: block;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 6px; }

.check-list-lrg i {
  padding-right: 8%; }

.sale-price {
  display: inline-block;
  font-size: 60px;
  font-weight: 500; }

.sale-price-text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-left: 6%;
  line-height: 1; }

.sale-price-text-small {
  font-size: 14px !important; }

#reg-process .process-v3-border::after {
  border-top: none !important; }

#reg-process .process-v3 img {
  border: none !important; }

.reg-research-text p {
  font-size: 9px;
  color: #CCCCCC; }

.reg-testimonial-text {
  font-size: 20px;
  margin: 0 5%;
  min-height: 150px; }

.reg-testimonial-name {
  font-size: 16px;
  font-weight: 400; }

.reg-testimonial-position {
  font-size: 14px; }

@media (max-width: 480px) {
  .animated-headline-v1 .animated-headline-title, .animated-headline-v1 .animated-headline-title .color-base {
    font-size: 30px; } }

/* End Hero images */
/* Small hero header for internal pages */
.small-hero {
  min-height: 233px;
  position: relative;
  height: auto; }

.small-hero > div {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0; }

@media (max-width: 768px) {
  .small-hero > div {
    position: relative; } }

/* Ads */
#col-ad-width {
  width: 302px;
  float: right; }

.ad-300x250 {
  width: 302px;
  height: auto;
  /*height: 252px;*/
  border: solid 1px #ebeef6;
  float: right; }

.ad-300x600 {
  width: 302px;
  height: auto;
  /*height: 602px;*/
  border: solid 1px #ebeef6;
  float: right; }

.ad-with-others {
  float: none !important; }

@media (max-width: 480px) {
  #col-ad-width, .ad-300x250, .ad-300x600 {
    width: 100%;
    height: auto;
    margin: 0; } }

.about-logo-intro-text {
  padding-bottom: 12px; }

.news-v1 .news-v1-heading .news-v1-heading-tag:hover {
  color: inherit; }

.heading-v1 .heading-v1-subtitle {
  max-width: 470px; }

.heading-v1 .heading-v1-subtitle p {
  font-size: 16px;
  font-style: italic;
  font-family: Droid Serif, serif;
  margin-bottom: 20px;
  color: #F1B730; }

.board-intro-text {
  padding: 0 18%; }

#board-of-dir .icon-box-v3 {
  min-height: 100px; }

#board-of-dir .icon-box-v3 h3 {
  font-size: 18px; }

#board-of-dir .icon-box-v3 p {
  font-size: 14px; }

.pricing-list-v4-content img, .about-logo-img {
  width: 150px;
  height: auto; }

.about-logo-owned-img-wrapper {
  padding: 35px; }

@media (max-width: 992px) {
  .about-logo-owned-img-wrapper {
    display: block;
    text-align: center;
    width: 100%; } }

.pricing-list-v4-title {
  font-size: 30px !important;
  margin-bottom: 6px !important; }

.pricing-list-v4-header {
  padding: 30px 20px 30px !important; }

#logos-row-1 .pricing-list-v4-header {
  min-height: 223px !important; }

#logos-row-2 .pricing-list-v4-header {
  min-height: 265px !important; }

.pricing-list-v4-content {
  padding: 30px 20px !important; }

#logos-row-2 .pricing-list-v4-content {
  min-height: 228px !important; }

.contact-phone {
  text-align: right; }

.contact-phone img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-top: -5px; }

@media (max-width: 768px) {
  .contact-phone {
    text-align: center; } }

@media (max-width: 1184px) {
  .contact-phone .font-size-26 {
    font-size: 20px !important; } }

.contact-us-timeline-day {
  font-size: 14px !important; }

/* Recipes LOAD MORE version */
#amcl-recipes .blog-grid img {
  border: solid 1px #ebeef6; }

#amcl-recipes .blog-grid img:hover {
  border: solid 1px #FCB034; }

#amcl-recipes .cbp-item {
  height: 550px; }

#amcl-recipes .cbp img {
  width: auto;
  height: 219px; }

/* List pages */
#amcl-list .blog-grid-img-wrapper,
.amcl-list .blog-grid-img-wrapper {
  width: 100%;
  /*height: 146px; */
  border: solid 1px #ebeef6;
  text-align: center; }

#amcl-list .blog-grid img,
.amcl-list .blog-grid img {
  object-fit: cover;
  width: 100%;
  height: 146px;
  /* 192px for square img */ }

#amcl-list .blog-grid img:hover,
.amcl-list .blog-grid img:hover {
  -webkit-filter: sepia(20%);
  filter: sepia(20%);
  border: solid 1px #FCB034; }

#amcl-list .contain-imgs img,
.amcl-list .contain-imgs img {
  object-fit: contain !important;
  padding: 3px; }

/* Search list */
#amcl-product-list-3-col .blog-grid img, #amcl-search-list .cbp img {
  object-fit: cover;
  width: 100%;
  height: 230px;
  border: solid 1px #ebeef6;
  padding: 6px; }

#amcl-product-list-4-col .blog-grid img {
  object-fit: cover;
  width: 100%;
  height: 270px;
  border: solid 1px #ebeef6;
  padding: 6px; }

#amcl-product-list-3-col .blog-classic-hover-img, #amcl-product-list-4-col .blog-classic-hover-img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  padding: 0 !important; }

.blog-classic .blog-classic-body {
  padding: 40px 10px 60px; }

.blog-classic .blog-classic-title.blog-classic-title-sm {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 10px; }

@media (max-width: 480px) {
  #amcl-list .blog-grid img,
  .amcl-list .blog-grid img {
    max-height: 146px; }
  #amcl-search-list .blog-grid img {
    max-height: 192px; } }

.container-recipe {
  padding-left: 40px;
  padding-right: 40px; }

.counters-v2 {
  padding: 45px 0; }

.recipe-intro-text {
  font-size: 18px;
  font-style: italic; }

#recipe-method ul {
  padding-left: 17px; }

#recipe-method li {
  padding: 3px 0 3px 10px; }

.latest-news-sub-item {
  box-shadow: 15px 15px 15px 0 #eff1f8;
  border: solid 1px #eff1f8; }

.dropcap-dark {
  width: 24px;
  height: 0;
  line-height: 0.1;
  padding: 0;
  margin: 3px 6px 0 3px; }

.stats-research-text {
  float: right; }

.stats-research-text p {
  font-size: 9px;
  color: #CCCCCC; }

.testimonials-v7 {
  background-image: url("/assets/img/heros/iStock-171137874 - resized.png"); }

.testimonials-v7-title a {
  color: #ffffff;
  cursor: pointer;
  cursor: hand; }

.quote-no-link {
  color: #ffffff !important; }

/* Comps */
.icon-box-v7 {
  background: none; }

.option-divider {
  width: 10%;
  float: none;
  display: inline-block;
  text-align: center; }

.option-divider-text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #34343c;
  text-align: center;
  margin-top: 30px; }

.option-divider-text:before, .option-divider-text:after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #a0a0a0;
  content: " "; }

.option-divider-text:before {
  top: 100%;
  margin-top: 7px; }

.option-divider-text:after {
  bottom: 100%;
  margin-bottom: 1px; }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .option-divider {
    width: 100%;
    padding: 2px 0; }
  .option-divider-text {
    display: inline-block;
    margin: 0; }
  .option-divider-text:before, .option-divider-text:after {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 1px;
    background: #a0a0a0;
    content: " "; }
  .option-divider-text:before {
    left: auto;
    right: 100%;
    margin: 0 15px 0 0; }
  .option-divider-text:after {
    bottom: auto;
    left: 100%;
    margin: 0 0 0 15px; } }

/* product carousel */
#product-carousel > div > .carousel-inner {
  height: 360px !important; }

#product-carousel > div > .theme-carousel-control-v1 .carousel-control-arrows-v1 {
  top: 42%; }

#product-carousel .product-carousel-img {
  height: 360px !important;
  margin-bottom: 10px !important;
  border: solid 1px #ebeef6;
  padding: 6px; }

#product-carousel .theme-carousel-indicators-v5 {
  border: none; }

@media (max-width: 1183px) {
  #product-carousel > div > .carousel-inner {
    height: 294px !important; }
  #product-carousel .product-carousel-img {
    height: 294px !important; }
  #product-carousel .theme-carousel-indicators-item {
    width: 45px;
    height: 45px; } }

@media (max-width: 974px) {
  #product-carousel > div > .carousel-inner {
    height: 220px !important; }
  #product-carousel .product-carousel-img {
    height: 350px !important; }
  #product-carousel .theme-carousel-indicators-item {
    width: 35px;
    height: 35px; } }

@media (min-width: 992px) {
  .theme-carousel-indicators-v2 {
    left: 56% !important; } }

#company-page h5 {
  font-size: 1.4em;
  font-weight: normal; }

.styleLink {
  /*color: #666666 !important;*/
  text-decoration: none !important; }

.styleLink:hover {
  /*color: #6CADDF !important;*/ }

.where-box {
  border: 1px solid #ffffff;
  margin: 10px;
  padding: 20px;
  border-radius: 10px !important;
  box-shadow: 15px 15px 15px 0 #eff1f8;
  margin-bottom: 20px !important;
  background-color: #ffffff; }

.whereIcon {
  float: left;
  margin-right: 20px;
  width: 30px;
  height: auto; }

#countries img {
  width: 80px;
  height: auto;
  padding-right: 4px; }

.flex-list {
  position: relative;
  /*margin: 1em;*/
  overflow: hidden;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  left: -14px; }

.flex-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-left: -1px;
  padding: 0;
  border: 0; }

.flex-list li {
  background: none !important;
  flex-grow: 1;
  flex-basis: auto;
  margin: .25em 0;
  padding: 0 1em !important;
  text-align: center;
  border-left: 1px solid #ccc;
  background-color: #fff; }

.outerContainerBreak {
  clear: both; }

.connectText {
  margin-top: 5px;
  padding: 0 !important; }

.socialFeedContainer {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0; }

#instagramUsernameWrapper {
  float: left;
  padding-bottom: 0; }

#instagramUsernameWrapper div {
  float: left;
  padding-left: 10px; }

#instagramUsername {
  padding-top: 8px; }

#instagramUsername .InstagramUsernameLink {
  color: #6CADDF !important;
  text-decoration: none !important; }

/* Instagram widget */
.header-wrapper {
  margin-bottom: 10px; }

.image-wrapper {
  /*display: inline-flex;*/
  display: contents; }

.image-wrapper a {
  margin: 8px; }

.image-wrapper a img {
  /*width: 230px;*/
  width: 30%;
  height: auto;
  margin-bottom: 16px; }

@media (max-width: 480px) {
  .image-wrapper a img {
    width: 45%; } }

@media (min-width: 481px) {
  #licenseePromo img {
    width: 300px;
    height: 250px;
    padding: 20px; } }

/*Added font and css for barcode*/
@font-face {
  font-family: 'BarcodeFont';
  src: url("/assets/fonts/barcodefont.woff"); }

.barcode-wrapper {
  text-align: center;
  text-transform: uppercase;
  color: black;
  min-height: 60px;
  padding: 10px 0; }

.barcode-visual {
  font-size: 25pt;
  color: black;
  font-family: BarcodeFont;
  transform: scaleY(1.5); }

#register-product-panel {
  width: 350px;
  position: absolute;
  bottom: -161px;
  right: 0;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 7px -5px 12px -3px rgba(153, 153, 153, 0.5); }

#register-product-panel pricing-list-v1 {
  opacity: 0.93; }

#how-works-panel {
  max-width: 258px;
  position: absolute;
  bottom: -161px;
  left: 0;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 7px -5px 12px -3px rgba(153, 153, 153, 0.5);
  background-color: #efefef; }

#how-works-panel div, #how-works-panel div div {
  background-color: #666666; }

#how-works-panel h4 {
  color: #ffffff; }

#how-works-panel pricing-list-v1-body, #register-product-panel pricing-list-v1-body {
  border-radius: 20px 20px 0px 0px; }

#using-logo-panels .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-subtitle {
  font-size: 19px;
  line-height: 1.5; }

.accordion-v1 .panel-title > a {
  background: none; }

.accordion-v1 .panel-title > a[aria-expanded="true"] {
  background: #454545; }

.accordion-v1 .panel-title > a:focus, .accordion-v1 .panel-title > a:hover {
  background: rgba(69, 69, 69, 0.8);
  color: #ffffff; }

@media (max-width: 1200px) {
  #register-product-panel {
    display: none; } }

@media (max-width: 992px) {
  #how-works-panel {
    display: none; } }

.food-products-bg-img {
  background-image: url("/assets/img/heros/iStock-171137874 - resized.png") !important; }

.food-products-bg-img::before {
  background: rgba(52, 52, 60, 0.8) !important; }

.testimonial-light::before {
  background: none !important; }

.testimonial-light {
  background-image: none !important;
  background-color: #efefef; }

.testimonial-light .testimonials-v7-title::before {
  color: #454545; }

.testimonial-light .testimonials-v7-title, .testimonial-light .testimonials-v7-text {
  color: #454545; }

#testimonial-list {
  background-color: #ffffff; }

#testimonial-list article {
  margin: 10px 0 10px 0; }

#testimonial-list .testimonials-v7-title {
  font-size: 34px; }

#testimonial-list .testimonials-v7-author a {
  color: #FCB034; }

#testimonial-list .testimonials-v7-author a:hover {
  color: #ffffff; }

/* --- Registration Steps Progress Bar --- */
.btn-success {
  color: #fff;
  background-color: #008265;
  border-color: #008265; }

.btn-success:hover {
  color: #454545;
  background-color: #33ABA0;
  border-color: #008265; }

.btn-primary {
  color: #fff;
  background-color: #FCB034;
  border-color: #FCB034; }

.btn-primary:hover {
  color: #454545;
  background-color: #F9DD9D;
  border-color: #FCB034; }

.stepwizard-step p {
  margin-top: 10px;
  font-size: 12px; }

.stepwizard-row {
  display: table-row; }

.stepwizard {
  display: table;
  width: 100%;
  position: relative; }

.stepwizard-step button[disabled], a[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc; }

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 150px; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  /*border-radius: 15px;*/ }

.artwork-logos {
  list-style-position: outside;
  margin: 1em 0 1.5em 1.5em;
  padding: 0px;
  list-style: none; }

.artwork-logos li {
  float: left;
  list-style: none;
  margin: 10px 38px; }

.artwork-logos li p {
  text-align: center; }

.artwork-logos li p a {
  display: block; }

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/
/**** END INTERNAL PAGE ****/
/**** MOBILE ****/
.show-mobile-only {
  display: none; }

@media (max-width: 480px) {
  #licensee-login, .hide-mobile {
    display: none !important; }
  .show-mobile-only {
    display: block; } }

/**** END MOBILE ****/
/* ===================  LICENSEE ADMIN STYLES ================*/
.footer-v4 {
  background: url("/assets/img/iStock-621142710.png"); }

/*** DASHBOARD ***/
#dashboard-status td {
  border: solid 3px #dddddd; }

#dashboard-status .statusTitleCell {
  background-color: #f7f8fa; }

#dashboard-status table {
  width: 100%; }

#dashboard-status tbody, #dashboard-status tr, #dashboard-status tr td {
  position: static; }

#dashboard-status h2 {
  margin: 0;
  /*    
    color: #454545;
    font-size: 28px;
    font-style: italic;
    font-family: Droid Serif, serif;
    */ }

#dashboard-status .statusActive {
  color: #008265; }

#dashboard-status .statusExpired {
  color: #E2574C; }

#dashboard-status .statusPending {
  color: #FCB034; }

#dashboard-status .statusIconContainer {
  text-align: center;
  vertical-align: middle;
  /*width: 100px;*/ }

#dashboard-status .statusIcon {
  width: 75px;
  height: auto; }

#dashboard-status .statusKeyInfo {
  font-size: 1.33em; }

#dashboard-status .displayColumn {
  display: inline-flex; }

#dashboard-status .contactIcon {
  padding: 0 8px;
  height: 19px;
  width: auto; }

#dashboard-status .styleLink {
  color: #666666;
  text-decoration: none !important; }

#dashboard-status .styleLink:hover {
  color: #FCB034; }

#dashboard-status tbody td {
  padding-top: .5em;
  padding-right: .4em;
  padding-bottom: .5em;
  padding-left: 1.2em; }

#licensee-dashboard li, #usefulDocs li {
  margin: 8px 0;
  list-style: none; }

#licensee-dashboard .btn-base-animate-to-top, #usefulDocs .btn-base-animate-to-top {
  text-align: left; }

#licensee-dashboard a, #licensee-dashboard button, #usefulDocs a {
  width: 300px; }

#licensee-dashboard .fa {
  width: 22px; }

.gly-rotate-neg-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.form-wrapper .pricing-list-v4 {
  text-align: left !important; }

.amcl-ul-style ul {
  list-style: none;
  padding: 0; }

.amcl-ul-style li {
  padding-left: 1.5em;
  padding-bottom: 5px; }

.amcl-ul-style li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */ }

/*** END DASHBOARD ***/
/*** PRODUCT ADMIN ***/
#edit-product-list .row {
  padding: 10px;
  margin-top: 30px; }

.product-controls {
  text-align: right; }

.product-controls .btn-base-md {
  font-size: 14px;
  padding: 7px 80px 7px 15px;
  width: 110px;
  margin: 3px; }

.product-controls .btn-base-md2 {
        font-size: 14px;
        padding: 7px 80px 7px 15px;
        width: 130px;
        margin: 3px;
}

.product-controls .btn-teal-brd .btn-base-element-md {
  padding: 7px 10px;
  width: 41px; }

.product-controls .delete-product {
  color: #999999;
  margin-left: 10px; }

.product-controls .delete-product:hover {
  color: #E55973; }

.edit-product-details {
  list-style: none;
  margin: 0;
  padding: 0; }

.edit-product-label {
  min-width: 200px;
  display: inline-block;
  height: 27px; }

.product-not-approved {
  background-color: #FCF8E3 !important; }

.product-unpublished {
  background-color: #CFCFCF !important; }

/* product modals & forms */
.fa-preload {
  display: none;
  /* This is only needed for the prototype visuals */ }

.modal .info-icon, .form-item .info-icon {
  right: 0;
  float: right; }

.modal .list-inline label {
  padding: 0 20px 10px 5px; }

.modal .tooltip.in {
  opacity: 100; }

.form h3 {
  margin-top: 30px;
  border-top: solid 1px #efefef;
  padding-top: 10px; }

.street-address-1, .mailing-address-1 {
  margin-bottom: 0 !important; }

.form-control:focus {
  border-color: rgba(252, 176, 52, 0.4);
  box-shadow: inset 0 1px 1px rgba(252, 176, 52, 0.1), 0 0 8px rgba(252, 176, 52, 0.4); }

.has-error {
  border-color: #FF8282;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.4); }

.breadcrumbs-v5-subtitle p {
  color: white; }

/* End product modals & forms */
/*** END PRODUCT ADMIN ***/
/*Title Subtitle on the homepage*/
.promo-block-title-subtitle-container {
  padding-top: 100px;
  text-align: center; }

.promo-block-title {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0.1px; }
  .promo-block-title a {
    color: inherit; }

.promo-block-subtitle {
  display: block;
  font-size: 22px;
  font-style: italic;
  color: #fff; }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .promo-block-title {
    font-size: 50px; }
  .promo-block-subtitle {
    font-size: 18px; } }

.homepage-titlesubtitle-align-center {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%); }

.promo-block-v5-title-homepage {
  text-align: center;
  font-size: 70px;
  color: #fff; }

.promo-block-v5-subtitle-homepage {
  text-align: center;
  display: block;
  font-size: 22px;
  font-style: italic;
  color: #fff; }

/*Search Block on the main screen*/
.search-block-main-mobile {
  z-index: 1;
  margin-top: 60px;
  text-align: center;
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none; }

.search-block-main {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: block;
  background: none; }

@media (max-width: 1199px)  {
    .search-block-main {
        margin-top: 80px;
        padding: 20px;
    }
}
.search-block-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.search-block-main .promo-block-v5-form {
  max-width: 800px;
  margin: 0 auto; }

.search-block-main .promo-block-v5-form-title {
  font-size: 22px;
  color: #fff; }

.search-block-main .promo-block-v5-form-input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: none; }

.search-block-main .promo-block-v5-form-input:focus {
  background: rgba(255, 255, 255, 0.9); }

.search-block-main .promo-block-v5-text {
  color: #fff;
  opacity: .9;
  margin-bottom: 0; }

.search-no-result-left-padding {
    padding-left: 15px;
}

.search-filter-loading-spin {
    display: block;
    width: auto;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    padding-right: 30px;
}

/* Testimonial block div wrapper */
.form-modal .form-modal-back-btn-message a {
  font-weight: 500 !important; }

/* ===================  END LICENSEE ADMIN STYLES ================*/
.promo-logo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  height: auto;
  min-height: 100rem;
  width: 100%;
  overflow: hidden; }
  .promo-logo .container {
    position: relative;
    z-index: 2;
    color: white;
    z-index: 1001; }
  .promo-logo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.5;
    z-index: 1; }
  .promo-logo .overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1; }
  .promo-logo p {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 1.6;
    opacity: .95; }
  .promo-logo img {
    width: 50%;
    height: auto; }

.testimonials-v7-title-youtube {
  z-index: 1001;
  color: #fff; }

/* ===================  YOUTUBE OVERLAY HOMEPAGE START ================*/
.youtubeheader-v7 p {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  line-height: 1.6;
  opacity: .95; }

.youtubeheader {
  position: relative;
  background-color: black;
  height: auto;
  min-height: 100rem;
  width: 100%;
  overflow: hidden; }

.youtubeheader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.youtubeheader .container {
  position: relative;
  z-index: 2;
  color: white; }

.youtubeheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  z-index: 1; }

.testimonials-v7-title-youtube {
  z-index: 1001;
  color: #fff; }

/* ===================  YOUTUBE OVERLAY HOMEPAGE END ================*/
.disabledLicensee {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Media Queries below 480px - display carousel*/
@media (max-width: 480px) {
  .theme-carousel-indicators-v5 {
    display: block !important; } }

/* ===================  Instagram layout START================*/
.eapps-instagram-feed-posts-item-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }
  .eapps-instagram-feed-posts-item-image:hover {
    filter: none;
    -webkit-filter: grayscale(0%); }

/* ===================  Instagram layout END ================*/

/* ===================  SEARCH FILTER START ================*/
.show-filter-mobile-only {
  display: none; }

@media (max-width: 480px) {
  .hide-filter-mobile {
    display: none !important; }
  .show-filter-mobile-only {
    display: block; } }

#search-filter-panel {
    background-color: #008265;
}

#search-filter-panel .form-control-label {
    color: #fff;
}

#search-filter-panel i {
    padding-right: 10px;
}

.d-none{
    display:none;
}

/* ===================  SEARCH FILTER END ================*/

.form-modal-divider {
    width: 100%;
    margin-bottom: 20px;
}

/*.form-modal-divider-text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #34343c;
  text-align: center;
  margin-top: 30px; }
  .form-modal-divider-text:before, .form-modal-divider-text:after {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 1px;
    background: #a0a0a0;
    content: " "; }
  .form-modal-divider-text:before {
    left: auto;
    right: 55%;
    margin: 0 15px 0 0; }
  .form-modal-divider-text:after {
    bottom: auto;
    left: 55%;
    margin: 0 0 0 15px; }
*/

.form-control-note {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #606060;
}

/* ===================  SC START ================*/
#seasonal-campaign h2 {
    margin: 0 !important;
}

#seasonal-campaign .content {
    padding-top: 15px;
    padding-bottom: 15px;
}

#seasonal-campaign .content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* ===================  SC END ================*/




/* ===================  RTE STYLES ================*/
.content-button {
    color: #454545;
    border-color: #454545;
    border-radius: 3px !important;
    font-size: 14px;
    font-weight: 300;
    padding: 9px 22px;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background: transparent;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-button:hover {
  background: rgba(69, 69, 69, 0.8);
  border-color: rgba(69, 69, 69, 0.8);
  color: #fff;
  text-decoration: none;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.content-heading {
  font-size: 28px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #454545;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 15px;
  margin-bottom: 30px !important;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%; }

/* =================== END RTE STYLES ================*/
