
.slider_pages{
	display: none;
}
.row:before{
	display: none;
}
:root {
  --accent-color: #008349;
}

.font-sp {
/*   font-family: miller-headline, serif !important; */
}
small{
	font-size: 1rem;
}
.page-heading {
  font-size: 6em;
}

.text-grey{
	color: #808285 !important;
}
.text-white{
	color: white !important;
}
.text-accent,
.text-accent-2 {
  color: var(--accent-color) !important;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}
h1{
	font-size: 6em;
	
}
@media (max-width: 767.98px){
.page-title h1 {
    font-size: 10vw;
}
}
h5{
	font-size: 1.25rem;
}
h6{
	font-size: 1.25em;
}


#brandPortal h2 {

  text-transform: none;
  font-size: 4em;
}
#brandPortal .logo-wrapper {
  padding-bottom: 100%;
  border: 1px solid #ccc;
  position: relative;
}
#brandPortal .logo-wrapper.large {
  padding-bottom: 50%;
}
#brandPortal .logo-wrapper.large img {
  width: 85%;
  height: 85%;
}
#brandPortal .logo-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
#brandPortal .color-block::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#brandPortal .color-block.half-h::before {
  padding-bottom: 50%;
}
@media (max-width: 575.98px) {
  #brandPortal .color-block.half-h::before {
    padding-bottom: 100%;
  }
}
#brandPortal .color-block .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentAccordion{
	margin-top: 0;
	margin-bottom: 5em;
}
#contentAccordion h1 {
  line-height: 0.5em;
}
#contentAccordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
#contentAccordion .accordion-body {
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#contentAccordion .accordion-button {
  display: flex;
  width: 100%;
  border: none;
  padding: 1em 0;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  color: unset;
  position: relative;
  box-shadow: none;
}
#contentAccordion .accordion-button::before, #contentAccordion .accordion-button::after {
  content: "";
  background-image: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 1px;
  background: #000;
}
#contentAccordion .accordion-button::after {
  transform: rotate(90deg);
}
#contentAccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
}
#contentAccordion .accordion-button h1 {
  font-size: 1.25em;
}
#contentAccordion .accordion-button h2 {
  margin-bottom: 0;
  margin-top: 0 !important;
}

a {
  text-decoration: none;
  color: black;
}
a:hover svg * {
  fill: var(--accent-color);
}
a.arrow {
  margin-top: 1em;
  font-family: var(--font-sp);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
}
a.arrow::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-image: url(../brand-portal/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.25em;
  margin-left: 1em;
  transition: margin-left 0.3s ease-in-out;
}
a.arrow:hover {
  text-decoration: underline !important;
}
a.arrow:hover:after {
  margin-left: 1.1em;
}
a.arrow.download {
  text-transform: none !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
a.arrow.download:hover {
  text-decoration: none !important;
  border-color: var(--accent-color);
  color: var(--accent-color);
}
a.arrow.download::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-image: url(../brand-portal/arrow-download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.25em;
  margin-left: 1em;
}
a.arrow.paste::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-image: url(../brand-portal/icon-paste.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.25em;
  margin-left: 0.5em;
}
a.arrow.paste.white::after {
  background-image: url(../brand-portal/icon-paste-w.svg);
}
a.btn-download {
  display: block;
  font-size: 1em;
  line-height: 3em;
  height: 3em;
  position: relative;
  border-bottom: 1px solid var(--accent-color);
}
a.btn-download:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/products/icon-download.svg);
  background-size: contain;
}
a:hover svg * {
  fill: var(--accent-color);
}/*# sourceMappingURL=brand-portal.css.map */