.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
@font-face{font-family:icon;src:url(../../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
/* 1.4.1.15
- has new error catch for servers that send text responses instead of 404 errors when reading/checking for content.json file
- fix for above change, if one file finsihed before the other, it would think there was no content to load.
- added table, ol, and ul editable detection
- added fix for affero theme (slogan issue)
- added support for editing iframe attributes
- New experimental option, enabling the ability to edit hidden content (content not visible on page load)
- New experimental option that allows you to disable the ability to edit certain elements by type or class
- error catch for background image mount function, when parentNode is null
- fixed a resizing image bug that was making it difficult to find and use the resize handles
- no longer targets the "btn" class for editing, caused conflicts for hidden button elements of other 3rd-party addons
- editing the html now supports empty elements, which will allow embed codes to work
- update php file will only allow json files to be created/read for increased security
- added compatabilty for Article 2
- fixes issue that could prevent the loading class from being applied, causing content to be invisible
- improvments to video display and resizability 
*/
.qe-login-wrap {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(223, 181, 96, 0.50);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
}
.qe-login-wrap .admin-login {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.qea-notification {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: fixed;
  top: 20px;
  right: 20px;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.35);
  box-shadow: 0 8px 8px rgba(0,0,0,.35);
  border-left: 0.5rem solid hsl(0, 0%, 100%);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 15px 20px;
  z-index: 99999;
  width: 100%;
  max-width: 500px;
    max-height: 90vh;
    overflow: scroll;
}
.qea-notification > h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #333;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: 0px;
    width: 100%;
}
.qea-notification > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #555;
    font-family: helvetica;
    font-weight: normal;
    width: 100%;
    padding-right: 15px;
}
.qea-notification .qea-notification-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: inherit;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.qea-notification .qea-notification-close svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.qea-notification.qea-message, .qea-notification.qea-success, .qea-notification.qea-error  {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
.qea-success {
  border-left-color: #90dee9;
}
.qea-message {
  border-left-color: #E9B654;
}
.qea-error {
  border-left-color: hsl(0, 67%, 74%);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.ct-widget .ct-image-dialog__image {
    position: relative;
}
.ct-widget .ct-image-dialog__view:not(.qea-cannot-load-images) .ct-image-dialog__image:first-child:after {
    content: "Remove Image";
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 0px;
    position: absolute;
    color: #999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    border-radius: 2px;
}
.ct-widget .ct-attribute {
  height: 33px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ct-widget input.ct-attribute__name {
  font-weight: bold;
}
.ct-widget input.ct-section__input,
.ct-widget input.ct-attribute__name,
.ct-widget input.ct-attribute__value {
  height: 32px;
  margin: 0;
  background: transparent;
}
.ct-widget .ct-control--styles:before {
  content: "\e90c";
}
.ct-widget .ct-section {
  height: 32px;
}
.ct-widget .ct-section__switch {
  margin-top: 4px;
}
.ct-widget .ct-section__label {
  line-height: 32px;
}
.qea-notification.qea-message *, .qea-notification.qea-success *, .qea-notification.qea-error * {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.qea-notification.qea-message *:after, .qea-notification.qea-success *:after, .qea-notification.qea-error *:after {
  display: none;
}
.ct-widget.ct-toolbox {
  padding: 0px
}
.ct-widget .ct-toolbox__grip {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
} 
.ct-widget .ct-tool-group {
  padding: 4px 8px;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.ct-widget .ct-tool--insert:before {
  content: "\ea0a";
}
.ct-widget .ct-tool .qea-insert-icon {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #464646;
  text-align: center;
  font-family: icon;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 10px;
  background: #e8e8e8;
  color: #464646;
  box-sizing: content-box;
  padding: 1px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  
}
.ct-widget .ct-tool--disabled .qea-insert-icon  {
  color: rgba(70,70,70,.33);
}
.ct-widget .ct-tool .qea-insert-icon:before {
  content: "\ea0a";
}
.ct-widget .ct-tool.qea-is-insert:before {
  font-size: 14px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon {
  padding: 2px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon:before {
  content: "\ea2d";
  font-size: 11px;
}
.ct-widget .ct-tool--redo + .ct-tool.qea-is-insert:after {
  content: "Change Image"
}
.ce-element--type-image.ce-element--over,
.ce-element--type-image.ce-element--focused {
  filter: none;
  opacity: 1;
}
.ce-element--type-image.ce-element--over > img,
.ce-element--type-image.ce-element--focused > img {
  opacity: 0.7;
}
.ct-widget .ct-image-dialog__file-upload {
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
/* Floating Inspector */

.ct-widget.ct-ignition {
  bottom: 53px;
}
.ct-widget.ct-inspector {
  width: auto;
  padding: 4px 4px 3px 4px;
  max-width: calc(100vw - 10px);
  z-index: 9998;
}
.ct-widget .ct-inspector__counter,
.ct-widget .ct-inspector__tags:before {
  display: none;
}

.ct-widget .ct-inspector__tags {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ct-widget .ct-tag {
  margin-left: 0px;
  margin-right: 16px;
}
.ct-widget .ct-tag:last-child,
.ct-widget .ct-tag:last-child:first-child {
  margin-right: 0px;
}
.ct-widget .ct-tag:before {
  content: "\e90c";
  font-family: icon;
  margin-right: 4px;
  vertical-align: bottom;
}
.ct-widget .ct-tag.qea-inline-element:active,
.ct-widget .ct-tag.qea-inline-element {
  background: #444;
  margin-left: 0px;
  margin-right: 2px;
}
.ct-widget .ct-tag.qea-inline-element:hover {
  background: #333;
}
.ct-widget .ct-tag.qea-inline-element,
.ct-widget .ct-tag:last-child {
  border-radius: 2px;
}
.ct-widget .ct-tag.qea-inline-element:after,
.ct-widget .ct-tag:last-child:after {
  display: none;
}
.ct-widget .ct-tag {
  font-size: 15px;
  font-weight: 400;
}
.ct-widget .ct-tag.qea-heading {
  font-weight: bold;
}
.ct-widget .ct-tag:before {
   display: none;
}
.ct-widget .ct-tool--paragraph:before {
  font-family: helveticaNeue, helvetica, arial;
}
.ct-widget .ct-tag.qea-styled:after, 
.ct-widget .ct-tag.qea-underlined:after, 
.ct-widget .ct-tag.qea-bold:after, 
.ct-widget .ct-tag.qea-italic:after, 
.ct-widget .ct-tag.qea-link:after,
.ct-widget .ct-tag.qea-img:after{
  all: initial;
  pointer-events: none;
  color: #fff;
  content: "\ea62";
  font-family: icon;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
}
.ct-widget .ct-tag.qea-italic:after {
  content: "\ea64";
}
.ct-widget .ct-tag.qea-link:after {
  content: "\e9cb";
}
.ct-widget .ct-tag.qea-img:after {
  content: "\e90d";
  font-size: 16px;
}
.ct-widget .ct-tag.qea-underlined:after,
.ct-widget .ct-tool--underline:before {
  content: "\ea63";
}
.ct-widget .ct-tag.qea-styled:after,
.ct-widget .ct-tool--styled:before {
  content: "\e90c";
}
.ce-element--type-video {
  height: auto !important;
  aspect-ratio: 16/9;
  background-size: 128px 96px;
  background-color: #000;
}
img.text-left,
.ce-element--type-image.text-left,
.ce-element--type-video.text-left,
iframe.text-left {
  margin-left: 0;
  margin-right: auto;
}
img.text-center,
.ce-element--type-image.text-center,
.ce-element--type-video.text-center,
iframe.text-center {
  margin-left: auto;
  margin-right: auto;
}
img.text-right,
.ce-element--type-image.text-right,
.ce-element--type-video.text-right,
iframe.text-right {
  margin-right: 0;
  margin-left: auto;
}
.ce-element--type-image:after {
  position: absolute;
  display: none;
}
.ce-element--type-image.ce-element--focused:after {
  display: block;
  border: 1px solid #333;
  padding: 0;
}
.ce-element--type-image.ce-element--focused > div {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #333;
  z-index: 3;
  
}
.ce-element--type-image.ce-element--focused > div:nth-child(2),
.ce-element--type-image.ce-element--focused > div:nth-child(3){
  left: auto;
  right: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(3) {
  top: auto;
  bottom: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(4) {
  top: auto;
  bottom: -6px;
}
.ct-widget .ct-tool.ct-tool--disabled {
  cursor: default;
}
i {
  font-style: normal;
}

.qe-login-wrap .hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qe-login-wrap .icons {
  display: none;
}
.qe-login-wrap .icon {
  display: inline-block;
  fill: #aaa;
  font-size: 20px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.qe-login-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.qe-login-wrap input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.qe-login-wrap input[type='submit'] {
  cursor: pointer;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='submit'] {
  width: 100%;
}
.qe-login-wrap .form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
}
.qe-login-wrap .form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.qe-login-wrap .form__input::-webkit-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input:-ms-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input::placeholder {
  color: #aaa;
}
.qe-login-wrap .admin-login label,
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='submit'] {
  border-radius: 4px;
  padding: 15px;
}
.qe-login-wrap .admin-login label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f3f3f3;
  color: #333;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.qe-login-wrap .admin-login input[type='password']:focus,
.qe-login-wrap .admin-login input[type='password']:hover,
.qe-login-wrap .admin-login input[type='text']:focus,
.qe-login-wrap .admin-login input[type='text']:hover {
  background-color: #fff;
}
.qe-login-wrap .admin-login input[type='submit'] {
  background-color:  rgba(50, 111, 192, 1.00);
  color: #fff;
  font-weight: 700;
}
.qe-login-wrap .admin-login input[type='submit']:focus,
.qe-login-wrap .admin-login input[type='submit']:hover {
  background-color:  rgba(50, 111, 192, 1.00);
  opacity: .9;
}
.qea-editing.qe-admin a,
.qea-editing .qe-admin a {
  pointer-events: none;
}

html body div .example-class {
  
  
  
}
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

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

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  transition: background-color 300ms ease-out; }
  .button.b-p.large {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: 0.25rem 0.75rem;
    font-size: .8875rem; }
  .button.b-p.tiny {
    padding: .2rem .45rem;
    font-size: .8875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius {
    border-radius: 3px; }
  .button.b-p.round {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

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

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack .bp-styles-warning,
.com_bigwhiteduck_stacks_buttonplus_master_stack .bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(139, 148, 153, 1.00);
  color: rgba(244, 245, 230, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(244, 245, 230, 1.00);
    background-color: #41474a; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #9b9b9b; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #761c19; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #255625; }
  .button.b-p.radius:not(.custom) {
    border-radius: 4px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(139, 148, 153, 1.00);
    color: rgba(139, 148, 153, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(244, 245, 230, 1.00);
      border-color: #41474a;
      background-color: #41474a; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #9b9b9b;
        background-color: #9b9b9b; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(244, 245, 230, 1.00);
        border-color: #761c19;
        background-color: #761c19; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(244, 245, 230, 1.00);
        border-color: #255625;
        background-color: #255625; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: black;
      border-color: gray;
      background-color: rgba(212, 212, 212, 0.00); }
  .theme-version{display:block}.theme-version.number-110,#stacks_in_705{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(25, 23, 21, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(25, 23, 21, 1.00);}body,.font-family-text{font-family:"Montserrat",serif;font-weight:400;}h1,.font-family-h1{font-family:"Playfair Display",serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Montserrat",serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#F6F4E4;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1000px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#F6F4E4}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:100% !important;}.row.max-edge{max-width:100% !important}body{color:rgba(25, 23, 21, 1.00)}a{color:rgba(152, 158, 164, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(25, 23, 21, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(243, 243, 243, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(32, 29, 27, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(32, 29, 27, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(25, 23, 21, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(25, 23, 21, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(25, 23, 21, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(32, 29, 27, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(30, 27, 25, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(23, 21, 19, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(209, 197, 183, 1.00);background-color:rgba(23, 21, 19, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(25, 23, 21, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(25, 23, 21, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(209, 197, 183, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(209, 197, 183, 1.00),0 7px 0 1px rgba(209, 197, 183, 1.00),0 14px 0 1px rgba(209, 197, 183, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(23, 21, 19, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00);border-color:rgba(23, 21, 19, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(25, 23, 21, 1.00);border-color:rgba(23, 21, 19, 1.00);color:rgba(209, 197, 183, 1.00)}.breadcrumbs .current a{color:rgba(209, 197, 183, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(209, 197, 183, 1.00)}.breadcrumbs li:before{color:rgba(255, 255, 255, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(23, 21, 19, 1.00)}.button.secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.button.secondary:hover{color:rgba(209, 197, 183, 1.00);background-color:rgba(23, 21, 19, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(25, 23, 21, 1.00);color:rgba(25, 23, 21, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(23, 21, 19, 1.00);background-color:rgba(23, 21, 19, 1.00)}.button.ghost.secondary{border-color:rgba(25, 23, 21, 1.00);color:rgba(25, 23, 21, 1.00)}.button.ghost.secondary:hover{color:rgba(209, 197, 183, 1.00);border-color:rgba(23, 21, 19, 1.00);background-color:rgba(23, 21, 19, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(209, 197, 183, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(23, 21, 19, 1.00)}.icon-bar.secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.icon-bar.secondary > .item{color:rgba(209, 197, 183, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(209, 197, 183, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(23, 21, 19, 1.00);color:rgba(209, 197, 183, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(25, 23, 21, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(25, 23, 21, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#F6F4E4}form label{color:rgba(30, 27, 25, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(25, 23, 21, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(23, 21, 19, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(209, 197, 183, 1.00);border-color:rgba(179, 167, 153, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(25, 23, 21, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(23, 21, 19, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(179, 167, 153, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(25, 23, 21, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(209, 197, 183, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(25, 23, 21, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(25, 23, 21, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(25, 23, 21, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(23, 21, 19, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(23, 21, 19, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(23, 21, 19, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(23, 21, 19, 1.00)}.tabs li.tab-title > a{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(23, 21, 19, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(23, 21, 19, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(23, 21, 19, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(209, 197, 183, 1.00);background-color:rgba(23, 21, 19, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(12, 11, 10, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(26, 24, 22, 1.00);border-color:rgba(23, 21, 19, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(25, 23, 21, 1.00)}.panel p a{color:rgba(152, 158, 164, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(25, 23, 21, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(243, 243, 243, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(32, 29, 27, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(25, 23, 21, 1.00)}.pricing-table.primary .description{color:rgba(25, 23, 21, 1.00)}.pricing-table.primary .bullet-item{color:rgba(25, 23, 21, 1.00)}.pricing-table.secondary .title{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.pricing-table.secondary .price{color:rgba(25, 23, 21, 1.00)}.pricing-table.secondary .description{color:rgba(25, 23, 21, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(25, 23, 21, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(152, 158, 164, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(152, 158, 164, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(129, 134, 139, 1.00)}.side-nav header{color:rgba(25, 23, 21, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(30, 27, 25, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(25, 23, 21, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(23, 21, 19, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(25, 23, 21, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(23, 21, 19, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(209, 197, 183, 1.00);background-color:rgba(25, 23, 21, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(23, 21, 19, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(25, 23, 21, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(23, 21, 19, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(209, 197, 183, 1.00);background-color:rgba(25, 23, 21, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(23, 21, 19, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(152, 158, 164, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(25, 23, 21, 1.00);font-size:0.9rem}.copyright a{color:rgba(152, 158, 164, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(25, 23, 21, 1.00)}.fn-text-link a{color:rgba(152, 158, 164, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(25, 23, 21, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(25, 23, 21, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(243, 243, 243, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(25, 23, 21, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(25, 23, 21, 1.00)}.fn-text-secondary-text{color:rgba(209, 197, 183, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(209, 197, 183, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(243, 243, 243, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(243, 243, 243, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(243, 243, 243, 1.00)}.fn-text-text-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(25, 23, 21, 1.00)}.fn-bg-text{background-color:rgba(25, 23, 21, 1.00)}.fn-bg-link{background-color:rgba(152, 158, 164, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(243, 243, 243, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(25, 23, 21, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(25, 23, 21, 1.00)}.fn-bg-secondary-text{background-color:rgba(209, 197, 183, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(25, 23, 21, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(23, 21, 19, 1.00)}.fn-scheme-secondary{background-color:rgba(25, 23, 21, 1.00);color:rgba(209, 197, 183, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(209, 197, 183, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(23, 21, 19, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}
/* PMBeautifier stack v1.0.7 */body #rapidweaver_privacy_message {	display: -webkit-box;	display: -ms-flexbox;	       display: flex;		left: 0;													}body #rapidweaver_privacy_message p:not(button) {	width: 100%;				color: #666561 !important;	text-align:center;					margin: 20px 20px 20px 20px;		}body #rapidweaver_privacy_message p:not(button) span {	color: #666561 !important;}body #rapidweaver_privacy_message p a:link {	color: #CB9832;	}body #rapidweaver_privacy_message p a:visited {	color: #551A8B;	}body #rapidweaver_privacy_message p a:hover {	color: #666561;	}body #rapidweaver_privacy_message p a:active {	color: #EE0000;	}body #rapidweaver_privacy_message button {									margin: 20px 20px 20px 20px;				background-color: rgba(102, 101, 97, 1.00);		font-weight: bold;		}body #rapidweaver_privacy_message button:hover {		background-color: rgba(203, 152, 50, 1.00);	}body #rapidweaver_privacy_message button:active {		background-color: rgba(203, 152, 50, 1.00);	}/* End of PMBeautifier stack */

/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_6 ul.dropdown .parent-link.show-for-small {
	display:block!important;
}

ul.zone {
	float:left;
}


meta.foundation-mq-topbar {
  font-family:"/only screen and (min-width:40.063em)/"!important;
  width:40.063em!important;
}
@media only screen and (min-width:40.063em) {


	

	.contain-to-grid.matchPadding .top-bar {
		padding-left:0.9375rem;
		padding-right:0.9375rem;
	}

	.menu-align-right.zone-align-left ul.menu,
	.menu-align-left.zone-align-right ul.zone,
	.menu-align-centered.zone-align-right ul.zone,
	.menu-align-right.zone-align-right .top-bar-section {
		float:right;
	}

	.menu-align-centered.full-width .zone,
	.menu-align-centered.full-width .title-area .name {
		display:none!important;
	}
	.top-bar .title-area {
		margin-right:1.1rem;
	}
	.top-bar .title-area.title-area-hide {
		margin-right:0;
	}

	#stacks_in_6 ul.dropdown .parent-link.show-for-small {
		display:none!important;
	}

	.top-bar {overflow: visible; }
	  .top-bar:before, .top-bar:after {
	    content: " ";
	    display: table; }
	  .top-bar:after {
	    clear: both; }
	  .top-bar .toggle-topbar {
	    display: none; }
	  .top-bar .title-area {
	    float: left; }
	  .top-bar .name .site-title a {
	    width: auto; }
	  .top-bar input, .top-bar .button, .top-bar button {
	    font-size: 0.875rem;
	    position: relative;
	    top: 7px; }
	.top-bar-section {
	  transition: none 0 0;
	  left: 0 !important; }
/*
.top-bar-section.align-right {
	  position: absolute;
	  left:auto!important;
	  right:0 !important; }
*/
	.top-bar-section ul {
	    width: auto;
	    height: auto !important;
	    display: inline; }
	    .top-bar-section ul li {
	      float: left; }

	    *[dir="rtl"] .top-bar-section ul li {float:right}

	      .top-bar-section ul li .js-generated {
	        display: none; }
	  .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 85px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 85px;
	    color: white;}
	  .top-bar-section .has-dropdown > a {
	    padding-right: 35px !important; }
	  *[dir="rtl"] .top-bar-section .has-dropdown > a {
	    padding-right: 15px !important;
	    padding-left: 35px !important; }
	    .top-bar-section .has-dropdown > a:after {
	      content: "";
	      display: block;
	      width: 0;
	      height: 0;
	      border: solid 5px;
	      margin-top: -2.5px;
	      top: 22.5px; }
	  .top-bar-section .has-dropdown.moved {
	    position: relative; }
	    .top-bar-section .has-dropdown.moved > .dropdown {
	      display: block;
	      position: absolute !important;
	      height: 1px;
	      width: 1px;
	      overflow: hidden;
	      clip: rect(1px, 1px, 1px, 1px); }
	  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	    display: block;
	    position: static !important;
	    height: auto;
	    width: auto;
	    overflow: visible;
	    clip: auto;
	    position: absolute !important; }
	  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border: none;
	    content: "\00bb";
	    top: 1rem;
	    margin-top: -1px;
	    right: 5px;
	    line-height: 1.2; }
	  .top-bar-section .dropdown {
	    left: 0;
	    top: auto;
	    background: transparent;
	    min-width: 100%; }
	   *[dir="rtl"] .top-bar-section .dropdown {
	      left: auto;
	      right:0; }
	    .top-bar-section .dropdown li a {
	      color: white;
	      line-height: 45px;
	      white-space: nowrap;
	      padding: 12px 15px;}
	    .top-bar-section .dropdown li label {
	      white-space: nowrap;}
	    .top-bar-section .dropdown li .dropdown {
	      left: 100%;
	      top: 0; }
	   /* Updated below selector to support Magellan div */
	  .top-bar-section > div > ul > .divider, .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	    border-bottom: none;
	    border-top: none;
	    border-right: solid 1px #4e4e4e;
	    clear: none;
	    height: 85px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 85px; }
	  .top-bar-section .right li .dropdown {
	    left: auto;
	    right: 0; }
	    .top-bar-section .right li .dropdown li .dropdown {
	      right: 100%; }
	  .top-bar-section .left li .dropdown {
	    right: auto;
	    left: 0; }
	    .top-bar-section .left li .dropdown li .dropdown {
	      left: 100%; }
	.no-js .top-bar-section .has-dropdown:hover > .dropdown {
	  display: block;
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto;
	  position: absolute !important; }

	#stacks_in_6 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_6 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_6 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_6 .top-bar .name .site-title small{
		display:inline!important;
	}

 
	#stacks_in_6 .top-bar-section > ul > .divider,
	#stacks_in_6 .top-bar-section > ul > [role="separator"] {
		height: 85px;
	}

	#stacks_in_6 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 85px;
	}

	#stacks_in_6 .top-bar-section .has-dropdown > a{
		padding-right: 35px !important;
	}
	#stacks_in_6 .top-bar-section .has-dropdown > a:after {
		top:50%;
	}
	#stacks_in_6 .top-bar-section .has-dropdown .dropdown li a{
    	line-height:45px !important;
		padding:0 15px !important;
	}
	#stacks_in_6 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
		top: 1rem;
	}
	#stacks_in_6 .top-bar-section .has-dropdown .dropdown label {
		padding: 8px 15px 2px;
	}
	#stacks_in_6 .top-bar-section .has-form {
		padding: 0 15px;
		height: 85px;
	}

}

