@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
html {
  font-size: 18px; }

body {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #828282; }

h1, .text-h1,
h2, .text-h2,
h3, .text-h3,
h4, .text-h4,
h5, .text-h5,
h6, .text-h6 {
  margin-top: 0;
  margin-bottom: 1em; }
  h1 + p, .text-h1 + p,
  h2 + p, .text-h2 + p,
  h3 + p, .text-h3 + p,
  h4 + p, .text-h4 + p,
  h5 + p, .text-h5 + p,
  h6 + p, .text-h6 + p {
    margin-top: 0; }

h1, .text-h1 {
  font-size: 2.667em;
  line-height: 1.2;
  font-weight: 300;
  color: #343433; }

h2, .text-h2 {
  font-size: 1.778em;
  line-height: 1.25;
  font-weight: 300;
  color: #343433; }

h3, .text-h3 {
  font-size: 1.333em;
  line-height: 1.3;
  font-weight: 300;
  color: #2F443B; }

h4, .text-h4 {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 700;
  color: #343433; }

h5, .text-h5 {
  font-size: 0.833em;
  line-height: 1.5;
  font-weight: 700;
  color: #343433; }

h6, .text-h6 {
  font-size: 0.667em;
  line-height: 1.6;
  font-weight: 700;
  color: #828282;
  text-transform: uppercase; }

.text-xlarge {
  font-size: 2.667em; }

.text-large {
  font-size: 1.778em; }

.text-med {
  font-size: 1.333em; }

.text-reg {
  font-size: 1em; }

.text-sm {
  font-size: 0.833em; }

.text-xsm {
  font-size: 0.667em; }

.text-ksm {
  font-size: 0.733em; }

.text-red {
  color: #f00;
  font-weight: 700; }

p {
  line-height: 1.6; }

a {
  color: #58BA57;
  text-decoration: none;
  font-weight: 400; }

a:hover {
  color: #429d41; }

blockquote {
  background-color: #F0F7F0;
  border-left: solid #58BA57 4px;
  margin: 2em 0;
  padding: 2em; }
  blockquote p,
  blockquote .author {
    color: #2F443B;
    font-size: 1.333em;
    line-height: 1.3; }
  blockquote.blockquote-lg {
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: transparent;
    text-align: left; }
    blockquote.blockquote-lg p {
      font-size: 2.667em;
      font-weight: 400; }
    blockquote.blockquote-lg p, blockquote.blockquote-lg footer, blockquote.blockquote-lg a {
      color: #FFFFFF; }
    blockquote.blockquote-lg footer {
      font-size: 1.333em; }
    blockquote.blockquote-lg.blockquote-alt p, blockquote.blockquote-lg.blockquote-alt footer, blockquote.blockquote-lg.blockquote-alt a {
      color: #2F443B; }

.btn,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 1em 1.5em;
  text-align: center;
  background-image: none;
  text-shadow: none;
  font-size: 12px;
  border: 1px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: none; }
  .btn.btn-double,
  .button.btn-double,
  button.btn-double,
  input[type="submit"].btn-double,
  input[type="reset"].btn-double,
  input[type="button"].btn-double {
    border: solid #fff 2px !important;
    font-size: 1em;
    line-height: 1.1em;
    padding: 1em 1.4em; }
    .btn.btn-double .sub,
    .button.btn-double .sub,
    button.btn-double .sub,
    input[type="submit"].btn-double .sub,
    input[type="reset"].btn-double .sub,
    input[type="button"].btn-double .sub {
      font-size: 0.667em;
      text-transform: none; }
  .btn.btn-fw,
  .button.btn-fw,
  button.btn-fw,
  input[type="submit"].btn-fw,
  input[type="reset"].btn-fw,
  input[type="button"].btn-fw {
    width: 180px; }

.btn.btn-primary {
  background-color: #58BA57;
  border-color: transparent;
  color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #71c470;
    text-decoration: none; }

.btn.btn-alt.btn-primary {
  background-color: transparent;
  border: 1px solid;
  border-color: #58BA57;
  color: #58BA57; }
  .btn.btn-alt.btn-primary:hover, .btn.btn-alt.btn-primary:focus {
    background-color: #58BA57;
    color: #fff;
    text-decoration: none; }

.btn.btn-success {
  background-color: #58BA57;
  border-color: transparent;
  color: #fff; }
  .btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #71c470;
    text-decoration: none; }

.btn.btn-alt.btn-success {
  background-color: transparent;
  border: 1px solid;
  border-color: #58BA57;
  color: #58BA57; }
  .btn.btn-alt.btn-success:hover, .btn.btn-alt.btn-success:focus {
    background-color: #58BA57;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-green {
  background-color: #58BA57;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-green:hover, .btn.btn-jd-green:focus {
    background-color: #71c470;
    text-decoration: none; }

.btn.btn-alt.btn-jd-green {
  background-color: transparent;
  border: 1px solid;
  border-color: #58BA57;
  color: #58BA57; }
  .btn.btn-alt.btn-jd-green:hover, .btn.btn-alt.btn-jd-green:focus {
    background-color: #58BA57;
    color: #fff;
    text-decoration: none; }

.btn.btn-secondary {
  background-color: #2F443B;
  border-color: transparent;
  color: #fff; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: #3e594d;
    text-decoration: none; }

.btn.btn-alt.btn-secondary {
  background-color: transparent;
  border: 1px solid;
  border-color: #2F443B;
  color: #2F443B; }
  .btn.btn-alt.btn-secondary:hover, .btn.btn-alt.btn-secondary:focus {
    background-color: #2F443B;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-green-dark {
  background-color: #2F443B;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-green-dark:hover, .btn.btn-jd-green-dark:focus {
    background-color: #3e594d;
    text-decoration: none; }

.btn.btn-alt.btn-jd-green-dark {
  background-color: transparent;
  border: 1px solid;
  border-color: #2F443B;
  color: #2F443B; }
  .btn.btn-alt.btn-jd-green-dark:hover, .btn.btn-alt.btn-jd-green-dark:focus {
    background-color: #2F443B;
    color: #fff;
    text-decoration: none; }

.btn.btn-tertiary {
  background-color: #627C85;
  border-color: transparent;
  color: #fff; }
  .btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
    background-color: #738e98;
    text-decoration: none; }

.btn.btn-alt.btn-tertiary {
  background-color: transparent;
  border: 1px solid;
  border-color: #627C85;
  color: #627C85; }
  .btn.btn-alt.btn-tertiary:hover, .btn.btn-alt.btn-tertiary:focus {
    background-color: #627C85;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-blue {
  background-color: #627C85;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-blue:hover, .btn.btn-jd-blue:focus {
    background-color: #738e98;
    text-decoration: none; }

.btn.btn-alt.btn-jd-blue {
  background-color: transparent;
  border: 1px solid;
  border-color: #627C85;
  color: #627C85; }
  .btn.btn-alt.btn-jd-blue:hover, .btn.btn-alt.btn-jd-blue:focus {
    background-color: #627C85;
    color: #fff;
    text-decoration: none; }

.btn.btn-alternate {
  background-color: #E28A29;
  border-color: transparent;
  color: #fff; }
  .btn.btn-alternate:hover, .btn.btn-alternate:focus {
    background-color: #e69b48;
    text-decoration: none; }

.btn.btn-alt.btn-alternate {
  background-color: transparent;
  border: 1px solid;
  border-color: #E28A29;
  color: #E28A29; }
  .btn.btn-alt.btn-alternate:hover, .btn.btn-alt.btn-alternate:focus {
    background-color: #E28A29;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-orange {
  background-color: #E28A29;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-orange:hover, .btn.btn-jd-orange:focus {
    background-color: #e69b48;
    text-decoration: none; }

.btn.btn-alt.btn-jd-orange {
  background-color: transparent;
  border: 1px solid;
  border-color: #E28A29;
  color: #E28A29; }
  .btn.btn-alt.btn-jd-orange:hover, .btn.btn-alt.btn-jd-orange:focus {
    background-color: #E28A29;
    color: #fff;
    text-decoration: none; }

.btn.btn-warning {
  background-color: #FECE04;
  border-color: transparent;
  color: #fff; }
  .btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #fed528;
    text-decoration: none; }

.btn.btn-alt.btn-warning {
  background-color: transparent;
  border: 1px solid;
  border-color: #FECE04;
  color: #FECE04; }
  .btn.btn-alt.btn-warning:hover, .btn.btn-alt.btn-warning:focus {
    background-color: #FECE04;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-yellow {
  background-color: #FECE04;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-yellow:hover, .btn.btn-jd-yellow:focus {
    background-color: #fed528;
    text-decoration: none; }

.btn.btn-alt.btn-jd-yellow {
  background-color: transparent;
  border: 1px solid;
  border-color: #FECE04;
  color: #FECE04; }
  .btn.btn-alt.btn-jd-yellow:hover, .btn.btn-alt.btn-jd-yellow:focus {
    background-color: #FECE04;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-green-light {
  background-color: #F0F7F0;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-green-light:hover, .btn.btn-jd-green-light:focus {
    background-color: white;
    text-decoration: none; }

.btn.btn-alt.btn-jd-green-light {
  background-color: transparent;
  border: 1px solid;
  border-color: #F0F7F0;
  color: #F0F7F0; }
  .btn.btn-alt.btn-jd-green-light:hover, .btn.btn-alt.btn-jd-green-light:focus {
    background-color: #F0F7F0;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-black {
  background-color: #343433;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-black:hover, .btn.btn-jd-black:focus {
    background-color: #464645;
    text-decoration: none; }

.btn.btn-alt.btn-jd-black {
  background-color: transparent;
  border: 1px solid;
  border-color: #343433;
  color: #343433; }
  .btn.btn-alt.btn-jd-black:hover, .btn.btn-alt.btn-jd-black:focus {
    background-color: #343433;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-gray {
  background-color: #F4F4F4;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-gray:hover, .btn.btn-jd-gray:focus {
    background-color: white;
    text-decoration: none; }

.btn.btn-alt.btn-jd-gray {
  background-color: transparent;
  border: 1px solid;
  border-color: #F4F4F4;
  color: #F4F4F4; }
  .btn.btn-alt.btn-jd-gray:hover, .btn.btn-alt.btn-jd-gray:focus {
    background-color: #F4F4F4;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-gray-mid {
  background-color: #828282;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-gray-mid:hover, .btn.btn-jd-gray-mid:focus {
    background-color: #949494;
    text-decoration: none; }

.btn.btn-alt.btn-jd-gray-mid {
  background-color: transparent;
  border: 1px solid;
  border-color: #828282;
  color: #828282; }
  .btn.btn-alt.btn-jd-gray-mid:hover, .btn.btn-alt.btn-jd-gray-mid:focus {
    background-color: #828282;
    color: #fff;
    text-decoration: none; }

.btn.btn-border {
  background-color: #DCDCDC;
  border-color: transparent;
  color: #fff; }
  .btn.btn-border:hover, .btn.btn-border:focus {
    background-color: #eeeeee;
    text-decoration: none; }

.btn.btn-alt.btn-border {
  background-color: transparent;
  border: 1px solid;
  border-color: #DCDCDC;
  color: #DCDCDC; }
  .btn.btn-alt.btn-border:hover, .btn.btn-alt.btn-border:focus {
    background-color: #DCDCDC;
    color: #fff;
    text-decoration: none; }

.btn.btn-jd-white {
  background-color: #FFFFFF;
  border-color: transparent;
  color: #fff; }
  .btn.btn-jd-white:hover, .btn.btn-jd-white:focus {
    background-color: white;
    text-decoration: none; }

.btn.btn-alt.btn-jd-white {
  background-color: transparent;
  border: 1px solid;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn.btn-alt.btn-jd-white:hover, .btn.btn-alt.btn-jd-white:focus {
    background-color: #FFFFFF;
    color: #fff;
    text-decoration: none; }

.navbar-global {
  color: #828282;
  background-color: #F4F4F4;
  font-size: .8em;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  min-height: 70px;
  margin: 0px; }
  .navbar-global .navbar-brand {
    min-height: 70px; }
    .navbar-global .navbar-brand img {
      height: 40px;
      width: auto;
      padding: 0px 0px; }
  .navbar-global .navbar-toggle {
    background-color: #F4F4F4; }
    .navbar-global .navbar-toggle .icon-bar {
      background-color: #828282; }
  .navbar-global ul.navbar-nav {
    margin-top: 12px; }
  .navbar-global .dropdown-menu > li > a {
    color: #343433; }
    .navbar-global .dropdown-menu > li > a:hover, .navbar-global .dropdown-menu > li > a:focus {
      background-color: #eaeaea; }
  .navbar-global a {
    color: #828282; }
    .navbar-global a.btn {
      margin-left: 1em;
      padding: 1em 2em; }
    .navbar-global a:not(.btn) {
      padding-left: .6em;
      padding-right: .6em; }
      .navbar-global a:not(.btn):hover, .navbar-global a:not(.btn):focus {
        background: none;
        background-color: #eaeaea; }
    .navbar-global a.btn.btn-jd-gray:hover {
      background-color: #DCDCDC; }

.nav-top {
  background-color: #2F443B; }
  .nav-top ul, .nav-top li {
    margin: 0;
    padding: 0; }
  .nav-top li > a {
    font-size: 0.667em;
    color: #B1B1B1;
    display: inline-block;
    padding: .8em .5em; }

.hero {
  padding: 0em;
  margin: 2em 0em;
  border-radius: 6px;
  text-align: center; }
  .hero h1,
  .hero h2,
  .hero p {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 300; }
  .hero h1,
  .hero h2,
  .hero .text-h1,
  .hero .text-h2 {
    text-transform: uppercase; }
  .hero h1, .hero .text-h1 {
    font-size: 2.6em;
    font-weight: 700; }
  .hero h2, .hero .text-h2 {
    font-size: 1.5em;
    font-weight: 300; }
  .hero.hero-short {
    margin: 1em 0em; }
  .hero.hero-alt h1,
  .hero.hero-alt h2,
  .hero.hero-alt p {
    color: #2F443B; }

.dsi h3,
.dsi p,
.dsi a {
  padding: 0em 1em 0em 1em; }
.dsi h3 {
  text-align: center; }
.dsi i {
  margin-bottom: .2em; }
.dsi p, .dsi a {
  font-size: .9em; }
.dsi hr {
  border-color: #2F443B; }
.dsi.dsi-horizontal.row {
  margin-bottom: 1.778em; }
.dsi.dsi-horizontal.dsi-left p,
.dsi.dsi-horizontal.dsi-left a {
  padding: 0px;
  text-align: left; }
.dsi.dsi-horizontal.dsi-left h3 {
  padding: 0px;
  text-align: right; }
.dsi.dsi-horizontal.dsi-left h5 {
  margin: 1.778em 0em 1.778em 0em; }

.panel.panel-default {
  border: 1px solid #F4F4F4; }
  .panel.panel-default .panel-heading,
  .panel.panel-default .panel-body,
  .panel.panel-default .panel-footer {
    padding: 20px 50px; }
  .panel.panel-default .list-group > li {
    padding: 10px 50px;
    padding-left: 75px;
    border-top: 1px solid #F4F4F4;
    border-bottom: none; }
    .panel.panel-default .list-group > li:before {
      content: '\25cf';
      margin-left: -20px;
      padding-right: 15px; }
  .panel.panel-default .panel-heading {
    background-image: none;
    background-color: #F4F4F4;
    position: relative;
    border-bottom: 1px solid #F4F4F4; }
    .panel.panel-default .panel-heading h1, .panel.panel-default .panel-heading h2, .panel.panel-default .panel-heading h3, .panel.panel-default .panel-heading h4, .panel.panel-default .panel-heading h5, .panel.panel-default .panel-heading h6,
    .panel.panel-default .panel-heading .text-h1,
    .panel.panel-default .panel-heading .text-h2,
    .panel.panel-default .panel-heading .text-h3,
    .panel.panel-default .panel-heading .text-h4,
    .panel.panel-default .panel-heading .text-h5,
    .panel.panel-default .panel-heading .text-h6,
    .panel.panel-default .panel-heading p {
      margin-bottom: 0; }
    .panel.panel-default .panel-heading.panel-heading-padded {
      padding-top: 45px; }
    .panel.panel-default .panel-heading.panel-heading-unstyled {
      background-color: unset;
      border-bottom: none; }
    .panel.panel-default .panel-heading sup {
      top: -1.15em;
      font-size: .4em; }
  .panel.panel-default .panel-footer {
    background-color: unset;
    border-top: 1px solid #F4F4F4; }
    .panel.panel-default .panel-footer p {
      margin: 0; }
    .panel.panel-default .panel-footer .btn {
      width: 100%; }
  .panel.panel-default img.icon-circle-heading {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #F4F4F4;
    width: 100px;
    height: 100px;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    z-index: 2; }

form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea,
form select {
  width: 100%;
  height: 55px;
  padding: 6px 20px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #F4F4F4;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 1.5em; }
form textarea {
  height: 8em; }
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
  outline: 0;
  border-color: #58BA57; }
form label {
  margin-top: 10px;
  font-weight: inherit; }
form input[type="submit"],
form .btn {
  margin: 20px 0; }

.footer {
  padding: 4em 0em 4em 0em;
  background-color: #2F443B;
  font-size: 0.667em; }
  .footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .footer ul li {
      margin-bottom: .4em; }
  .footer a {
    color: #b1b1b1;
    font-weight: 300; }
    .footer a:hover, .footer a:focus {
      text-decoration: none;
      color: #F4F4F4; }
    .footer a.heading {
      cursor: default;
      display: inline-block;
      margin-bottom: 0.4em;
      color: #F4F4F4;
      text-transform: uppercase;
      font-size: 1.2em; }
  .footer hr {
    margin: 2em 0em 2em 0em;
    border-width: 0;
    border-top: solid #b1b1b1 1px; }
  .footer .list-inline li {
    margin-right: .4em; }
  .footer .copy {
    margin-top: 2em; }

body {
  margin-top: 108px; }

svg a:hover {
  text-decoration: none; }

.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.raised {
  position: relative;
  z-index: 90; }

/* Need to experiment more ...

.row.match-panel-height {
	overflow: hidden;

	.panel {
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
}
*/
.spacer {
  height: 4em; }

.spacer-sm {
  height: 2em; }

.spacer-xsm {
  height: 1em; }

section {
  padding-top: 4em;
  padding-bottom: 4em; }
  section.section-chop-top {
    padding-top: 0em; }
  section.section-chop-bottom {
    padding-bottom: 0em; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #828282; }
  hr.hr-jd-gray {
    border-top: 1px solid #e2e2e2; }
  hr.hr-jd-green {
    border-top: 1px solid #58BA57; }
  hr.hr-jd-green-dark {
    border-top: 1px solid #2F443B; }
  hr.hr-jd-green-light {
    border-top: 1px solid #F0F7F0; }
  hr.hr-jd-green-mid {
    border-top: 1px solid #d9ebd9; }
  hr.hr-no-margins {
    margin: 0em; }

.has-bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

/* Bg color overlays ...

*/
.has-bg-img.bg-color-overlay-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 186, 87, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-primary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-success::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 186, 87, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-success .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-green::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 186, 87, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-green .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 68, 59, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-secondary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-green-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 68, 59, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-green-dark .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-tertiary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 124, 133, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-tertiary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 124, 133, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-blue .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alternate::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 138, 41, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alternate .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-orange::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 138, 41, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-orange .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-warning::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 206, 4, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-warning .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-yellow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 206, 4, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-yellow .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-green-light::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 247, 240, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-green-light .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 51, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-gray::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-gray .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-gray-mid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 130, 130, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-gray-mid .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 220, 220, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-border .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-jd-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 1; }
.has-bg-img.bg-color-overlay-jd-white .container {
  position: relative;
  z-index: 2; }

/* Borders ...

*/
.border-primary {
  border: 2px solid #58BA57 !important;
  padding-top: 20px; }

.border-success {
  border: 2px solid #58BA57 !important;
  padding-top: 20px; }

.border-jd-green {
  border: 2px solid #58BA57 !important;
  padding-top: 20px; }

.border-secondary {
  border: 2px solid #2F443B !important;
  padding-top: 20px; }

.border-jd-green-dark {
  border: 2px solid #2F443B !important;
  padding-top: 20px; }

.border-tertiary {
  border: 2px solid #627C85 !important;
  padding-top: 20px; }

.border-jd-blue {
  border: 2px solid #627C85 !important;
  padding-top: 20px; }

.border-alternate {
  border: 2px solid #E28A29 !important;
  padding-top: 20px; }

.border-jd-orange {
  border: 2px solid #E28A29 !important;
  padding-top: 20px; }

.border-warning {
  border: 2px solid #FECE04 !important;
  padding-top: 20px; }

.border-jd-yellow {
  border: 2px solid #FECE04 !important;
  padding-top: 20px; }

.border-jd-green-light {
  border: 2px solid #F0F7F0 !important;
  padding-top: 20px; }

.border-jd-black {
  border: 2px solid #343433 !important;
  padding-top: 20px; }

.border-jd-gray {
  border: 2px solid #F4F4F4 !important;
  padding-top: 20px; }

.border-jd-gray-mid {
  border: 2px solid #828282 !important;
  padding-top: 20px; }

.border-border {
  border: 2px solid #DCDCDC !important;
  padding-top: 20px; }

.border-jd-white {
  border: 2px solid #FFFFFF !important;
  padding-top: 20px; }

/* Color trumps ...

*/
.text-primary {
  color: #58BA57 !important; }

.text-success {
  color: #58BA57 !important; }

.text-jd-green {
  color: #58BA57 !important; }

.text-secondary {
  color: #2F443B !important; }

.text-jd-green-dark {
  color: #2F443B !important; }

.text-tertiary {
  color: #627C85 !important; }

.text-jd-blue {
  color: #627C85 !important; }

.text-alternate {
  color: #E28A29 !important; }

.text-jd-orange {
  color: #E28A29 !important; }

.text-warning {
  color: #FECE04 !important; }

.text-jd-yellow {
  color: #FECE04 !important; }

.text-jd-green-light {
  color: #F0F7F0 !important; }

.text-jd-black {
  color: #343433 !important; }

.text-jd-gray {
  color: #F4F4F4 !important; }

.text-jd-gray-mid {
  color: #828282 !important; }

.text-border {
  color: #DCDCDC !important; }

.text-jd-white {
  color: #FFFFFF !important; }

.bg-primary {
  background-color: #58BA57 !important; }

.bg-success {
  background-color: #58BA57 !important; }

.bg-jd-green {
  background-color: #58BA57 !important; }

.bg-secondary {
  background-color: #2F443B !important; }

.bg-jd-green-dark {
  background-color: #2F443B !important; }

.bg-tertiary {
  background-color: #627C85 !important; }

.bg-jd-blue {
  background-color: #627C85 !important; }

.bg-alternate {
  background-color: #E28A29 !important; }

.bg-jd-orange {
  background-color: #E28A29 !important; }

.bg-warning {
  background-color: #FECE04 !important; }

.bg-jd-yellow {
  background-color: #FECE04 !important; }

.bg-jd-green-light {
  background-color: #F0F7F0 !important; }

.bg-jd-black {
  background-color: #343433 !important; }

.bg-jd-gray {
  background-color: #F4F4F4 !important; }

.bg-jd-gray-mid {
  background-color: #828282 !important; }

.bg-border {
  background-color: #DCDCDC !important; }

.bg-jd-white {
  background-color: #FFFFFF !important; }

.fill-primary {
  fill: #58BA57 !important; }

.fill-success {
  fill: #58BA57 !important; }

.fill-jd-green {
  fill: #58BA57 !important; }

.fill-secondary {
  fill: #2F443B !important; }

.fill-jd-green-dark {
  fill: #2F443B !important; }

.fill-tertiary {
  fill: #627C85 !important; }

.fill-jd-blue {
  fill: #627C85 !important; }

.fill-alternate {
  fill: #E28A29 !important; }

.fill-jd-orange {
  fill: #E28A29 !important; }

.fill-warning {
  fill: #FECE04 !important; }

.fill-jd-yellow {
  fill: #FECE04 !important; }

.fill-jd-green-light {
  fill: #F0F7F0 !important; }

.fill-jd-black {
  fill: #343433 !important; }

.fill-jd-gray {
  fill: #F4F4F4 !important; }

.fill-jd-gray-mid {
  fill: #828282 !important; }

.fill-border {
  fill: #DCDCDC !important; }

.fill-jd-white {
  fill: #FFFFFF !important; }

.md {
  font-size: .9em; }
  .md strong {
    color: #2F443B; }
  .md p {
    margin: 1em 0em 1em 0em;
    font-weight: 300; }
  .md p + h1,
  .md p + h2,
  .md ol + h1,
  .md ol + h2,
  .md ul + h1,
  .md ul + h2 {
    margin: 1em 0em 1em 0em; }
  .md li {
    margin-bottom: .2em; }
    .md li:last-child {
      margin-bottom: 1em; }
  .md hr {
    margin: 3em 0em; }
  .md pre {
    margin: 4em 0em 4em 0em; }
  .md img {
    margin: 1em 0em;
    width: 100%; }
    .md img[alt=screenshot] {
      height: 260px;
      width: auto; }
  .md .md-img-wrapper img {
    height: 260px;
    width: auto; }
  .md .md-img-wrapper .md-img-caption {
    margin-top: 0em;
    margin-bottom: 2em;
    font-size: 0.833em; }
  .md .panel-body {
    padding-top: 50px !important; }
  .md .video-container {
    margin: 0em 2em 2em 2em;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    border: solid #e7e7e7 3px; }
    .md .video-container iframe,
    .md .video-container object,
    .md .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .md.md-justify p {
    text-align: justify; }
  .md.md-blog a {
    padding: .2em .4em;
    font-weight: 600;
    color: #337932;
    background: #fff6cf; }
  .md.md-blog .md-img-wrapper a {
    background: none; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-top: .2em;
  margin-right: .2em; }

.resp-sharing-button {
  border-radius: 5px;
  padding: .5em .5em;
  padding-bottom: .4em; }

.resp-sharing-button__icon svg {
  width: 1.2em;
  height: 1em; }

.resp-sharing-button span {
  padding-left: 0.4em; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  height: 1em; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39; }

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5; }

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293; }
