/*IMPORTS*/
@import url("https://fonts.googleapis.com/css?family=Bungee");
@import url("https://fonts.googleapis.com/css?family=Oswald");

/* VARS
 * =================================
 */
/* MIXINS
 * =================================
 */
/* GENERAL
 * =================================
 */
 
 
/* Approved template mods */ 
.fixed-cta-nav {display: none !important;}
.extra-nav > ul > li:first-child{
        padding: 0 0 0 13px;
}

/* style to reset & override */
.hero .row {
  min-height: unset; }
.hero #header-text {
  max-width: unset;
  min-height: unset;
  margin: 0; }
.hero p {
  float: unset;
  max-width: unset; }
.layout-basic .darkText .cell h1, .layout-basic .darkText .cell h2,
.layout-basic .darkText .cell h3, .layout-basic .darkText .cell h4,
.layout-basic .darkText .cell h5, .layout-basic .darkText .cell p {
    margin-right: unset;
  margin-left: unset;
  max-width: unset; }
  
.layout-basic h1,
.layout-basic h2,
.content-fixed h1,
.content-fixed h2 {
  font-family: 'Oswald', Arial, helvetica, sans-serif;
  letter-spacing: 0;
  font-weight: bold !important;
  margin-top: unset; }
  
.row,
.grid-margin-x{
  margin-right: unset;
  margin-left: unset;
}

