/**********************************************/
/********************FONTS********************/
/**********************************************/
/**********************************************/
/********************COLORS********************/
/**********************************************/
/****************************************/
/*****************************************/
@font-face {
  font-family: "Helvetica Neue 35";
  src: url("/jgnss/assets/fonts/helvetica-neue-35.ttf");
}
@font-face {
  font-family: "Helvetica Neue 65";
  src: url("/jgnss/assets/fonts/helvetica-neue-65.ttf");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /*font-family: inherit; /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #8ec74b;
}

html {
  font-size: 10px;
}

html, body {
  font-family: "Trebuchet MS", "Arial", "Swiss", "Helvetica", "sans-serif";
  height: 100%;
  margin: 0 auto;
  padding: 0;
  /*p {
      @include desktop {
          background: red !important;
      }
      @include tablet {
          background: green !important;
      }

      @include mobile {
          background: blue !important;
      }
  }*/
}

body {
  font-size: 62.5%;
  background: #e6e6e6;
}

body {
  color: #333333;
  font-size: 1.33rem;
  line-height: 1.333;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.6rem;
}

h5, .h5 {
  font-size: 1.3rem;
}

a {
  color: #8ec74b;
}
a:link, a:active, a:visited {
  color: #8ec74b;
  text-decoration: none;
}
a:hover {
  color: #74aa35;
  text-decoration: underline;
}

input[type=text],
input[type=password],
textarea {
  border: 1px groove #777777;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px groove #8ec74b;
  background-color: #ffffff;
}

.button-primary,
a.button-primary, .button-default,
.button,
a.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 1.33rem;
  line-height: 1.333;
  border-radius: 3px;
}
.button-primary:hover, .button-default:hover,
.button:hover, .button-primary:focus, .button-default:focus,
.button:focus, .focus.button-primary, .focus.button-default,
.focus.button,
a.button:hover,
a.button:focus,
a.button.focus {
  color: #54544c;
  text-decoration: none;
}
.button-primary:active, .button-default:active,
.button:active, .active.button-primary, .active.button-default,
.active.button,
a.button:active,
a.button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.disabled.button-primary, .disabled.button-default,
.disabled.button, [disabled].button-primary, [disabled].button-default,
[disabled].button, fieldset[disabled] .button-primary, fieldset[disabled] .button-default,
fieldset[disabled] .button,
a.button.disabled,
a.button[disabled],
fieldset[disabled] a.button {
  opacity: 0.65;
  box-shadow: none;
}

a.button.disabled, fieldset[disabled] a.button {
  pointer-events: none;
}

.button-default,
.button,
a.button {
  color: #fff;
  background-color: #54544c;
  border-color: #2c2c28;
}
.button-default:focus, .button-default.focus,
.button:focus,
.button.focus,
a.button:focus,
a.button.focus {
  color: #e6e6e6;
  background-color: #3f3f39;
  border-color: #393934;
}
.button-default:hover,
.button:hover,
a.button:hover {
  color: #d9d9d9;
  background-color: #3f3f39;
  border-color: #393934;
}
.button-default:active, .button-default.active, .open > .button-default.dropdown-toggle,
.button:active,
.button.active,
.open > .button.dropdown-toggle,
a.button:active,
a.button.active,
.open > a.button.dropdown-toggle {
  color: #e6e6e6;
  background-color: #3f3f39;
  background-image: none;
  border-color: #393934;
}
.button-default:active:hover, .button-default:active:focus, .button-default:active.focus, .button-default.active:hover, .button-default.active:focus, .button-default.active.focus, .open > .button-default.dropdown-toggle:hover, .open > .button-default.dropdown-toggle:focus, .open > .button-default.dropdown-toggle.focus,
.button:active:hover,
.button:active:focus,
.button:active.focus,
.button.active:hover,
.button.active:focus,
.button.active.focus,
.open > .button.dropdown-toggle:hover,
.open > .button.dropdown-toggle:focus,
.open > .button.dropdown-toggle.focus,
a.button:active:hover,
a.button:active:focus,
a.button:active.focus,
a.button.active:hover,
a.button.active:focus,
a.button.active.focus,
.open > a.button.dropdown-toggle:hover,
.open > a.button.dropdown-toggle:focus,
.open > a.button.dropdown-toggle.focus {
  color: #e6e6e6;
  background-color: #3f3f39;
  border-color: #393934;
}
.button-default.disabled:hover, .button-default.disabled:focus, .button-default.disabled.focus, .button-default[disabled]:hover, .button-default[disabled]:focus, .button-default[disabled].focus, fieldset[disabled] .button-default:hover, fieldset[disabled] .button-default:focus, fieldset[disabled] .button-default.focus,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled.focus,
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled].focus,
fieldset[disabled] .button:hover,
fieldset[disabled] .button:focus,
fieldset[disabled] .button.focus,
a.button.disabled:hover,
a.button.disabled:focus,
a.button.disabled.focus,
a.button[disabled]:hover,
a.button[disabled]:focus,
a.button[disabled].focus,
fieldset[disabled] a.button:hover,
fieldset[disabled] a.button:focus,
fieldset[disabled] a.button.focus {
  background-color: #54544c;
  border-color: #393934;
}
.button-default .badge,
.button .badge,
a.button .badge {
  color: #54544c;
  background-color: #fff;
}

