@charset "UTF-8";
body.home section {
  display: grid;
  text-align: center;
  padding: 2em;
  min-height: 300px;
  width: 100%;
  border-bottom: 12px solid white;
}

#splash {
  height: 600px;
  align-items: center;
  color: white;
}

#covid {
  background: #543B71;
  color: white;
}
#covid p a {
  color: #94CE94;
  font-weight: bold;
}

#volunteer {
  background: #103B72;
  color: white;
}
#volunteer p a {
  color: #94CE94;
  font-weight: bold;
}

#about {
  background: #94CE94;
}

#testimonials {
  background: #103B72;
  color: white;
  height: 50vh;
}
#testimonials .content {
  align-self: center;
}

#fullbgmod {
  background: #103B72;
  background-attachment: fixed;
  backgronud-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  grid-template-columns: 1fr;
}
#fullbgmod .content {
  max-width: 600px;
  padding: 2em 3em;
  background: rgba(26, 81, 149, 0.8);
  color: white;
  margin: 4em auto;
  display: block;
  grid-column: 1/-1;
  text-align: center;
  display: grid;
  justify-items: center;
}
#fullbgmod .bg {
  background: #103B72;
  opacity: 0.5;
}

section.book {
  grid-template-columns: 1fr !important;
  height: inherit;
  min-height: inherit !important;
  background: #543B71;
}
section.book .contents {
  display: grid;
  justify-items: center;
  padding: 1em;
  grid-template-columns: 1fr;
  justify-self: center;
}
@media only screen and (min-width: 860px) {
  section.book .contents {
    grid-template-columns: auto auto;
  }
}
section.book .contents h4 {
  color: white;
  max-width: inherit;
}
section.book .contents a {
  margin-left: 1em;
  font-weight: normal;
  align-self: center;
}

section#patient-portal {
  background: white;
  padding: 2em 0 1em;
}
section#patient-portal .img {
  justify-self: end;
  align-self: center;
}
section#patient-portal .content {
  max-width: 600px;
  padding-top: 0;
}
section#patient-portal ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
  line-height: 1.2em;
  display: grid;
}
section#patient-portal ul li:before {
  content: "";
  border-color: transparent #94CE94;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
section#patient-portal h3 {
  max-width: inherit;
  color: #103B72;
  text-shadow: none;
}

#newsletter {
  background: #D5D7D8;
}
#newsletter .media {
  margin: 2em;
}
#newsletter .media img {
  max-width: 500px;
  float: right;
}
#newsletter .content {
  justify-self: start;
}
#newsletter form.wpcf7-form p {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-self: start;
  grid-gap: 0.45em;
  row-gap: 0em;
}
#newsletter form.wpcf7-form p span {
  width: inherit;
  display: grid;
}
#newsletter input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}
#newsletter span.wpcf7-form-control-wrap.checkbox-933 {
  grid-column: 2/-1;
  display: grid;
  justify-self: end;
}
#newsletter span.wpcf7-form-control.wpcf7-checkbox.interest {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: end;
}
#newsletter span.wpcf7-list-item {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  grid-gap: 1em;
  font-size: 0.8em;
}
#newsletter span.iam {
  grid-column: 1/2;
  font-size: 12px;
}

a, a:visited {
  color: #1A5195;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #543B71;
}

h2 {
  color: #1A5195;
  font-weight: 400;
  line-height: 1.2em;
}
h2:after {
  content: "";
  width: 100%;
  height: 0.25em;
  display: block;
  background-color: #D5D7D8;
}

.entry-content h2 {
  font-size: 2em;
}

#preheader {
  background: #1A5195;
  padding: 0.05em 1em 0.05em 1em;
  color: white;
  display: grid;
  grid-template-columns: auto auto;
  font-size: 0.8em;
  line-height: 1.6em;
}
#preheader #contact {
  justify-self: end;
}
#preheader #contact a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
}
#preheader #contact a .icon {
  width: 20px;
  position: relative;
  top: 2px;
}
#preheader a {
  color: white;
  font-weight: 700;
}

#masthead {
  display: grid;
  grid-template-columns: 1fr auto;
  background: white;
}
#masthead .custom-logo-link {
  width: 180px;
}
#masthead .custom-logo-link img {
  padding: 0.05em 0.25em;
}