#story{
  height: 0;
}
.extra-nav > ul{
    margin-left: 0; 
}
.fixed-cta-nav{
    display: none;
}
/**/

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: unset; }
  *.light-blue {
    color: #1DB0DA; }
  *.dark-blue {
    color: #212c62; }
  *.yellow {
    color: #F6E80A; }
  *.orange {
    color: #FDB913; }
  *.purple {
    color: #6F1C49; }
    
.full-width {
  width: 100%; }
.full-width p, .full-width li {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px; }
  .full-width p.sm, .full-width li.sm {
    font-size: .8rem; }
  .full-width p.xsm, .full-width li.xsm {
    font-size: .7rem; }
  .full-width p a, .full-width li a {
    color: #212c62;
    text-decoration: underline; }
    .full-width p a:hover, .full-width li a:hover {
      color: #1DB0DA; }

.hide,
.hidden {
  display: none !important; }

span.bold,
p.bold {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Bungee', Arial, helvetica, sans-serif; }
span.low,
p.low {
  font-weight: bold;
  text-transform: unset;
  font-family: inherit; }
span.sm,
p.sm {
  font-size: .7rem; }
span.lg,
p.lg {
  font-size: 1.1rem; }
 
h1, h2, h3 {
  text-transform: uppercase; }
  h1.light-blue, h2.light-blue, h3.light-blue {
    color: #1DB0DA; }
  h1.dark-blue, h2.dark-blue, h3.dark-blue {
    color: #212C62; }
  h1.yellow, h2.yellow, h3.yellow {
    color: #F6E80A; }
  h1.orange, h2.orange, h3.orange {
    color: #FDB913; }
  h1.purple, h2.purple, h3.purple {
    color: #6F1C49; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
.full-width h1 {
  font-size: 50px; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.2rem;
  font-family: 'Bungee', Arial, helvetica, sans-serif;}
   h3.sm {
    font-size: 1.1rem; }
  
h4{
    font-size: 1.1rem;}
    

.alt {
  font-family: 'Bungee', Arial, helvetica, sans-serif !important; }
  
a.button,
button.button,
span.button {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Bungee', Arial, helvetica, sans-serif;
  background-color: blue;
  text-decoration: unset;
  text-transform: uppercase;
  padding: 12px 32px;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: none; }
a.button svg,
button.button svg,
span.button svg {
    width: 10px;
    margin-left: 10px;
    margin-right: -5px; }
a.button i,
button.button i,
span.button i {
    margin: 0 5px; }
a.button.light-blue,
button.button.light-blue,
span.button.light-blue {
  background-color: #1DB0DA; }
a.button.dark-blue,
button.button.dark-blue,
span.button.dark-blue {
  background-color: #212C62; }
a.button.yellow,
button.button.yellow,
span.button.yellow {
  background-color: #F6E80A;
  color: black; }
a.button.orange,
button.button.orange,
span.button.orange {
  background-color: #FDB913;
  color: #212C62; }
a.button.purple,
button.button.purple,
span.button.purple {
  background-color: #6F1C49;
  color: #F6E80A; }
a.button.light,
button.button.light,
span.button.light {
  background-color: white;
  color: #212c62; }
  
  
span.img-wrapper,
div.img-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  span.img-wrapper img,
  div.img-wrapper img {
    width: 100%;
    object-fit: cover; }

.textbox {
  width: 100%; }
  .textbox.center {
    text-align: center; }
  .textbox.right {
    text-align: right; }
  .textbox.light {
    color: white; }
  .textbox.column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .textbox.inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

section {
  width: 100%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section .section-wrapper {
    padding: 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto; }
    
.darken:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0; }    

.round-img {
  border-radius: 30px;
  border: 2px dashed #FDB913;
  padding: 10px; }


.dash-devide h2 {
  margin: 0; }
.dash-devide .cell {
      padding: 40px 40px 20px; }
  .dash-devide .cell:last-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 85%;
    width: 2px;
    border: 1px dashed #FDB913; }
  
/* Global class style */
.cell.light {
  color: white; }
.cell.dark {
  color: black; }
.cell.blue h2 {
  color: #1DB0DA; }
.cell.orange h2 {
  color: #FDB913; }
.cell.purple h2 {
  color: #6F1C49; }
.cell.b-border::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 2px;
  background-color: #212c62; }
.cell.stack-2 {
  width: 60px;
  margin-right: 15px;
  align-self: flex-start;
  margin-top: 10px; }
.cell.stack-2 span {
color: #212c62;
font-size: .8rem;
line-height: 1; }
.cell.stack-2 span.lg {
  font-size: 1.1rem;
  font-family: 'Oswald', Arial, helvetica, sans-serif; }
.cell.stack-2 span.sm {
  font-size: .7rem; }

.content-fixed .grid-container {
  padding: 60px; }

#hero-sm, #facts-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40vh; }
#facts-hero .innerwrap {
    overflow: auto;
}
  
 /*         Header (masthead)            */
#content{
  overflow: hidden;
}

#content #aft-masthead {
  /*position: fixed;*/
  z-index: 100;
  width: 100%; 
  position: absolute;
  background: transparent;
  /*background-color: #212c62*/
}

#aft-masthead .grid-container {
    max-width: 1440px;
    padding: 0px; }
#aft-masthead .grid-container .grid-x {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
#aft-masthead .grid-container .cell:first-child {
  /*padding-top: 10px;*/
  text-align: center; }
#aft-masthead .grid-container .cell:last-child::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  right: -99%;
  left: unset;
  background-color: white; }
  #aft-masthead img {
    max-width: 450px; }
  #aft-masthead nav {
    width: 100%;
    background: white; }
    #aft-masthead nav::before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: -39px;
      height: 100%;
      width: 39px;
      background-color: white;
      clip-path: polygon(100% 0, 0 0, 100% 100%); }
  #aft-masthead ul.dropdown {
    box-shadow: unset; }
  #aft-masthead li {
    margin: 0px;
    background: none !important; }
#aft-masthead .aft-nav > li:nth-last-of-type(1) a {
  background: #212c62 !important;
  color: #FDB913 !important; }
  #aft-masthead li.is-dropdown-submenu-parent > a {
    padding-right: 25px; }
    #aft-masthead li a {
      color: #212c62 !important;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px 20px;
      font-size: .8rem; }
#aft-masthead .is-dropdown-submenu-parent ul {
  background-color: white; }
  
#top-links {
  display: none; }

#aft-masthead .aft-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after{
    border-color: #212c62 transparent transparent;
}
  
/* Sticky nav */
#sticky-nav {
  position: fixed;
  z-index: 100;
  width: auto;
  right: -210px;
  bottom: 220px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #sticky-nav:hover, #sticky-nav.active {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -20px; }
  #sticky-nav .grid-container {
    padding: 0; }
  #sticky-nav a, #sticky-nav i, #sticky-nav span {
    color: #FDB913;
    padding: 10px; }
  #sticky-nav i {
    font-size: 1.1rem; }
  #sticky-nav a {
    font-family: 'Bungee', Arial, helvetica, sans-serif;
    width: 200px; }
  #sticky-nav nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #212c62; }
  #sticky-nav .img-wrapper {
    width: 50px; }
  #sticky-nav .textbox {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #sticky-nav .textbox:first-child {
      border-bottom: 1px solid #FDB913; }
      
