/*

	RISK SCIENCES -
	PATHOGEN MODELING PROGRAM
	VERSION 1.0 [CORE]
	
	-----------------------------------------
	version:	207060215
	
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, label, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

i {
  font-style: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  font-size: 87.5%;
  background: #b2b19e; }
  html.font-size-s {
    font-size: 90%; }
  html.font-size-m {
    font-size: 100%; }
  html.font-size-l {
    font-size: 110%; }

body {
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica; }

sup {
  vertical-align: super; }

.uppercase {
  text-transform: uppercase; }

abbr {
  cursor: help;
  border-bottom: 0; }

#top {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0; }

dt {
  font-weight: bold; }

b {
  font-weight: normal; }

a {
  outline: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

p > a {
  color: #031196; }

.grid:after {
  clear: both;
  content: "";
  display: block; }

p > a:hover {
  color: #4d4d4d;
  text-decoration: none; }

.left {
  float: left; }

.clearfix {
  clear: both;
  content: "";
  display: block; }

p, h1, h2, h3, h4, h5, h6, ul, ol, .btn, blockquote, table {
  margin-bottom: 10px; }
  p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, ol:last-child, .btn:last-child, blockquote:last-child, table:last-child {
    margin-bottom: 0; }

h1 {
  clear: both;
  margin-bottom: 20px; }

.push-up-20 {
    margin-top: 20px;
}

.push-down-20 {
  margin-bottom: 20px; }

p, li, h5, h6, td, th {
  line-height: 1.75; }

h1, h2, h3, h4 {
  line-height: 1.25; }

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem; }

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

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 21px;
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.28571429rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

ul {
  list-style: disc;
  margin-left: 15px; }

ol {
  list-style: decimal;
  margin-left: 20px; }

ul ul, ol ul {
  list-style-type: circle;
  margin: 5px 0 5px 15px; }

ol ul {
  margin-left: 20px; }

.lower-alpha {
  list-style-type: lower-alpha; }

table {
  width: 100%; }

::-webkit-input-placeholder {
  color: #939393; }

:-moz-placeholder {
  color: #939393;
  opacity: 1; }

/* Firefox 18- */
::-moz-placeholder {
  color: #939393;
  opacity: 1; }

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #939393; }

@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem; }

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

  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 21px;
    font-size: 1.3125rem; }

  h5, .h5 {
    font-size: 16px;
    font-size: 1rem; } }
@media screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem; }

  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 21px;
    font-size: 1.3125rem; }

  h4, .h4 {
    font-size: 16px;
    font-size: 1rem; } }
@media screen and (max-width: 400px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5rem; }

  h2, .h2 {
    font-size: 21px;
    font-size: 1.3125rem; }

  h3, .h3 {
    font-size: 16px;
    font-size: 1rem; } }
html {
  overflow-x: hidden; }

body {
  -webkit-transition: margin-right 250ms ease;
  -moz-transition: margin-right 250ms ease;
  -ms-transition: margin-right 250ms ease;
  -o-transition: margin-right 250ms ease;
  transition: margin-right 250ms ease; }
  body.push {
    margin-right: -340px; }

.grid {
  width: 95%;
  max-width: 952px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 10px; }

.main-header .grid {
  padding: 10px;
  border-bottom: 15px solid #07531f; }
.main-header .secondary-logo {
  display: none; }
.main-header h1 {
  float: left;
  font-size: 21px;
  font-size: 1.5rem;
  clear: both;
  margin-top: 20px; }
.main-header hgroup * {
  margin: 0; }
.main-header hgroup h5 {
  margin: -5px 0 0 0;
  font-size: 14px;
  font-size: 1rem; }
.main-header .main-logo {
  width: 50%;
  min-height: 50px;
  float: left;
  position: relative;
  padding-left: 84px; }
  .main-header .main-logo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.main-header h5, .main-header h6 {
  line-height: 1.25; }

.main-content {
  clear: both; }
  .main-content .grid {
    padding: 10px; }

.main-aside {
  float: left;
  width: 25%; }

.content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  float: right;
  width: 75%; }

