/******COLORS******/
/******SETUP & RESETS******/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f4f6;
}

button {
  background-color: transparent;
  padding: 0;
}

/******All-Pages******/
.main-content {
  margin: 0 auto;
  width: 85%;
  max-width: 1300px;
  padding: 4rem 0 0;
}

h1 {
  font-size: 45pt;
}

h2 {
  font-size: 2rem;
  color: #663379;
}

h1, h2, h3, h4 {
  font-family: arial-black, arial;
  font-weight: 800;
  margin: 0;
}

li {
  list-style-type: none;
  font-size: 1rem;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: black;
}

.white {
  color: white;
}

.white-bg {
  background-color: white;
}

.content p.large {
  font-family: arial;
  font-weight: 800;
  font-size: 1.2rem;
}

.bolded {
  font-weight: 800;
}

.red-bg {
  background-color: #cc0000;
}

.gray-bg {
  background-color: #333;
}

.yellow-seperator {
  width: 50px;
  height: 1px;
  border-bottom: 7px solid #f0b357;
  margin: 1rem 0;
}

.hero-img img {
  width: 100%;
}

.hero-img h1 {
  color: #663379;
  background-color: white;
  padding: 1rem 4rem;
  font-size: 2rem;
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-img {
  position: relative;
}

.tab-nav a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  width: 100%;
  font-weight: 400;
  color: black;
  height: 70px;
}

.second-nav a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  width: 100%;
  font-weight: 400;
  color: black;
  height: 70px;
}

.second-nav a.current-page {
  font-weight: 600;
}

.default-hidden {
  display: none;
}

.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

li.current {
  border-bottom: 5px solid #663379;
}

li.current a:focus {
  outline: none;
}

.skip-to-main:focus {
  outline: none;
}

.tabbed-content {
  margin: 2rem auto 5rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "nav content";
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 2rem;
}

.tabbed-content.survey {
  margin: 2rem auto 5rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "nav content";
  -ms-grid-columns: 30% 1fr;
      grid-template-columns: 30% 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 2rem;
}

.tab-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav;
}

.tab-panel p.large {
  margin-top: 1rem;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
  background-color: white;
  padding: 2rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.content, .content img {
  max-width: 100%;
}

.content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  padding-right: 2rem;
}

.content p.large {
  margin-bottom: .5rem;
}

.content p.bolded {
  margin-bottom: 0;
}

.content a {
  color: #663379;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.tab-nav .selected {
  font-weight: 600;
  text-align: center;
}

.tab-nav p {
  font-family: oswald, sans-serif;
  font-size: 1rem;
}

.tabs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1rem;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.tabs-list li:hover {
  background-color: #663379;
}

.tabs-list li:hover a {
  color: white;
}

.content p.citation {
  font-style: italic;
  font-size: .7rem;
  margin-bottom: 0;
}

li.square-list {
  list-style-type: square;
  list-style: url("assets/bullet.png");
  padding-left: 1rem;
  margin-bottom: 1rem;
}

li.square-list::marker {
  padding-left: 1rem;
}

.tab-full-image {
  width: 100%;
  margin-bottom: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem;
  text-align: center;
}

.navbar {
  padding: .3rem;
}

/******Header******/
/******skip to main button******/
a.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  font-family: fira-sans, sans-serif;
}

a.skip-to-main:focus, a.skip-to-main:active {
  color: #fff;
  background-color: #663379;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid white;
  text-align: center;
  font-size: 1.3em;
  z-index: 999;
}

#utility-nav {
background: #fff;
}
#utility-right{
    display: flex;
    justify-content: end;
}
.social-icons-header {
 display: flex;
    align-items: flex-end;
margin-right: 25px;
}

.social-icons-header img {
    max-width: 25px;
    margin: 5px .2rem;

}