/*---------- Home Page --------- */
/* home hero*/
#home-hero {
  height: 100vh;
  /*max-height: 640px;*/
  max-height: 550px;
  overflow: auto;
  background: #212c62 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #home-hero::after, #home-hero::before {
    content: '';
    background-image: url(/research/centers/chppr/research/all-for-them/assets/img/Hero%20image.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 65%;
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(350px 0, 100% 0, 100% 100%, 150px 100%);
    -moz-clip-path: polygon(350px 0, 100% 0, 100% 100%, 150px 100%);
    -ms-clip-path: polygon(350px 0, 100% 0, 100% 100%, 150px 100%);
    clip-path: polygon(350px 0, 100% 0, 100% 100%, 150px 100%); }
  #home-hero::before {
    border-left: 2px dashed white;
    top: 0;
    right: 65%;
    height: 105%;
    width: 0px;
    background: unset;
    -webkit-transform: translateX(230px) rotateZ(20deg);
    -moz-transform: translateX(230px) rotateZ(20deg);
    -ms-transform: translateX(230px) rotateZ(20deg);
    transform: translateX(230px) rotateZ(20deg);
    -webkit-clip-path: unset;
    -moz-clip-path: unset;
    -ms-clip-path: unset;
    clip-path: unset; }
  #home-hero span {
    color: #F6E80A; }
  #home-hero .innerwrap {
      overflow: auto;
  }
  #home-hero .row {
    z-index: 1; }
  #home-hero .backpack {
      display: none;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    right: -100px;
    top: -10%;
    z-index: -1; }
    #home-hero .backpack img {
      width: 650px; }
/* home-hpv */
#home-hpv .grid-container > .grid-x {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
#home-hpv img {
    max-height: 400px;
    max-width: 450px; }
#home-hpv .left-content {
  text-align: center; }
#home-hpv .stack-2 {
  margin-left: 15px; }
  #home-hpv .stack-2::before {
    left: -15px; }
    
 /* home-signup */

#home-signup {
  z-index: 1;
  overflow: visible !important; }
  #home-signup .grid-container {
    background: #6F1C49;
    border-radius: 20px;
    padding-bottom: 0;
    background-image: url(../img/houston-skyline.png?language_id=1);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center; }
    #home-signup .grid-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: inherit;
      background-size: cover;
        border-radius: 20px;
      opacity: 0.2; }
  #home-signup p {
    font-weight: bold; }
  #home-signup .dash-devide .cell:last-child::before{
    height: 120%;
    top: -60px;
  }
  #home-signup .location {
    /*top: 70px;*/
    margin-bottom:40px;}
    #home-signup .location h3 {
      font-size: 1.1rem;
      /*font-family: 'Bungee', Arial, helvetica, sans-serif;*/
      }
    #home-signup .location .cell {
      text-decoration: none;
      padding: 15px; }
    #home-signup .location .inner {
      display: -webkit-flex;
      display: flex;
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
      border: 2px solid white;
      border-radius: 20px;
      height: 270px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      #home-signup .location .inner.houston, #home-signup .location .inner.hisd {
        background-image: url(../img/houston.jpg?language_id=1); }
      #home-signup .location .inner.baytown, #home-signup .location .inner.gccisd {
        background-image: url(../img/baytown.jpg?language_id=1); }
      #home-signup .location .inner.fort-worth, #home-signup .location .inner.fwisd {
        background-image: url(../img/fort-worth.jpg?language_id=1); }
      #home-signup .location .inner.crowley, #home-signup .location .inner.cisd {
        background-image: url(../img/crowley.jpg?language_id=1); }
      #home-signup .location .inner.aldine, #home-signup .location .inner.aldineisd {
        background-image: url(../img/aldineisd.jpg?language_id=1); } 
      #home-signup .location .inner.spring, #home-signup .location .inner.springisd {
        background-image: url(../img/springisd.jpg?language_id=1); } 
      #home-signup .location .inner.bexar-san-antonio, #home-signup .location .inner.bexar-san-antonio{
          background-image: url(../img/bexar-sa-sd.jpg);}
    #home-signup .location .darken:before {
      border-radius: 20px; }

