@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");
@import url("../css/bootstrap.min.css");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  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;
}
html,
body {
  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;
}
.landing h1 {
  margin-top: 90px;
  margin-bottom: 0;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-shadow: 2px 2px 8px #000000;
}
h2 {
  color: #1a1a1a;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}
.landing h2,
.landing .cards h2 {
  margin: 5px 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
div.clear-left {
  clear: left;
}
div.clear-right {
  clear: right;
}
div.clear-both {
  clear: both;
}
div.tile-clear-left {
  clear: none;
}
.container,
.row,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  box-sizing: border-box;
}
.row {
  margin: 0 auto;
}
/* Default 
*******************/
div.subnav {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 50px;
  background-image: url('/huntwild/wild/wildlife_diversity/texas_nature_trackers/monarch/images/subnav-background.png');
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
div.subnav .subnav-wrapper {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 100%;
}
div.subnav .subnav-wrapper .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div.subnav .subnav-wrapper .col-md-12 span.header-title {
  display: none;
  float: left;
  padding: 10px;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
}
div.subnav .subnav-wrapper .col-md-12 ul {
  display: inline;
  margin: 0;
  padding: 0;
}
div.subnav .subnav-wrapper .col-md-12 ul li {
  display: inline;
  float: left;
  margin: 0 18px !important;
  padding: 7px 3px;
  height: 30px;
  text-align: center;
  box-sizing: content-box;
}
div.subnav .subnav-wrapper .col-md-12 ul li a {
  display: inline-block;
  height: 30px;
  width: 100%;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
div.subnav .subnav-wrapper .col-md-12 ul li a:hover {
  color: #CCC;
  text-decoration: none;
}
div.subnav .subnav-wrapper .col-md-12 ul li.donate {
  margin: 0 15px;
  padding: 3px 0;
  height: auto;
}
div.subnav .subnav-wrapper .col-md-12 ul li.donate a.button {
  display: block;
  padding: 8px 0;
  height: 20px;
  width: 85px;
  color: #FFF;
  text-align: center;
  background-color: #0066cc;
  border-radius: 3px;
  box-shadow: 2px 4px 2px 0px rgba(0, 0, 0, 0.2);
}
div.subnav .subnav-wrapper .col-md-12 ul li.donate a.button:hover {
  background-color: #004789;
}
div.subnav .subnav-wrapper .col-md-12 ul li.active {
  border-bottom: 5px solid #FFF;
}
div.subnav .subnav-wrapper .col-md-12 ul li.active a {
  font-weight: 500;
}
div.row.subnav.fix {
  position: fixed;
  top: 0;
  margin: 0 auto 0;
  width: 100%;
  z-index: 1000;
}
div.row.subnav.fix span {
  display: inline;
}
div.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}
div.filter-drop-spacer {
  position: relative;
  overflow: visible;
}
div.hero {
  position: relative;
  margin-top: -60px;
  height: 220px;
  background-image: url('/huntwild/wild/wildlife_diversity/texas_nature_trackers/monarch/images/monarch-hero.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 0;
}
div.hero .container {
  padding-left: 0;
  padding-right: 0;
}
div.hero .container .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div.hero span.credit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
}
div.about {
  padding: 30px 0;
  background-color: #414042;
}
div.about .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div.about .col-md-12 p {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
}
div.featurette {
  padding: 30px 0;
  background-color: #f1f1f2;
}
div.featurette .col-md-4,
div.featurette .col-md-6 {
  padding: 20px 0;
}
div.featurette .col-md-4 h3,
div.featurette .col-md-6 h3 {
  color: #0066cc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375rem;
}
div.featurette .col-md-4 h3 span.pdf,
div.featurette .col-md-6 h3 span.pdf {
  color: #231F20;
}
div.featurette .col-md-4 a,
div.featurette .col-md-6 a {
  display: inline-block;
  padding: 2%;
  width: auto;
  height: auto;
  color: #0066cc;
}
div.featurette .col-md-4 a:hover,
div.featurette .col-md-6 a:hover {
  color: #0066cc;
  text-decoration: none;
  background-color: #FFF;
}
div.featurette .col-md-4 .image,
div.featurette .col-md-6 .image {
  position: relative;
  text-align: center;
}
div.featurette .col-md-4 .image img,
div.featurette .col-md-6 .image img {
  height: auto;
  width: 100%;
}
div.featurette .col-md-4 .image span.credit,
div.featurette .col-md-6 .image span.credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
}
div.featurette .col-md-4 p,
div.featurette .col-md-6 p {
  margin: 5px 0;
  color: #666;
  font-weight: 300;
}
div.featurette .col-md-4 p.link,
div.featurette .col-md-6 p.link {
  color: #0066cc;
}
div.featurette .feature {
  margin: 60px 2% 0;
  padding: 15px 0;
  background-color: #FFF;
  overflow: hidden;
}
div.featurette .feature .col-md-5 {
  text-align: center;
}
div.featurette .feature .col-md-5 img {
  height: auto;
  width: 100%;
}
div.featurette .feature .col-md-7 {
  padding-top: 30px;
}
div.featurette .feature .col-md-7 h3 {
  margin-bottom: 0;
}
div.featurette .feature .col-md-7 ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
div.featurette .feature .col-md-7 ul li {
  margin: 5px 0;
}
div.download {
  background-color: #E6E7E8;
}
div.partners {
  padding: 20px 0;
}
div.partners .col-md-12 {
  padding: 30px 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
div.partners .col-md-12 img {
  margin: 10px 15px 10px 0;
  height: 60px;
}
div.partners .col-md-12 img.inat {
  height: auto;
}
.home-footer,
.page-footer {
  clear: left;
}
.home-footer .col-md-12,
.page-footer .col-md-12 {
  padding: 30px 0;
  padding-left: 0;
  padding-right: 0;
}
.home-footer .col-md-12 p,
.page-footer .col-md-12 p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.home-footer .col-md-12 p a,
.page-footer .col-md-12 p a {
  text-decoration: underline;
}
.home-footer .col-md-12 p a:hover,
.page-footer .col-md-12 p a:hover {
  text-decoration: none;
}
.home-footer .col-md-12 p i.fa-angle-right,
.page-footer .col-md-12 p i.fa-angle-right {
  color: #ccc;
  font-size: 22px;
  vertical-align: text-top;
}
.home-footer .col-md-12 {
  border-top: 1px solid #cecece;
}
div.page-title {
  position: relative;
  padding: 50px 0;
  background-color: #f1f1f2;
  z-index: 0;
}
div.page-title .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div.page-title .col-md-12 h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 20px;
}
div.page-title .col-md-12 p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.2;
}
div.content {
  padding: 20px 0 50px;
  background-color: #FFF;
}
div.content .col-md-12 {
  float: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
div.content .col-md-12 img {
  height: auto;
  width: 100%;
}
div.content .col-md-12 img.img-padding {
  padding: 30px 0 10px;
}
div.content .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
div.content .col-md-8 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
div.content .col-md-8 img {
  height: 85px;
}
div.content-list {
  padding: 20px 0 50px;
  background-color: #f1f1f2;
}
div.content-list .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div.content-list .col-md-12 h2 {
  margin-bottom: 30px;
}
div.content-list .col-md-8 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
div.content-list .col-md-8 img {
  height: auto;
  width: 100%;
}
div.content-list .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
/* Default End
*******************/
/* MEDIA QUERIES
///////////////////////////////////////////////*/
/* Phone Portrait 
*******************/
@media screen and (min-width: 23.438em) {
  div.subnav {
    top: 0;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li.donate {
    margin: 0;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li.donate a.button {
    width: 90px;
  }
  .landing h1 {
    margin-top: 90px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2,
  .landing h2,
  .landing .cards h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  div.hero {
    height: 220px;
  }
  div.hero span.credit {
    right: 10px;
    bottom: 10px;
  }
  div.page-title .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.page-title .col-md-12 h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  div.content .col-md-8 img {
    height: 105px;
  }
}
@media screen and (min-width: 30em) {
  div.featurette {
    padding: 30px 0;
  }
  div.featurette .feature .col-md-5 img {
    height: auto;
    width: auto;
  }
}
/* Phone Portrait End 
**********************/
/* Phone Portrait - Landscape -Tablet Portrait 
***********************************************/
@media screen and (min-width: 35.5em) and (max-width: 41.625em) {
  div.clear-left {
    clear: none;
  }
  div.clear-right {
    clear: none;
  }
  .landing h1 {
    margin-top: 120px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
  h2,
  .landing h2,
  .landing .cards h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  div.subnav .subnav-wrapper {
    position: relative;
    width: 100%;
  }
  div.subnav .subnav-wrapper .col-md-12 span.header-title {
    display: inline;
  }
  div.subnav .subnav-wrapper .col-md-12 ul {
    float: right;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li {
    padding: 7px 10px;
  }
  div.hero {
    margin-top: -60px;
    height: 350px;
  }
  div.about {
    padding: 30px 0;
  }
  div.about .col-md-12 {
    text-align: left;
  }
  div.about .col-md-12 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  div.page-title .col-md-12 h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  div.content-list {
    padding: 20px 0 50px;
  }
  div.content-list .col-md-8 {
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  div.content-list .col-md-4 {
    padding-left: 0;
    padding-bottom: 20px;
  }
  div.content {
    padding: 20px 0 50px;
  }
  div.content .col-md-12 {
    padding-bottom: 20px;
  }
  div.content .col-md-4 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  div.content .col-md-8 {
    padding-left: 0;
    text-align: center;
  }
  div.content .col-md-8 img {
    height: 135px;
  }
}
@media screen and (min-width: 41.688em) and (max-width: 47.938em) {
  .landing h1 {
    margin-top: 130px;
    font-size: 55px;
    font-size: 3.4375rem;
  }
  div.subnav .subnav-wrapper .col-md-12 span.header-title {
    display: inline;
  }
  div.subnav .subnav-wrapper .col-md-12 ul {
    float: right;
  }
  div.hero {
    margin-top: -60px;
    height: 350px;
  }
  div.featurette .col-md-4 {
    float: left;
    width: 33%;
  }
  div.featurette .col-md-6 {
    float: left;
    width: 50%;
  }
  div.featurette .feature {
    margin: 60px auto 0;
    padding: 15px 0;
    width: 98%;
  }
  div.featurette .feature .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  div.featurette .feature .col-md-5 img {
    height: auto;
    width: 100%;
  }
  div.featurette .feature .col-md-7 {
    float: left;
    padding-top: 0;
    width: 58.33333333%;
  }
  div.content .col-md-8 img {
    height: 185px;
  }
}
/* Phone Portrait - Landscape -Tablet Portrait End 
****************************************************/
/* Tablet Portrait Only 
****************************************************/
@media screen and (min-width: 48em) and (max-width: 61.938em) {
  .landing h1 {
    margin-top: 180px;
    font-size: 48px;
    font-size: 3rem;
  }
  div.subnav {
    display: block;
    height: 60px;
  }
  div.subnav .subnav-wrapper {
    margin: 10px auto 0;
  }
  div.subnav .subnav-wrapper .col-md-12 {
    display: inline-block;
    padding: 0 25px;
    width: 100%;
  }
  div.subnav .subnav-wrapper .col-md-12 span.header-title {
    display: inline;
  }
  div.subnav .subnav-wrapper .col-md-12 ul {
    float: right;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li {
    margin: 0 18px !important;
  }
  div.hero {
    margin-top: -60px;
    height: 413px;
  }
  div.featurette .col-md-4 {
    float: left;
    padding: 20px 0;
    width: 33%;
  }
  div.featurette .col-md-4 .image img {
    margin: 45px 0 0;
    width: 95%;
  }
  div.featurette .col-md-4 .image img.margintop {
    margin: 60px 0 0;
  }
  div.featurette .col-md-4 .image img.logo {
    width: 110px;
  }
  div.featurette .col-md-4 .image img.inat {
    width: 95%;
  }
  div.featurette .col-md-6 {
    float: left;
    width: 50%;
  }
  div.featurette .feature {
    margin: 60px auto 0;
    padding: 15px 0;
    width: 98%;
  }
  div.featurette .feature .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  div.featurette .feature .col-md-5 img {
    height: auto;
    width: 100%;
  }
  div.featurette .feature .col-md-7 {
    float: left;
    padding-top: 0;
    width: 58.33333333%;
  }
  div.row.page-title {
    padding: 30px 0;
  }
  div.content-list {
    padding: 30px 0 60px;
  }
  div.content-list .col-md-8 {
    padding-bottom: 20px;
  }
  div.content-list .col-md-4 {
    padding-bottom: 20px;
  }
  div.content {
    padding: 30px 0 60px;
  }
  div.content .col-md-4 {
    padding-bottom: 20px;
  }
  div.content .col-md-8 img {
    height: 222px;
  }
}
/* Tablet Portrait Only End 
****************************************************/
/* Desktop Narrow/Tablet Landscape 
***************************************/
@media screen and (min-width: 62em) {
  .landing h1 {
    margin-top: 255px;
    font-size: 72px;
    font-size: 4.5rem;
  }
  h2,
  .landing h2,
  .landing .cards h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  div.subnav {
    height: 60px;
  }
  div.subnav .subnav-wrapper {
    height: 60px;
    width: 980px;
  }
  div.subnav .subnav-wrapper .col-md-12 span.header-title {
    display: block;
    margin-top: 10px;
  }
  div.subnav .subnav-wrapper .col-md-12 ul {
    display: inline;
    float: right;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li {
    margin: 0 18px !important;
    padding: 12px;
  }
  div.subnav .subnav-wrapper .col-md-12 ul li.donate {
    margin: 0 18px;
  }
  div.hero {
    margin-top: -60px;
    height: 532px;
  }
  div.hero .container {
    padding-left: 0;
    padding-right: 0;
  }
  div.hero .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.hero span.credit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  div.about {
    padding: 50px 0;
    background-color: #414042;
  }
  div.about .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.about .col-md-12 p {
    color: #FFF;
    font-size: 20px;
    font-size: 1.25rem;
  }
  div.featurette {
    padding: 50px 0;
    background-color: #f1f1f2;
  }
  div.featurette .col-md-4 {
    padding: 20px 0;
  }
  div.featurette .col-md-4 h3 {
    color: #231F20;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  div.featurette .col-md-4 a {
    display: inline-block;
    padding: 2%;
    width: auto;
    height: auto;
    color: #0066cc;
  }
  div.featurette .col-md-4 a:hover {
    color: #0066cc;
    text-decoration: none;
    background-color: #FFF;
  }
  div.featurette .col-md-4 .image {
    position: relative;
    text-align: center;
  }
  div.featurette .col-md-4 .image img {
    height: auto;
    width: 100%;
  }
  div.featurette .col-md-4 .image span.credit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  div.featurette .col-md-4 p {
    margin: 5px 0;
    color: #666;
  }
  div.featurette .col-md-4 p.link {
    color: #0066cc;
  }
  div.featurette .feature {
    margin: 60px auto 0;
    padding: 15px 0;
    width: 98%;
  }
  div.download {
    background-color: #E6E7E8;
  }
  div.partners {
    padding: 20px 0;
  }
  div.partners .col-md-12 {
    padding: 30px 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  div.partners .col-md-12 img {
    margin: 10px 15px 10px 0;
    height: 60px;
  }
  div.partners .col-md-12 img.inat {
    height: auto;
  }
  .home-footer,
  .page-footer {
    clear: left;
  }
  .home-footer .col-md-12,
  .page-footer .col-md-12 {
    padding: 30px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-footer .col-md-12 p,
  .page-footer .col-md-12 p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  .home-footer .col-md-12 p a,
  .page-footer .col-md-12 p a {
    text-decoration: underline;
  }
  .home-footer .col-md-12 p a:hover,
  .page-footer .col-md-12 p a:hover {
    text-decoration: none;
  }
  .home-footer .col-md-12 p i.fa-angle-right,
  .page-footer .col-md-12 p i.fa-angle-right {
    color: #ccc;
    font-size: 22px;
    vertical-align: text-top;
  }
  .home-footer .col-md-12 {
    border-top: 1px solid #cecece;
  }
  div.page-title {
    position: relative;
    padding: 50px 0;
    background-color: #f1f1f2;
    z-index: 0;
  }
  div.page-title .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.page-title .col-md-12 h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
  div.page-title .col-md-12 p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 100;
    line-height: 1.2;
  }
  div.content {
    padding: 50px 0 80px;
    background-color: #FFF;
  }
  div.content .col-md-12 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  div.content .col-md-12 img {
    height: auto;
    width: 100%;
  }
  div.content .col-md-12 img.img-padding {
    padding: 30px 0 10px;
  }
  div.content .col-md-4 {
    padding-left: 0;
  }
  div.content .col-md-8 {
    padding-right: 0;
    text-align: right;
  }
  div.content .col-md-8 img {
    height: 180px;
  }
  div.content-list {
    padding: 50px 0 80px;
  }
  div.content-list .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div.content-list .col-md-12 h2 {
    margin-bottom: 30px;
  }
  div.content-list .col-md-8 {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  div.content-list .col-md-8 img {
    height: auto;
    width: 100%;
  }
  div.content-list .col-md-4 {
    padding-left: 15px;
    padding-right: 0;
  }
}
/* Desktop Narrow/Tablet Landscape End
***************************************/
/* Desktop Wide 
****************/
@media screen and (min-width: 75em) {
  .landing h1 {
    margin-top: 305px;
  }
  div.subnav div.subnav-wrapper {
    width: 1200px;
  }
  .container {
    width: 980px;
  }
  div.hero {
    margin-top: -60px;
    height: 637px;
    background-position: center 0;
  }
  div.content .col-md-8 img {
    height: 190px;
  }
}
/* Desktop Wide End 
********************/