.main-footer {
  clear: both; }
  .main-footer .grid {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 10px; }

.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .column.span-1 {
    width: 008.3333333%; }
  .column.span-2 {
    width: 016.666667%; }
  .column.span-3 {
    width: 25%; }
  .column.span-4 {
    width: 033.333333%; }
  .column.span-5 {
    width: 041.666667%; }
  .column.span-6 {
    width: 50%; }
  .column.span-7 {
    width: 058.333333%; }
  .column.span-8 {
    width: 066.666667%; }
  .column.span-9 {
    width: 75%; }
  .column.span-10 {
    width: 083.333333%; }
  .column.span-11 {
    width: 091.666667%; }
  .column.span-12 {
    width: 100%; }
  .column.span-6:first-child {
    padding-right: 30px; }
  .column.span-6:last-child {
    padding-left: 30px; }
  .column.no-space {
    padding: 0 !important; }

.main-nav * {
  line-height: 1.25; }
.main-nav ul {
  list-style: none;
  margin: 0;
  clear: both; }
.main-nav li {
  border-bottom: 1px solid #9bb39c; }
  .main-nav li:last-child {
    border: 0; }
.main-nav a {
  background: #b8c9b9;
  -webkit-transition: padding-left 250ms ease;
  -moz-transition: padding-left 250ms ease;
  -ms-transition: padding-left 250ms ease;
  -o-transition: padding-left 250ms ease;
  transition: padding-left 250ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  color: #031196;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.85714286rem; }
  .main-nav a:hover {
    padding-left: 15px;
    text-decoration: underline; }
  .main-nav a.is-selected {
    background: #288529;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: text;
    padding-left: 10px; }
.main-nav .secondary-menu li {
  border-bottom: 0;
  border-top: 1px solid #cad9c8; }
.main-nav .secondary-menu .is-selected {
  color: #031196; }
.main-nav .secondary-menu a {
  background: #e7eee6; }
.main-nav .tertiary-menu {
  border-top-color: #d8e4d7; }
  .main-nav .tertiary-menu a {
    background: #f6f8f5; }

.rs-breadcrumbs {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%; }
  .rs-breadcrumbs:after {
    clear: both;
    content: "";
    display: block; }
  .rs-breadcrumbs .seperator-icon {
    margin-left: 10px; }
  .rs-breadcrumbs * {
    font-size: 12px;
    font-size: 0.85714286rem; }
  .rs-breadcrumbs ul {
    list-style: none;
    margin: 0; }
  .rs-breadcrumbs li {
    display: block;
    float: left;
    margin: 0 10px 0 0; }
  .rs-breadcrumbs a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease; }
    .rs-breadcrumbs a:hover {
      color: #aaa; }

.rs-herobox {
  padding: 10px;
  clear: both;
  background: #cb983d;
  margin-bottom: 10px; }
  .rs-herobox:after {
    clear: both;
    content: "";
    display: block; }
  .rs-herobox .wrapper {
    border: 1px solid #fff;
    padding: 10px; }
    .rs-herobox .wrapper:after {
      clear: both;
      content: "";
      display: block; }

.btn {
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 1px;
  display: block;
  font-size: 12px;
  font-size: 0.85714286rem;
  color: #000;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background: #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  padding: 7px 10px;
  float: left; }
  .btn.fluid {
    width: 100%;
    text-align: center; }
  .btn.right-align {
    float: right; }
  .btn.clr-white {
    background: #fff; }
  .btn.clr-white-bleach {
    background: #fff;
    border-color: #fff; }
    .btn.clr-white-bleach:hover {
      color: #fff; }
  .btn.aside-handle {
    display: none; }
  .btn.has-icon {
    display: table;
    height: 40px;
    float: none;
    padding: 0; }
    .btn.has-icon .text-val {
      padding: 0 15px;
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
    .btn.has-icon .icon {
      display: table-cell;
      height: 100%;
      border-left: 1px solid #bbb;
      vertical-align: middle;
      background-image: url("../_images/icon-chevron-right.svg");
      background-position: 50%;
      background-repeat: no-repeat;
      width: 40px; }
      html.no-svg .btn.has-icon .icon {
        background-image: url("../_images/icon-chevron-right.png"); }
      .btn.has-icon .icon.arrow-down {
        background-image: url("../_images/icon-chevron-down.svg"); }
        html.no-svg .btn.has-icon .icon.arrow-down {
          background-image: url("../_images/icon-chevron-down.png"); }
    .btn.has-icon:hover .icon {
      border-left: 1px solid #ccc; }
  .btn:hover {
    background: transparent; }

.rs-flyout-menu {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .rs-flyout-menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%; }
    .rs-flyout-menu ul.is-on {
      display: block; }
  .rs-flyout-menu li {
    float: left;
    border: 1px solid #000; }
  .rs-flyout-menu .is-active > a {
    background: #288529;
    color: #fff;
    font-weight: bold; }
  .rs-flyout-menu a {
    text-transform: uppercase;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    line-height: 1.25;
    padding: 7px;
    background: #efefef;
    text-decoration: none;
    font-size: 11px;
    font-size: 0.78571429rem; }
  .rs-flyout-menu .icon {
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 50%; }
    .rs-flyout-menu .icon.chevron-right {
      width: 5px;
      height: 6px;
      margin: -3px 0 0 0;
      background-image: url("../_images/icon-chevron-right.svg"); }
      html.no-svg .rs-flyout-menu .icon.chevron-right {
        background-image: url("../_images/icon-chevron-right.png"); }
    .rs-flyout-menu .icon.chevron-down {
      width: 6px;
      height: 5px;
      margin: -2.5px 0 0 0;
      background-image: url("../_images/icon-chevron-down.svg"); }
      html.no-svg .rs-flyout-menu .icon.chevron-down {
        background-image: url("../_images/icon-chevron-down.png"); }
  .rs-flyout-menu li:hover > a {
    text-decoration: underline; }
  .rs-flyout-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 48%;
    margin-top: -1px;
    border: 1px solid black; }
  .rs-flyout-menu ul ul li {
    position: relative;
    width: 100%;
    clear: both;
    border: 0; }
  .rs-flyout-menu ul ul a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: none;
    font-size: 12px;
    font-size: 0.85714286rem;
    width: 100%;
    clear: both; }
  .rs-flyout-menu ul ul ul {
    margin-top: 0;
    width: 100%;
    left: 100%;
    top: -1px; }
    .rs-flyout-menu ul ul ul a {
      border-left: 0; }
  .rs-flyout-menu ul ul ul ul {
    padding: 5px;
    background: #efefef;
    position: static;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .rs-flyout-menu ul ul ul ul a {
      background: #d5d5d5; }
  .rs-flyout-menu ul ul ul ul ul {
    padding: 0;
    border: 0; }
    .rs-flyout-menu ul ul ul ul ul a {
      background: white; }
  .rs-flyout-menu .primary-list > li {
    margin-left: -1px; }
    .rs-flyout-menu .primary-list > li:first-child {
      margin-left: 0; }
    .rs-flyout-menu .primary-list > li > a {
      padding-right: 17px; }
  .rs-flyout-menu .tertiary-list > li > a {
    border-left: 0; }

.rs-sources,
.model-sources {
  clear: both;
  border: 1px solid #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.menu-table-contents {
  margin-bottom: 20px; }
  .menu-table-contents ul {
    margin-bottom: 0;
    margin-top: 0; }
  .menu-table-contents li {
    margin-bottom: 0;
    line-height: 1.25; }
  .menu-table-contents a {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.85714286rem; }
  .menu-table-contents ul ul a {
    font-weight: normal; }

blockquote {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  blockquote:last-child {
    border: 0;
    padding: 0; }

blockquote * {
  font-size: 12px;
  font-size: 0.85714286rem; }

.model-input-conditions {
  margin-bottom: 10px;
  background: #e7eee6;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }
  .model-input-conditions * {
    font-size: 12px;
    font-size: 0.85714286rem; }
  .model-input-conditions h3 {
    font-size: 14px;
    font-size: 1rem; }
  .model-input-conditions .ic-desc {
    font-size: 11px;
    font-size: 0.78571429rem;
    display: block;
    line-height: 1.35; }
  .model-input-conditions .ic-title {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
    line-height: 1.35; }
  .model-input-conditions .title-desc {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px; }
  .model-input-conditions .configurable-options {
    float: right;
    width: 30%; }
    .model-input-conditions .configurable-options label {
      margin: 0 5px 0 0;
      line-height: 1.75; }
    .model-input-conditions .configurable-options label.block {
      display: block;
      margin: 0 0 5px 0; }
    .model-input-conditions .configurable-options label:last-child {
      margin-bottom: 0; }
    .model-input-conditions .configurable-options input[type="radio"] {
      margin: 0 5px 0 0; }
  .model-input-conditions .auto-width .title-desc, .model-input-conditions .auto-width .configurable-options {
    width: auto;
    float: left; }
  .model-input-conditions .auto-width .title-desc {
    padding-right: 10px; }
  .model-input-conditions .span-10 {
    width: 10%; }
  .model-input-conditions .span-20 {
    width: 20%; }
  .model-input-conditions .span-30 {
    width: 30%; }
  .model-input-conditions .span-40 {
    width: 40%; }
  .model-input-conditions .span-50 {
    width: 50%; }
  .model-input-conditions .span-60 {
    width: 60%; }
  .model-input-conditions .span-70 {
    width: 70%; }
  .model-input-conditions .span-80 {
    width: 80%; }
  .model-input-conditions .span-90 {
    width: 90%; }
  .model-input-conditions .full-width .title-desc, .model-input-conditions .full-width .configurable-options {
    width: 100%;
    padding-right: 0; }
  .model-input-conditions select, .model-input-conditions textarea, .model-input-conditions input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 1.35;
    padding: 3px;
    background: #fff; }
  .model-input-conditions input[type="text"] {
    padding: 3px 5px; }
  .model-input-conditions textarea {
    height: 120px;
    font-family: monospace;
    line-height: 1;
    resize: vertical; }
  .model-input-conditions .fieldset-group {
    clear: both;
    padding: 5px 10px; }
    .model-input-conditions .fieldset-group:after {
      clear: both;
      content: "";
      display: block; }
    .model-input-conditions .fieldset-group:nth-child(even) {
      background: #b8c9b9; }
  .model-input-conditions .mic-header, .model-input-conditions .mic-footer {
    padding: 10px; }
  .model-input-conditions .mic-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #efefef; }
    .model-input-conditions .mic-footer:after {
      clear: both;
      content: "";
      display: block; }

.rs-figure {
  float: left;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px; }
  .rs-figure img {
    width: 100%;
    height: auto; }

.figure-metadata {
  padding: 10px;
  background: #fff;
  border: 1px solid #b1c4dc;
  border-top: 0; }
  .figure-metadata * {
    line-height: 1.25; }
  .figure-metadata li {
    margin-bottom: 10px; }

.model-table-data,
.rs-minimalist-table {
  clear: both;
  overflow: auto;
  margin-bottom: 10px; }
  .model-table-data table,
  .rs-minimalist-table table {
    min-width: 500px; }
  .model-table-data caption,
  .rs-minimalist-table caption {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px; }
  .model-table-data th, .model-table-data td,
  .rs-minimalist-table th,
  .rs-minimalist-table td {
    text-align: left;
    padding: 5px; }
  .model-table-data th,
  .rs-minimalist-table th {
    border-bottom: 1px solid #000;
    line-height: 1.5; }
  .model-table-data tr,
  .rs-minimalist-table tr {
    border-bottom: 1px solid #efefef; }
  .model-table-data tr:nth-child(even) td,
  .rs-minimalist-table tr:nth-child(even) td {
    background: #efefef; }
  .model-table-data.nude td,
  .rs-minimalist-table.nude td {
    background: 0 !important; }
  .model-table-data .center-align,
  .rs-minimalist-table .center-align {
    text-align: center; }
  .model-table-data .vertical-align-middle,
  .rs-minimalist-table .vertical-align-middle {
    vertical-align: middle; }
  .model-table-data .right-align,
  .model-table-data .right-align th,
  .model-table-data .right-align td, .model-table-data.right-align th, .model-table-data.right-align td,
  .rs-minimalist-table .right-align,
  .rs-minimalist-table .right-align th,
  .rs-minimalist-table .right-align td,
  .rs-minimalist-table.right-align th,
  .rs-minimalist-table.right-align td {
    text-align: right; }
  .model-table-data .borders th, .model-table-data .borders td,
  .rs-minimalist-table .borders th,
  .rs-minimalist-table .borders td {
    border: 1px solid #000; }
  .model-table-data.borders th, .model-table-data.borders td,
  .rs-minimalist-table.borders th,
  .rs-minimalist-table.borders td {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .model-table-data.min-width-none table,
  .rs-minimalist-table.min-width-none table {
    min-width: 0; }
  .model-table-data .bg-clr.light-pistachio,
  .model-table-data .bg-clr.light-pistachio th,
  .model-table-data .bg-clr.light-pistachio td,
  .rs-minimalist-table .bg-clr.light-pistachio,
  .rs-minimalist-table .bg-clr.light-pistachio th,
  .rs-minimalist-table .bg-clr.light-pistachio td {
    background: #e7eee6; }

.footnote-symbol {
  color: red; }

.table-legend {
  margin-bottom: 10px; }
  .table-legend p, .table-legend li {
    font-size: 12px;
    font-size: 0.85714286rem; }

.rs-footnotes {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .rs-footnotes li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.85714286rem; }

.rs-accordion {
  margin-bottom: 20px; }

.rs-accordion-group {
  margin-bottom: 20px; }
  .rs-accordion-group .rs-accordion {
    margin-bottom: 5px; }

.rs-accordion-header {
  background: #e7eee6;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #031196;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease; }
  .rs-accordion-header:hover {
    background: #b8c9b9; }
  .rs-accordion-header.is-on {
    background: #288529 !important;
    color: #fff; }

.rs-accordion-body {
  display: none;
  padding: 10px 15px;
  border: 1px solid #e7eee6;
  border-top: 0; }
  .rs-accordion-body.is-on {
    display: block; }

.rs-megamenu-prototype {
  display: none;
  clear: both;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .rs-megamenu-prototype.is-on {
    display: block; }
  .rs-megamenu-prototype.full-screen {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0; }
    .rs-megamenu-prototype.full-screen .column:last-child {
      margin-bottom: 100px !important; }
  .rs-megamenu-prototype * {
    margin: 0;
    line-height: 1.25; }
  .rs-megamenu-prototype:after {
    clear: both;
    content: "";
    display: block; }
  .rs-megamenu-prototype ul {
    margin: 0;
    list-style: none; }
  .rs-megamenu-prototype .is-on {
    display: block; }
  .rs-megamenu-prototype h5 + ul > .is-active {
    border-top: 1px solid #cad9c8;
    background: #e7eee6;
    padding: 10px; }
    .rs-megamenu-prototype h5 + ul > .is-active > a {
      margin-bottom: 5px; }
  .rs-megamenu-prototype .icon {
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%; }
    .rs-megamenu-prototype .icon.chevron-right {
      width: 5px;
      height: 6px;
      margin: -3px 0 0 0;
      background-image: url("../_images/icon-chevron-right.svg"); }
      html.no-svg .rs-megamenu-prototype .icon.chevron-right {
        background-image: url("../_images/icon-chevron-right.png"); }
    .rs-megamenu-prototype .icon.chevron-down {
      width: 6px;
      height: 5px;
      margin: -2.5px 0 0 0;
      background-image: url("../_images/icon-chevron-down.svg"); }
      html.no-svg .rs-megamenu-prototype .icon.chevron-down {
        background-image: url("../_images/icon-chevron-down.png"); }
  .rs-megamenu-prototype .has-menu > a {
    font-weight: bold !important; }
  .rs-megamenu-prototype li {
    -webkit-transition: padding 250ms ease;
    -moz-transition: padding 250ms ease;
    -ms-transition: padding 250ms ease;
    -o-transition: padding 250ms ease;
    transition: padding 250ms ease;
    margin-bottom: -1px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .rs-megamenu-prototype li:last-child {
      border: 0;
      padding-bottom: 0; }
  .rs-megamenu-prototype h5 {
    margin-bottom: 20px; }
  .rs-megamenu-prototype a {
    position: relative;
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.85714286rem; }
  .rs-megamenu-prototype li:hover > a {
    color: #5b7f56; }
  .rs-megamenu-prototype ul ul {
    display: none; }
  .rs-megamenu-prototype ul ul ul ul {
    margin: 7px 0 5px 0;
    padding: 0 5px;
    background: #cfd5ce;
    background: rgba(0, 0, 0, 0.1); }
  .rs-megamenu-prototype ul ul li {
    border-bottom: 1px dotted #cfd5ce;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .rs-megamenu-prototype ul ul a {
    text-transform: none; }
    .rs-megamenu-prototype ul ul a:hover {
      text-decoration: underline; }
  .rs-megamenu-prototype ul ul ul a {
    font-weight: normal; }
  .rs-megamenu-prototype ul ul ul ul li {
    border-bottom: 1px solid #b9bfb8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .rs-megamenu-prototype ul ul ul ul li:last-child {
      padding-bottom: 5px; }
  .rs-megamenu-prototype ul ul ul ul a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.71428571rem; }

@media screen and (max-width: 800px) {
  .rs-megamenu-prototype .column {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px; }
    .rs-megamenu-prototype .column:last-child {
      margin: 0; } }
@media screen and (max-width: 650px) {
  .model-input-conditions {
    width: 100%; }
    .model-input-conditions .title-desc {
      padding-right: 0;
      margin-bottom: 5px; }
    .model-input-conditions .title-desc, .model-input-conditions .configurable-options {
      width: 100%; }

  .rs-figure {
    width: 100%;
    padding: 0; } }
@media screen and (max-width: 500px) {
  .megamenu-handle {
    width: 100%; }

  .rs-megamenu-prototype h5 {
    margin-bottom: 10px; }

  .content-wrapper {
    width: 100%;
    padding: 0; }

  .btn.aside-handle {
    display: block; }

  /* > deprecated.
  .main-aside {
  	@include transition(left, 250ms, ease);
  	border-right:1px solid #333;
  	z-index:100;
  	background:#333;
  	height:100%;
  	box-sizing:borderbox;
  	overflow:scroll;
  	max-width:90%;
  	width:$aside_width;
  	position:fixed;
  	top:0;
  	left:-$aside_width;
  	&.is-on {left:0;}
  }
  .main-nav {
  	margin-bottom:100px;
  }
  */
  .main-aside {
    width: 100%; }

  .main-nav {
    margin-bottom: 10px; }
    .main-nav ul.is-on {
      display: block; } }
@media screen and (max-width: 360px) {
  html {
    font-size: 70%; } }