/* home-about */
#home-about {
  background-size: 120%;
  padding-top: 210px;
  margin-top: -120px; }
  #home-about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/research/centers/chppr/research/all-for-them/assets/img/white-dot-grid.png) center center no-repeat;
    background-size: cover; }
  #home-about .img-wrapper {
      border: 2px dashed #6F1C49;
      border-radius: 30px;
/*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%236F1C49' stroke-width='3' stroke-dasharray='15%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");*/
    }
  #home-about img {
    border-radius: 30px;
    top: 15px;
    left: 15px; }
  #home-about .left-content .inner {
    max-width: 350px;
    margin: 0 auto; }
    
/* home-contact */
#home-contact{
    margin-top: 20px;}

#home-contact::after, #home-contact::before {
  content: '';
  background-color: #FDB913;
  position: absolute;
  height: 100%;
  width: 110%;
  top: -220px;
  left: -30px;
  z-index: -1;
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg); }
#home-contact::before {
  background-color: unset;
  top: -200px;
  border-bottom: 2px dashed #FDB913; }
  #home-contact .left-content .img-wrapper {
    position: absolute;
    top: -180px;
    max-width: 410px; }
  #home-contact .right-content .inner {
    max-width: 450px;
    background: white;
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px 30px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    
/*---------- About Page --------- */
/* about hero */
#about-hero, #news-list-archive {
  height: 100vh;
  max-height: 400px;
  display: -webkit-flex;
  display: flex;
 -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #about-hero::before, #news-list-archive::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(111, 28, 74, 0.85); }
  #about-hero .innerwrap, #news-list-archive .innerwrap {
      overflow: auto;
  }
  #about-hero #jarallax-container-5 > div, #news-list-archive #jarallax-container-5 > div{
    width: 100% !important;
    /*height: 100% !important;*/
    /*overflow: hidden !important;*/
    /*pointer-events: none !important;*/
    margin-top: unset !important;
    /*transform: unset !important; */
      
  }
    
/* all for them */
#about-aft {
      overflow: unset !important;}
  #about-aft::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/contentAsset/image/c4802a49-64e5-472f-aefe-0955e10ae8e6/fileAsset/filter/Resize,png/resize_w/1920/png_q/75) center center no-repeat;
    background-size: cover; }
  #about-aft .dash-devide {
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 10px; }
/*staff*/
#about-staff {
  overflow: unset !important;
  margin-top: -60px;
  background-color: white;
  margin-bottom: 5rem;}
  #about-staff .img-wrapper {
    width: 200px;
    height: fit-content;
    position: sticky;
    top: 30px; }
  #about-staff .staff-block {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px; }
  #about-staff .textbox {
    margin-left: 30px; }
    #about-staff .textbox h3 {
      /*font-family: 'Bungee', Arial, helvetica, sans-serif;*/
      color: #212c62;
      font-size: 1.1rem;
      margin: 0; }
    #about-staff .textbox span {
      color: #6F1C49;
      font-size: .8rem;
      margin: 10px 0; }
/*program funders*/
#about-fund::before {
  content: '';
  background-color: #6F1C49;
  position: absolute;
    height: 600px;
    width: 120%;
    top: -350px;
    left: -15%;
  z-index: -1;
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg); }
#about-fund::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 50%;
  background: url(/research/centers/chppr/research/all-for-them/assets/img/white-dot-grid.png?language_id=1);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
#about-fund .img-wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  padding: 40px 15px;
  border: 2px dashed #FDB913;
  background-color: #e8e8e8; }
#about-fund .large-12 {
  display: none; }
#about-fund .low a {
  color: #1DB0DA; }
#about-fund .right-content .inner {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  padding: 30px 15px;
  max-width: 450px;
  border: 2px dashed #FDB913;
  background-color: #e8e8e8; }
  #about-fund .right-content .inner p {
    margin: 0; }
#about-fund img {
  padding: 10px;
  object-fit: contain; }
  
#about-fund h2,
#about-collaborator h2,
#about-uthealth h2 {
  color: #1DB0DA; }
#about-fund .grid-container > .grid-x,
#about-collaborator .grid-container > .grid-x,
#about-uthealth .grid-container > .grid-x {
  z-index: 1;
  padding: 40px;
  margin-bottom: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); }