*[dir="rtl"] .top-bar .toggle-topbar.menu-icon a{padding:0 .9375rem 0 2.5rem;text-indent:0}*[dir="rtl"] .top-bar-section ul li > a{padding:12px 0.9375rem}#stacks_in_6{overflow:visible}#stacks_in_6 [data-magellan-expedition],#stacks_in_6 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_6 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_6 .top-bar-wrapper{z-index:1999}#stacks_in_6 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_6 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_6 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_6 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_6 a:not(.button){text-decoration:none}#stacks_in_6 .top-bar-section .has-form{background:inherit}#stacks_in_6 .top-bar .fa{vertical-align:middle}#stacks_in_6 .top-bar ul.title-area,#stacks_in_6 .top-bar ul.zone{z-index:2000}#stacks_in_6 .top-bar ul.zone{position:relative}#stacks_in_6 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_6 .top-bar .name.collapse{padding:0}#stacks_in_6 .top-bar .name a{height:45px;display:inline-block}#stacks_in_6 .top-bar .name span{height:100%}#stacks_in_6 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_6 .top-bar .name .site-title{display:inline-block;color:rgba(240, 234, 227, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_6 .top-bar .name .site-title small{color:rgba(216, 210, 204, 1.00)}#stacks_in_6 .top-bar,#stacks_in_6 .title-area,#stacks_in_6 a:not(.button){background:transparent}#stacks_in_6 ul:not(.title-area) .dropdown label{color:rgba(255, 255, 255, 0.40)}#stacks_in_6 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_6 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_6 .top-bar-section .divider,#stacks_in_6 .top-bar-section [role="separator"]{border-color:rgba(255, 255, 255, 0.40)}#stacks_in_6 .top-bar-section .has-dropdown > a:after{border-color:rgba(255, 255, 255, 0.40) transparent transparent transparent}#stacks_in_6 .top-bar.expanded .toggle-topbar a span{box-shadow:none}#stacks_in_6 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(240, 234, 227, 1.00)}#stacks_in_6 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(216, 210, 204, 1.00)}#stacks_in_6 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_6 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_6 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(240, 234, 227, 1.00)}#stacks_in_6 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(240, 234, 227, 1.00),0 7px 0 1px rgba(240, 234, 227, 1.00),0 14px 0 1px rgba(240, 234, 227, 1.00);height:1px;background-color:rgba(240, 234, 227, 1.00)}#stacks_in_6 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(29, 30, 27, 1.00)}#stacks_in_6 .top-bar-wrapper.fixed{top:0px}#stacks_in_6 .top-bar-wrapper.fixed.fixedShadow{box-shadow:rgba(0,0,0,0.30) 0 1px 5px}#stacks_in_6 .top-bar-wrapper.solid{background:rgba(29, 30, 27, 1.00)}#stacks_in_6 .top-bar-wrapper.twotone{background-color:rgba(135, 135, 135, 1.00);background-image:linear-gradient(to bottom,rgba(135, 135, 135, 1.00) 0%,rgba(125, 125, 125, 1.00) 45%,rgba(120, 120, 120, 1.00) 50%,rgba(29, 30, 27, 1.00) 50%,rgba(19, 20, 17, 1.00) 100%)}#stacks_in_6 .top-bar-wrapper.onecolor{background-color:rgba(69, 70, 67, 1.00);background-image:linear-gradient(to bottom,rgba(69, 70, 67, 1.00),rgba(29, 30, 27, 1.00) 85%)}#stacks_in_6 .top-bar-wrapper.twocolor{background-color:rgba(115, 115, 115, 1.00);background-image:linear-gradient(to bottom,rgba(115, 115, 115, 1.00),rgba(29, 30, 27, 1.00) 85%)}#stacks_in_6 .top-bar-wrapper.styleActive li.active > a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_6 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_6 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;transition-delay:0s}#stacks_in_6 .top-bar-wrapper.sticky.sticky-hide{opacity:0;transition:opacity 0.1s ease}#stacks_in_6 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:85px;transition:opacity 0.5s ease}#stacks_in_6 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_6 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_6 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:85px !important}#stacks_in_6 .expanded:not(.top-bar) .top-bar-section{margin-top:85px}#stacks_in_6 .top-bar{height:85px;line-height:85px}#stacks_in_6 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_6 .top-bar .name{height:85px;padding:0 15px}#stacks_in_6 .top-bar .name .site-title,#stacks_in_6 .top-bar .name a,#stacks_in_6 .top-bar .name span{height:85px;line-height:85px;font-size:1.06rem}#stacks_in_6 .toggle-topbar a{font-size:0.81rem}#stacks_in_6 .toggle-topbar.menu-icon{right:15px}#stacks_in_6 .top-bar-section ul li > a{padding-left:15px;font-size:0.81rem}#stacks_in_6 .top-bar-section ul li > a.button{font-size:0.81rem;padding-right:15px;padding-left:15px}#stacks_in_6 .top-bar-section .has-form{padding:0 15px}#stacks_in_6 .top-bar-section .dropdown li{font-size:0.81rem}#stacks_in_6 .top-bar-section .dropdown li a{padding:8px 15px}#stacks_in_6 .top-bar-section .dropdown li.has-form{padding:8px 15px}#stacks_in_6 .top-bar-section .dropdown label{padding:8px 15px 2px;font-size:80%}
/**/