ul.nav-menu li {
  font-size: 0.85em;
}
ul.nav-menu li.highlighted {
  background: #FFCA3F;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5019607843);
}
ul.nav-menu li.highlighted a {
  color: white;
}
ul.nav-menu li a {
  padding: 0.5em 1em;
  color: #1A5195;
}
ul.nav-menu li a:hover {
  background: #1A5195;
  color: white;
}
ul.nav-menu li ul {
  font-size: 0.98em;
  background: white;
}

#programs b.label {
  float: left;
  color: #1A5195;
  margin-right: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
}

body {
  background: #F2F1EC;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.75em;
}
body.blog {
  background: #543B71;
}
body.blog h3 {
  margin: 1em auto;
  color: white;
  text-align: center;
  width: 100%;
  display: block;
}

#hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50%;
  margin-top: 0;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
#hero .grad {
  background: linear-gradient(0deg, rgb(242, 241, 236) 0%, rgba(242, 241, 236, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .grad-sides {
  background: linear-gradient(90deg, rgb(242, 241, 236) 0%, rgba(242, 241, 236, 0) 15%, rgba(242, 241, 236, 0) 85%, rgb(242, 241, 236) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1.page-title {
  background: #1A5195;
  color: white;
  font-size: 2em;
  padding: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 860px) {
  h1.page-title {
    position: absolute;
    z-index: 1;
    top: 35vw;
    width: max-content;
    padding: 1em 2em;
    font-size: 2.5em;
  }
}

body.page.page-template-page-nohero #hero {
  background-size: cover;
  background-position: center top;
  padding-top: 50%;
  margin-top: 0;
}
body.page.page-template-page-nohero h1.page-title {
  background: #1A5195;
  color: white;
  padding: 1em 2em;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
  display: block;
  margin-top: -4vw;
  top: 0;
  margin-left: -1em;
}
body.page.page-template-page-nohero article {
  top: 0;
  position: relative;
  grid-template-columns: 1fr;
  margin-top: 2em;
}

main.posts {
  top: 0;
  position: relative;
  grid-template-columns: 1fr;
  margin-top: 2em;
  background: white;
  z-index: 0;
  padding: 4vw 2.5em 2em;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: grid;
}
main.posts article.post {
  display: grid;
  grid-template-columns: max-content 1fr;
  position: relative;
}
main.posts article.post span.cat {
  align-self: start;
  color: white;
  padding: 0.2em 0.6em;
  font-weight: bold;
  justify-self: start;
  grid-area: 1/1/2/3;
}
main.posts article.post span.cat.press-releases {
  background: #94CE94;
}
main.posts article.post span.cat.in-the-news {
  background: #F47C24;
}
main.posts article.post span.cat.community-event {
  background: #103B72;
}
main.posts article.post a.post-thumbnail {
  justify-self: start;
  align-self: start;
  grid-area: 2/1/3/2;
}
main.posts article.post a.post-thumbnail img {
  width: 200px;
}
main.posts article.post .content {
  grid-area: 2/2/3/3;
  margin: 1em;
}
main.posts article.post h2 {
  margin: 0;
  font-family: stilson-display-condensed, serif;
}
main.posts article.post h2:after {
  content: none;
}
main.posts article.post .date {
  font-size: 0.6em;
  color: #D5D7D8;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
main.posts article.post p {
  margin: 0;
}

body.page.page-template-page-services-parent article {
  grid-template-columns: 1fr;
}

article ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
  line-height: 1.2em;
}
article ul li:before {
  content: "";
  border-color: transparent #94CE94;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}

#carte {
  text-align: center;
}
#carte ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
  line-height: 1.2em;
  display: grid;
  justify-items: center;
}
#carte ul li:before {
  content: "";
  border-color: transparent #94CE94;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}

body.page article {
  background: white;
  z-index: 0;
  padding: 1em;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media only screen and (min-width: 860px) {
  body.page article {
    grid-template-columns: 5fr 2fr;
    padding: 4vw 2.5em 2em;
    grid-gap: 3em;
  }
}
body.page article.history {
  grid-template-columns: 5fr 3fr;
  padding: 4vw 2.5em 2em;
  grid-gap: 3em;
  align-items: center;
}
body.page.page-id-20 article {
  grid-template-columns: 1fr;
}

aside {
  font-size: 0.9em;
}

.inset {
  font-size: 0.8em;
  border-radius: 0.25em;
}
.inset td {
  padding: 1em;
}

.spacer {
  display: block;
  margin-top: 21vw;
}

img.right-aligned {
  float: right;
  width: 40%;
  margin-top: -6vw;
  margin-right: -2.5em;
  margin-left: 2em;
}

footer {
  padding: 2em;
  background: #1A5195;
}
footer .img {
  display: grid;
  justify-items: end;
}
footer ul.nav {
  column-count: 5;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
footer ul.nav li a {
  text-decoration: none;
  color: white;
}
footer ul.nav li a:hover {
  color: #D5D7D8;
}

.appointment {
  background: #94CE94;
  margin-right: 0;
  margin-left: -1em;
  padding: 1em 1em 1em;
}
@media only screen and (min-width: 860px) {
  .appointment {
    margin-right: -2.5em;
  }
}
.appointment h2 {
  margin: 0;
  font-weight: 700;
}
.appointment h2:after {
  content: none;
}

h1, h4, h5 {
  font-family: tablet-gothic-narrow, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  display: inline-block;
  font-family: stilson-display-condensed, serif;
  font-weight: 700;
  font-style: italic;
  color: #1A5195;
  font-size: 2.3em;
  max-width: 400px;
  line-height: 1em;
  margin: 0;
}

.child_page_row {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
@media only screen and (min-width: 860px) {
  .child_page_row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.child_page_row#services-splash li {
  border: 0 solid white;
}
.child_page_row#services-splash li a {
  align-items: start;
  justify-items: start;
}
.child_page_row#services-splash li a span {
  font-size: 2em;
}
.child_page_row#services-splash li:nth-of-type(even) {
  align-items: end;
}
.child_page_row#services-splash li:hover {
  border: 1em solid white;
}
.child_page_row li {
  height: 300px;
  background-size: cover;
  background-position: center center;
  display: grid;
}
.child_page_row li a {
  display: grid;
  align-items: end;
  justify-items: end;
}
.child_page_row li a span {
  background: #1A5195;
  color: white;
  padding: 1em;
  font-size: 1.2em;
  font-family: tablet-gothic-narrow, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
  width: 10%;
  min-width: max-content;
  text-align: center;
  transition: all 0.2s ease-in;
}
.child_page_row li:hover a span {
  width: 100%;
  transition: all 0.4s ease-out;
}
.child_page_row li:nth-of-type(2) a span {
  background: #94CE94;
}
.child_page_row li:nth-of-type(3) a span {
  background: #FFCA3F;
}

ul#services-splash {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: calc(100vh - 108px);
  grid-gap: 0;
  background: #103B72;
}
@media only screen and (min-width: 860px) {
  ul#services-splash {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 5fr 2fr;
  }
}
ul#services-splash li {
  height: 100%;
  opacity: 0.8;
  transition: all 0.2s linear;
}
ul#services-splash li:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 860px) {
  ul#services-splash li:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
}

