﻿@charset "UTF-8";
/* breakpoints */
.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
  display: block;
}

.accordion {
  padding: 0;
  margin-bottom: 10px;
}

.accordion .active .toggle-header .field-heading:before {
  content: 'CLOSE' !important;
}

.accordion .active .toggle-header .field-heading:after {
  content: "" !important;
}

.accordion .toggle-header {
  cursor: pointer;
  background-color: transparent;
}

@media only screen and (max-width: 35.9375em) {
  .accordion .toggle-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.accordion .toggle-header:hover {
  background-color: transparent;
}

.accordion .toggle-header:hover {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.accordion .toggle-header:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.accordion .toggle-header .component {
  margin-top: 0;
}

.accordion .toggle-header .component.title {
  margin-top: 0;
}

.accordion .toggle-header .component .field-heading {
  font-size: 1.875rem;
  font-weight: 600;
  padding-right: 7rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 61.9375em) {
  .accordion .toggle-header .component .field-heading {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 23.75em) {
  .accordion .toggle-header .component .field-heading {
    padding-right: 3rem;
  }
}

.accordion .toggle-header .component .field-heading:before {
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  display: block;
  content: 'OPEN';
  top: 50%;
  right: 4rem;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem;
}

@media only screen and (max-width: 23.75em) {
  .accordion .toggle-header .component .field-heading:before {
    right: 0;
    margin-right: 15px;
  }
}

.accordion .toggle-header .component .field-heading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.25rem;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 2.5rem;
}

@media only screen and (max-width: 23.75em) {
  .accordion .toggle-header .component .field-heading:after {
    display: none;
  }
}

.accordion .toggle-header .label {
  padding: 1rem 0;
  text-align: left;
  display: block;
  background: transparent;
  position: relative;
  z-index: 3;
}

.accordion .toggle-header .label:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content {
  background-color: transparent;
}

.accordion .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content .component {
  margin-top: 0;
}

.accordion .toggle-content .field-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.accordion .toggle-content .field-content ul {
  margin-bottom: 0;
}

.accordion .toggle-content .field-content li {
  font-size: 1.25rem;
}

.accordion .toggle-content .field-content p {
  font-size: 1.25rem;
  font-weight: 300;
}

.accordion .toggle-content .field-content dl {
  font-size: 1.5625rem;
}

.accordion .toggle-content .field-content dl dt {
  background-color: #ECECEC;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.accordion .toggle-content .field-content dl dd {
  margin-left: 1.25rem;
}

.accordion .toggle-content .field-content dl dd p {
  font-size: 0.9375rem;
}

.accordion .toggle-content .field-content dl dd .ds-divider {
  border-top: solid 1px #B2B2B2;
}

.accordion .toggle-content .field-content dl dd .reviews .ds-invalid-msg {
  display: none;
}

.accordion .toggle-content .field-content dl dd .reviews ul {
  padding-left: 0px !important;
  margin-bottom: 0;
}

.accordion .toggle-content .field-content dl dd .reviews ul li {
  border-bottom: solid 1px #B2B2B2;
  padding: 1rem 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (max-width: 35.9375em) {
  .accordion .toggle-content .field-content dl dd .reviews ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.accordion .toggle-content .field-content dl dd .reviews ul li .ds-questiontext {
  font-weight: 300;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (max-width: 35.9375em) {
  .accordion .toggle-content .field-content dl dd .reviews ul li .ds-questiontext {
    margin-top: 0.5rem;
  }
}

.accordion .toggle-content .field-content dl dd .reviews ul li .ds-average {
  margin-top: 2px;
  margin-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 300;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7rem;
  flex: 0 0 7rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.accordion .toggle-content .field-content dl dd .reviews ul li .ds-average:after {
  content: ' out of 5 stars';
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .accordion .toggle-content .field-content dl dd .reviews ul li .ds-average {
    margin-top: 1.5rem;
    margin-left: -7.5rem;
  }
}

@media only screen and (max-width: 35.9375em) {
  .accordion .toggle-content .field-content dl dd .reviews ul li .ds-average {
    margin-top: 0.5rem;
    margin-left: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.accordion .toggle-content .field-content dl dd .reviews ul li .ds-stars {
  margin-top: 0px;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.accordion .toggle-content .field-content dl dd .comments .ds-invalid-msg {
  display: none;
}

.accordion .toggle-content .field-content dl dd .comments .ds-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion .toggle-content .field-content dl dd .comments .ds-commentprefix,
.accordion .toggle-content .field-content dl dd .comments .ds-stars {
  display: none;
}

.accordion .toggle-content .field-content dl dd .comments .ds-lcol {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.accordion .toggle-content .field-content dl dd .comments .ds-lcol .ds-date {
  margin: 0;
  font-weight: 300;
  font-size: inherit;
  color: #B2B2B2;
}

.accordion .toggle-content .field-content dl dd .comments .ds-rcol {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.accordion .toggle-content .field-content dl dd .comments .ds-rcol p {
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.accordion .toggle-content .field-content dl dd .comments .ds-rcol p:first-child {
  text-indent: -0.5rem;
}


.accordion .toggle-content .field-content dl dd .comments .ds-rcol p:last-child {
  margin-bottom: 0 !important;
}

.accordion .toggle-content .field-content dl dd .comments .ds-rcol p:last-child:after {
  /**content: '\201d';**/
}

.accordion .toggle-content .field-content dl dd .comments .ds-rcol p:empty:first-child:before, .accordion .toggle-content .field-content dl dd .comments .ds-rcol p:empty:first-child:after, .accordion .toggle-content .field-content dl dd .comments .ds-rcol p:empty:last-child:before, .accordion .toggle-content .field-content dl dd .comments .ds-rcol p:empty:last-child:after {
  display: none;
}

.accordion .toggle-content .field-content dl dd .comments .ds-divider {
  margin-top: 1rem 0;
}

.accordion .toggle-content .field-content dl dd .comments .ds-divider:last-child {
  margin-bottom: 0;
}

.accordion .toggle-content .field-content dl dd .comments .ds-comments-more {
  text-align: left;
  display: inline-block;
  font-size: 0.9375rem;
  margin: 1rem 0;
}

.accordion .toggle-content .field-content dl dd .comments .ds-poweredby {
  margin: 1rem 0;
  float: right;
  font-size: 0.9375rem;
  color: #B2B2B2;
}

.item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4D4D4D;
}

@media only screen and (max-width: 35.9375em) {
  .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.expandAcc {
  text-align: right;
  margin-bottom: 0;
}

.expandAcc .open {
  display: inline;
}

.expandAcc .close {
  display: none;
}

.expandAcc .open,
.expandAcc .close {
  font-weight: 300;
  padding-right: 3rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: -15px;
  padding-top: 4px;
  vertical-align: text-top;
  cursor: pointer;
}

@media only screen and (max-width: 35.9375em) {
  .expandAcc .open,
  .expandAcc .close {
    margin-right: 0;
  }
}

@media only screen and (max-width: 23.75em) {
  .expandAcc .open,
  .expandAcc .close {
    padding-right: 0;
    margin-right: 0;
  }
}

.expandAcc .open:after,
.expandAcc .close:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.25rem;
  right: 0.625rem;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 1.25rem;
}

@media only screen and (max-width: 35.9375em) {
  .expandAcc .open:after,
  .expandAcc .close:after {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 23.75em) {
  .expandAcc .open:after,
  .expandAcc .close:after {
    content: '';
    display: none;
  }
}

.expandAcc.opened .close {
  display: inline;
}

.expandAcc.opened .close:after {
  content: "" !important;
}

.expandAcc.opened .open {
  display: none;
}

.expandAcc:hover .open, .expandAcc:hover .close {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.expandAcc:focus .open, .expandAcc:focus .close {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

/* breakpoints */
.accordion-horizontal {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.accordion-horizontal.accordion-image .items .item {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin: 0;
  min-height: 300px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #B2B2B2;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-header {
  background: transparent !important;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-content {
  left: 0 !important;
}

.accordion-horizontal.accordion-image .items .item .toggle-header {
  width: 50px;
  border-right: none;
}

.accordion-horizontal.accordion-image .items .item .toggle-header:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-horizontal.accordion-image .items .item .toggle-content {
  padding: 0;
}

.accordion-horizontal .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accordion-horizontal .items .item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  min-height: 250px;
  position: relative;
}

.accordion-horizontal .items .item.active .toggle-header {
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header {
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 0;
  width: 40px;
  min-height: 100%;
  border-right: 1px solid #4D4D4D;
  border-bottom: none;
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header .component {
  margin-top: 0px;
}

.accordion-horizontal .items .item .toggle-header .label {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
}

.accordion-horizontal .items .item .toggle-header .label p {
  width: 200px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-horizontal .items .item .toggle-content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: auto;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 10px;
}

.list-accordion.container.component {
  margin-bottom: 3rem;
}

.list-accordion.container.component > .component-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-left: 16.666667%;
}

.list-accordion.container.component > .component-content .body-copy {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 48em) {
  .list-accordion.container.component > .component-content .body-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 48em) {
  .list-accordion.container.component > .component-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.list-accordion.container.component .component.title {
  width: 100%;
}

.list-accordion.container.component .field-title {
  font-size: 3.125rem;
}

@media only screen and (max-width: 61.9375em) {
  .list-accordion.container.component .field-title {
    font-size: 1.875rem;
  }
}
