/*--------------------------Browswer Reset--------------------------------*/
@import url("https://use.typekit.net/ywk2chf.css");
html,
body,
div,
h1,
h2,
h3,
ul,
ol,
form,
fieldset,
input,
textarea {
  font-size: 100%;
  margin: 0pt;
  padding: 0pt;
}
html {
  font-size: 62.5%;
  font-size: 10px;
}
body,
body.LTR,
body.RTL {
  background: #404040;
  width: 100%;
  color: #454545;
  font-family: open-sans, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
fieldset {
  border: 0pt none;
}
hr {
  width: 665px;
  height: 31px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  clear: both;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: open-sans, sans-serif;
  color: #000;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000;
}
li {
  list-style-type: none;
}
a {
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  color: #000;
  font-family: Arial, sans-serif;
}
a:hover {
  text-decoration: none;
  background-color: none;
}
a,
img {
  border: 0pt none;
}
@media screen and (max-width: 650px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }
  select {
    font-size: 16px !important;
  }
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  visibility: hidden;
}
/*-------------------End of Reset--------------------*/
.transitionAnim {
  transition: all ease-in-out 0.3s;
}
.outer-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inner-wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.stree-moduleBase {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
}
.stree-pageContentPad {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.input-group-text,
label {
  width: auto;
  font-weight: bold;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.form-control,
.input-group-text {
  font-size: unset;
}
form {
  width: 100%;
}
form .stree-formInner-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
form .stree-formInner-wrap.stree-edtForm {
  border-left: solid 3px #cccccc;
  padding-left: 20px;
}
form .stree-formInner-wrap.stree-edtForm h4 {
  padding-bottom: 2px;
  margin-bottom: 3px;
}
form .stree-formInner-wrap.stree-edtForm h4 a.badge,
form .stree-formInner-wrap.stree-edtForm h4 button.badge {
  font-weight: normal;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 11px;
  padding: 2px 6px;
  text-transform: none;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}
form .stree-formInner-wrap.stree-edtForm h4 a.badge:hover,
form .stree-formInner-wrap.stree-edtForm h4 button.badge:hover {
  opacity: 1;
  background-color: #cb3a49;
  border: solid 1px #922732;
}
form .stree-formInner-wrap .form-group {
  width: 45%;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-select {
  display: none;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default {
  padding: 0;
  border-radius: 3px;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default .k-numeric-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default .k-picker-wrap:before,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default .k-picker-wrap:before {
  display: none;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default .k-i-close,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default .k-i-close {
  right: 8px;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default .k-input,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default .k-input {
  height: 3.2rem;
  border-radius: 3px;
  padding: 0;
  height: 32px;
  padding: 0 32px 0 0;
}
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-dropdown-wrap .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-dropdown-wrap .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-dropdown-wrap .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-dropdown-wrap .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox .k-state-default .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown .k-combobox-clearable .k-state-default .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox .k-state-default .k-select,
form .stree-formInner-wrap .form-group.stree-hideDropdown.k-combobox-clearable .k-state-default .k-select {
  display: none;
}
form .stree-formInner-wrap .form-group.stree-fullWidth {
  width: 100%;
}
form .stree-formInner-wrap .form-group.stree-fullWidth > .form-control:required {
  border-left: solid 6px #a62c39;
}
form .stree-formInner-wrap .form-group.stree-fullWidth > .form-control:required.k-autocomplete.k-state-default,
form .stree-formInner-wrap .form-group.stree-fullWidth > .form-control:required.k-dropdown-wrap.k-state-default,
form .stree-formInner-wrap .form-group.stree-fullWidth > .form-control:required.k-numeric-wrap.k-state-default,
form .stree-formInner-wrap .form-group.stree-fullWidth > .form-control:required.k-picker-wrap.k-state-default {
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left: solid 6px #a62c39;
}
form .stree-formInner-wrap .form-group:nth-of-type(even) {
  margin-left: auto;
}
form button[type="submit"],
form div.btn-group {
  float: right;
}
.stree-kendoInput {
  height: 3.2rem;
  border-radius: 3px;
  padding: 0;
}
.stree-requiredInput {
  border-left: solid 6px #a62c39;
}
.stree-requiredInput.k-autocomplete.k-state-default,
.stree-requiredInput.k-dropdown-wrap.k-state-default,
.stree-requiredInput.k-numeric-wrap.k-state-default,
.stree-requiredInput.k-picker-wrap.k-state-default {
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left: solid 6px #a62c39;
}
.stree-hide-kendoCombo .k-combobox .k-select,
.stree-hide-kendoCombo .k-combobox-clearable .k-select,
.stree-hide-kendoCombo.k-combobox .k-select,
.stree-hide-kendoCombo.k-combobox-clearable .k-select {
  display: none;
}
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap,
.stree-hide-kendoCombo .k-combobox .k-state-default,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default,
.stree-hide-kendoCombo.k-combobox .k-state-default,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default {
  padding: 0;
  border-radius: 3px;
}
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap:before,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap:before,
.stree-hide-kendoCombo .k-combobox .k-state-default:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default:before,
.stree-hide-kendoCombo.k-combobox .k-state-default:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default:before,
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap .k-numeric-wrap:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap .k-numeric-wrap:before,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap .k-numeric-wrap:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap .k-numeric-wrap:before,
.stree-hide-kendoCombo .k-combobox .k-state-default .k-numeric-wrap:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default .k-numeric-wrap:before,
.stree-hide-kendoCombo.k-combobox .k-state-default .k-numeric-wrap:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default .k-numeric-wrap:before,
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap .k-picker-wrap:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap .k-picker-wrap:before,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap .k-picker-wrap:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap .k-picker-wrap:before,
.stree-hide-kendoCombo .k-combobox .k-state-default .k-picker-wrap:before,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default .k-picker-wrap:before,
.stree-hide-kendoCombo.k-combobox .k-state-default .k-picker-wrap:before,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default .k-picker-wrap:before {
  display: none;
}
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap .k-i-close,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap .k-i-close,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap .k-i-close,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap .k-i-close,
.stree-hide-kendoCombo .k-combobox .k-state-default .k-i-close,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default .k-i-close,
.stree-hide-kendoCombo.k-combobox .k-state-default .k-i-close,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default .k-i-close {
  right: 8px;
}
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap .k-input,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap .k-input,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap .k-input,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap .k-input,
.stree-hide-kendoCombo .k-combobox .k-state-default .k-input,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default .k-input,
.stree-hide-kendoCombo.k-combobox .k-state-default .k-input,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default .k-input {
  height: 3.2rem;
  border-radius: 3px;
  padding: 0;
  height: 32px;
  padding: 0 32px 0 0;
}
.stree-hide-kendoCombo .k-combobox .k-dropdown-wrap .k-select,
.stree-hide-kendoCombo .k-combobox-clearable .k-dropdown-wrap .k-select,
.stree-hide-kendoCombo.k-combobox .k-dropdown-wrap .k-select,
.stree-hide-kendoCombo.k-combobox-clearable .k-dropdown-wrap .k-select,
.stree-hide-kendoCombo .k-combobox .k-state-default .k-select,
.stree-hide-kendoCombo .k-combobox-clearable .k-state-default .k-select,
.stree-hide-kendoCombo.k-combobox .k-state-default .k-select,
.stree-hide-kendoCombo.k-combobox-clearable .k-state-default .k-select {
  display: none;
}
.tooltip-inner {
  font-size: 1.1rem;
  font-family: open-sans, sans-serif;
}
.stree-gridToolbar-fill .k-grid .k-header.k-grid-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.stree-gridToolbar-fill .k-grid .k-header.k-grid-toolbar > .k-combobox-clearable {
  width: 100%;
  padding-right: 10px;
}
.stree-gridToolbar-fill .k-grid .k-header.k-grid-toolbar > .btn-group,
.stree-gridToolbar-fill .k-grid .k-header.k-grid-toolbar > .btn {
  margin-left: auto;
}
.btnLink-danger {
  color: #cb3a49;
}
.btnLink-danger:hover {
  color: #cb3a49;
}
.btnLink-caution {
  color: #f7a749;
}
.btnLink-caution:hover {
  color: #f7a749;
}
.btnLink-success {
  color: #529342;
}
.btnLink-success:hover {
  color: #529342;
}
.btnLink-primary {
  color: #2584a3;
}
.btnLink-primary:hover {
  color: #2584a3;
}
.btn {
  font-size: 1.4rem;
  font-family: open-sans, sans-serif;
}
.main-nav {
  font-family: roboto-slab, serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.sub-nav {
  font-family: roboto-slab, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.base-font {
  font-family: open-sans, sans-serif;
  font-style: normal;
  color: #454545;
}
.stree-pageHead {
  font-size: 2.4rem;
  font-style: normal;
  text-transform: uppercase;
  line-height: 2.4rem;
  border-bottom: solid 1px #cccccc;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-pageHead span.fa {
  padding-right: 0.5rem;
}
.stree-pageHead small {
  align-self: center;
  padding-left: 0.5rem;
  font-family: open-sans-condensed, sans-serif;
}
.stree-pageHead small > sup {
  text-transform: none;
}
.stree-pageHead a.btn,
.stree-pageHead button.btn,
.stree-pageHead span.btn-group {
  text-transform: none;
  margin-left: auto;
}
.stree-pageHead span.btn-group .btn-warning {
  background: rgba(240, 173, 78, 0.8);
  border-color: rgba(238, 162, 54, 0.8);
  color: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 5px #de8a13;
}
.stree-pageHead span.btn-group .btn-warning:hover {
  background: #f0ad4e;
  border-color: #eea236;
  box-shadow: 0 0 8px #c0c0c0, inset 0 0 5px #f8d9ac;
}
.stree-pageHead span.btn-group .dropdown-menu {
  /*.removeCta;*/
}
.stree-pageHead span.btn-group .dropdown-menu li a.stree-btnLink-caution {
  color: #f7a749;
}
.stree-pageHead span.btn-group .dropdown-menu li a.stree-btnLink-caution:hover {
  color: #f7a749;
}
.stree-pageHead span.btn-group .dropdown-menu li a.stree-btnLink-primary {
  color: #2584a3;
}
.stree-pageHead span.btn-group .dropdown-menu li a.stree-btnLink-primary:hover {
  color: #2584a3;
}
.stree-pageHead > span.stree-requiredNote {
  border-left: solid 6px #a62c39;
  color: #555;
  font-style: italic;
  margin-left: auto;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  height: 25px;
  padding-left: 8px;
  display: flex;
  justify-content: center;
  opacity: 0.75;
}
.stree-contentHead {
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-sectionHead {
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #595959;
  text-transform: uppercase;
}
.stree-contentCopy {
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
.editCta a.badge,
.addCta a.badge,
.removeCta a.badge,
.editCta button.badge,
.addCta button.badge,
.removeCta button.badge {
  font-weight: normal;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 11px;
  padding: 2px 6px;
  text-transform: none;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}
.editCta a.badge:hover,
.editCta button.badge:hover {
  opacity: 1;
  background-color: #f7a749;
  border: solid 1px #e9830a;
}
.addCta a.badge:hover,
.addCta button.badge:hover {
  opacity: 1;
  background-color: #529342;
  border: solid 1px #355e2a;
}
.removeCta a.badge:hover,
.removeCta button.badge:hover {
  opacity: 1;
  background-color: #cb3a49;
  border: solid 1px #922732;
}
.externalLink:after {
  content: "\f08e";
  color: #e57244;
  display: inline-block;
  opacity: 0;
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s ease-in-out;
}
.externalLink:hover:after {
  opacity: 1;
}
.stree-noEntity {
  width: 98%;
  opacity: 0.8;
  border-style: dashed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 15px auto;
}
.stree-noEntity span.fa {
  font-size: 60px;
  opacity: 0.2;
  position: absolute;
  left: 8%;
  top: 6px;
}
.stree-noEntity h5,
.stree-noEntity p {
  width: 100%;
  display: block;
  text-align: left;
  margin-left: 18%;
}
.stree-noEntity h5 {
  padding: 0 0 5px;
}
.stree-noEntity > p {
  margin: 0 0 0 inherit;
  padding: 0;
}
#alertContainer {
  width: 100%;
}
form .form-group input.parsley-error {
  border-color: #a62c39;
  background: #f6dbde;
}
form .form-group input.parsley-error:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d6626e;
}
ul.parsley-errors-list {
  color: #a62c39;
  padding-top: 3px;
}
ul.parsley-errors-list li {
  padding-left: 6px;
}
ul.parsley-errors-list li:first-child:before {
  content: "\f062";
  font-family: FontAwesome;
  padding-right: 5px;
}
.stree-mainHeader-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: url('/img/headBg.jpg') center bottom no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-mainHeader-outer .stree-mainHeader-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 6rem;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap {
  max-width: 32rem;
  width: 100%;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a {
  max-width: 32rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a img.stree-headerLogo-desk {
  max-width: 30rem;
  max-height: 5.247rem;
  width: 100%;
  opacity: 1;
  position: absolute;
  z-index: 5;
  transition: all ease-in-out 0.3s;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a img.stree-headerLogo-resp {
  max-width: 4.26rem;
  max-height: 5.247rem;
  width: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 850px) {
  .stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a img.stree-headerLogo-desk {
    opacity: 0;
    width: 0;
    transition: all ease-in-out 0.3s;
  }
  .stree-mainHeader-outer .stree-mainHeader-inner .stree-headerLogo-wrap a img.stree-headerLogo-resp {
    opacity: 1;
    width: 100%;
    transition: all ease-in-out 0.3s;
  }
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav .stree-instancePicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: auto;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav .stree-instancePicker .input-group .input-group-addon {
  border-radius: 0;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account {
  height: 6rem;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  border-left: dashed 1px #cccccc;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account .caret {
  margin-right: 5px;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account .stree-accountIcon {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #404040;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account .stree-accountIcon:hover {
  box-shadow: #000000 0 0 0.8rem;
  background-color: #fff;
  border-color: #fff;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account .stree-accountIcon .stree-accountIconInner {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  color: #404040;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account .stree-accountIcon .stree-accountIconInner:hover {
  border-color: #fff;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account > .dropdown-menu {
  min-width: 220px;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account > .dropdown-menu > li:last-of-type {
  display: block;
  overflow: hidden;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account > .dropdown-menu > li:last-of-type a {
  display: block;
  color: gray;
  border: solid 1px gray;
  background-color: #fff;
  margin: 0 20px 3px;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account > .dropdown-menu > li:last-of-type a.label-danger:hover {
  background-color: red;
  border-color: #de0000;
  color: #fff;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .stree-account > .dropdown-menu > li:last-of-type a .fa {
  margin-left: 4px;
}
.stree-mainHeader-outer .stree-mainHeader-inner .stree-headerNav > .btn {
  white-space: nowrap;
}
.stree-mainHeader-outer .stree-subHeader-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #f4f4f4;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 2rem;
  font-family: roboto-slab, serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a span.fa {
  margin-right: 0.3rem;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:nth-child(5n):hover span.fa {
  color: #529342;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:nth-child(5n - 1):hover span.fa {
  color: #2584a3;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:nth-child(5n - 2):hover span.fa {
  color: #f7a749;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:nth-child(5n - 3):hover span.fa {
  color: #e57244;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:nth-child(5n - 4):hover span.fa {
  color: #cb3a49;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:last-child {
  margin-right: 0;
}
.stree-mainHeader-outer .stree-subHeader-outer .stree-subHeader-inner nav a:visited {
  text-decoration: none;
  outline: none;
}
.stree-content-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #ffffff;
}
.stree-content-outer .stree-content-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 600px) {
  .stree-content-outer .stree-content-inner {
    transition: all ease-in-out 0.3s;
  }
}
.stree-selfHelp-auth {
  max-width: 90%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.stree-selfHelp-auth .stree-selfHelp-form {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 4rem 1.5rem 0;
}
.stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap {
  padding-bottom: 0.5rem;
}
.stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-group.stree-fullWidth {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-group.stree-fullWidth > label {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-group.stree-fullWidth > .form-control {
  text-align: right;
}
.stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-text {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  text-align: right;
}
.stree-selfHelp-auth .stree-selfHelp-content {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 4rem;
  border-left: solid 0.5rem #f4f4f4;
  padding: 1.5rem 0 1.5rem 4rem;
}
.stree-selfHelp-auth .stree-selfHelp-content h1 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0 0 0.5rem;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-selfHelp-auth .stree-selfHelp-content p {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .stree-selfHelp-auth {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stree-selfHelp-auth .stree-selfHelp-form,
  .stree-selfHelp-auth .stree-selfHelp-content {
    max-width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .stree-selfHelp-auth .stree-selfHelp-content {
    order: 1;
    border-left: none;
    border-bottom: solid 0.5rem #f4f4f4;
    padding: 1.5rem 0 4rem 0;
  }
  .stree-selfHelp-auth .stree-selfHelp-content h1,
  .stree-selfHelp-auth .stree-selfHelp-content p {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .stree-selfHelp-auth .stree-selfHelp-form {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  .stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-group.stree-fullWidth {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-group.stree-fullWidth > .form-control {
    text-align: left;
  }
  .stree-selfHelp-auth .stree-selfHelp-form > form > .stree-formInner-wrap > .form-text {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.stree-ordrInfo-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap {
  width: 100%;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-head,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-head {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  font-style: normal;
  text-transform: uppercase;
  color: #595959;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-summaryInner,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-summaryInner,
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-billpayInner,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner {
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap {
  max-width: 30%;
  transition: all ease-in-out 0.3s;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-summaryInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-summaryInner .stree-ordrInfo-summaryItem {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0.3rem;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-summaryInner .stree-ordrInfo-summaryItem > label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap .stree-ordrInfo-summaryInner .stree-ordrInfo-summaryItem > span {
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap {
  max-width: 68%;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all ease-in-out 0.3s;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap {
  max-width: 49%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all ease-in-out 0.3s;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap .stree-ordrInfo-billpayItem,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap .stree-ordrInfo-billpayItem {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap .stree-ordrInfo-billpayItem > label,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap .stree-ordrInfo-billpayItem > label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap .stree-ordrInfo-billpayItem > span,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap .stree-ordrInfo-billpayItem > span {
  width: 100%;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  white-space: pre-line;
}
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap .stree-ordrInfo-billpayItem > span > span.fab,
.stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap .stree-ordrInfo-billpayItem > span > span.fab {
  margin-left: 0.3rem;
}
@media screen and (max-width: 960px) {
  .stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap {
    min-width: 25rem;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap {
    width: calc(98% - 250px);
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (max-width: 850px) {
  .stree-ordrInfo-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap,
  .stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap {
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrInfo-wrap .stree-ordrInfo-summaryWrap {
    margin-bottom: 2%;
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .stree-ordrInfo-wrap {
    transition: all ease-in-out 0.3s;
    order: 3;
  }
  .stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-billingWrap,
  .stree-ordrInfo-wrap .stree-ordrInfo-billpayWrap .stree-ordrInfo-billpayInner .stree-ordrInfo-paymentWrap {
    max-width: 100%;
    transition: all ease-in-out 0.3s;
  }
}
.stree-ordrItems-wrap {
  max-width: 75%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all ease-in-out 0.3s;
}
.stree-ordrItems-wrap h2 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #595959;
  text-transform: uppercase;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap {
  width: 100%;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  margin-bottom: 2rem;
  transition: all ease-in-out 0.3s;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all ease-in-out 0.3s;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 2%;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp span {
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp span:nth-of-type(2) {
  font-size: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head > a {
  margin-left: auto;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap {
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailInner-graphic {
  max-width: 15rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailInner-graphic img {
  width: 100%;
  display: block;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup {
  max-width: 100%;
  width: calc(100% - 170px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup .stree-virtDetailsInner-infoItem {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup .stree-virtDetailsInner-infoItem label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup .stree-virtDetailsInner-infoItem span {
  max-width: 100%;
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  text-wrap: normal;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup .stree-virtDetailsInner-infoItem:last-of-type {
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsCta {
  width: auto;
  margin: 0 auto;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #f4f4f4;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0.5rem;
  max-width: 96%;
  width: 100%;
  background: #ffffff;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance:not(last-of-type) {
  margin-bottom: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem {
  width: 48%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*&:last-of-type{
                                    span{
                                        line-height: 1;
                                        padding-bottom: 0;
                                        font-size: 2.6rem;
                                        font-weight: 700;
                                        letter-spacing: .2rem;
                                    }
                                }*/
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem label {
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem span {
  width: 100%;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem span.badge {
  width: auto;
  margin-left: auto;
  text-transform: capitalize;
  font-size: 95%;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem span.badge > span {
  margin-left: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem .stree-infoItem-descText {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem:first-of-type span {
  line-height: 1;
  padding-bottom: 0.3rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem:first-of-type span.stree-infoItem-descText {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem:nth-of-type(2) {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem:nth-of-type(2) label,
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info .stree-prodInstance-infoItem:nth-of-type(2) span {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas > a {
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap:after {
  content: '';
  width: 0.2rem;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 2.5%;
  z-index: 1;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp {
  width: 100%;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  position: relative;
  z-index: 5;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 2%;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp span {
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp span:nth-of-type(2),
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp span:nth-of-type(3) {
  font-size: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head > a {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp {
    max-width: calc(50% - 50px);
    width: 100%;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp:first-of-type {
    order: 1;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp:nth-of-type(2) {
    order: 2;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head .stree-physicalItem-headGrp:nth-of-type(3) {
    order: 3;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head a.btn {
    order: 4;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo.alert-info {
  border-style: dashed;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo.alert-info.alert {
  border-style: dashed;
  border-radius: 0;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo > .alert-heading {
  padding-bottom: 0.5rem;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  color: #31708f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo > .alert-heading > .badge {
  font-weight: normal;
  color: #ffffff;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo > p {
  font-family: open-sans, sans-serif;
  font-size: 1.4rem;
  color: #31708f;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalItem-shipInfo > p:last-of-type {
  margin-bottom: 0;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem {
  width: 95%;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  margin-left: auto;
  margin-top: 1rem;
  position: relative;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem:before {
  content: '';
  width: 100%;
  height: 0.2rem;
  background-color: #cccccc;
  position: absolute;
  left: -2.5%;
  z-index: -1;
  top: 2rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead .stree-physicalItem-instanceHeadGrp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 3rem;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead .stree-physicalItem-instanceHeadGrp label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead .stree-physicalItem-instanceHeadGrp span {
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead .stree-physicalItem-instanceHeadGrp span:nth-of-type(2) {
  font-size: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap {
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailInner-graphic {
  max-width: 15rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailInner-graphic img {
  width: 100%;
  display: block;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup {
  max-width: 100%;
  width: calc(100% - 170px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup .stree-physicalDetailsInner-infoItem {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup .stree-physicalDetailsInner-infoItem label {
  width: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup .stree-physicalDetailsInner-infoItem span {
  width: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup .stree-physicalDetailsInner-infoItem:last-of-type {
  width: 100%;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance {
  max-width: 49%;
  width: 100%;
  padding: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0.5rem;
  background: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem {
  width: 48%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem label {
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.1rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem span {
  width: 100%;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem .stree-infoItem-descText {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:first-of-type span {
  line-height: 1;
  padding-bottom: 0.3rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:first-of-type span.stree-infoItem-descText {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:last-of-type {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: auto;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:last-of-type label,
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:last-of-type span {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance .stree-prodInstance-infoItem:last-of-type span {
  line-height: 1;
  padding-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 600px) {
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance {
    max-width: 100%;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInstances .stree-physicalInstance:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsCta {
  width: auto;
  margin: 0 auto;
}
.stree-ordrFaq-wrap {
  max-width: 25%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  transition: all ease-in-out 0.3s;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module .card-header,
.stree-ordrFaq-wrap .stree-ordrFaq-module .card-body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module .card-header {
  font-family: exo-soft, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background: rgba(240, 173, 78, 0.45);
  color: #8a6d3b;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module > .card-body {
  position: relative;
  z-index: 5;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(240, 173, 78, 0.2);
  color: #8a6d3b;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module > .card-body span.fad.fa-question-circle {
  font-size: 90px;
  opacity: 0.2;
  position: absolute;
  left: 75%;
  top: 50%;
  margin-top: -4.5rem;
  transform: rotate(18deg);
  color: #f7a749;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module > .card-body p {
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  color: #8a6d3b;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module > .card-body > .btn {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  opacity: 0.8;
  transition: all ease-in-out 0.3s;
}
.stree-ordrFaq-wrap .stree-ordrFaq-module > .card-body > .btn:hover {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 1070px) {
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info,
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas {
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: unset;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas > a {
    width: auto;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas > a:not(:last-of-type) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 850px) {
  .stree-ordrItems-wrap,
  .stree-ordrFaq-wrap {
    max-width: 100%;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrFaq-wrap {
    order: 1;
    padding: 0 0 4% 0;
  }
  .stree-ordrItems-wrap {
    order: 2;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-info,
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas {
    max-width: 100%;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: unset;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas > a {
    width: auto;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-prodListWrap .stree-virtItem-prodInstance .stree-prodInstance-ctas > a:not(:last-of-type) {
    margin-right: 1rem;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalGrp .stree-physicalGrp-head {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-physicalItem-instanceHead {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 770px) {
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailInner-graphic {
    padding-bottom: 1rem;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailsInner-infoGroup .stree-virtDetailsInner-infoItem {
    width: 100%;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup .stree-physicalDetailsInner-infoItem {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    transition: all ease-in-out 0.3s;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp {
    max-width: calc(50% - 50px);
    width: 100%;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp:first-of-type {
    order: 1;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp:nth-of-type(2) {
    order: 2;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp:nth-of-type(3) {
    order: 4;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head .stree-virtItem-headGrp:last-of-type {
    order: 5;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-virtItem-head a.btn {
    order: 3;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stree-ordrItems-wrap .stree-ordrItems-virtWrap .stree-ordrItems-virtDetailsWrap .stree-ordrItems-virtDetailInner .stree-virtDetailInner-graphic {
    max-width: 90%;
    margin: 0 auto;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailInner-graphic {
    max-width: 90%;
    margin: 0 auto;
  }
  .stree-ordrItems-wrap .stree-ordrItems-physicalWrap .stree-ordrItems-physicalItem .stree-ordrItems-physicalDetailsWrap .stree-ordrItems-physicalDetailInner .stree-physicalDetailsInner-infoGroup {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
  }
}
.stree-resendVirt-wrap {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.stree-resendVirt-wrap .stree-resendVirt-copyWrap {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 4rem;
}
.stree-resendVirt-wrap .stree-resendVirt-copyWrap h1 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: right;
  margin: 0;
  padding: 0 0 0.5rem;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-resendVirt-wrap .stree-resendVirt-copyWrap p {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
.stree-resendVirt-wrap .stree-resendVirt-copyWrap > form > .stree-formInner-wrap {
  padding-bottom: 2rem;
}
.stree-resendVirt-wrap .stree-resendVirt-copyWrap > form > .stree-formInner-wrap .form-text {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  text-align: right;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0 1.5rem 4rem;
  border-left: solid 0.5rem #f4f4f4;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap h3 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #595959;
  text-transform: uppercase;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card:not(:last-of-type) {
  margin-bottom: 1rem;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card.stree-historyStatus-current {
  margin-bottom: 1.5rem;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card.stree-historyStatus-past {
  opacity: 0.7;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card.stree-historyStatus-past .card-body .card-title .badge {
  opacity: 0.5;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .card-title,
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .stree-resendVirt-statusWrap,
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body > p,
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body stree-resendVirt-statusUser {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .card-title {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  font-family: open-sans-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #555;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .card-title > a {
  width: auto;
  font-weight: bold;
  font-style: italic;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .card-title > .badge {
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-family: open-sans, sans-serif;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .stree-resendVirt-statusWrap .stree-statusDateTime {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-weight: 400;
  font-family: open-sans, sans-serif;
  font-style: italic;
  color: rgba(85, 85, 85, 0.95);
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .stree-resendVirt-statusWrap .stree-statusDateTime > span {
  width: auto;
  font-weight: bold;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body p {
  font-weight: 400;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  color: rgba(85, 85, 85, 0.95);
  margin-bottom: 0;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body p > span {
  width: auto;
  font-weight: bold;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.5rem;
  margin: 0;
  white-space: nowrap;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #555;
}
.stree-resendVirt-wrap .stree-resendVirt-historyWrap .stree-resendVirt-historyStatus .card .card-body .stree-resendVirt-statusUser {
  font-size: 1.2rem;
  font-family: open-sans, sans-serif;
  font-style: italic;
  font-weight: normal;
  padding-top: 0.5rem;
}
@media screen and (max-width: 770px) {
  .stree-resendVirt-wrap {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stree-resendVirt-wrap .stree-resendVirt-copyWrap,
  .stree-resendVirt-wrap .stree-resendVirt-historyWrap {
    max-width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .stree-resendVirt-wrap .stree-resendVirt-copyWrap h1,
  .stree-resendVirt-wrap .stree-resendVirt-copyWrap p {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .stree-resendVirt-wrap .stree-resendVirt-copyWrap > form > .stree-formInner-wrap .form-text {
    text-align: left;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .stree-resendVirt-wrap .stree-resendVirt-historyWrap {
    border-left: none;
    border-top: solid 0.5rem #f4f4f4;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.stree-scheduledVirt-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-content {
  max-width: 65%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-content h1 {
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
  text-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-content p {
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap {
  max-width: 90%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-right: 4rem;
  padding: 1.5rem 4rem 1.5rem 0;
  border-right: solid 0.5rem #f4f4f4;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap {
  padding-bottom: 2rem;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formNow {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > label,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formNow > label {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate {
  margin-bottom: 1rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group > .input-group-prepend {
  height: 3.25rem;
}
@media screen and (max-width: 650px) {
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group > .input-group-prepend {
    height: 3.55rem;
  }
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group .k-datetimepicker .k-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group .k-datetimepicker .k-select .k-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group .k-datetimepicker .k-select .k-link.k-link-date,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate > .input-group .k-datetimepicker .k-select .k-link.k-link-time {
  width: auto;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-separator {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-separator:before {
  content: '';
  width: 100%;
  height: 0.2rem;
  background-color: #cccccc;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-separator:before {
    width: 50%;
  }
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-separator > span {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #595959;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2rem 0.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  line-height: 1;
  color: rgba(89, 89, 89, 0.7);
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.5rem 0 1.5rem 4rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap {
  max-width: 22rem;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-email {
  width: 95%;
  padding: 1rem;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #f4f4f4;
  background: #dbdbdb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-email .stree-scheduledVirt-emailLabel,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-email .stree-scheduledVirt-emailAddress {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-email .stree-scheduledVirt-emailLabel {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-email .stree-scheduledVirt-emailAddress {
  font-family: open-sans, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 1rem;
  font-style: italic;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar {
  width: 22rem;
  height: 22rem;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #f4f4f4;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarMonth,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarDate,
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarYear {
  font-family: exo-soft, sans-serif;
  font-style: normal;
  line-height: 1;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarMonth {
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
  padding-top: 1.5rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarDate {
  font-weight: 700;
  font-size: 8rem;
  letter-spacing: 0.2rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-calendarWrap .stree-scheduledVirt-calendar > span.stree-scheduledVirt-calendarYear {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
  padding-bottom: 1.5rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-dayTime {
  max-width: 24rem;
  width: calc(100% - 240px);
  min-width: 18rem;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  background: #e7e7e7;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-dayTime span {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  font-family: open-sans, sans-serif;
  line-height: 1;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-dayTime span.stree-scheduledVirt-weekday {
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal .stree-scheduledVirt-dayTime span.stree-scheduledVirt-time {
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1070px) {
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .stree-scheduledVirt-wrap .stree-scheduledVirt-content,
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap {
    max-width: 100%;
  }
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form,
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form {
    order: 2;
    border-right: none;
    border-top: solid 0.5rem #f4f4f4;
  }
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formDate,
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-form > form > .stree-formInner-wrap .stree-scheduledVirt-formNow {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .stree-scheduledVirt-wrap .stree-scheduledVirt-editWrap .stree-scheduledVirt-dateOriginal {
    order: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.stree-btmFaq-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  padding-top: 16.5rem;
}
.stree-btmFaq-wrap:before {
  content: '';
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 15%;
  border: 0.5rem #f4f4f4 dashed;
  border-width: 0 0 0 0.5rem;
  height: 10rem;
  left: 50%;
  margin-left: -0.5rem;
}
.stree-btmFaq-wrap h1 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
  text-align: center;
  padding-top: 2.475rem;
  padding-bottom: 3rem;
  border-top: solid 0.5rem #f4f4f4;
}
.stree-btmFaq-wrap > .btn {
  color: #8a6d3b;
}
.stree-faqHelp-wrap {
  max-width: 65%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.stree-faqHelp-wrap .stree-faqHelp-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-faqHelp-wrap .stree-faqHelp-content h1 {
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-faqHelp-wrap .stree-faqHelp-content p {
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.stree-faqHelp-wrap .stree-faqHelp-faqs {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-faqHelp-wrap .stree-faqHelp-faqs .accordion {
  width: 100%;
}
.stree-faqHelp-wrap .stree-faqHelp-faqs > h2 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #595959;
  text-transform: uppercase;
  padding-top: 2rem;
}
@media screen and (max-width: 850px) {
  .stree-faqHelp-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .stree-faqHelp-wrap {
    max-width: 100%;
  }
}
.stree-faqHelp-contactWrap {
  border-top: solid 0.5rem #f4f4f4;
  padding-top: 5rem;
  margin-top: 4rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.stree-faqHelp-contactWrap .stree-faqHelp-contactCopy {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 4rem;
  border-right: solid 0.5rem #f4f4f4;
}
.stree-faqHelp-contactWrap .stree-faqHelp-contactCopy h1 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: right;
  margin: 0;
  padding: 0 0 0.5rem;
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-faqHelp-contactWrap .stree-faqHelp-contactCopy p {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
.stree-faqHelp-contactWrap .stree-faqHelp-contactCta {
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 4rem;
}
@media screen and (max-width: 600px) {
  .stree-faqHelp-contactWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stree-faqHelp-contactWrap .stree-faqHelp-contactCopy,
  .stree-faqHelp-contactWrap .stree-faqHelp-contactCta {
    max-width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .stree-faqHelp-contactWrap .stree-faqHelp-contactCopy {
    border: none;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .stree-faqHelp-contactWrap .stree-faqHelp-contactCopy h1,
  .stree-faqHelp-contactWrap .stree-faqHelp-contactCopy p {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
.stree-contactForm-wrap {
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-contactForm-wrap .stree-contactForm-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-contactForm-wrap .stree-contactForm-content h1 {
  font-family: exo-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #595959;
}
.stree-contactForm-wrap .stree-contactForm-content p {
  font-family: exo-soft, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.stree-contactForm-wrap .stree-contactForm-form {
  background: #f4f4f4;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 12.5%;
}
.stree-contactForm-wrap .stree-contactForm-form .stree-formInner-wrap {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-contactForm-wrap .stree-contactForm-form .btn {
  max-width: 60%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .stree-contactForm-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .stree-contactForm-wrap {
    max-width: 100%;
  }
}
.stree-mainFooter-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: transparent;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span {
  width: 100%;
  height: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span:first-child {
  background: #529342;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span:nth-child(2) {
  background: #2584a3;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span:nth-child(3) {
  background: #f7a749;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span:nth-child(4) {
  background: #e57244;
}
.stree-mainFooter-outer .stree-mainFooter-accentWrap span:last-child {
  background: #cb3a49;
}
.stree-mainFooter-outer .stree-mainFooter-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stree-mainFooter-outer .stree-mainFooter-inner img {
  max-width: 4rem;
  max-height: 4.5rem;
  width: 100%;
  display: block;
}
.stree-mainFooter-outer .stree-mainFooter-inner .stree-footer-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.5);
}
.stree-mainFooter-outer .stree-mainFooter-inner .stree-footer-content .stree-footer-prodName {
  width: auto;
  text-align: center;
  font-family: open-sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.stree-mainFooter-outer .stree-mainFooter-inner .stree-footer-content address {
  width: auto;
  font-family: open-sans-condensed, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}
.stree-mainFooter-outer .stree-mainFooter-inner .stree-footer-content .stree-footer-copyright {
  width: auto;
  font-family: open-sans-condensed, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
}