body.page-id-32 footer {
  margin-top: 0px;
}

footer.entry-footer {
  position: fixed;
  color: white;
  border-radius: 100%;
  opacity: 0.6;
  padding: 0;
  bottom: 10px;
  right: 10px;
}
footer.entry-footer:hover {
  background: #94ce93;
  opacity: 1;
}
footer.entry-footer a {
  color: white;
  font-weight: bold;
  padding: 1em;
  display: block;
}
footer.entry-footer a:hover {
  color: #195194;
  font-weight: bold;
}

section#partner {
  display: grid;
  grid-gap: 1em;
}
section#partner .partner-row {
  display: grid;
  grid-gap: 2em;
  align-items: center;
  border-bottom: 1px solid #D5D7D8;
  box-shadow: 0px 16px 10px -15px #D5D7D8;
  padding: 1em;
}
@media only screen and (min-width: 860px) {
  section#partner .partner-row {
    grid-template-columns: 200px 1fr;
  }
}
@media only screen and (min-width: 999px) {
  section#partner .partner-row {
    grid-template-columns: 200px 1fr max-content;
  }
}
section#partner .partner-row .content b.label {
  float: left;
  font-size: 0.8em;
  margin-right: 15px;
  top: 18px;
  position: relative;
  color: darkgrey;
}

