@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100,100italic,300italic,400italic,500italic,700italic,900,900italic|Roboto+Condensed:400,700,300,300italic,400italic,700italic|Roboto+Slab:100,300,400,700&display=swap");
@import url("../css/bootstrap.min.css");
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
}
a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}
dt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
em {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
h1 {
  font-size: 40px;
  font-weight: 300;
}
h2 {
  font-size: 26px;
  font-weight: 300;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
p {
  line-height: 1.8em;
}
strong {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fontNav {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
#maincontent,
.sg-main {
  max-width: 960px;
}
.landing h1 {
  font-size: 64px;
}
.landing .featurette h2 {
  font-size: 26px;
  text-transform: uppercase;
}
.landing .featurette h3 {
  font-size: 26px;
}
.landing .cards h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
.landing .cards h3 {
  font-size: 20px;
}
@font-face {
  font-family: "DayPosterBlack";
  src: url("/fonts/DayPosterBlack.eot");
  src:
    url("/fonts/DayPosterBlack.eot?#iefix") format("embedded-opentype"),
    url("/fonts/DayPosterBlack.woff2") format("woff2"),
    url("/fonts/DayPosterBlack.woff") format("woff"),
    url("/fonts/DayPosterBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body,
html {
  font-size: 100%;
  width: 100%;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  color: #1a1a1a;
  background: #fff !important;
}
h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}
div.clear-left {
  clear: left;
}
div.clear-right {
  clear: right;
}
div.clear-both {
  clear: both;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.container,
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin: 0 auto;
}
.button {
  display: block;
  padding: 8px 10px;
  width: 240px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  background-color: #0066cc;
  border-radius: 3px;
}
.button:hover {
  color: #fff;
  background-color: #004789;
}
@media screen and (min-width: 35.5em) and (max-width: 41.625em) {
  div.clear-left {
    clear: none;
  }
  div.clear-right {
    clear: none;
  }
}
div.invasive-hero {
  position: relative;
  height: 350px;
  background-image: url("/landwater/stop-invasives/images/hero-invasive-bkgrd.jpg");
  background-repeat: no-repeat;
  background-position: 50% 30%;
  -webkit-background-size: 909px 486px;
  -moz-background-size: 909px 486px;
  -o-background-size: 909px 486px;
  background-size: 909px 486px;
}
div.invasive-hero .hero-overlay {
  height: 100%;
}
div.invasive-hero .hero-overlay img#boat {
  position: absolute;
  right: 320px;
  bottom: 50px;
  height: 40px;
  width: 650px;
}
div.invasive-hero .hero-overlay .container .hero-copy {
  padding-top: 50px;
  text-align: center;
}
div.invasive-hero .hero-overlay .container .hero-copy h1 {
  color: #a5342c;
  font-family: "DayPosterBlack";
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
  text-transform: uppercase;
}
div.invasive-hero .hero-overlay .container .hero-copy h1 span.title-break {
  display: block;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
div.invasive-hero .hero-overlay .container .hero-copy h2 {
  margin: 0;
  color: #364246;
  font-family: "DayPosterBlack";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.625rem;
  text-transform: uppercase;
}
div.invasive-hero .hero-overlay .container .hero-copy h2 span.title-break {
  display: block;
}
div.invasive-hero .hero-overlay .container .hero-copy p {
  margin: 0;
  color: #fff;
}
div.invasive-hero .hero-overlay .container .hero-copy p a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
div.invasive-hero .hero-overlay .container .hero-copy p a:hover {
  color: #a5342c;
  font-weight: 500;
}
div.invasive-hero .hero-overlay .container .hero-copy p a:focus {
  color: #2a6496;
  font-weight: 500;
}
div.invasive-hero
  .hero-overlay
  .container
  .hero-copy
  span.ion-social-youtube-outline {
  font-size: 5rem;
}
@media screen and (min-width: 23.438em) {
  div.invasive-hero .hero-overlay .container .hero-copy h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 31.75em) {
  div.invasive-hero {
    background-position: 50% 70%;
  }
  div.invasive-hero .hero-overlay img#boat {
    right: 510px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy {
    padding-top: 10px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 {
    display: block;
    margin-bottom: 5px;
    font-size: 3.125rem;
    line-height: 3.5rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 span.title-break {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h2 {
    margin: 0 0 12px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h2 span.title-break {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  div.invasive-hero {
    height: 420px;
    background-position: 50% 60%;
    -webkit-background-size: 1280px 640px;
    -moz-background-size: 1280px 640px;
    -o-background-size: 1280px 640px;
    background-size: 1280px 640px;
  }
  div.invasive-hero .hero-overlay img#boat {
    right: 768px;
    bottom: 70px;
    height: 45px;
    width: 720px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy {
    padding-top: 50px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 span.title-break {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h2 {
    margin: 0 0 15px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 62em) {
  div.invasive-hero {
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  div.invasive-hero .hero-overlay img#boat {
    right: 1024px;
    bottom: 80px;
    height: 56px;
    width: 900px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy {
    padding-top: 90px;
  }
  div.invasive-hero
    .hero-overlay
    .container
    .hero-copy
    span.ion-social-youtube-outline {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 75em) {
  div.invasive-hero {
    height: 550px;
    background-position: 50% 70%;
  }
  div.invasive-hero .hero-overlay img#boat {
    right: 1200px;
    height: 81px;
    width: 1310px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy {
    padding-top: 80px;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 {
    font-size: 4.375rem;
    line-height: 4.75rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h1 span.title-break {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  div.invasive-hero .hero-overlay .container .hero-copy h2 {
    font-size: 2.8125rem;
    line-height: 3.1875rem;
  }
  div.invasive-hero
    .hero-overlay
    .container
    .hero-copy
    span.ion-social-youtube-outline {
    font-size: 6.875rem;
  }
}
@media screen and (min-width: 105.063em) {
  div.invasive-hero {
    background-position: 50% 60%;
  }
  div.invasive-hero .hero-overlay img#boat {
    right: 1680px;
  }
}
#quiz {
  background-color: #a5342c;
}
#quiz .container {
  position: relative;
}
#quiz .container .col-md-12 {
  padding-right: 0;
}
#quiz .container p.text-style-banner {
  margin: 10px 0 10px 100px;
  text-indent: 0;
  font-family: "DayPosterBlack";
  font-weight: lighter;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  letter-spacing: 3px;
}
#quiz .container p.text-style-banner a:link,
#quiz .container p.text-style-banner a:visited {
  color: #ffffff;
  text-decoration: none;
}
#quiz .container p.text-style-banner a:hover {
  color: #364246;
}
#quiz .container a#boater {
  background-image: url("https://www.texasinvasives.org/giantsalvinia/boater1.png");
  position: absolute;
  display: block;
  top: -30px;
  left: -10px;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
#quiz .container img#tpw-logo {
  display: none;
}
@media screen and (min-width: 37.5em) {
  #quiz .container img#tpw-logo {
    display: block;
    position: absolute;
    top: -28px;
    right: 60px;
    z-index: 1;
	width: 4.875rem;
  }
}
@media screen and (min-width: 48em) {
  #quiz .container p.text-style-banner {
    margin: 15px 0 15px 125px;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  #quiz .container a#boater {
    top: -45px;
    left: 0;
    width: 118px;
    height: 118px;
    background-size: 118px 118px;
  }
  #quiz .container img#tpw-logo {
    top: -20px;
  }  
}
@media screen and (min-width: 62em) {
  #quiz .container {
    width: 980px;
  }
  #quiz .container p.text-style-banner {
    margin: 10px 0 10px 125px;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  #quiz .container img#tpw-logo {
    top: -42px;
  }   
}
#overview {
  padding: 45px 0;
}
#overview .copy {
  padding-left: 0;
  padding-right: 0;
}
#overview .copy h2 {
  margin-top: 0;
  font-family: "DayPosterBlack";
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.8125rem;
  text-transform: uppercase;
}
#overview .copy h2 span.text-break {
  display: block;
}
#overview .copy p.intro {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#overview .video {
  padding-top: 30px;
}
#overview .video .cdd-carousel-indicators {
  margin-top: 30px;
}
#overview .video .cdd-carousel-indicators .carousel-indicators {
  position: relative;
}
#overview .video .cdd-carousel-indicators .carousel-indicators li {
  border: 1px solid #333;
}
#overview .video .cdd-carousel-indicators .carousel-indicators li.active {
  background-color: #333;
}
@media screen and (min-width: 23.438em) {
  #overview .copy h2 {
    margin-top: 20px;
    font-size: 1.6875rem;
    line-height: 2.0625rem;
  }
}
@media screen and (min-width: 35.5em) {
  #overview .copy h2 span.text-break {
    display: inline;
  }
}
@media screen and (min-width: 48em) {
  #overview {
    padding: 50px 0;
  }
  #overview .copy {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overview .copy h2 {
    margin-top: 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 62em) {
  #overview .copy h2 {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }
  #overview .video {
    padding-top: 0;
  }
}
@media screen and (min-width: 80em) {
  #overview .copy h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
div.features-wrapper {
  padding: 0 0 30px;
}
div.features-wrapper h2 {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  text-align: center;
  text-transform: none;
}
div.features-wrapper p.link-text {
  margin: 15px 0 0;
  text-align: center;
}
div.features-wrapper p.link-text a {
  font-size: 1.125rem;
}
div.features-wrapper .feature {
  margin: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
div.features-wrapper .feature a {
  color: #0066cc;
}
div.features-wrapper .feature a:hover {
  color: #0066cc;
  text-decoration: underline;
}
div.features-wrapper .feature a:focus {
  text-decoration: none;
}
div.features-wrapper .feature img {
  width: 100%;
  height: auto;
}
div.features-wrapper .feature h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
}
div.features-wrapper .feature p {
  color: #3c3c3c;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}
div#features .feature {
  text-align: center;
}
div#features .feature img {
  margin: 0 auto;
  width: 224px;
  height: 224px;
  -moz-border-radius: 112px;
  -webkit-border-radius: 112px;
  border-radius: 112px;
}
@media screen and (min-width: 34em) {
  div.clear-left {
    clear: none;
  }
  div.features-wrapper .feature h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  div.features-wrapper .col-md-4.feature h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  div#features .feature {
    margin: 15px 0;
  }
  div#features .feature img {
    width: 300px;
    height: 300px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
  }
}
@media screen and (min-width: 48em) {
  div.clear-left {
    clear: left;
  }
  div.features-wrapper {
    padding: 0 0 50px;
  }
  div.features-wrapper h2 {
    margin-bottom: 50px;
  }
  div#features .container .feature {
    float: left;
    text-align: center;
    width: 33.33333333%;
  }
  div#features .container .feature img {
    width: 210px;
    height: 210px;
    -moz-border-radius: 105px;
    -webkit-border-radius: 105px;
    border-radius: 105px;
  }
}
@media screen and (min-width: 62em) {
  div.clear-left {
    clear: none;
  }
  div#features .container {
    width: 980px;
  }
  div#features .container .feature {
    float: left;
    text-align: center;
    width: 33.33333333%;
  }
  div#features .container .feature img {
    width: 280px;
    height: 280px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
  }
}
#about {
  padding: 30px 0 60px;
}
#about .container .col-md-12 {
  padding-top: 30px;
}
#about .container .col-md-12 h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
#about .container .col-md-12 p.cdd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
#about .container .col-md-12 ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
}
#about .container .col-md-12 ul li a {
  color: #0066cc;
}
#about .container .col-md-12 ul li a:hover {
  color: #2a6496;
}
#about .container .copy {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  #about {
    padding: 50px 0;
  }
}
@media screen and (min-width: 62em) {
  #about .container {
    width: 980px;
  }
  #about .container .copy {
    padding-top: 30px;
  }
  #about .container .copy ul li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.orbit {
  position: relative;
}
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.orbit-caption {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  padding: 1rem;
  color: #1a1a1a;
  background-color: #f6f6f6;
}
.orbit-caption.video {
  margin-top: -0.9375rem;
}
.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
  border-color: transparent;
}
.orbit-bullets {
  display: none;
}
[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
  outline: 0;
}
.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 1);
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
@media screen and (min-width: 31.688em) {
  .orbit-bullets {
    display: block;
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  [data-whatinput="mouse"] .orbit-bullets {
    outline: 0;
  }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.25rem;
    padding: 0;
    border-radius: 50%;
    background-color: #cacaca;
    border-color: transparent;
  }
  .orbit-bullets button:hover {
    background-color: #8a8a8a;
  }
  .orbit-bullets button.is-active {
    background-color: #8a8a8a;
  }
}
@media screen and (min-width: 35.5em) {
  .orbit-previous,
  .orbit-next {
    top: 45%;
  }
}
@media screen and (min-width: 48em) {
  .orbit-previous,
  .orbit-next {
    top: 40%;
  }
}
@media print {
  @page {
    margin: 2cm;
  }
  a[href]:after {
    content: none !important;
  }
  div.pageheader,
  div.sponsor-bar,
  footer,
  header {
    display: none !important;
  }
  div.hero {
    height: auto;
  }
}