/*!
 * headroom.js v0.9.4 - Give your page some headroom. Hide your header until you need it
 * Copyright (c) 2017 Nick Williams - http://wicky.nillia.ms/headroom.js
 * License: MIT
 */
.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.headroom--pinned {
    transform: translateY(0);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

/**/

/**/

/*
 * Page Scroll Indicator - Simple Page Scroll Indicator based on Vanilla JS
 * Copyright (c) 2018 Gregor Laan - https://github.com/gregorlaan/page-scroll-indicator
 * License: MIT
 */
.page-scroll-indicator {
    width: 100%;
    height: 2px;
    background: rgba(110, 123, 126, 1.00);
    z-index: 9999;
    position: fixed;
    top: 0;
}

.page-scroll-indicator-progress {
    width: 0%;
    height: 2px;
    background: rgba(176, 185, 188, 1.00);
}

/**/#toTop{--elevator-image:url(../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
#stacks_in_627 [data-magellan-expedition-clone]{height:0 !important}#stacks_in_627 [data-magellan-expedition],#stacks_in_627 [data-magellan-expedition-clone]{background-color:rgba(90, 96, 99, 1.00)}#stacks_in_627 [data-magellan-expedition]{left:0}#stacks_in_627 .sub-nav dt,#stacks_in_627 .sub-nav dd,#stacks_in_627 .sub-nav li{float:none}#stacks_in_627 .sub-nav dt a,#stacks_in_627 .sub-nav dd a,#stacks_in_627 .sub-nav li a{font-size:0.81rem;color:rgba(254, 253, 214, 1.00)}#stacks_in_627 .sub-nav dt a:hover,#stacks_in_627 .sub-nav dd a:hover,#stacks_in_627 .sub-nav li a:hover{color:rgba(234, 239, 249, 1.00)}#stacks_in_627 .sub-nav dt.active a,#stacks_in_627 .sub-nav dd.active a,#stacks_in_627 .sub-nav li.active a{color:rgba(218, 218, 226, 1.00)}#stacks_in_627 .sub-nav{margin:0 auto !important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#stacks_in_627 .magellan-nav{right:0}
#stacks_in_225 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_225 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_225 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_225 > .row.padding-detailed.padding-medium-up,#stacks_in_225 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_225 > .row.padding-detailed.padding-y-medium-up,#stacks_in_225 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_225 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_225 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_225 {
	background-color: rgba(39, 40, 38, 1.00);
}





