/*--Change Defaults--*/

body {
  margin-top: 72px;
}

a {
  color: #e21e26;
}

a:focus, a:hover {
  color: #EA6166;
}

:target { /* clear the fixed header for jump links */
  border-top: 72px solid transparent;
  margin-top: -72px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.h2, h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0;
}

.container{
  padding: 36px 15px;
}

.btn-primary{
  background:#e21e26;
  border:none;
}

.btn-primary:hover{
  background-color:#e7474e;
}

.btn-product{
  border:none;
  background:#555;
  color:#FFF;
  text-shadow:none;
  border-radius:0 0 3px 3px;
}

.btn-product:hover,.btn-product:active:hover,.btn-product:focus{
  background-color:#333;
  color:#FFF;
}

.btn-demo{
  background:#FFF;
  border:none;
  color:#e21e26;
  text-transform:uppercase;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-weight:bold;
  letter-spacing: .04em;
  padding: 18px 24px;
}

.btn-demo:hover{
  background:#f2f2f2;
  color:#e21e26;
}

.btn-submit{
  background:#e21e26;
  border:none;
  color:#FFFFFF;
  text-transform:uppercase;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-weight:bold;
  font-size: 18px;
  letter-spacing: .04em;
  padding: 18px 24px;
}

.btn-submit:hover{
  background:#e7474e;
  color:#FFFFFF;
}

.form-control:focus{
}

.form-control:focus{
  box-shadow:none;
  border-color:#000;
}

.form-control{
  border-width:2px;
}

/*--NavBar--*/

.navbar{
  margin-bottom:0;
}

.navbar-brand {
  height: 72px;
  padding: 16px;
}

.navbar-brand img {
  width: 150px;
}

.navbar-toggle {
  margin: 19px 15px 19px 0;
}


.navbar-default .navbar-nav>li>a {
  color: #727272;
	text-transform: uppercase;
}

.nav>li>a.navbar-btn {
  display: inline-block;
  margin: 10px 15px;
  padding: 8px 15px;
  box-shadow: none;
  border: 2px solid #e21e26;
  color: #e21e26;
  background: #FFF;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.nav>li>a.navbar-btn:hover {
	background: #efefef;
	color: #e21e26;
}

/*--Components--*/

.headline {
	color: #FFF;
  font-size: 36px;
	font-weight: 500;
	letter-spacing: 2px;
  line-height: 1.2;
	margin: 0 0 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
}

.sub-headline {
  color: #FFF;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 8px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

#r3-diagram {
  margin-top: 32px;
}

.goal-card {
  position:relative;
  margin:88px 0;
  padding:56px 24px 16px;
  border-width:2px;
  border-style:solid;
  border-color:#e21e26;
  border-radius:4px;
}

.goal-card:last-child {
  margin-bottom: 0;
}

.goal-card-img-wrapper{
  position:absolute;
  top:-70px;
  width:calc(100% - 48px);
}

.goal-card-img{
  display:block;
  background-color:#e21e26;
  margin:0 auto;
  border-radius:50%;
  border:10px solid #FFF;
}

.goal-card p {
	line-height: 1.66;
	font-size: 1.07em;
}

.call-to-action {
  background-color: #e21e26;
  color: #FFF;
  font-weight: lighter;
  line-height: 60px;
  text-align: center;
}

