html {
	font-size: 100% !important;
}
div.esolution-view {
}

.esolution-view meta.foundation-version {
  font-family: "/5.5.3/"; }

.esolution-view meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

.esolution-view meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

.esolution-view meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

.esolution-view meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

.esolution-view meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

.esolution-view meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

.esolution-view meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

.esolution-view meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

.esolution-view meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

.esolution-view meta.foundation-data-attribute-namespace {
  font-family: false; }

.esolution-view *,
.esolution-view *:before,
.esolution-view *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* we might need ot set this on .esolution-view
body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }
*/

.esolution-view a:hover {
  cursor: pointer; }

.esolution-view img {
  max-width: 100%;
  height: auto; }

.esolution-view imolution-view   {
  -ms-interpolation-mode: bicubic; }

.esolution-view #map_canvas img,
.esolution-view #map_canvas embed,
.esolution-view #map_canvas object,
.esolution-view .map_canvas img,
.esolution-view .map_canvas embed,
.esolution-view .map_canvas object,
.esolution-view .mqa-display img,
.esolution-view .mqa-display embed,
.esolution-view .mqa-display object {
  max-width: none !important; }

.esolution-view .left {
  float: left !important; }

.esolution-view .right {
  float: right !important; }

.esolution-view .clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.esolution-view .clearfix:after {
  clear: both; }

.esolution-view .hide {
  display: none; }

.esolution-view .invisible {
  visibility: hidden; }

.esolution-view .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.esolution-view img {
  display: inline-block;
  vertical-align: middle; }

.esolution-view textarea {
  height: auto;
  min-height: 50px; }

.esolution-view select {
  width: 100%; }

.esolution-view button, .esolution-view .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  /*margin: 0 0 1.25rem;*/
  margin: 0 0 1rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /*padding: 1rem 2rem 2rem 2rem;*/
  padding: 1rem 2rem;
  font-size: 1rem;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .esolution-view button.success, .esolution-view .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #FFFFFF; }