.button-primary,
a.button-primary {
  color: #fff;
  background-color: #8ec74b;
  border-color: #67972f;
}
.button-primary:focus, .button-primary.focus,
a.button-primary:focus,
a.button-primary.focus {
  color: #e6e6e6;
  background-color: #7ab237;
  border-color: #74aa35;
}
.button-primary:hover,
a.button-primary:hover {
  color: #d9d9d9;
  background-color: #7ab237;
  border-color: #74aa35;
}
.button-primary:active, .button-primary.active, .open > .button-primary.dropdown-toggle,
a.button-primary:active,
a.button-primary.active,
.open > a.button-primary.dropdown-toggle {
  color: #e6e6e6;
  background-color: #7ab237;
  background-image: none;
  border-color: #74aa35;
}
.button-primary:active:hover, .button-primary:active:focus, .button-primary:active.focus, .button-primary.active:hover, .button-primary.active:focus, .button-primary.active.focus, .open > .button-primary.dropdown-toggle:hover, .open > .button-primary.dropdown-toggle:focus, .open > .button-primary.dropdown-toggle.focus,
a.button-primary:active:hover,
a.button-primary:active:focus,
a.button-primary:active.focus,
a.button-primary.active:hover,
a.button-primary.active:focus,
a.button-primary.active.focus,
.open > a.button-primary.dropdown-toggle:hover,
.open > a.button-primary.dropdown-toggle:focus,
.open > a.button-primary.dropdown-toggle.focus {
  color: #e6e6e6;
  background-color: #7ab237;
  border-color: #74aa35;
}
.button-primary.disabled:hover, .button-primary.disabled:focus, .button-primary.disabled.focus, .button-primary[disabled]:hover, .button-primary[disabled]:focus, .button-primary[disabled].focus, fieldset[disabled] .button-primary:hover, fieldset[disabled] .button-primary:focus, fieldset[disabled] .button-primary.focus,
a.button-primary.disabled:hover,
a.button-primary.disabled:focus,
a.button-primary.disabled.focus,
a.button-primary[disabled]:hover,
a.button-primary[disabled]:focus,
a.button-primary[disabled].focus,
fieldset[disabled] a.button-primary:hover,
fieldset[disabled] a.button-primary:focus,
fieldset[disabled] a.button-primary.focus {
  background-color: #8ec74b;
  border-color: #74aa35;
}
.button-primary .badge,
a.button-primary .badge {
  color: #8ec74b;
  background-color: #fff;
}

/*// Success appears as green
.button-success {
    @include button-variant($btn-success-color, $btn-success-bg);
}
// Info appears as blue-green
.button-info {
    @include button-variant($btn-info-color, $btn-info-bg);
}
// Warning appears as orange
.button-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg);
}
// Danger and error appear as red
.button-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg);
}
*/
/*
.button-lg {
    // line-height: ensure even-numbered height of button next to large input
    @include button-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $btn-border-radius-large);
}
.button-sm {
    // line-height: ensure proper height of button next to small input
    @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
}
.button-xs {
    @include button-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
}
*/
.button-block {
  display: block;
  width: 100%;
}

.button-block + .button-block {
  margin-top: 5px;
}

input[type=submit].button-block,
input[type=reset].button-block,
input[type=button].button-block {
  width: 100%;
}