.call-to-action p {
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.product-card{
  background-color:#FFF;
  padding-top:32px;
  margin: 15px 0;
  border-radius:3px;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.product-card-img{
  margin:0 auto;
  display:block;
}

.product-content {
	padding-left:24px;
	padding-right:24px;
}

.btn-product .glyphicon {
  font-size:.75em;
}

.hero{
  background-image:url('/marketing/img/Bowhunting-hero.jpg');
  background-size:auto 100%;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#e21e26;
}

.products-section{
  background-image:url('/marketing/img/products-bg.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#efefef;
}

.sm-vertical-center-wrapper {
  text-align: center;
  font-weight: 100;
}

.sm-vertical-center-inner a {
  margin-top: 1em;
  margin-bottom: 1em;
}

#states {
  background-color: #ddd;
}

.contact-text {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}

.contact-text .h4 {
  margin-top: 32px;
}


/*--Footer--*/

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -300px;
  margin-top: -100px;
}

.push {
  height: 100px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 300px;
}

body > footer {
  background-color: #333;
  color: #aaa;
}

footer a, footer a:focus, footer a:visited, footer a:hover {
  color:#FFF;
  text-decoration: underline;
}

footer address {
  padding-left: 28px;
}

footer .legal {
  padding-bottom: 32px;
}

.inset-shadow{
  box-shadow:inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/*--States List--*/

.list-states {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 482px;
}

.list-states li {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  margin-top: 5px;
  padding: 5px 0 5px 40px;
  text-align: left;
  width: 160px;
}

.list-states .ak { background-image: url('../img/states/state-ak.svg'); }
.list-states .az { background-image: url('../img/states/state-az.svg'); }
.list-states .ca { background-image: url('../img/states/state-ca.svg'); }
.list-states .co { background-image: url('../img/states/state-co.svg'); }
.list-states .fl { background-image: url('../img/states/state-fl.svg'); }
.list-states .id { background-image: url('../img/states/state-id.svg'); }
.list-states .in { background-image: url('../img/states/state-in.svg'); }
.list-states .ia { background-image: url('../img/states/state-ia.svg'); }
.list-states .ky { background-image: url('../img/states/state-ky.svg'); }
.list-states .la { background-image: url('../img/states/state-la.svg'); }
.list-states .md { background-image: url('../img/states/state-md.svg'); }
.list-states .mo { background-image: url('../img/states/state-mo.svg'); }
.list-states .mt { background-image: url('../img/states/state-mt.svg'); }
.list-states .ne { background-image: url('../img/states/state-ne.svg'); }
.list-states .nh { background-image: url('../img/states/state-nh.svg'); }
.list-states .nj { background-image: url('../img/states/state-nj.svg'); }
.list-states .ny { background-image: url('../img/states/state-ny.svg'); }
.list-states .nc { background-image: url('../img/states/state-nc.svg'); }
.list-states .pa { background-image: url('../img/states/state-pa.svg'); }
.list-states .sc { background-image: url('../img/states/state-sc.svg'); }
.list-states .tn { background-image: url('../img/states/state-tn.svg'); }
.list-states .tx { background-image: url('../img/states/state-tx.svg'); }
.list-states .vt { background-image: url('../img/states/state-vt.svg'); }
.list-states .va { background-image: url('../img/states/state-va.svg'); }
.list-states .wa { background-image: url('../img/states/state-wa.svg'); }

/*--Media Queries--*/

@media (min-width:520px) {
  .list-states {
    height: 333px;
  }

  .list-states li {
    width: 160px;
  }
}

@media (min-width:768px) {
  body {
    margin-top: 100px;
  }

  :target { /* clear the fixed header for jump links */
    border-top-width: 100px;
    margin-top: -100px;
  }

  .navbar-brand {
    height: 100px;
    padding: 20px 15px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-toggle {
    margin: 33px 15px 33px 0;
  }

  .nav > li > a{
    padding:40px 6px;
  }

  .nav>li>a.navbar-btn{
    margin: 30px 15px 30px 6px;
    padding: 8px 15px;
  }

  .container{
    padding: 60px 15px;
  }

  .list-states {
    flex-direction: row;
    justify-content: center;
    height: inherit;
  }

  .list-states li {
    background-position: top center;
    background-size: 66%;
    font-size: 16px;
    margin-top: 40px;
    padding: 94px 0 0 0;
    text-align: center;
    width: 144px;
  }

  footer .legal {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .nav > li > a{
      letter-spacing: 0.05em;
      padding:40px 12px;
  }

  .sm-vertical-center-wrapper {
    display:table;
    width:100%;
    min-height:380px;
  }

  .sm-text-left {
    text-align: left;
  }

  .sm-vertical-center-inner {
    display:table-cell;
    vertical-align:middle;
  }

  .sm-vertical-center-inner a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sub-headline {
    margin-bottom: 42px;
  }

	.short-field {
		max-width: 60%;
	}

  .call-to-action p {
	  font-size: 36px;
	}

	.goal-card {
		margin-bottom: 0;
    min-height: 382px;
	}

  .list-states li {
    background-size: 50%;
    font-size: 18px;
    padding-top: 92px;
    width: 188px;
  }
}

@media (min-width:1200px) {
	.headline {
		font-size: 48px;
	}

  .sub-headline {
    font-size: 28px;
  }

	.call-to-action p {
	  font-size: 45px;
	}

  .list-states li {
    padding-top: 112px;
    width: 228px;
  }
}

/*--Helper Classes--*/

.m0{margin-top:0;margin-bottom:0;} /* count:1 */
.py0{padding-top:0;padding-bottom:0;}  /* count:1 */
.py4{padding-top:32px;padding-bottom:32px;}/* count:1 */

.carousel .item img {
  min-height: 125px;
  outline: 1px solid red;
  background: pink;
}