#about-collaborator .grid-container,
#about-uthealth .grid-container {
  padding-top: 0; }
  
/*---------- Get The Facts Page --------- */
/* What Is HPV*/
#facts-hero h1 {
  white-space: nowrap; }
#facts-hero::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/research/centers/chppr/research/all-for-them/assets/img/white-dot-grid.png?language_id=1);
  background-size: cover; }
#facts-hpv .grid-container > .grid-x {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
#facts-hpv img {
    max-height: 400px;
    max-width: 450px; }
#facts-hpv .left-content {
  text-align: center; }
  
/* Good To Know */
#facts-gtk .left-content .textbox {
  padding: 0 0 20px 40px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #facts-gtk .left-content .textbox::after {
    content: '';
    background-color: #e8e8e8;
    position: absolute;
    height: 100%;
    width: 2px;
    left: 13px;
    top: 30px;
    z-index: -1; }
  #facts-gtk .left-content .textbox:nth-child(5)::after {
    top: 10px; }
  #facts-gtk .left-content .textbox.last::after {
    display: none; }
#facts-gtk .left-content span {
  text-align: end; }
#facts-gtk .left-content p {
  margin: 0; }
#facts-gtk .left-content .fact-sheet .img-wrapper {
    max-width: 200px; }
#facts-gtk .dot {
  background-color: #1DB0DA;
  position: absolute;
  height: 8px;
  width: 8px;
  left: 10px;
  border-radius: 30px; }
#facts-gtk .right-content {
  max-width: 410px;
  margin: 0 0 0 auto; }
  #facts-gtk .right-content h3 {
    background-color: #F6E80A;
    color: #212c62;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin: 0;
    padding: 10px;
    max-width: 240px;
    font-size: .9rem;
    text-align: center;
    top: 20px;
    right: 20px;
    z-index: 1; }
  #facts-gtk .right-content .textbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #212c62;
    border-radius: 5px;
    padding: 40px 20px 20px 50px;
    font-weight: bold;
    font-size: 13px; }
  #facts-gtk .right-content p {
    color: white; }
  #facts-gtk .right-content a {
    color: white;
    margin-bottom: 7px;
    text-transform: uppercase; }
  
/*FAQs*/
#facts-faq .row {
  max-width: 900px;
  margin: 0 auto; }
#facts-faq .inner {
  border: 1px solid #e8e8e8;
padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer; }
  #facts-faq .inner h4 {
    padding-right: 30px;
    margin: 0; }
  #facts-faq .inner p {
    display: none;
    color: #333; }
  #facts-faq .inner.active h4 {
    color: #1DB0DA; }
  #facts-faq .inner.active p {
    display: block; }
  #facts-faq .inner.active .toggle-btn span::after {
    background: #1DB0DA; }
  #facts-faq .inner.active .toggle-btn span:last-child {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #facts-faq .inner.active .toggle-btn span:last-child::after {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      transform: unset; }
#facts-faq .toggle-btn {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 10;
  width: 20px;
  height: 20px;
  right: 15px; }
  #facts-faq .toggle-btn span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    height: 1px;
    width: 15px;
    background: black; }
  #facts-faq .toggle-btn span:last-child::after {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }

/*---------- Find a Clinic Page --------- */
#fac-hero {
  overflow: unset !important;
  height: 100vh;
  max-height: 650px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #fac-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/houston-skyline.png?language_id=1);
    background-size: 0;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
    opacity: 0.2; }
  #fac-hero::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #6F1C49 !important; }
  #fac-hero .innerwrap {
      overflow: auto;
  }
  #fac-hero .textbox.center span,
  #fac-hero .textbox.center a {
    color: #FDB913; }
  #fac-hero .procedure .cell {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    max-width: 360px; }
  #fac-hero .procedure .cell {
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    max-width: 360px; }
    #fac-hero .procedure .cell:not(:last-child) {
      border-right: 1px solid white; }
    #fac-hero .procedure .cell span {
      margin-bottom: 10px; }
    #fac-hero .procedure .cell p {
      line-height: 1.3; }
    #fac-hero .procedure .cell .textbox {
      margin-left: 10px; }
      