/*


.button {
    -moz-user-select: none;
    background: #4e4f53;

    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 3px 3px;
    color: #eee !important;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    text-decoration:none;
}
.button:hover, .button-hover {

    background: #b0ef66;
    background: linear-gradient(#b0f068 0%, #a7ea5d 49%, #a0de59 50%, #97d252 100%);

    border: 1px solid #84b946;
    box-shadow: 0 0 3px rgba(142, 199, 76, 1);
    color: #111 !important;
    text-decoration:none;
}
.button:focus, .button:active {
    border: 1px solid #8ec74b;
    outline: medium none;
    box-shadow:none !important;
}

.button-small{
    padding: 0 5px;
}

.button-medium{
    padding: 0.1rem 0.8rem;
}

.button-smallest{
    padding: 0.08rem 0.8rem;
    font-size: 1rem !important;
}

.button-large {
    font-size: 1.7rem !important;
    padding: 8px 16px;
}
.button-disabled{
    background: 50% 50% gray;
    color: #ccc;
}

.button-flat{
    background-image: none;
}
.button.button-disabled:hover{
    background: 50% 50% gray !important;
    color: #ccc !important;
    border:1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    cursor: default !important;
}

.button.dropdown,
.button.button-gray{

    background: #b0ef66;
    background: linear-gradient(#e6eaed 0%, #dfe1e4 49%, #d7dbdf 50%, #d7dbdf 100%);
    color:#333333 !important;
}
.button.dropdown > span.caret{
    display: inline-block;
    height: 10px;
    width: 9px;
    margin-left: 3px;
    background:url('/jgnss/images/icons/arrow_list.png') no-repeat scroll 0 0 transparent;
}

.button.dropdown.open{
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}
*/
ul#cssmenu {
  padding: 0;
  margin-bottom: 10px;
}
ul#cssmenu li {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  padding: 5px;
  min-width: 120px;
  text-align: center;
  background: #e8e8e8;
  background: linear-gradient(#e8e8e8, whitesmoke, #e8e8e8);
  border-radius: 5px;
  box-shadow: 0 1px 1px #777777;
}
ul#cssmenu ul {
  background-color: #e8e8e8;
  display: none;
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 0 4px #777777;
  z-index: 10;
}
ul#cssmenu ul li {
  display: block;
  margin: 5px 0;
  padding: 2px 0;
  white-space: nowrap;
  background: none;
  box-shadow: none;
  text-align: left;
}
ul#cssmenu ul li a {
  font-size: 1.33rem;
}
ul#cssmenu a {
  border: 0;
  margin: 0 10px;
  text-decoration: none;
  color: #333333;
  font-size: 1.65rem;
}
ul#cssmenu a:hover {
  color: #000;
}

ul#cssmenu li:hover ul ul {
  display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul {
  display: block;
}

.menu {
  z-index: 200;
  position: relative;
  height: 50px;
  display: block;
  margin: 0 auto;
  width: 550px;
  cursor: pointer;
}

#MainMenuDiv {
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  position: relative;
  display: none;
}

#RedPepper {
  position: relative;
  background: transparent url("/jgnss/images/red_pepper.png") no-repeat scroll center top;
  height: 50px;
  display: block;
}
@media (min-width: 576px) and (max-width: 1039px) {
  #RedPepper {
    background-image: url("/jgnss/images/red_pepper_medium.png");
  }
}
@media (max-width: 576px) {
  #RedPepper {
    background-image: url("/jgnss/images/red_pepper_small.png");
  }
}

#menu-comment {
  display: none;
  margin: 0 auto 0 -5%;
  position: relative;
  width: 110%;
  padding-top: 2px;
  color: #777777;
  text-shadow: 1px 1px 0 white;
  text-align: center;
}

.menu-block {
  display: inline-block;
  border-left: 2px dotted #e8e8e8;
  vertical-align: top;
}
.menu-block:first-child {
  border-left: none;
}
.menu-block b {
  padding: 2px 8px;
  font-size: 1.5rem;
  cursor: default;
}

.menu-item,
.menu-item:link,
.menu-item:visited,
.menu-item:active {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  transition: background-color 0.1s ease-in-out 0s;
  padding: 2px 8px;
  width: 108px;
  box-sizing: border-box;
}
.menu-item:hover,
.menu-item:link:hover,
.menu-item:visited:hover,
.menu-item:active:hover {
  color: #8ec74b;
  text-decoration: underline;
  background-color: #f2f2f2;
}
.menu-item .disable,
.menu-item:link .disable,
.menu-item:visited .disable,
.menu-item:active .disable {
  color: grey;
  cursor: default;
}

.block {
  height: 320px;
  max-height: 320px;
  min-width: 245px;
  flex: 1 1 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 5px 5px 0;
  background-size: cover;
  display: flex;
  place-content: flex-start flex-start;
  align-items: flex-end;
  transition: background-size 0.05s ease-in;
  -moz-transition: background-size 0.05s ease-in;
  -o-transition: background-size 0.05s ease-in;
  -webkit-transition: background-size 0.05s ease-in;
}
@media (min-width: 576px) and (max-width: 1039px) {
  .block {
    height: 209px;
    flex: 1 1 49%;
  }
}
@media (min-width: 1040px) {
  .block {
    height: 144px;
    flex: 1 1 24.3%;
  }
}
@media (min-width: 576px) and (max-width: 1039px) {
  .block {
    background-size: 100%;
  }
}
@media (min-width: 1040px) {
  .block {
    background-size: 100%;
  }
}
.block.block-products {
  flex-direction: column;
  place-content: center space-between;
  align-items: center;
  background: none;
}
.block.block-products > h5 {
  color: #333333;
  font-size: 1.5rem;
  margin: 0;
}
.block.block-products > img {
  align-self: center;
}
@media (min-width: 1040px) {
  .block.block-products > img {
    width: auto;
  }
}
.block > div {
  width: 100%;
  height: 100%;
  text-align: center;
}
.block > div > img {
  max-width: 100%;
}
.block > div > h5 {
  color: #333333;
  font-size: 1.5rem;
  margin: 2px 0 0 8px;
  text-align: left;
}
.block > div > p {
  color: #333;
  margin: 0;
  padding: 9px;
}
.block > p {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  text-align: left;
  width: 100px;
  color: #333333;
  padding: 0 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
}
.block:hover {
  background-size: cover;
}
@media (min-width: 576px) and (max-width: 1039px) {
  .block:hover {
    background-size: 101%;
  }
}
@media (min-width: 1040px) {
  .block:hover {
    background-size: 101%;
  }
}