#parallaxerstacks_in_217 .paraimg {




  width: 100%;

  object-fit: contain;


  

}


#parallaxerstacks_in_217 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    #parallaxerstacks_in_217 {
      
    }
}

@media only screen and (max-width: 768px) {
    #parallaxerstacks_in_217 {
      
    }
}



#parallaxerstacks_in_217 .par-centered {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);

}

















 #stacks_in_378.blu-svg{text-align:center}#stacks_in_378.blu-svg svg{width:85.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_378.blu-svg{text-align:center}#stacks_in_378.blu-svg svg{width:85.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_378.blu-svg{text-align:center}#stacks_in_378.blu-svg svg{width:85.00%}}@media screen and (min-width:1000px){#stacks_in_378.blu-svg{text-align:center}#stacks_in_378.blu-svg svg{width:65.00%}}  #stacks_in_378.blu-svg{float:none}#stacks_in_378 a,#stacks_in_378 svg{cursor:auto}
#stacks_in_684 h1,#stacks_in_684 .hTxt:not(.segment) div{font-size:3.50rem}@media all and (max-width:640px){#stacks_in_684 h1,#stacks_in_684 .hTxt:not(.segment) div{font-size:2.00rem}}@media only screen and (min-width:0px){#stacks_in_684 h1,#stacks_in_684 div{letter-spacing:0.85em}}#stacks_in_684 .header-pro.text-center .hTxt{margin-right:-1em}#stacks_in_684 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Cinzel",Sans-Serif;font-weight:700;font-style:normal}#stacks_in_684 .hTxt{text-shadow:0px 4px 4px rgba(45, 45, 45, 0.30),0px 4px 12px rgba(90, 90, 90, 0.30),0px 4px 12px rgba(90, 90, 90, 0.30)}