#fac-hero .num {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #FDB913;
    color: #6F1C49;
    border-radius: 50%;
    font-weight: 300;
    height: 25px;
    min-width: 25px; }
  #fac-hero .links-wrapper {
    max-width: 1000px;
    margin: 10px auto; }
    #fac-hero .links-wrapper p {
      text-align: center; }
  #fac-hero .isd-links {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: white;
    border-radius: 5px;
        margin: 0 auto;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 3px; }
    #fac-hero .isd-links a.button {
      border-radius: 5px;
      box-shadow: -3px 1px 10px rgba(0, 0, 0, 0.1);
      width: 100%; }
      #fac-hero .isd-links a.button.active {
        background-color: #212c62;
        color: #FDB913; }


#fac-clinics h3 {
  /*font-family: 'Bungee', Arial, helvetica, sans-serif;*/
  font-size: 1.1rem;
  color: #6F1C49;
  text-align: center;
  margin: 10px;
  padding-bottom: 10px; }
  #fac-clinics h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0; }
#fac-clinics .grid-container {
  padding: 60px 0; }
#fac-clinics .columns > p.bold {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px; }
  #fac-clinics .columns > p.bold span {
    margin-left: 5px;
    color: #212c62; }
#fac-clinics .grid-x > .cell {
  padding: 0 10px;
  margin-bottom: 20px; }
#fac-clinics .clinic-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 5px; }
  #fac-clinics .clinic-info a {
    color: #6F1C49; }
  #fac-clinics .clinic-info .bold {
    font-size: .8rem; }
  #fac-clinics .clinic-info .textbox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    color: black;
    padding: 10px;
    width: 50%; }
#fac-clinics .textbox.location, #fac-clinics .textbox.forms-info{
      width:100%;
  }      
  #fac-clinics .clinic-info .inner {
    margin-left: 5px; }



/*---------- Contact Page --------- */
#hero-contact {
  background-color: #FDB913 !important; }
  #hero-contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: #FDB913;
    background-image: url(/research/centers/chppr/research/all-for-them/assets/img/white-dot-grid.png?language_id=1);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0; }
  #hero-contact .grid-container {
    max-width: unset;
    max-height: 600px;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #hero-contact .grid-container::before, #hero-contact .grid-container::after {
      content: "";
      position: absolute;
      height: 120%;
      width: 30%;
      top: 0;
      left: -27%;
      z-index: 1;
      -webkit-transform: rotateZ(-18deg);
      -moz-transform: rotateZ(-18deg);
      -ms-transform: rotateZ(-18deg);
      transform: rotateZ(-18deg); }
    #hero-contact .grid-container::before {
      background-color: #212c62; }
    #hero-contact .grid-container::after {
      border-right: 1px dashed white;
            width: calc(30% + 20px);}

    #hero-contact .grid-container > .grid-x {
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
  #hero-contact h1 {
    z-index: 1; }
  #hero-contact .img-wrapper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    right: -200px;
    top: -60px;
    max-width: 700px;
    z-index: 1; }
#hero-contact .contact-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;}
#hero-contact .contact-box h3 {
  font-size: 1rem;
  text-align: center; }
#hero-contact .contact-box a {
  color: black; }
#hero-contact .contact-box .inner {
  display: -webkit-flex;
  display: flex;
  z-index: 1; }
#hero-contact .contact-box .textbox {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-top: 6px solid #212c62;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 20px; }
  
/* NURSE TOOLKIT */
#toolkit-hero {
  height: 100vh;
  max-height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
    -webkit-justify-content: center;
  justify-content: center;
  background: url(/research/centers/chppr/research/all-for-them/assets/img/students-walking-in-hallway.jpg?language_id=1) no-repeat center;
  background-size: cover;
  overflow: unset !important;
  z-index: 1; }
  #toolkit-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(111, 28, 74, 0.85); }
  #toolkit-hero::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 70%;
    top: 0;
    left: -300px;
    border-bottom: 1px dashed #1DB0DA; }
  #toolkit-hero .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #toolkit-hero .textbox {
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: white;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px; }
    #toolkit-hero .textbox span {
      color: #1DB0DA; }
  #toolkit-hero h1 {
    margin: 0px 50px 0 0; }

#toolkit-download::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/research/centers/chppr/research/all-for-them/assets/img/white-dot-grid.png?language_id=1);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70px;
  width: 150%; }
 #toolkit-download .grid-container > .grid-x {
  padding-top: 60px; }