a.button {
  color: #1A5195;
  border: 1px solid #1A5195;
  padding: 0.5em 1em;
  display: grid;
  width: max-content;
  grid-template-columns: 1fr auto;
  transition: all 0.3s linear;
}
a.button.shadow {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1882352941);
  background: rgba(0, 0, 0, 0.1098039216);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3411764706);
}
a.button.white {
  color: white;
  border-color: white;
}
a.button.blue {
  color: white;
  border-color: #103B72;
  background-color: #1A5195;
}
a.button.blue.outline {
  color: #103B72;
  background-color: transparent;
}
a.button.gray {
  color: white;
  border-color: #D5D7D8;
  background-color: #D5D7D8;
}
a.button:hover {
  color: white;
  background-color: #1A5195;
  border-color: #103B72;
  transition: all 0.3s linear;
}
a.button:hover:after {
  position: relative;
  right: -10px;
  transition: right 0.1s ease-in;
}
a.button.noborder {
  border: 0;
}
a.button.centered {
  grid-column: 1/-1;
  justify-self: center;
}
a.button:after {
  position: relative;
  right: 0px;
  content: "❯";
  transition: right 0.1s ease-in;
  margin-left: 1em;
}

#jobs h2 {
  color: #543B71;
  margin: 1em 0;
  font-size: 2em;
}
#jobs .job-row {
  display: grid;
  grid-template-columns: 1fr max-content;
  box-shadow: 0px 16px 10px -15px #D5D7D8;
  padding: 0.5em 2em 2em;
  grid-gap: 2em;
  margin: 2em 0;
}
#jobs .job-row:first-of-type {
  margin-top: 0;
}
#jobs .job-row .content p {
  margin: 0.25em 0;
}
#jobs .job-row .content h2 {
  color: #1A5195;
  margin: 0;
  font-size: 1.5em;
}
#jobs .job-row .content h2:after {
  content: none;
}
#jobs .job-row .apply-button {
  background: #D5D7D8;
  color: white;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1em;
  border-radius: 1em;
  justify-self: center;
  align-self: center;
}
#jobs .job-row .apply-button:hover {
  background: #F47C24;
  color: white;
}

/*partnerships*/
section#patient-portal .media {
  background-size: cover;
  background-position: center center;
  position: relative;
}

section#volunteer .media, section#about .media, section#covid .media, section#testimonials .media, section#newsletter .media {
  background-size: cover;
  background-position: center center;
  position: relative;
}

body.home section {
  grid-template-columns: 1fr;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 860px) {
  body.home section {
    grid-template-columns: 1fr 1fr;
  }
}
body.home section#splash {
  grid-template-columns: 1fr;
  height: max-content;
  background-color: #103B72;
}
@media only screen and (min-width: 860px) {
  body.home section#splash {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 0;
    height: 600px;
    grid-area: 1/1/2/3;
    z-index: 1;
    background-color: transparent;
  }
}
@media only screen and (min-width: 860px) and (min-width: 1367px) {
  body.home section#splash {
    height: 840px;
  }
}
body.home section#splash .splashimg {
  width: 100%;
  height: 588px;
  grid-area: 1/1/2/3;
  margin-left: -20%;
  align-self: center;
}
@media only screen and (min-width: 1367px) {
  body.home section#splash .splashimg {
    height: 828px;
  }
}
body.home section#splash .content {
  grid-area: 1/1/2/2;
  width: 100%;
  align-self: end;
  font-size: 15px;
  max-width: 469px;
  justify-self: end;
}
body.home section#splash .content a {
  color: white;
}
@media only screen and (min-width: 860px) {
  body.home section#splash .content {
    grid-area: 1/1/2/2;
    width: 100%;
    align-self: end;
    font-size: 15px;
    max-width: 469px;
    justify-self: end;
  }
}
body.home section .content {
  max-width: 460px;
  justify-self: end;
  padding: 2em;
}
body.home section:nth-of-type(even) .content, body.home section:first-of-type .content {
  justify-self: start;
}
body.home .splash-outer {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 860px) {
  body.home .splash-outer {
    grid-template-columns: 1fr 2fr;
  }
}
body.home .splash-outer .leftbg {
  display: none;
}
@media only screen and (min-width: 860px) {
  body.home .splash-outer .leftbg {
    display: block;
    grid-area: 1/1/2/2;
    background-color: #1A5195;
  }
}
body.home .splash-outer .rightbg {
  display: none;
}
@media only screen and (min-width: 860px) {
  body.home .splash-outer .rightbg {
    display: block;
    grid-area: 1/2/2/3;
    background-size: cover;
    background-position: center center;
  }
}