#stacks_in_684 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_500 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_500 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_500 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_500 > .row.padding-detailed.padding-medium-up,#stacks_in_500 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_500 > .row.padding-detailed.padding-y-medium-up,#stacks_in_500 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_500 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_500 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_500 {
    background-image: url("B853A224-F394-486C-B797-E68062C9D5B0.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_502 h3,#stacks_in_502 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_502 h3,#stacks_in_502 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_502 h3,#stacks_in_502 div{letter-spacing:0.20rem}}#stacks_in_502 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_502 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",sans-serif;font-weight:700;font-style:normal}


#stacks_in_502 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_508.blu-svg{text-align:center}#stacks_in_508.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_508.blu-svg{text-align:center}#stacks_in_508.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_508.blu-svg{text-align:center}#stacks_in_508.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_508.blu-svg{text-align:center}#stacks_in_508.blu-svg svg{width:25.00%}}  #stacks_in_508.blu-svg{float:none}#stacks_in_508 a,#stacks_in_508 svg{cursor:auto}

#stacks_in_680 {
	margin: 20px 0px 30px 0px;
}

#stacks_out_680 {
	width: 300px;
}
@media only screen and (max-width:414px){#stacks_in_510 p,#stacks_in_510 div{text-align:center !important}}#stacks_in_510,#stacks_in_510 div,#stacks_in_510 p,#stacks_in_510 ol,#stacks_in_510 ul li,#stacks_in_510 ol li,#stacks_in_510 ol,#stacks_in_510 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_510,#stacks_in_510 div,#stacks_in_510 p,#stacks_in_510 ol,#stacks_in_510 ul li,#stacks_in_510 ol li,#stacks_in_510 ol,#stacks_in_510 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_510,#stacks_in_510 div,#stacks_in_510 p,#stacks_in_510 .fa:not(.no-indent),#stacks_in_510 ol,#stacks_in_510 ul li,#stacks_in_510 ol li,#stacks_in_510 ol,#stacks_in_510 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_510{}}#stacks_in_510,#stacks_in_510 div,#stacks_in_510 p,#stacks_in_510 ul,#stacks_in_510 ul li,#stacks_in_510 ol li,#stacks_in_510 ol,#stacks_in_510 dl,#stacks_in_510 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_510 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_535 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_535 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_535 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_535 > .row.padding-detailed.padding-medium-up,#stacks_in_535 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_535 > .row.padding-detailed.padding-y-medium-up,#stacks_in_535 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_535 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_535 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_535 {
    background-image: url("474FB95A-9D45-4878-B02D-FA4F92A486B2.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding: 0px 0px 30px 0px;
}
#stacks_in_537 h3,#stacks_in_537 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_537 h3,#stacks_in_537 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_537 h3,#stacks_in_537 div{letter-spacing:0.20rem}}#stacks_in_537 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_537 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",Sans-Serif;font-weight:700;font-style:normal}


#stacks_in_537 {
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width:414px){#stacks_in_543 p,#stacks_in_543 div{text-align:center !important}}#stacks_in_543,#stacks_in_543 div,#stacks_in_543 p,#stacks_in_543 ol,#stacks_in_543 ul li,#stacks_in_543 ol li,#stacks_in_543 ol,#stacks_in_543 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_543,#stacks_in_543 div,#stacks_in_543 p,#stacks_in_543 ol,#stacks_in_543 ul li,#stacks_in_543 ol li,#stacks_in_543 ol,#stacks_in_543 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_543,#stacks_in_543 div,#stacks_in_543 p,#stacks_in_543 .fa:not(.no-indent),#stacks_in_543 ol,#stacks_in_543 ul li,#stacks_in_543 ol li,#stacks_in_543 ol,#stacks_in_543 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_543{}}#stacks_in_543,#stacks_in_543 div,#stacks_in_543 p,#stacks_in_543 ul,#stacks_in_543 ul li,#stacks_in_543 ol li,#stacks_in_543 ol,#stacks_in_543 dl,#stacks_in_543 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_543 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_625 {
	margin: 10px 0px 30px 0px;
}

