/** Shopify CDN: Minification failed

Line 97:8 Expected identifier but found whitespace
Line 97:10 Unexpected "{"
Line 97:20 Expected ":"

**/

.browncontainer0 {
  display: flex;
}

.brownsectionwrap01 {
  float: left;
  width: 45%;
  /* background-color: #264345; */
  padding: 100px 55px 100px 55px;
  vertical-align: middle;
  color: rgb(var(--background-primary));
}

.h1classlight {
  color: rgb(var(--background-primary));
}

.brownsectionwrap02 {
  width: 55%;
  /* background-color: #264345; */
  float: left;
  padding: 55px 55px 100px 55px;
}

.brownmiddlealign {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*RESPONSIVE WRAPS*/

@media only screen and (max-width: 640px) {
  .browncontainer0 {
    display: inline-block;
  }

  .brownsectionwrap01 {
    display: block;
    width: 100%;
    padding: 50px 30px 100px 30px;
  }

  .brownsectionwrap02 {
    display: block;
    width: 100%;
    padding: 10px;
    padding-bottom: 50px;
  }
}
/****/

.tiaaccordionwrap {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .tiaaccordionwrap {
    width: 90%;
  }
}
input.tiamodify {
  position: absolute;
  max-width: 200px;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  /*	margin-left: 1em;*/
}
/* Accordion styles */

.tiatabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}

.tiatab {
  width: 100%;
  color: {{ settings.color_body_text}};
  font-size: var(--baseBodySize) !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tiatab-label {
  display: flex;
  font-size: var(--baseBodySize) !important;
  justify-content: space-between;
  padding: 15px 0px 15px 0px;
  background: none;
  font-weight: 500;
  cursor: pointer;
    color: rgb(var(--text-color) / 0.87);
  /* Icon */
}

@media only screen and (max-width: 640px) {
  .tiatab-label {
    padding: 20px 0px 20px 0px;
  }
}
.tiatab-label:hover {
  background: none;
}

.tiatab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  color: rgb(var(--text-color) / 0.87);
}

.tiatab-content {
  color: rgb(var(--background-primary));
  max-height: 0;
  padding: none;
  background: none;
  transition: all 0.35s;
}

input.tiamodify:checked + .tiatab-label {
  background: none;
}

input.tiamodify:checked + .tiatab-label::after {
  transform: rotate(90deg);
}

input.tiamodify:checked ~ .tiatab-content {
  max-height: 100vh;
  padding-bottom: 15px;
}

/* link styling */ 

a.readmore-link {
  font-family: var(--typeBaseSecondary) !important;
  color: rgb(var(--background-primary) / 0.7);
  text-decoration: none;
}

a.readmore-link:hover {
  color: rgb(var(--background-primary));
  text-decoration: none;

}