#header, header {
  background: url("/jgnss/images/black_bg.png");
  background-position-x: center;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 4px 0 #999;
  height: 60px;
  top: 0;
  transition: height 0.07s;
  -moz-transition: height 0.07s;
  -o-transition: height 0.07s;
  -webkit-transition: height 0.07s;
}
#header > div, header > div {
  margin: 0 auto;
  padding: 5px 0;
  width: auto;
}
@media (min-width: 576px) and (max-width: 1039px) {
  #header > div, header > div {
    width: 720px;
  }
}
@media (min-width: 1040px) {
  #header > div, header > div {
    width: 1000px;
  }
}
#header .logo, header .logo {
  float: left;
  background: url("/jgnss/images/ComingSoon_60px.jpg") no-repeat center;
  background-size: contain;
  height: 60px;
  width: 200px;
  margin-left: 5px;
  margin-top: -5px;
}
#header .logondiv, header .logondiv {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  padding: 2px;
  float: right;
  margin-top: -50px;
  text-align: right;
  height: 50px;
}
#header .logondiv a, header .logondiv a {
  color: inherit;
}

footer {
  margin-top: 5px;
}
footer div {
  margin: 0 auto;
  width: auto;
}
@media (min-width: 576px) and (max-width: 1039px) {
  footer div {
    width: 720px;
  }
}
@media (min-width: 1040px) {
  footer div {
    width: 1000px;
  }
}

.copyright {
  color: #333333;
  font-size: 1.1rem;
  margin-left: 1rem;
}

#watchme {
  margin: 0 auto;
  border-spacing: 0;
  position: relative;
  top: 65px;
  height: calc(100% - 65px);
  width: 100%;
  max-width: 1024px;
}

#DocumentWindow {
  vertical-align: top;
  padding: 4px 10px;
  box-shadow: 0 0 7px #777777;
  background-color: #ffffff;
}

.container {
  width: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 5px 10px;
  box-sizing: content-box;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 1040px) {
  .container {
    width: 1000px;
  }
}

.wrapper {
  width: 100%;
}

.row {
  background: #e6e6e6 none repeat scroll 0 0;
  padding: 3px 0 8px;
}

.row--first {
  border-top: none;
}

/*
.BlockTitle{
    color: $color-white;
    font-family: "Helvetica Neue 35", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    height: 0;
    left: 0;
    position: relative;
    top: 90px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    width: 0;

    display: none;
    @include desktop {
        display: block;
    }
}*/
.solution-option-block-package {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px;
  flex: 1 48%;
  box-sizing: border-box;
  margin: 5px;
  display: flex;
  flex-flow: column;
}

.solution-option-block-header {
  display: flex;
  justify-content: space-between;
}

.solution-option-block {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
  width: 90%;
}

.solution-option-block.explore {
  border: none;
}

.solution-option-block-content {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-content: start;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}

.solution-option-block-title {
  font-size: 2rem;
  align-self: stretch;
}

.solution-option-block-price {
  font-size: 1.8rem;
  white-space: nowrap;
  margin-left: 10px;
}

.solution-option-block-item {
  width: 30%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.solution-option-block-item.explore {
  display: block;
  padding-bottom: 0;
}

.solution-option-block-item img {
  width: 100%;
  object-fit: contain;
}

.solution-option-block .button {
  margin-top: 10px;
  align-self: flex-end;
}

.solution-header-banner {
  padding: 0;
  width: 1020px;
  background-image: url("/jgnss/solutions/images/solution_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 1039px) {
  .solution-header-banner {
    width: inherit;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .solution-header-banner {
    width: inherit;
    background-size: cover;
  }
}

.solution-header-text {
  text-align: center;
  padding: 35px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 70px 0;
  font-size: 2rem;
  color: white;
}
@media (max-width: 576px) {
  .solution-header-text {
    margin: 0;
    width: 100%;
    order: 1;
  }
}

/*# sourceMappingURL=main.css.map */