.hpv-branding {
  background-image: url("assets/HPV_web_banner_homepage.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem;
}

.hpv-branding a {
  max-width: 265px;
}

img.branding {
  max-width: 100%;
  margin-left: 2rem;
  width: 280px;
}

.language-button {
  background-color: white;
  min-width: 100px;
  text-align: center;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language-button a {
  color: black;
  padding: .2rem 1rem;
}

.blue {
  color: #46559b;
  font-weight: 600;
  font-size: 1.2rem;
}

/******Navigation******/
#navigation-bar {
  height: auto;
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
  max-width: 1300px;
  background-color: #f5f4f6;
}

.navbar-nav {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f4f6;
}

.navbar-nav a {
  color: black;
}

.main-content.padding-light {
  padding: 1rem 0;
}

.nav-link {
  padding: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.nav-link:hover {
  border-bottom: 2px solid #663379;
}

li.vaccine-button {
  background-color: #663379;
  border-radius: 30px;
  padding: .6rem 1.2rem;
  text-align: center;
}

li.nav-item {
  font-size: .85rem;
}

.vaccine-button a {
  color: white;
  font-size: .8rem;
}

.current-page {
  font-weight: 600;
}

/******Footer******/
.main-footer {
  color: white;
  margin-top: 6rem;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2rem 0;
}

.social-icons img {
  max-width: 45px;
  margin: 0 .5rem;
}

.ttu-logo {
  max-width: 300px;
}

.footer-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}

.main-footer .red-bg {
  padding: 0 5% 1rem;
}

.main-footer .gray-bg {
  text-align: right;
  padding: 1rem 5%;
}

.main-footer a:hover {
  color: white;
}

/******Homepage******/
#homepage-hero {
  background-image: url("assets/HPV_homepage_banner.jpg");
  background-color: #663379;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage-hero h1 {
  max-width: 630px;
  margin-left: 10%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.663);
}

.home-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  margin-bottom: 5rem;
}

.home-buttons li img {
  width: 100%;
}

.home-buttons a {
  background-color: #663379;
  color: white;
  min-width: 60%;
  width: auto;
  font-size: 1.6rem;
  position: absolute;
  top: 60%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1rem;
  left: 0;
  font-family: arial-black, arial;
  font-weight: 600;
}

.home-buttons .button-items {
  position: relative;
}

.social-block {
  padding: 2rem 2rem 2rem;
}

.content .social-block {
  padding: 0;
}

/******Our-Program******/
.step-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  margin: 2rem 0;
}

.four-steps p {
  margin-bottom: 1rem;
}

.staff-bio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .25fr 1fr;
      grid-template-columns: .25fr 1fr;
  grid-row: auto;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 3rem;
}

.staff-bio img {
  border-left: 10px solid #663379;
  margin-top: .4rem;
}

.tab-panel .staff-bio p.large {
  margin-top: 0;
}

.calendar iframe {
  width: 44vw;
  height: 600px;
  border: none;
}

/******What-is-HPV-Vaccine******/
ul.purple-list {
  padding-left: 1rem;
}

/******Resources******/
.video-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  width: 100%;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.video-item {
  margin: 0 1rem 1rem 0;
  width: 100%;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.video-item p {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-weight: 600;
  padding: 0;
}

/*******For-parents*******/
.hpv-vaccine-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  grid-row: auto;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 1rem;
}

.testimonials {
  border-left: 10px solid #663379;
  margin: 2rem 0 2rem;
  padding: .5rem 2rem;
}

.testimonials p:first-child {
  font-size: 1.3rem;
}

.testimonials p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: gray;
}

/*******Contact-Us*******/
.tabs-list a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}

/*******INSTAFEED*******/
#instafeed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .2fr 1fr .2fr 1fr;
      grid-template-columns: 1fr .2fr 1fr .2fr 1fr;
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  margin-top: 2rem;
}

#instafeed div:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

#instafeed div:nth-child(2) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

#instafeed div:nth-child(3) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}

#instafeed img {
  width: 100%;
}

.insta-post {
  height: 100%;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.14);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.insta-post a:hover {
  -webkit-text-decoration-color: #663379;
          text-decoration-color: #663379;
}

.feed-text {
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #d4d4d4;
  padding: 1.5rem;
  height: 200px;
}

.feed-text p {
  height: 100%;
  overflow: overlay;
  overflow-x: hidden;
  font-size: .8rem;
}

.shadow-block {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

/*******CALENDAR*******/
.view-container-border {
  background-color: #663379 !important;
}

/*******SURVEY*******/
#survey {
  width: 100%;
  min-height: 850px;
  margin-top: 2rem;
}

.small-heading {
  font-size: 1rem;
  margin-bottom: .3rem;
}

.eligible li {
  list-style: disc;
  list-style-position: inside;
}

/*******SHARE BUTTON*******/
.share {
  margin-top: 1.5rem;
}

.share-button {
  width: 2rem;
  border: none;
}

.share-button:focus {
  outline: none;
}

#fb-share-button, #fb-share-survey {
  background: #3b5998;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 4px;
  display: inline-block;
  max-height: 20px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fb-share-button:hover, #fb-share-survey:hover {
  cursor: pointer;
  background: #213A6F;
}