#stacks_out_625 {
	width: 300px;
}
 #stacks_in_546.blu-svg{text-align:center}#stacks_in_546.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_546.blu-svg{text-align:center}#stacks_in_546.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_546.blu-svg{text-align:center}#stacks_in_546.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_546.blu-svg{text-align:center}#stacks_in_546.blu-svg svg{width:25.00%}}  #stacks_in_546.blu-svg{float:none}#stacks_in_546 a,#stacks_in_546 svg{cursor:auto}
@media only screen and (max-width:414px){#stacks_in_548 p,#stacks_in_548 div{text-align:center !important}}#stacks_in_548,#stacks_in_548 div,#stacks_in_548 p,#stacks_in_548 ol,#stacks_in_548 ul li,#stacks_in_548 ol li,#stacks_in_548 ol,#stacks_in_548 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_548,#stacks_in_548 div,#stacks_in_548 p,#stacks_in_548 ol,#stacks_in_548 ul li,#stacks_in_548 ol li,#stacks_in_548 ol,#stacks_in_548 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_548,#stacks_in_548 div,#stacks_in_548 p,#stacks_in_548 .fa:not(.no-indent),#stacks_in_548 ol,#stacks_in_548 ul li,#stacks_in_548 ol li,#stacks_in_548 ol,#stacks_in_548 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_548{}}#stacks_in_548,#stacks_in_548 div,#stacks_in_548 p,#stacks_in_548 ul,#stacks_in_548 ul li,#stacks_in_548 ol li,#stacks_in_548 ol,#stacks_in_548 dl,#stacks_in_548 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_548 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_734 {
	margin: 10px 0px 30px 0px;
}

#stacks_out_734 {
	width: 300px;
}
#stacks_in_551 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_551 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_551 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_551 > .row.padding-detailed.padding-medium-up,#stacks_in_551 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_551 > .row.padding-detailed.padding-y-medium-up,#stacks_in_551 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_551 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_551 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_551 {
	background-color: rgba(246, 244, 228, 0.54);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_out_551 {
	width: 88%;
}
#stacks_in_691 h3,#stacks_in_691 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_691 h3,#stacks_in_691 .hTxt:not(.segment) div{font-size:1.15rem}}@media only screen and (min-width:0px){#stacks_in_691 h3,#stacks_in_691 div{letter-spacing:0.20rem}}#stacks_in_691 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_691 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",sans-serif;font-weight:500;font-style:normal}


#stacks_in_691 {
	margin: 20px 0px 0px 0px;
}

@media only screen and (max-width:414px){#stacks_in_552 p,#stacks_in_552 div{text-align:center !important}}#stacks_in_552,#stacks_in_552 div,#stacks_in_552 p,#stacks_in_552 ol,#stacks_in_552 ul li,#stacks_in_552 ol li,#stacks_in_552 ol,#stacks_in_552 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_552,#stacks_in_552 div,#stacks_in_552 p,#stacks_in_552 ol,#stacks_in_552 ul li,#stacks_in_552 ol li,#stacks_in_552 ol,#stacks_in_552 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_552,#stacks_in_552 div,#stacks_in_552 p,#stacks_in_552 .fa:not(.no-indent),#stacks_in_552 ol,#stacks_in_552 ul li,#stacks_in_552 ol li,#stacks_in_552 ol,#stacks_in_552 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_552{}}#stacks_in_552,#stacks_in_552 div,#stacks_in_552 p,#stacks_in_552 ul,#stacks_in_552 ul li,#stacks_in_552 ol li,#stacks_in_552 ol,#stacks_in_552 dl,#stacks_in_552 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }

 #stacks_in_556.blu-svg{text-align:center}#stacks_in_556.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_556.blu-svg{text-align:center}#stacks_in_556.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_556.blu-svg{text-align:center}#stacks_in_556.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_556.blu-svg{text-align:center}#stacks_in_556.blu-svg svg{width:25.00%}}  #stacks_in_556.blu-svg{float:none}#stacks_in_556 a,#stacks_in_556 svg{cursor:auto}
#stacks_in_698 h3,#stacks_in_698 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_698 h3,#stacks_in_698 .hTxt:not(.segment) div{font-size:1.15rem}}@media only screen and (min-width:0px){#stacks_in_698 h3,#stacks_in_698 div{letter-spacing:0.20rem}}#stacks_in_698 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_698 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",Sans-Serif;font-weight:500;font-style:normal}


#stacks_in_698 {
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width:414px){#stacks_in_558 p,#stacks_in_558 div{text-align:center !important}}#stacks_in_558,#stacks_in_558 div,#stacks_in_558 p,#stacks_in_558 ol,#stacks_in_558 ul li,#stacks_in_558 ol li,#stacks_in_558 ol,#stacks_in_558 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_558,#stacks_in_558 div,#stacks_in_558 p,#stacks_in_558 ol,#stacks_in_558 ul li,#stacks_in_558 ol li,#stacks_in_558 ol,#stacks_in_558 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_558,#stacks_in_558 div,#stacks_in_558 p,#stacks_in_558 .fa:not(.no-indent),#stacks_in_558 ol,#stacks_in_558 ul li,#stacks_in_558 ol li,#stacks_in_558 ol,#stacks_in_558 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_558{}}#stacks_in_558,#stacks_in_558 div,#stacks_in_558 p,#stacks_in_558 ul,#stacks_in_558 ul li,#stacks_in_558 ol li,#stacks_in_558 ol,#stacks_in_558 dl,#stacks_in_558 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_558 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_566 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_566 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_566 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_566 > .row.padding-detailed.padding-medium-up,#stacks_in_566 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_566 > .row.padding-detailed.padding-y-medium-up,#stacks_in_566 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_566 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_566 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_566 {
    background-image: url("65D01A08-2FD4-4923-A9A0-F80313779E00.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_568 h3,#stacks_in_568 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_568 h3,#stacks_in_568 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:480px){#stacks_in_568 h3,#stacks_in_568 div{letter-spacing:0.20rem}}#stacks_in_568 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_568 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",Sans-Serif;font-weight:700;font-style:normal}


#stacks_in_568 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_574.blu-svg{text-align:center}#stacks_in_574.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_574.blu-svg{text-align:center}#stacks_in_574.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_574.blu-svg{text-align:center}#stacks_in_574.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_574.blu-svg{text-align:center}#stacks_in_574.blu-svg svg{width:25.00%}}  #stacks_in_574.blu-svg{float:none}#stacks_in_574 a,#stacks_in_574 svg{cursor:auto}

#stacks_in_623 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_623 {
	width: 300px;
}
@media only screen and (max-width:414px){#stacks_in_576 p,#stacks_in_576 div{text-align:center !important}}#stacks_in_576,#stacks_in_576 div,#stacks_in_576 p,#stacks_in_576 ol,#stacks_in_576 ul li,#stacks_in_576 ol li,#stacks_in_576 ol,#stacks_in_576 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_576,#stacks_in_576 div,#stacks_in_576 p,#stacks_in_576 ol,#stacks_in_576 ul li,#stacks_in_576 ol li,#stacks_in_576 ol,#stacks_in_576 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_576,#stacks_in_576 div,#stacks_in_576 p,#stacks_in_576 .fa:not(.no-indent),#stacks_in_576 ol,#stacks_in_576 ul li,#stacks_in_576 ol li,#stacks_in_576 ol,#stacks_in_576 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_576{}}#stacks_in_576,#stacks_in_576 div,#stacks_in_576 p,#stacks_in_576 ul,#stacks_in_576 ul li,#stacks_in_576 ol li,#stacks_in_576 ol,#stacks_in_576 dl,#stacks_in_576 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_576 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_678 {
	margin: 20px 0px 25px 0px;
}