#toolkit-download .left-content {
  text-align: end;
  max-width: 400px;
  margin: 0 auto; }
  #toolkit-download .left-content .lg {
    color: #212c62; }
  #toolkit-download .left-content .textbox {
    border-radius: 10px;
    background: #212c62;
    max-width: 450px;
    margin: 30px auto 0;
    padding: 40px; }
#toolkit-download a.button {
  margin: 0 auto; }
#toolkit-download li::marker {
  color: #1DB0DA; }

.toolkit-img {
  margin: 40px auto;
  display: block;
  max-width: 1000px; }


/* social media contact section */

#social-contact {
    padding-top:2rem;
    margin-top:1.25rem;
    
}

#social-contact .left-content {padding: 1rem 0;}
#social-contact .right-content {position: relative;}
#social-contact .inner {position: initial;}


#social-contact .content-fixed, #social-contact .grid-container {
    padding: 0!important;
}

#social-contact h2, #social-contact h3, #social-contact p {
 color:#fff;
 }
 
 #social-contact a, #social-contat a:focus{
     color:#fff;
     text-decoration:none;
     padding-block:1rem;
 }
 
 #social-contact a:hover {
     text-decoration:underline;
     color:#fff;
 }
 
 #social-contact img {
     position: absolute;
     bottom:0 !important;
 }

/* header & footer */
header a,
footer a {
  font-family: inherit;
  text-decoration: inherit;}
  
/*---------- Responsive --------- */

@media all and (max-width: 1023px) {
       #social-contact img{
     position:relative;
 }
 
  .content-fixed .grid-container {
    padding: 40px; }

  .dash-devide .cell {
    padding: 20px 20px 0; }
    
  #aft-masthead nav {
    text-align: center; }
    #aft-masthead nav::before {
      clip-path: none; }

  #home-hero .backpack {
    top: 20%; }
  #home-hero img {
    width: 600px; }

  #home-about .row,
  #home-hpv .row,
  #facts-hpv .row,
  #facts-gtk .row {
    margin: 0 auto;
    max-width: 700px; }

  #home-hpv .row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #home-hpv .right-content {
    margin-bottom: 20px; }

  #home-signup .dash-devide .cell:last-child::before {
    height: 100%;
    top: 0; }

  #home-about .left-content .inner {
    max-width: unset;
    margin-bottom: 20px; }

  #about-fund h2 {
    margin-bottom: 10px; }
  #about-fund .columns > .grid-x .cell {
    padding: 0px; }
    #about-fund .columns > .grid-x .cell:last-child {
      padding-left: 0px;
      margin-top: 20px; }

  #facts-hpv .row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  #facts-gtk .right-content {
    max-width: 500px;
    margin: 20px auto; }

  #toolkit-download .left-content .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #toolkit-download .left-content .inner .textbox {
      margin-top: 0; }
    #toolkit-download .left-content .inner span {
      text-align: left;
      margin-top: 50px; }
  #toolkit-download .right-content {
    max-width: 500px;
    margin: 40px auto 0;
    padding: 0 15px; } }
@media all and (max-width: 900px) {
  #home-hero {
    max-height: 630px;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    #home-hero .grid-x > .medium-6 {
      width: 100%; }
    #home-hero::before {
      display: none; }
    #home-hero::after {
      height: 100%;
      width: 100%;
      background-position: center;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 75%);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 75%);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 75%);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0 75%);
      max-height: 380px; }
  #hero-contact .grid-container {
    max-height: 700px;
    padding-bottom: 0; }
  #hero-contact .contact-box .inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  #hero-contact h1 {
    text-align: center; }
  /*#hero-contact .img-wrapper {*/
  /*  right: 50%;*/
  /*  -webkit-transform: translateX(50%);*/
  /*  -moz-transform: translateX(50%);*/
  /*  -ms-transform: translateX(50%);*/
  /*  transform: translateX(50%);*/
  /*  top: -400px; }*/
  #fac-clinics .grid-x > .medium-4{
    width: 50%;}
    #toolkit-hero h1 {
    margin: 0;
    top: 70px;
    text-align: center; }
  #toolkit-hero .columns {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }}