#fb-share-button svg, #fb-share-survey svg {
  width: 14px;
  fill: white;
  vertical-align: initial;
  border-radius: 2px;
}

#fb-share-button span, #fb-share-survey span {
  vertical-align: text-bottom;
  color: white;
  font-size: 11.5px;
  padding: 0;
}

.email-button {
  background: #cc0000;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 8px;
  display: inline-block;
  height: 20px;
  vertical-align: top;
  color: white;
  font-size: 11.5px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gray-text {
  color: #7c7f82;
}

.icon-small {
  width: 18px;
  vertical-align: text-top;
}

.padding-small {
  padding-left: 5px;
  vertical-align: bottom;
}

.share p {
  display: inline-block;
}

.social-buttons {
  margin-top: .5rem;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 20px;
}

.social {
  opacity: 0;
}

.social-buttons a:hover {
  text-decoration: none;
  color: white;
  background-color: #b10101;
}

.content .social-buttons a {
  color: white;
  text-decoration: none;
}

.dropdown_menu-6 {
  -webkit-animation: growDown 800ms ease-in-out forwards;
          animation: growDown 800ms ease-in-out forwards;
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: .2;
  }
  50% {
    opacity: .9;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: .2;
  }
  50% {
    opacity: .9;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

/*******RESPONSIVE/MOBILE*******/
@media only screen and (max-width: 1320px) {
  li.nav-item {
    font-size: .7rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-buttons a {
    font-size: 1.1rem;
  }
  .step-images {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .video-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .video-item {
    margin: 0;
  }
  .staff-bio {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row: auto auto;
    row-gap: 1rem;
  }
  .tabs-list a {
    font-size: 1.1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 .4rem;
  }
}

@media only screen and (max-width: 991px) {
  #homepage-hero {
    background-image: url("assets/HPV_homepage_banner_mobile.jpg");
    background-position: right top;
  }
  .navbar-nav {
    padding: 1rem;
  }
  .nav-item {
    margin-bottom: 1.2rem;
  }
  li.nav-item {
    font-size: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tabbed-content, .tabbed-content.survey {
        grid-template-areas: "nav" "content";
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  ul.tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs-list li {
    width: 48%;
    margin: 1% 1%;
  }
  .tab-nav a {
    height: 50px;
  }
  .video-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .staff-bio {
    -ms-grid-columns: .25fr 1fr;
        grid-template-columns: .25fr 1fr;
    grid-row: auto;
    row-gap: 1rem;
  }
  .tabs-list a {
    font-size: 1rem;
  }
  .calendar iframe {
    width: 80vw;
  }
  #instafeed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .2fr 1fr;
        grid-template-columns: 1fr .2fr 1fr;
    -ms-grid-rows: 1fr .14fr 1fr;
        grid-template-rows: 1fr .14fr 1fr;
    margin-top: 2rem;
  }
  #instafeed div:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #instafeed div:nth-child(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #instafeed div:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .footer-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  #homepage-hero {
    height: 300px;
    min-height: auto;
  }
  .home-buttons {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .tabs-list li {
    width: 100%;
    margin: 1% 1%;
  }
  .staff-bio {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row: auto auto;
    row-gap: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.2rem;
  }
  .hero-img h1 {
    font-size: 1.4rem;
    padding: .6rem 1rem;
    width: auto;
  }
  h2 {
    font-size: 1.4rem;
  }
  p {
    font-size: .8rem;
  }
  p, a, .content a, .content p, .content p.large {
    font-size: 1rem;
  }
  .content p {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .tabs-list a {
    font-size: 1.1rem;
  }
  .red-bg {
    text-align: center;
  }
  .main-footer .gray-bg {
    text-align: left;
  }
  .step-images {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .video-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .testimonials p:first-child {
    font-size: 1rem;
  }
  .home-buttons a {
    height: auto;
    padding: 0.5rem;
  }
  img.branding {
    margin-left: 0;
  }
  .language-button {
    border: 1px solid #663379;
    min-width: 57px;
    margin-left: 1rem;
  }
  .content {
    padding: 2rem 1rem;
  }
  .hpv-vaccine-grid {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .tabs-list a {
    font-size: 1rem;
  }
  .main-content {
    width: 95%;
  }
  #instafeed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr  2rem 1fr 2rem 1fr;
        grid-template-rows: 1fr  2rem 1fr 2rem 1fr;
    margin-top: 2rem;
  }
  #instafeed div:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #instafeed div:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  #instafeed div:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
/*# sourceMappingURL=style.css.map */