html {
  height: 100%;
}

body {
  padding: 0;
  height: 100%;
}

a {
  color: #008455;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

a:hover, a:focus, a:active {
  color: #333;
  text-decoration: none;
}

h1 span {
	display: block;
	font-size: 24px;
	margin: 5px 0 20px;
}

.page-header p.btns, .page-header > .btn {
	float: right;
	margin-top: -46px;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
  background: url(../img/gradient-bg.jpg) left top no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
}

.navbar-header img {
	margin-bottom: 20px;
}

.navbar-nav > li > a {
	padding: 10px 10px 8px;
	font-size: 16px;
	color: #333;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #008351;
}

.products .row+.row {
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 30px;
	}


.products .col-xs-12, .products .col-md-12 {
	margin-bottom: 30px;
	}

.products .col-md-3 {
	height: 160px;
	margin-bottom: 30px;
	overflow: hidden;
	}

.products h3 {
	font-weight: 600;
	}

.products h4 {
  margin-top: 0;
}

.products h4 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-style: italic;
  margin-top: 5px;
}

.footer {
  padding-top: 50px;
}

.footer p {
  font-size: 12px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

span.sent {
    font-weight: bold;
    font-size: 1.2em;
    color: #008455;
}


@media (min-width: 1200px) {

.container {
	width: 970px;
}

}


@media (min-width: 1020px) {

.wrapper {
	width: 1020px;
}

}


@media (min-width: 768px) {

.navbar {
  margin-bottom: 5px;
}

.navbar-header {
  float: none;
}

.navbar-nav {
  float: none;
  display: inline-block;
}

.navbar-nav > li {
    padding: 0 10px;
}

.navbar-nav > li+li {
    border-left: 1px solid rgba(0,0,0,.1);
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

.dropdown-menu {
    top: 100%;
	border: none;
	border-radius: 0;
}

.body.product .col-md-7 .table {
	max-width: 75%;
    float: left;
}

.body.product .col-md-7 p {
	clear: both;
}

.body.product .col-md-7 img {
	width: 23%;
    float: right;
	margin-bottom: 20px;
}

.partners .col-md-10 {
  padding-left: 50px;
}

}


@media (max-width: 991px) {

#FSCForm1, #FSCForm2, #FSCForm3 {
	margin-top: 30px;
}

#FSCForm1 fieldset, #FSCForm2 fieldset, #FSCForm3 fieldset {
	padding-left: 0 !important;
}

}


@media (max-width: 767px) {

h1 {
	font-size: 26px;
}

h1 span {
	font-size: 20px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

.wrapper {
	background-position: center top;
}

.navbar-toggle {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.navbar-toggle .pull-left {
	margin-top: -3px;
}

.navbar-toggle .icon-bar {
	background-color: black;
	margin: 0 auto;
    width: 27px;
    height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

ul.dropdown-menu {
	position: relative;
    display: block;
    float: none;
    text-align: center;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.body.product .col-md-7 img {
    max-height: 150px;
	margin: 0 20px 20px 0;
}

.page-header p, .page-header .btn {
	float: none;
	margin: 0 0 10px;
}

}



.modal-title {
	font-size: 20px;
}

.modal-header .close {
    margin-top: -25px;
}

.modal-body legend {
	display: none;
}

.btn-primary {
	background-color: #008455;
	border-color: #008455;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #00734a;
	border-color: #00734a;
	outline: none;
}

.btn-covid {
	float: none !important;
	margin-top: 0 !important;
	color: #000;
	background-color: #fff;
	border-color: #666;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.btn-covid:hover, .btn-covid:focus, .btn-covid:active {
	color: #008455;
}

.recommendations h4 {
	text-transform: uppercase;
	color: #67A658;
	line-height: 1.2;
}

.recommendations ul {
	padding-left: 15px;
	white-space: nowrap;
}

.product-list, .product-list:hover, .product-list:active, .product-list:focus {
	font-size: 12px;
	padding: 4px 8px;
	background-color: #67A658;
	color: #fff;
	margin: 5px 0 15px;
	display: inline-block;
	text-decoration: underline;
}

figcaption {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* new forms */

.checkbox-group label {
	margin-left: 5px;
}

.select-control {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

/* moving announcement */

.moving {
	padding-bottom: 20px;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
}

.moving img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 460px;
}

.moving h1, .moving h2 {
	margin-top: 10px;
}

.moving p.lead{
	margin-bottom: 10px;
}

.moving p {
	margin-bottom: 0;
}

@media (max-width: 767px) {

.moving img {
    max-width: 300px;
    margin: 0 0 15px;
}

}


/* notice */

.notice {
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.notice img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.notice a img {
	width: 260px;
	margin-bottom: 10px;
}

.notice h2 {
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.2;
}

.notice p.lead{
	margin-bottom: 10px;
	line-height: 1.2;
}

.notice p.lead strong {
	font-weight: 500;
}

.notice p {
	margin-bottom: 0;
}

.address-change {
	width: 250px;
	max-width: 100%;
	padding-top: 20px;
	margin: 5px auto 0;
	border-top: 1px solid #67A658;
}

@media (min-width: 767px) {

.notice p.lead {
	font-size: 18px;
	}

.notice hr {
	border-color: #eee;
	max-width: 280px;
	}

}

@media (max-width: 767px) {

.notice {
  margin-top: 20px;
  margin-bottom: 20px;
	}

.notice h2 {
	margin-top: 30px;
	}

}