@media all and (max-width: 767px) {
    
    
   
  #home-signup .location .cell {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px; }
  #home-signup .location .inner {
    height: 220px; }
    
  #fac-hero {
    padding-top: 60px;
    height: auto;
    max-height: unset; }
  #fac-hero .procedure .cell {
    width: 100%;
    border-bottom: 1px solid white;
    padding: 0px;
    max-width: 400px;
    margin: 0 auto; }
    #fac-hero .procedure .cell:not(:last-child) {
      border-right: none;
      margin-bottom: 15px; }
  #fac-hero .isd-links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px; }
    #fac-hero .isd-links a.button:not(:last-child) {
      margin-bottom: 2px; }
    
  #toolkit-download .right-content {
    max-width: 500px;
    margin: 40px auto 0; } }
@media all and (max-width: 639px) {
  .content-fixed .grid-container {
    padding: 20px; }

  .full-width h1 {
    font-size: 38px; }
  h4{
    font-size: 1rem;
  }
  
  #aft-masthead .grid-margin-x .large-6:nth-child(1) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 60px;
    width: 50px;
    position: absolute;
    right: 0;
    margin: 0;
    z-index: 10; }
    #aft-masthead .grid-margin-x .large-6:nth-child(1)::after {
      content: 'MENU';
      color: #212c62;
      font-size: 13px;
      font-weight: bold;
      width: auto; }
    #aft-masthead .grid-margin-x .large-6:nth-child(1).active::after {
      content: 'CLOSE'; }
  #aft-masthead .grid-margin-x .large-6:nth-child(2) {
    height: 0;
    overflow: hidden;
    top: -100px;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #aft-masthead .grid-margin-x .large-6:nth-child(2) .aft-nav {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    #aft-masthead .grid-margin-x .large-6:nth-child(2).active {
      height: 100%;
      overflow: unset;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

  #home-hero .backpack {
    top: 80%; }
  
  #home-hpv .grid-container {
    padding-top: 40px; }
    
  #home-about {
    padding-top: 190px; }
    #home-about .grid-container {
      padding-bottom: 40px; }

  #home-signup .dash-devide .cell:last-child::before {
    height: 2px;
    width: 100%;
    top: unset;
    left: 20px;
    bottom: -30px; }

  #about-aft .dash-devide .cell:last-child::before {
    top: 10px;
    left: 20px;
    height: 2px;
    width: 30%; }

  #about-staff {
    overflow: hidden !important; }
     #about-staff .innerwrap{
    background-color: white;
  }
  #about-staff .staff-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 470px;
    margin: 0 auto 40px; }
  #about-staff .textbox {
    margin-left: 0px;
    margin-top: 20px; }
    #about-staff .textbox h3,
    #about-staff .textbox span {
      text-align: center; }

  #about-fund .grid-container > .grid-x,
  #about-collaborator .grid-container > .grid-x,
  #about-uthealth .grid-container > .grid-x {
    padding: 20px; }
    
  #fac-clinics .grid-x > .medium-4{
    width: 100%;
  }}
@media all and (max-width: 500px) {
    
  .content-fixed .grid-container{
    padding: 10px;
  }
  
div#social-contact.full-width:not(.heroHeader):not(#home-hero){
background: #08abe3 !important;
}

  
  
  .full-width h1 {
    font-size: 30px; }

  #home-hero::after{
    /*max-height: 300px;*/
  }
  
  #hero-contact .img-wrapper {
    right: -150px;
    top: 70px; }
      
  /*#home-hpv img,*/
  /*#facts-hpv img {*/
  /*  height: 250px;*/
  /*  width: 250px; }*/

  #home-about img,
  #about-fund img {
    top: 0;
    left: 0; }

  #home-hpv .textbox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  #home-contact .right-content {
    margin: 20px auto; }
    #home-contact .right-content .inner {
      padding: 20px; }

  #facts-gtk .right-content .textbox {
    padding: 40px 10px 20px 20px; }
  #facts-gtk .left-content .textbox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #facts-gtk .left-content .textbox::after {
      top: 0; }
     

  #facts-faq .inner{
    padding: 10px;
  }
  
  #toolkit-hero{
      max-height: 500px;
  }    
  #toolkit-hero .textbox {
     padding: 20px; }
    

    
}

@media all and (max-width: 350px) {
    #home-hero::after{
        max-height: 320px;
    }
}
      
      
      
      
      
      
      
      
      
      
/*# sourceMappingURL=style.css.map */