.esolution-view button.success:hover, .esolution-view button.success:focus, .esolution-view .button.success:hover, .esolution-view .button.success:focus {
      background-color: #4a831c; }
.esolution-view button.success:hover, .esolution-view button.success:focus, .esolution-view .button.success:hover, .esolution-view .button.success:focus {
      color: #FFFFFF; }
.esolution-view button.alert, .esolution-view .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #FFFFFF; }
.esolution-view button.alert:hover, .esolution-view button.alert:focus, .esolution-view .button.alert:hover, .esolution-view .button.alert:focus {
      background-color: #9e0c0f; }
.esolution-view button.alert:hover, .esolution-view button.alert:focus, .esolution-view .button.alert:hover, .esolution-view .button.alert:focus {
      color: #FFFFFF; }
.esolution-view button.warning, .esolution-view .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
.esolution-view button.warning:hover, .esolution-view button.warning:focus, .esolution-view .button.warning:hover, .esolution-view .button.warning:focus {
      background-color: #cf6e0e; }
.esolution-view button.warning:hover, .esolution-view button.warning:focus, .esolution-view .button.warning:hover, .esolution-view .button.warning:focus {
      color: #FFFFFF; }
.esolution-view button.info, .esolution-view .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
.esolution-view button.info:hover, .esolution-view button.info:focus, .esolution-view .button.info:hover, .esolution-view .button.info:focus {
      background-color: #61b6d9; }
.esolution-view button.info:hover, .esolution-view button.info:focus, .esolution-view .button.info:hover, .esolution-view .button.info:focus {
      color: #FFFFFF; }
.esolution-view button.large, .esolution-view .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; 
}
.esolution-view button.small, .esolution-view .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
.esolution-view button.tiny, .esolution-view .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
.esolution-view button.expand, .esolution-view .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
.esolution-view button.left-align, .esolution-view .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
.esolution-view button.right-align, .esolution-view .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
.esolution-view button.radius, .esolution-view .button.radius {
    border-radius: 3px; }
.esolution-view button.round, .esolution-view .button.round {
    border-radius: 1000px; }
.esolution-view button.disabled, .esolution-view button[disabled], .esolution-view .button.disabled, .esolution-view .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
.esolution-view button.disabled:hover, .esolution-view button.disabled:focus, .esolution-view button[disabled]:hover, .esolution-view button[disabled]:focus, .esolution-view .button.disabled:hover, .esolution-view .button.disabled:focus, .esolution-view .button[disabled]:hover, .esolution-view .button[disabled]:focus {
      background-color: #2285a2; }
.esolution-view button.disabled:hover, .esolution-view button.disabled:focus, .esolution-view button[disabled]:hover, .esolution-view button[disabled]:focus, .esolution-view .button.disabled:hover, .esolution-view .button.disabled:focus, .esolution-view .button[disabled]:hover, .esolution-view .button[disabled]:focus {
      color: #FFFFFF; }
.esolution-view button.disabled:hover, .esolution-view button.disabled:focus, .esolution-view button[disabled]:hover, .esolution-view button[disabled]:focus, .esolution-view .button.disabled:hover, .esolution-view .button.disabled:focus, .esolution-view .button[disabled]:hover, .esolution-view .button[disabled]:focus {
      background-color: #2ba6cb; }
.esolution-view button.disabled.secondary, .esolution-view button[disabled].secondary, .esolution-view .button.disabled.secondary, .esolution-view .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
.esolution-view button.disabled.secondary:hover, .esolution-view button.disabled.secondary:focus, .esolution-view button[disabled].secondary:hover, .esolution-view button[disabled].secondary:focus, .esolution-view .button.disabled.secondary:hover, .esolution-view .button.disabled.secondary:focus, .esolution-view .button[disabled].secondary:hover, .esolution-view .button[disabled].secondary:focus {
        background-color: #bababa; }
.esolution-view button.disabled.secondary:hover, .esolution-view button.disabled.secondary:focus, .esolution-view button[disabled].secondary:hover, .esolution-view button[disabled].secondary:focus, .esolution-view .button.disabled.secondary:hover, .esolution-view .button.disabled.secondary:focus, .esolution-view .button[disabled].secondary:hover, .esolution-view .button[disabled].secondary:focus {
        color: #333333; }
.esolution-view button.disabled.secondary:hover, .esolution-view button.disabled.secondary:focus, .esolution-view button[disabled].secondary:hover, .esolution-view button[disabled].secondary:focus, .esolution-view .button.disabled.secondary:hover, .esolution-view .button.disabled.secondary:focus, .esolution-view .button[disabled].secondary:hover, .esolution-view .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
.esolution-view button.disabled.success, .esolution-view button[disabled].success, .esolution-view .button.disabled.success, .esolution-view .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      .esolution-view button.disabled.success:hover, .esolution-view button.disabled.success:focus, .esolution-view button[disabled].success:hover, .esolution-view button[disabled].success:focus, .esolution-view .button.disabled.success:hover, .esolution-view .button.disabled.success:focus, .esolution-view .button[disabled].success:hover, .esolution-view .button[disabled].success:focus {
        background-color: #4a831c; }
      .esolution-view button.disabled.success:hover, .esolution-view button.disabled.success:focus, .esolution-view button[disabled].success:hover, .esolution-view button[disabled].success:focus, .esolution-view .button.disabled.success:hover, .esolution-view .button.disabled.success:focus, .esolution-view .button[disabled].success:hover, .esolution-view .button[disabled].success:focus {
        color: #FFFFFF; }
      .esolution-view button.disabled.success:hover, .esolution-view button.disabled.success:focus, .esolution-view button[disabled].success:hover, .esolution-view button[disabled].success:focus, .esolution-view .button.disabled.success:hover, .esolution-view .button.disabled.success:focus, .esolution-view .button[disabled].success:hover, .esolution-view .button[disabled].success:focus {
        background-color: #5da423; }
    .esolution-view button.disabled.alert, .esolution-view button[disabled].alert, .esolution-view .button.disabled.alert, .esolution-view .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      .esolution-view button.disabled.alert:hover, .esolution-view button.disabled.alert:focus, .esolution-view button[disabled].alert:hover, .esolution-view button[disabled].alert:focus, .esolution-view .button.disabled.alert:hover, .esolution-view .button.disabled.alert:focus, .esolution-view .button[disabled].alert:hover, .esolution-view .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      .esolution-view button.disabled.alert:hover, .esolution-view button.disabled.alert:focus, .esolution-view button[disabled].alert:hover, .esolution-view button[disabled].alert:focus, .esolution-view .button.disabled.alert:hover, .esolution-view .button.disabled.alert:focus, .esolution-view .button[disabled].alert:hover, .esolution-view .button[disabled].alert:focus {
        color: #FFFFFF; }
      .esolution-view button.disabled.alert:hover, .esolution-view button.disabled.alert:focus, .esolution-view button[disabled].alert:hover, .esolution-view button[disabled].alert:focus, .esolution-view .button.disabled.alert:hover, .esolution-view .button.disabled.alert:focus, .esolution-view .button[disabled].alert:hover, .esolution-view .button[disabled].alert:focus {
        background-color: #c60f13; }
    .esolution-view button.disabled.warning, .esolution-view button[disabled].warning, .esolution-view .button.disabled.warning, .esolution-view .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      .esolution-view button.disabled.warning:hover, .esolution-view button.disabled.warning:focus, .esolution-view button[disabled].warning:hover, .esolution-view button[disabled].warning:focus, .esolution-view .button.disabled.warning:hover, .esolution-view .button.disabled.warning:focus, .esolution-view .button[disabled].warning:hover, .esolution-view .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      .esolution-view button.disabled.warning:hover, .esolution-view button.disabled.warning:focus, .esolution-view button[disabled].warning:hover, .esolution-view button[disabled].warning:focus, .esolution-view .button.disabled.warning:hover, .esolution-view .button.disabled.warning:focus, .esolution-view .button[disabled].warning:hover, .esolution-view .button[disabled].warning:focus {
        color: #FFFFFF; }
      .esolution-view button.disabled.warning:hover, .esolution-view button.disabled.warning:focus, .esolution-view button[disabled].warning:hover, .esolution-view button[disabled].warning:focus, .esolution-view .button.disabled.warning:hover, .esolution-view .button.disabled.warning:focus, .esolution-view .button[disabled].warning:hover, .esolution-view .button[disabled].warning:focus {
        background-color: #f08a24; }
    .esolution-view button.disabled.info, .esolution-view button[disabled].info, .esolution-view .button.disabled.info, .esolution-view .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      .esolution-view button.disabled.info:hover, .esolution-view button.disabled.info:focus, .esolution-view button[disabled].info:hover, .esolution-view button[disabled].info:focus, .esolution-view .button.disabled.info:hover, .esolution-view .button.disabled.info:focus, .esolution-view .button[disabled].info:hover, .esolution-view .button[disabled].info:focus {
        background-color: #61b6d9; }
      .esolution-view button.disabled.info:hover, .esolution-view button.disabled.info:focus, .esolution-view button[disabled].info:hover, .esolution-view button[disabled].info:focus, .esolution-view .button.disabled.info:hover, .esolution-view .button.disabled.info:focus, .esolution-view .button[disabled].info:hover, .esolution-view .button[disabled].info:focus {
        color: #FFFFFF; }
      .esolution-view button.disabled.info:hover, .esolution-view button.disabled.info:focus, .esolution-view button[disabled].info:hover, .esolution-view button[disabled].info:focus, .esolution-view .button.disabled.info:hover, .esolution-view .button.disabled.info:focus, .esolution-view .button[disabled].info:hover, .esolution-view .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 40.0625em) {
  .esolution-view button, .esolution-view .button {
    display: inline-block; } }
/* Standard Forms */
.esolution-view form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
.esolution-view form .row .row {
  margin: 0 -0.5rem; }
  .esolution-view form .row .row .column,
  .esolution-view form .row .row .columns {
    padding: 0 0.5rem; }
  .esolution-view form .row .row.collapse {
    margin: 0; }
    .esolution-view form .row .row.collapse .column,
    .esolution-view form .row .row.collapse .columns {
      padding: 0; }
    .esolution-view form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.esolution-view form .row input.column,
.esolution-view form .row input.columns,
.esolution-view form .row textarea.column,
.esolution-view form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
.esolution-view label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  .esolution-view label.right {
    float: none !important;
    text-align: right; }
  .esolution-view label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  .esolution-view label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.esolution-view .prefix,
.esolution-view .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.esolution-view .postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.esolution-view .prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.esolution-view .prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.esolution-view .postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.esolution-view .prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.esolution-view .postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
.esolution-view span.prefix, .esolution-view label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

.esolution-view span.postfix, .esolution-view label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
.esolution-view input:not([type]), .esolution-view input[type="text"], .esolution-view input[type="password"], .esolution-view input[type="date"], .esolution-view input[type="datetime"], .esolution-view input[type="datetime-local"], .esolution-view input[type="month"], .esolution-view input[type="week"], .esolution-view input[type="email"], .esolution-view input[type="number"], .esolution-view input[type="search"], .esolution-view input[type="tel"], .esolution-view input[type="time"], .esolution-view input[type="url"], .esolution-view input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  .esolution-view input:not([type]):focus, .esolution-view input[type="text"]:focus, .esolution-view input[type="password"]:focus, .esolution-view input[type="date"]:focus, .esolution-view input[type="datetime"]:focus, .esolution-view input[type="datetime-local"]:focus, .esolution-view input[type="month"]:focus, .esolution-view input[type="week"]:focus, .esolution-view input[type="email"]:focus, .esolution-view input[type="number"]:focus, .esolution-view input[type="search"]:focus, .esolution-view input[type="tel"]:focus, .esolution-view input[type="time"]:focus, .esolution-view input[type="url"]:focus, .esolution-view input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  .esolution-view input:not([type]):disabled, .esolution-view input[type="text"]:disabled, .esolution-view input[type="password"]:disabled, .esolution-view input[type="date"]:disabled, .esolution-view input[type="datetime"]:disabled, .esolution-view input[type="datetime-local"]:disabled, .esolution-view input[type="month"]:disabled, .esolution-view input[type="week"]:disabled, .esolution-view input[type="email"]:disabled, .esolution-view input[type="number"]:disabled, .esolution-view input[type="search"]:disabled, .esolution-view input[type="tel"]:disabled, .esolution-view input[type="time"]:disabled, .esolution-view input[type="url"]:disabled, .esolution-view input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  .esolution-view input:not([type])[disabled], .esolution-view input:not([type])[readonly], fieldset[disabled] .esolution-view input:not([type]), .esolution-view input[type="text"][disabled], .esolution-view input[type="text"][readonly], fieldset[disabled] .esolution-view input[type="text"], .esolution-view input[type="password"][disabled], .esolution-view input[type="password"][readonly], fieldset[disabled] .esolution-view input[type="password"], .esolution-view input[type="date"][disabled], .esolution-view input[type="date"][readonly], fieldset[disabled] .esolution-view input[type="date"], .esolution-view input[type="datetime"][disabled], .esolution-view input[type="datetime"][readonly], fieldset[disabled] .esolution-view input[type="datetime"], .esolution-view input[type="datetime-local"][disabled], .esolution-view input[type="datetime-local"][readonly], fieldset[disabled] .esolution-view input[type="datetime-local"], .esolution-view input[type="month"][disabled], .esolution-view input[type="month"][readonly], fieldset[disabled] .esolution-view input[type="month"], .esolution-view input[type="week"][disabled], .esolution-view input[type="week"][readonly], fieldset[disabled] .esolution-view input[type="week"], .esolution-view input[type="email"][disabled], .esolution-view input[type="email"][readonly], fieldset[disabled] .esolution-view input[type="email"], .esolution-view input[type="number"][disabled], .esolution-view input[type="number"][readonly], fieldset[disabled] .esolution-view input[type="number"], .esolution-view input[type="search"][disabled], .esolution-view input[type="search"][readonly], fieldset[disabled] .esolution-view input[type="search"], .esolution-view input[type="tel"][disabled], .esolution-view input[type="tel"][readonly], fieldset[disabled] .esolution-view input[type="tel"], .esolution-view input[type="time"][disabled], .esolution-view input[type="time"][readonly], fieldset[disabled] .esolution-view input[type="time"], .esolution-view input[type="url"][disabled], .esolution-view input[type="url"][readonly], fieldset[disabled] .esolution-view input[type="url"], .esolution-view input[type="color"][disabled], .esolution-view input[type="color"][readonly], fieldset[disabled] .esolution-view input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  .esolution-view input:not([type]).radius, .esolution-view input[type="text"].radius, .esolution-view input[type="password"].radius, .esolution-view input[type="date"].radius, .esolution-view input[type="datetime"].radius, .esolution-view input[type="datetime-local"].radius, .esolution-view input[type="month"].radius, .esolution-view input[type="week"].radius, .esolution-view input[type="email"].radius, .esolution-view input[type="number"].radius, .esolution-view input[type="search"].radius, .esolution-view input[type="tel"].radius, .esolution-view input[type="time"].radius, .esolution-view input[type="url"].radius, .esolution-view input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

.esolution-view form .row .prefix-radius.row.collapse input,
.esolution-view form .row .prefix-radius.row.collapse textarea,
.esolution-view form .row .prefix-radius.row.collapse select,
.esolution-view form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
.esolution-view form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.esolution-view form .row .postfix-radius.row.collapse input,
.esolution-view form .row .postfix-radius.row.collapse textarea,
.esolution-view form .row .postfix-radius.row.collapse select,
.esolution-view form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.esolution-view form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
.esolution-view form .row .prefix-round.row.collapse input,
.esolution-view form .row .prefix-round.row.collapse textarea,
.esolution-view form .row .prefix-round.row.collapse select,
.esolution-view form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
.esolution-view form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.esolution-view form .row .postfix-round.row.collapse input,
.esolution-view form .row .postfix-round.row.collapse textarea,
.esolution-view form .row .postfix-round.row.collapse select,
.esolution-view form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.esolution-view form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.esolution-view input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
.esolution-view textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
.esolution-view textarea {
  max-width: 100%; }

.esolution-view ::-webkit-input-placeholder {
  color: #666666; }

.esolution-view :-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

.esolution-view ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

.esolution-view :-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
.esolution-view select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
 font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
.esolution-view select::-ms-expand {
    display: none; }
.esolution-view select.radius {
    border-radius: 3px; }
.esolution-view select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
.esolution-view select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
.esolution-view select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
.esolution-view input[type="file"],
.esolution-view input[type="checkbox"],
.esolution-view input[type="radio"],
.esolution-view select {
  margin: 0 0 1rem 0; }

.esolution-view input[type="checkbox"] + label,
.esolution-view input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
.esolution-view input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
.esolution-view fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
.esolution-view fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
		width: inherit !important;
    padding: 0 0.1875rem; }

/* Error Handling */
.esolution-view [data-abide] .error small.error, .esolution-view [data-abide] .error span.error, .esolution-view [data-abide] span.error, .esolution-view [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF; }
.esolution-view [data-abide] span.error, .esolution-view [data-abide] small.error {
  display: none; }

.esolution-view span.error, .esolution-view small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF; }
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }
.error span.error-message {
  display: block; }

.esolution-view input.error,
.esolution-view textarea.error,
.esolution-view select.error {
  margin-bottom: 0; }

.esolution-view label.error {
  color: #c60f13; }


.esolution-view .top-bar {
	margin: 0 -0.9375em 0 -0.9375em;
}
.esolution-view .top-bar, .esolution-view .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
	background: #ddd;
	color: #333;
}
.esolution-view .top-bar .name h1 a {
	color: #333;
}






/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
   font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: white;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008cba;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: white; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #007095;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43ac6a;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: white; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: white; }
    .top-bar-section ul li > button {
font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008cba;
      border-color: #007095;
      color: white; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: white; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #007095;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #007095; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43ac6a;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #007095; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: white; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #007095; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: white; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: white; }
    .top-bar-section ul li.active > a {
      background: #008cba;
      color: white; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
font-size: 0.625rem;}

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      /*background: #333333;*/ }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        /*background-color: #555555;
        background: #272727;*/
				background: rgba(0,0,0,0.68);}
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: white;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: white;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background:#FF0000; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px rgba(0,0,0,0.18);
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }

.esolution-view .tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .esolution-view .tabs:before, .esolution-view .tabs:after {
    content: " ";
    display: table; }
  .esolution-view .tabs:after {
    clear: both; }
  .esolution-view .tabs dd, .esolution-view .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .esolution-view .tabs dd > a, .esolution-view .tabs .tab-title > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding: 1rem; /* Edited from 1rem 2rem to decrease width of tabs. */
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .esolution-view .tabs dd > a:hover, .esolution-view .tabs .tab-title > a:hover {
        background: #e1e1e1; }
    .esolution-view .tabs dd.active a, .esolution-view .tabs .tab-title.active a {
      background: white;
      color: #222222; }
  .esolution-view .tabs.radius dd:first-child a, .esolution-view .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .esolution-view .tabs.radius dd:last-child a, .esolution-view .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .esolution-view .tabs.vertical dd, .esolution-view .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.esolution-view .tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .esolution-view .tabs-content:before, .esolution-view .tabs-content:after {
    content: " ";
    display: table; }
  .esolution-view .tabs-content:after {
    clear: both; }
  .esolution-view .tabs-content > .content {
    display: none !important;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .esolution-view .tabs-content > .content.active {
      display: block !important;
      float: none;
      max-height: unset;
    }
    .esolution-view .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .esolution-view .tabs-content.vertical {
    display: block; }
    .esolution-view .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .esolution-view .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .esolution-view .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
.no-js .esolution-view .tabs-content > .content.active {
  display: block !important;
  float: none; }