.content {
  padding: 2em;
}
.content h1 {
  font-weight: 100;
  line-height: 1.1em;
}
.content h1 b {
  font-weight: 700;
}
.content h3 {
  color: white;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3098039216);
}
.content h3:after {
  content: "";
  width: 100%;
  height: 0.15em;
  display: block;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4509803922);
  opacity: 0.5;
}

.media .grad {
  background: linear-gradient(90deg, rgba(84, 59, 113, 0) 0%, rgb(84, 59, 113) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 80%;
}
.media .grad.blue {
  background: linear-gradient(90deg, rgba(16, 59, 114, 0) 0%, #103B72 100%);
}

.two-by {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media only screen and (min-width: 860px) {
  .two-by {
    grid-template-columns: 1fr 1fr;
  }
}

.svg-triangle {
  fill: black;
}

.arrow {
  width: 0px;
  height: 0px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

img.triangle {
  width: 20%;
  height: 100%;
  margin-left: -1px;
}

@media only screen and (min-width: 860px) {
  .newsimg_user_cls img {
    padding: 0 1em 1em 0;
  }
}

h2.news-title {
  color: white;
  text-align: center;
  font-size: 2.3em;
  margin: 0em 0 0.7em;
}
@media only screen and (min-width: 860px) {
  h2.news-title {
    margin: 0.3em 0 1.3em;
  }
}
h2.news-title:after {
  display: none !important;
}

.entry-content.history h2 {
  font-size: 3em;
  margin: 0;
}

a.history-pdf {
  display: grid;
  align-items: center;
  justify-items: center;
  position: relative;
  opacity: 0.9;
  transition: all 0.2s linear;
  border-top: 4px;
}
a.history-pdf:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
a.history-pdf:hover h2 {
  background: #195194;
  padding: 2em;
  color: white;
  transition: all 0.2s linear;
}
a.history-pdf h2 {
  display: grid;
  position: absolute;
  width: max-content;
  text-align: center;
  background: #a3b8d3;
  padding: 1em;
  transition: all 0.2s linear;
}
a.history-pdf h2 span {
  text-transform: uppercase;
  color: white;
  font-size: 0.6em;
}

footer {
  grid-template-columns: 1fr;
  display: grid;
}
@media only screen and (min-width: 860px) {
  footer {
    grid-template-columns: 3fr 2fr;
  }
}
footer .footer-menus {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 1em;
}
footer .footer-widgets {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 1em;
}
footer .footer-widgets h2 {
  pading: 0.5em 0;
  color: white;
}
footer .menu {
  color: white;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu li a {
  color: white;
  font-size: 0.8em;
}

body footer#colophon section {
  display: grid;
  grid-template-columns: 1fr;
  color: white;
  min-height: inherit;
  border-bottom: 0;
}

body.single-jobs main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 2em;
  position: relative;
  grid-gap: 2em;
}
body.single-jobs main a.back-link {
  color: white;
  background: #1b5194;
  padding: 0.5em 1.5em 0.5em 1em;
  width: max-content;
  margin-left: -2.5em;
  position: absolute;
  top: -30px;
}
body.single-jobs main h2 {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  display: block;
  margin-bottom: 7px;
}

.pum-theme-default-theme .pum-title, #carte h2 {
  font-family: tablet-gothic-narrow, sans-serif !important;
  font-weight: bold !important;
  color: #1A5195 !important;
}

.two-col {
  display: grid;
  align-items: center;
  grid-gap: 1em;
}
@media only screen and (min-width: 860px) {
  .two-col {
    grid-template-columns: 200px 331px;
  }
}

/*# sourceMappingURL=theme.css.map */