#stacks_out_678 {
	width: 300px;
}

#stacks_in_600 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_600 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_600 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_600 > .row.padding-detailed.padding-medium-up,#stacks_in_600 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_600 > .row.padding-detailed.padding-y-medium-up,#stacks_in_600 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_600 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_600 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_600 {
    background-image: url("1E3319A9-01FD-4F2C-8833-402B6C2197E3.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_602 h3,#stacks_in_602 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_602 h3,#stacks_in_602 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_602 h3,#stacks_in_602 div{letter-spacing:0.20rem}}#stacks_in_602 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_602 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",sans-serif;font-weight:700;font-style:normal}


#stacks_in_602 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_608.blu-svg{text-align:center}#stacks_in_608.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_608.blu-svg{text-align:center}#stacks_in_608.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_608.blu-svg{text-align:center}#stacks_in_608.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_608.blu-svg{text-align:center}#stacks_in_608.blu-svg svg{width:25.00%}}  #stacks_in_608.blu-svg{float:none}#stacks_in_608 a,#stacks_in_608 svg{cursor:auto}
@media only screen and (max-width:414px){#stacks_in_610 p,#stacks_in_610 div{text-align:center !important}}#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 ol,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 ol,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 .fa:not(.no-indent),#stacks_in_610 ol,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_610{}}#stacks_in_610,#stacks_in_610 div,#stacks_in_610 p,#stacks_in_610 ul,#stacks_in_610 ul li,#stacks_in_610 ol li,#stacks_in_610 ol,#stacks_in_610 dl,#stacks_in_610 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_610 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_583 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_583 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_583 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_583 > .row.padding-detailed.padding-medium-up,#stacks_in_583 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_583 > .row.padding-detailed.padding-y-medium-up,#stacks_in_583 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_583 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_583 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_583 {
    background-image: url("D9B6C96B-005C-4892-9D9B-65496085C016.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_585 h3,#stacks_in_585 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_585 h3,#stacks_in_585 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_585 h3,#stacks_in_585 div{letter-spacing:0.20rem}}#stacks_in_585 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_585 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",sans-serif;font-weight:700;font-style:normal}


#stacks_in_585 {
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width:414px){#stacks_in_591 p,#stacks_in_591 div{text-align:center !important}}#stacks_in_591,#stacks_in_591 div,#stacks_in_591 p,#stacks_in_591 ol,#stacks_in_591 ul li,#stacks_in_591 ol li,#stacks_in_591 ol,#stacks_in_591 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_591,#stacks_in_591 div,#stacks_in_591 p,#stacks_in_591 ol,#stacks_in_591 ul li,#stacks_in_591 ol li,#stacks_in_591 ol,#stacks_in_591 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_591,#stacks_in_591 div,#stacks_in_591 p,#stacks_in_591 .fa:not(.no-indent),#stacks_in_591 ol,#stacks_in_591 ul li,#stacks_in_591 ol li,#stacks_in_591 ol,#stacks_in_591 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_591{}}#stacks_in_591,#stacks_in_591 div,#stacks_in_591 p,#stacks_in_591 ul,#stacks_in_591 ul li,#stacks_in_591 ol li,#stacks_in_591 ol,#stacks_in_591 dl,#stacks_in_591 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_591 {
	margin: 15px 0px 0px 0px;
}
 #stacks_in_594.blu-svg{text-align:center}#stacks_in_594.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_594.blu-svg{text-align:center}#stacks_in_594.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_594.blu-svg{text-align:center}#stacks_in_594.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_594.blu-svg{text-align:center}#stacks_in_594.blu-svg svg{width:25.00%}}  #stacks_in_594.blu-svg{float:none}#stacks_in_594 a,#stacks_in_594 svg{cursor:auto}

#stacks_in_621 {
	margin: 20px 0px 30px 0px;
}

#stacks_out_621 {
	width: 300px;
}
@media only screen and (max-width:414px){#stacks_in_596 p,#stacks_in_596 div{text-align:center !important}}#stacks_in_596,#stacks_in_596 div,#stacks_in_596 p,#stacks_in_596 ol,#stacks_in_596 ul li,#stacks_in_596 ol li,#stacks_in_596 ol,#stacks_in_596 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_596,#stacks_in_596 div,#stacks_in_596 p,#stacks_in_596 ol,#stacks_in_596 ul li,#stacks_in_596 ol li,#stacks_in_596 ol,#stacks_in_596 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_596,#stacks_in_596 div,#stacks_in_596 p,#stacks_in_596 .fa:not(.no-indent),#stacks_in_596 ol,#stacks_in_596 ul li,#stacks_in_596 ol li,#stacks_in_596 ol,#stacks_in_596 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_596{}}#stacks_in_596,#stacks_in_596 div,#stacks_in_596 p,#stacks_in_596 ul,#stacks_in_596 ul li,#stacks_in_596 ol li,#stacks_in_596 ol,#stacks_in_596 dl,#stacks_in_596 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_596 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_736 {
	margin: 20px 0px 30px 0px;
}

#stacks_out_736 {
	width: 300px;
}

#stacks_in_656 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_656 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_656 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_656 > .row.padding-detailed.padding-medium-up,#stacks_in_656 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_656 > .row.padding-detailed.padding-y-medium-up,#stacks_in_656 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_656 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_656 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_656 {
    background-image: url("D5E4E419-EE7B-432D-BBD8-94D8DEA322A5.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_657 h3,#stacks_in_657 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_657 h3,#stacks_in_657 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_657 h3,#stacks_in_657 div{letter-spacing:0.20rem}}#stacks_in_657 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_657 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",sans-serif;font-weight:700;font-style:normal}


#stacks_in_657 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_663.blu-svg{text-align:center}#stacks_in_663.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_663.blu-svg{text-align:center}#stacks_in_663.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_663.blu-svg{text-align:center}#stacks_in_663.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_663.blu-svg{text-align:center}#stacks_in_663.blu-svg svg{width:25.00%}}  #stacks_in_663.blu-svg{float:none}#stacks_in_663 a,#stacks_in_663 svg{cursor:auto}

#stacks_in_665 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_665 {
	width: 300px;
}
@media only screen and (max-width:414px){#stacks_in_667 p,#stacks_in_667 div{text-align:center !important}}#stacks_in_667,#stacks_in_667 div,#stacks_in_667 p,#stacks_in_667 ol,#stacks_in_667 ul li,#stacks_in_667 ol li,#stacks_in_667 ol,#stacks_in_667 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_667,#stacks_in_667 div,#stacks_in_667 p,#stacks_in_667 ol,#stacks_in_667 ul li,#stacks_in_667 ol li,#stacks_in_667 ol,#stacks_in_667 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_667,#stacks_in_667 div,#stacks_in_667 p,#stacks_in_667 .fa:not(.no-indent),#stacks_in_667 ol,#stacks_in_667 ul li,#stacks_in_667 ol li,#stacks_in_667 ol,#stacks_in_667 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_667{}}#stacks_in_667,#stacks_in_667 div,#stacks_in_667 p,#stacks_in_667 ul,#stacks_in_667 ul li,#stacks_in_667 ol li,#stacks_in_667 ol,#stacks_in_667 dl,#stacks_in_667 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_667 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_417 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_417 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_417 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_417 > .row.padding-detailed.padding-medium-up,#stacks_in_417 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_417 > .row.padding-detailed.padding-y-medium-up,#stacks_in_417 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_417 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_417 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_417 {
    background-image: url("5CCBF70A-54F1-47B9-A526-4948339E9BF2.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}
#stacks_in_492 h3,#stacks_in_492 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_492 h3,#stacks_in_492 .hTxt:not(.segment) div{font-size:1.35rem}}@media only screen and (min-width:0px){#stacks_in_492 h3,#stacks_in_492 div{letter-spacing:0.20rem}}#stacks_in_492 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_492 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Josefin Sans",Sans-Serif;font-weight:700;font-style:normal}


#stacks_in_492 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_471.blu-svg{text-align:center}#stacks_in_471.blu-svg svg{width:40.00%}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_471.blu-svg{text-align:center}#stacks_in_471.blu-svg svg{width:30.00%}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_471.blu-svg{text-align:center}#stacks_in_471.blu-svg svg{width:30.00%}}@media screen and (min-width:1000px){#stacks_in_471.blu-svg{text-align:center}#stacks_in_471.blu-svg svg{width:25.00%}}  #stacks_in_471.blu-svg{float:none}#stacks_in_471 a,#stacks_in_471 svg{cursor:auto}
@media only screen and (max-width:414px){#stacks_in_513 p,#stacks_in_513 div{text-align:center !important}}#stacks_in_513,#stacks_in_513 div,#stacks_in_513 p,#stacks_in_513 ol,#stacks_in_513 ul li,#stacks_in_513 ol li,#stacks_in_513 ol,#stacks_in_513 dl{font-size:1.35rem}@media all and (max-width:640px){#stacks_in_513,#stacks_in_513 div,#stacks_in_513 p,#stacks_in_513 ol,#stacks_in_513 ul li,#stacks_in_513 ol li,#stacks_in_513 ol,#stacks_in_513 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_513,#stacks_in_513 div,#stacks_in_513 p,#stacks_in_513 .fa:not(.no-indent),#stacks_in_513 ol,#stacks_in_513 ul li,#stacks_in_513 ol li,#stacks_in_513 ol,#stacks_in_513 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_513{}}#stacks_in_513,#stacks_in_513 div,#stacks_in_513 p,#stacks_in_513 ul,#stacks_in_513 ul li,#stacks_in_513 ol li,#stacks_in_513 ol,#stacks_in_513 dl,#stacks_in_513 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Libre Baskerville",Sans-Serif ;font-weight:400 ;font-style:normal }


#stacks_in_513 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_485 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_485 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_485 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_485 {
	background-color: rgba(25, 23, 21, 1.00);
}
@media only screen and (max-width:414px){#stacks_in_488 p,#stacks_in_488 div{text-align:center !important}}@media screen and (min-width:480px){#stacks_in_488 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:640px){#stacks_in_488 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_488 p.columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:2000px){#stacks_in_488 p.columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:40px;column-gap:40px}}#stacks_in_488 p.columnize.col-dividers{-webkit-column-rule:1.50px solid rgba(51, 51, 51, 0.80);column-rule:1.50px solid rgba(51, 51, 51, 0.80)}#stacks_in_488 p,#stacks_in_488 div,#stacks_in_488 ul,#stacks_in_488 ol,#stacks_in_488 dl{color:rgba(209, 197, 183, 1.00)}#stacks_in_488 a{color:rgba(209, 197, 183, 1.00)}#stacks_in_488 a:hover{color:rgba(203, 152, 50, 1.00)}#stacks_in_488,#stacks_in_488 div,#stacks_in_488 p,#stacks_in_488 ol,#stacks_in_488 ul li,#stacks_in_488 ol li,#stacks_in_488 ol,#stacks_in_488 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_488,#stacks_in_488 div,#stacks_in_488 p,#stacks_in_488 ol,#stacks_in_488 ul li,#stacks_in_488 ol li,#stacks_in_488 ol,#stacks_in_488 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_488{}}#stacks_in_488,#stacks_in_488 div,#stacks_in_488 p,#stacks_in_488 ul,#stacks_in_488 ul li,#stacks_in_488 ol li,#stacks_in_488 ol,#stacks_in_488 dl,#stacks_in_488 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Josefin Sans",sans-serif ;font-weight:600 ;font-style:normal }


#stacks_in_488 {
	padding:  10px;
}

#stacks_out_488 {
	margin-left:0;
}
#stacks_in_486 .copyright{color:rgba(209, 197, 183, 1.00);font-size:0.90rem}#stacks_in_486 .copyright a{color:rgba(218, 218, 227, 1.00)}#stacks_in_486 .copyright a:hover{color:rgba(203, 152, 50, 1.00)}@media only screen and (max-width:40em){#stacks_in_486 p{text-align:center !important}}#stacks_in_486 .copyright{margin-bottom:0}

#stacks_in_486 {
	margin: 0px 15px 0px 0px;
	padding:  10px;
}
