/* Background Images and Footer */
/* Theme Roller */
/* Background Images and Footer */
/* Theme Roller */
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Bitter|Raleway:300,400,800");

/*! ---------- =reset ---------- */

.row-wide {
    margin: 0 auto;
    max-width: 1600px;
}
#NAV {
  background: rgba(255, 255, 255, 0.92);
}
#NAV.stickyNav-wide {
    max-width: 1600px;
}
#Logo {
	display: inline-block;
	vertical-align: middle;
}
#MPButtonBar .navbar.navbar-default {
	display: inline-block;
	vertical-align: middle;
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #556976;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface,
.note,
.pull-quote__attribution,
.item-list__date {
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  color: #246ba0;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 48px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}


/*! ---------- =common =components ---------- */

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #30c7da;
}
a:hover,
a:focus {
  color: #246ba0;
}


a,
button {
  -webkit-transition: color 0.15s ease-out,
                        background-color 0.15s ease-out,
                        border 0.15s ease-out,
                        box-shadow 0.15s ease-out,
                        opacity 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

a.anchor-tag::before {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  top: -130px;
}

.align-left {
  text-align: left;
}

 img.align-left {
  text-align: left !important;
  margin-left: 0 !important;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.margin {
  margin-bottom: 24px;
}
.margin-large {
  margin-bottom: 48px;
}
.margin-small {
  margin-bottom: 12px;
}
.margin-top {
  margin-top: 24px;
}
.margin-top-large {
  margin-top: 48px;
}
.margin-top-small {
  margin-top: 12px;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

.note {
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #a09e89;
}
.warn {
  color: #e67e22;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.8;
}

.button {
  background: #0b5db1;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  vertical-align: middle;
}
.button:after {
  content: '\f101';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 12px;
}
.button:hover,
.button:focus {
  background: #098a9a;
  color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.button:active {
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  background: #a09e89;
  color: #fff;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #797767;
}
.button--action {
  background: #246ba0;
  color: #fff;
}
.button--action:hover,
.button--action:focus {
  background: #1c547d;
}
.button--hollow {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.button--warn {
  background: #e67e22;
  color: #fff;
}
.button--warn:hover,
.button--warn:focus {
  background: #d35400;
}
.button--cancel {
  background: #fff;
  border: 1px solid #246ba0;
  color: #246ba0;
  font-size: 16px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #1c547d;
  border-color: #1c547d;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}

.pull-quote {
  background: #f0f3f5;
  border-width: 2px 0;
  color: #0b5db1;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 470px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  background: #fff;
  border: 2px solid #1c547d;
  padding: 24px;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #246ba0;
  margin-bottom: 15px;
}
.content-box--highlight {
  border-color: #797767;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #a09e89;
}
.content-box--action {
  border-color: #098a9a;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #0b5db1;
}

.content-box.content-box--title {
  border-width: 1px;
  padding: 0;
}

.content-box--title__label {
  background: #f7f7f7;
  border-bottom: 1px solid #1c547d;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.content-box--title__content {
  padding: 15px;
}

.quicklink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 24px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  background-color: #363738;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.quicklink__title,
.quicklink div,
.quicklink p {
  width: 100%;
}
.quicklink__title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.quicklink:hover,
.quicklink:focus {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.quicklink:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.item-list {
  list-style: none;
  margin: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.item-list__title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.item-list__date {
  opacity: 0.7;
  margin: 12px 0 0;
}
.item-list__description {
  opacity: 0.85;
  margin-top: 6px;
}
.item-list__description-address {
  margin-bottom: 0;
}
.item-list__thumbnail {
  margin-bottom: 24px;
  max-width: 200px;
}

.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}

@media (min-width: 1232px) {
  .item-list__thumbnail {
    float: left;
    margin-right: 24px;
  }
  .item-list__content {
    float: left;
    max-width: 70%;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 12px;
}
.toggle-indicator:last-child {
  margin-left: 12px;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #363738;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before {
  background: #a09e89;
}
.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.share-buttons {
  font-size: 26px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 16px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  font-size: 40px;
  margin: 12px 12px 12px 0;
  vertical-align: middle;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d8d8d8;
  text-align: left;
  color: #a09e89;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 22px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.group:after,
.item-list__item:after,
.side-label:after,
.page-header:after,
.interior-layout:after {
  content: "";
  display: table;
  clear: both;
}

/*   Testimonials Slider   */
.testimonials-slider {
  margin: 24px 0;
  position: relative;
}
.testimonials-slider__testimonials {
  background-image: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 48px;
  padding: 0 !important;
  position: relative;
}
.testimonials-slider__testimonials-item {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.testimonials-slider__testimonials-item:before {
  content: '\f10d';
  color: rgba(255, 255, 255, 0.15);
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 72px;
  font-weight: 900;
  margin-top: 1rem;
}
.testimonials-slider__testimonials-item h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}
.testimonials-slider__testimonials-name {
  text-align: right;
}
.testimonials-slider__testimonials-name span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.testimonials-slider__testimonials .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
}

.testimonials-slider__testimonials .slick-prev {
    left: 45px;
    z-index: 100;
}

.testimonials-slider__testimonials .slick-next {
    z-index: 100;
}

.slide-container {
  background-size: cover; 
  padding-right: 50px;
  padding-top: 25px;
  padding-left: 50px;
}

.testimonials-slider__photos-item {
  display: none !important;
}

.slick-slider {
  overflow: hidden;
  position: relative;
}

.slick-list {
  margin: 0 12px;
}

.slick-slide {
  float: left;
  margin: 0 12px;
  position: relative;
}

.slick-arrow {
  color: #96aab8;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  top: 40%;
  z-index: 2;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media (max-width: 959px) {
  .testimonials-slider__testimonials-item h4 {
    font-size: 16px;
    line-height: 1.45;
  }
  .testimonials-slider__testimonials .slick-next {
    right: 45px;
  }
}

@media (min-width: 960px) {
  .share-buttons__button {
    font-size: 30px;
    margin-right: 8px;
  }
  .testimonials-slider {
    margin: 0 0 72px 0;
  }
  .testimonials-slider__testimonials {
    float: left;
    padding: 0;
    width: 75%;
     }
  .testimonials-slider__testimonials .slick-next {
    right: 108px;
  }
  .testimonials-slider__photos {
    left: -5rem;
    max-width: 300px;
    position: relative;
    top: -2rem;
    width: 25%;
  }
  .testimonials-slider__photos-item {
    border: 5px solid #fff;
    display: inline-block !important;
  }
}

@media (min-width: 1210px) {
  .slick-arrow {
    font-size: 18px;
    top: 50%;
  }
}

@media (min-width: 768px) {
  .slide-container {
    min-height: 350px; 
    padding-right: 115px;
  }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: 12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33%; }
.grid__unit--2-3 { width: 66.66%; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }

@media (min-width: 470px) {
  .grid__unit--1-1-s { width: 100%; }
  .grid__unit--1-2-s { width: 50%; }
  .grid__unit--1-3-s { width: 33.33%; }
  .grid__unit--2-3-s { width: 66.66%; }
  .grid__unit--1-4-s { width: 25%; }
  .grid__unit--3-4-s { width: 75%; }
  .grid__unit--1-5-s { width: 20%; }
  .grid__unit--2-5-s { width: 40%; }
  .grid__unit--3-5-s { width: 60%; }
  .grid__unit--4-5-s { width: 80%; }
  .grid__unit--1-6-s { width: 16.66%; }
  .grid__unit--5-6-s { width: 83.3%; }
  .grid__unit--1-8-s { width: 12.5%; }
  .grid__unit--3-8-s { width: 37.5%; }
  .grid__unit--5-8-s { width: 62.5%; }
  .grid__unit--7-8-s { width: 87.5%; }
  .grid__unit--1-9-s { width: 11.11%; }
  .grid__unit--2-9-s { width: 22.22%; }
  .grid__unit--4-9-s { width: 44.44%; }
  .grid__unit--5-9-s { width: 55.55%; }
  .grid__unit--7-9-s { width: 77.77%; }
  .grid__unit--8-9-s { width: 88.88%; }
  .grid__unit--1-12-s { width: 8.33%; }
  .grid__unit--5-12-s { width: 41.65%; }
  .grid__unit--7-12-s { width: 58.31%; }
  .grid__unit--11-12-s { width: 91.63%; }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m { width: 100%; }
  .grid__unit--1-2-m { width: 50%; }
  .grid__unit--1-3-m { width: 33.33%; }
  .grid__unit--2-3-m { width: 66.66%; }
  .grid__unit--1-4-m { width: 25%; }
  .grid__unit--3-4-m { width: 75%; }
  .grid__unit--1-5-m { width: 20%; }
  .grid__unit--2-5-m { width: 40%; }
  .grid__unit--3-5-m { width: 60%; }
  .grid__unit--4-5-m { width: 80%; }
  .grid__unit--1-6-m { width: 16.66%; }
  .grid__unit--5-6-m { width: 83.3%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l { width: 100%; }
  .grid__unit--1-2-l { width: 50%; }
  .grid__unit--1-3-l { width: 33.33%; }
  .grid__unit--2-3-l { width: 66.66%; }
  .grid__unit--1-4-l { width: 25%; }
  .grid__unit--3-4-l { width: 75%; }
  .grid__unit--1-5-l { width: 20%; }
  .grid__unit--2-5-l { width: 40%; }
  .grid__unit--3-5-l { width: 60%; }
  .grid__unit--4-5-l { width: 80%; }
  .grid__unit--1-6-l { width: 16.66%; }
  .grid__unit--5-6-l { width: 83.3%; }
  .grid__unit--1-8-l { width: 12.5%; }
  .grid__unit--3-8-l { width: 37.5%; }
  .grid__unit--5-8-l { width: 62.5%; }
  .grid__unit--7-8-l { width: 87.5%; }
  .grid__unit--1-9-l { width: 11.11%; }
  .grid__unit--2-9-l { width: 22.22%; }
  .grid__unit--4-9-l { width: 44.44%; }
  .grid__unit--5-9-l { width: 55.55%; }
  .grid__unit--7-9-l { width: 77.77%; }
  .grid__unit--8-9-l { width: 88.88%; }
  .grid__unit--1-12-l { width: 8.33%; }
  .grid__unit--5-12-l { width: 41.65%; }
  .grid__unit--7-12-l { width: 58.31%; }
  .grid__unit--11-12-l { width: 91.63%; }
}

.grid__unit.article-list-grid {
  padding-bottom: 0;
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #d7d7d7;
  color: #556976;
  color: rgba(85, 105, 118, 0.8);
  font: 16px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  /* margin-bottom: 24px; */
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #bcc7cf;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #246ba0;
  color: #556976;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #246ba0;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #1c547d;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #e74c3c;
}
label.is-selected {
  color: #797767;
}
label.is-focused {
  color: #246ba0;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 470px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #e74c3c;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #246ba0;
  background: #246ba0;
  color: #fff;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #246ba0;
}
.tabs--standard .tabs__tab.is-active h1,
.tabs--standard .tabs__tab.is-active h2,
.tabs--standard .tabs__tab.is-active h3, 
.tabs--standard .tabs__tab.is-active h4,
.tabs--standard .tabs__tab.is-active h5,
.tabs--standard .tabs__tab.is-active h6 {
    color: #246ba0;
}
.tabs--standard .tabs__tab.is-next h1,
.tabs--standard .tabs__tab.is-previous h1,
.tabs--standard .tabs__tab.is-next h2,
.tabs--standard .tabs__tab.is-previous h2,
.tabs--standard .tabs__tab.is-next h3, 
.tabs--standard .tabs__tab.is-previous h3,
.tabs--standard .tabs__tab.is-next h4,
.tabs--standard .tabs__tab.is-previous h4,
.tabs--standard .tabs__tab.is-next h5,
.tabs--standard .tabs__tab.is-previous h5,
.tabs--standard .tabs__tab.is-next h6,
.tabs--standard .tabs__tab.is-previous h6 {
    color: #fff;
}
.tabs--standard .tabs__pane {
  border: 1px solid #246ba0;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #246ba0;
  color: #fff;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #246ba0;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1439px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #246ba0;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #246ba0 #246ba0 #246ba0;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  
    .tabs--standard .tabs__tab:nth-child(11),
  .tabs--vertical .tabs__tab:nth-child(11) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  
    
    .tabs--standard .tabs__tab:nth-child(12),
  .tabs--vertical .tabs__tab:nth-child(12) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
      
    .tabs--standard .tabs__tab:nth-child(13),
  .tabs--vertical .tabs__tab:nth-child(13) {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
        
    .tabs--standard .tabs__tab:nth-child(14),
  .tabs--vertical .tabs__tab:nth-child(14) {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
            
    .tabs--standard .tabs__tab:nth-child(15),
  .tabs--vertical .tabs__tab:nth-child(15) {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
              
    .tabs--standard .tabs__tab:nth-child(16),
  .tabs--vertical .tabs__tab:nth-child(16) {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
  }
                
    .tabs--standard .tabs__tab:nth-child(17),
  .tabs--vertical .tabs__tab:nth-child(17) {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26;
  }
                  
    .tabs--standard .tabs__tab:nth-child(18),
  .tabs--vertical .tabs__tab:nth-child(18) {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27;
  }
                    
    .tabs--standard .tabs__tab:nth-child(19),
  .tabs--vertical .tabs__tab:nth-child(19) {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28;
  }
                      
    .tabs--standard .tabs__tab:nth-child(20),
  .tabs--vertical .tabs__tab:nth-child(20) {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29;
  }
  
                        
    .tabs--standard .tabs__tab:nth-child(21),
  .tabs--vertical .tabs__tab:nth-child(21) {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }
  
                          
    .tabs--standard .tabs__tab:nth-child(22),
  .tabs--vertical .tabs__tab:nth-child(22) {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31;
  }
  
                            
    .tabs--standard .tabs__tab:nth-child(23),
  .tabs--vertical .tabs__tab:nth-child(23) {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32;
  }
                              
    .tabs--standard .tabs__tab:nth-child(24),
  .tabs--vertical .tabs__tab:nth-child(24) {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33;
  }
                                
    .tabs--standard .tabs__tab:nth-child(25),
  .tabs--vertical .tabs__tab:nth-child(25) {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34;
  }
                                  
    .tabs--standard .tabs__tab:nth-child(26),
  .tabs--vertical .tabs__tab:nth-child(26) {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35;
  }
                                    
    .tabs--standard .tabs__tab:nth-child(27),
  .tabs--vertical .tabs__tab:nth-child(27) {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36;
  }
  
                                      
    .tabs--standard .tabs__tab:nth-child(28),
  .tabs--vertical .tabs__tab:nth-child(28) {
    -webkit-box-ordinal-group: 38;
    -ms-flex-order: 37;
    order: 37;
  }
    
                                      
    .tabs--standard .tabs__tab:nth-child(29),
  .tabs--vertical .tabs__tab:nth-child(29) {
    -webkit-box-ordinal-group: 39;
    -ms-flex-order: 38;
    order: 38;
  }
                                        
    .tabs--standard .tabs__tab:nth-child(30),
  .tabs--vertical .tabs__tab:nth-child(30) {
    -webkit-box-ordinal-group: 40;
    -ms-flex-order: 39;
    order: 39;
  }                                        
    .tabs--standard .tabs__tab:nth-child(31),
  .tabs--vertical .tabs__tab:nth-child(31) {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
  }
      .tabs--standard .tabs__tab:nth-child(32),
  .tabs--vertical .tabs__tab:nth-child(32) {
    -webkit-box-ordinal-group: 42;
    -ms-flex-order: 41;
    order: 41;
  }
  
      .tabs--standard .tabs__tab:nth-child(33),
  .tabs--vertical .tabs__tab:nth-child(33) {
    -webkit-box-ordinal-group: 42;
    -ms-flex-order: 41;
    order: 41;
  }
    
      .tabs--standard .tabs__tab:nth-child(34),
  .tabs--vertical .tabs__tab:nth-child(34) {
    -webkit-box-ordinal-group: 43;
    -ms-flex-order: 42;
    order: 42;
  }
        .tabs--standard .tabs__tab:nth-child(35),
  .tabs--vertical .tabs__tab:nth-child(35) {
    -webkit-box-ordinal-group: 44;
    -ms-flex-order: 43;
    order: 43;
  }
  
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #246ba0;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1440px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #e4e4e4;
    border-right-color: #246ba0;
    box-shadow: inset 6px 0 0 #246ba0;
    color: #fff;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #246ba0 #fff #246ba0 #246ba0;
    box-shadow: inset 6px 0 0 #246ba0;
    color: #246ba0;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #246ba0;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #246ba0;
  border: 1px solid #246ba0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.accordion__label::before {
    content: '\f061';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    right: 25px;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label.is-active::before {
    content: '\f061';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label h1,
.accordion__label h2,
.accordion__label h3, 
.accordion__label h4,
.accordion__label h5,
.accordion__label h6 {
    color: #fff;
}
.accordion__label.is-active {
  color: #246ba0;
  background: #f7f7f7;
  border-color: #246ba0;
}
.accordion__label.is-active h1,
.accordion__label.is-active h2,
.accordion__label.is-active h3, 
.accordion__label.is-active h4,
.accordion__label.is-active h5,
.accordion__label.is-active h6 {
    color: #246ba0;
    margin-bottom: 15px;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #246ba0;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #dadada;
  color: #222;
  background: #f6f6f6;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #a1bacc;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #eee;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
  width: 100%;
}

.content, #MPContentArea {
  padding: 24px;
}

.page-bounds, #MPOuterMost.wide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.waypoint {
  position: relative;
  top: -80px;
}

@media (min-width: 768px) {
  .content {
    padding: 121px 48px 48px;
  }
}
@media (min-width: 768px) {
  #MPContentArea {
    padding: 0 48px 48px;
  }
}

@media (min-width: 1210px) {
  .content {
    padding-top: 300px;
  }
  .waypoint {
    top: -250px;
  }
}

@media (min-width: 1440px) {
  .content {
    padding-top: 215px;
  }
  .waypoint {
    top: -120px;
  }
}


/*! ---------- =header, =nav ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 100%;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo {
  float: left;
  position: relative;
  z-index: 100;
}
.header-logo a, .header-logo img, #Logo a, #Logo img{
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a, #Logo a {
  padding: 24px 0 12px;
}
.header-logo img, #Logo img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  max-height: 70px;
}


/* Login */


.header-user__welcome, .media-body  .btn.btn-default, 
.sf-logged-out-view .btn.btn-default {
  color: #0b5db1;
  font-weight: 800;
  opacity: 0.8;
  float: left;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 15px;
}

.navbar-toggle {
	float: right;
	background: #246ba0;
	color: #fff;
	float: right;
	font-size: 16px;
	margin-bottom: -1px;
	margin-right: 12px;
	padding: 21px 24px;
	position: relative;
	border-radius: 0px;
}
.icon-bar {
	display: block;
	position: absolute;
	top: 25%;
	left: 25%;
	margin-top: -2px;
	-webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
	transition: opacity 0.1s ease-out 0.2s, margin 0.1s ease-out 0.2s, -webkit-transform 0.25s ease-out;
	transition: opacity 0.1s ease-out 0.2s, margin 0.1s ease-out 0.2s, transform 0.25s ease-out;
	transition: opacity 0.1s ease-out 0.2s, margin 0.1s ease-out 0.2s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.icon-bar::before {
  content: '';
  display: block;
  background: #a09e89;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.navbar-default .navbar-nav>li>a {
	color: #30c7da;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #246ba0;
}

.navbar-default .navbar-toggle .icon-bar {
	height: 4px;
	background-color: white;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
	margin-top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
	margin-top: 9px;
	opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
	margin-top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-default .navbar-toggle.collapsed .is-active .icon-bar::before {
  background: white;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 100%;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
	margin-top: 3px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
	margin-top: 15px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate();
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #246ba0;
	color: #fff;
}

@media (max-width: 1209px) {
	.media-body {
	 background: #f0f3f5;
	 text-align: center;
	 }
	 
	.header-user__welcome, .media-body  .btn.btn-default  {
	  margin-right: 1rem;
	  position: static;
	  top: 1.1rem;
	  font-size: 15px;
	}

	#MPButtonBar .navbar.navbar-default {
		display: block;
	}
	nav.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		clear: both;
		/*margin-left: -24px;*/
		/*margin-right: -24px;*/
	} 
 }

@media (min-width: 1210px) {
  .media-body {
    position: absolute;
    width: 260px;
  }

  .sf-logged-out-view {
    position: absolute;
    right: 345px;
    top: -42px;
    z-index: 5001;
  }

  .header-user__welcome, .media-body  .btn.btn-default {
    margin-right: 1rem;
    position: relative;
    top: 1.1rem;
  }
}


@media (min-width: 1210px) and  (max-width: 1449px)  {
  .media-body {
    right: 280px;
    top: -60px;
    z-index: 5000;
  }
}

@media (min-width: 1450px) {
  .media-body {
    right: 310px;
    top: -60px;
    z-index: 5000;
  }
}

.view-question-container .media-left, .answer-item .media-left {
  display: inline-block;
  width: 100px;
}
.view-question-container .media-body, .answer-item .media-body {
  position: initial;
  right: initial;
  top: initial;
  left: initial;
  z-index: initial;
  width: calc(100% - 150px);
  display: inline-block;
  text-align: left;
  background: none;
}
.view-question-container .badge, .answer-item .badge {
  display: block;
  width: fit-content;
}

.header-user__welcome:hover, .media-body  .btn.btn-default:hover, .sf-logged-out-view .btn.btn-default:hover {
  color: #098a9a;
  opacity: 1.0;
}


.header-user__welcome:hover, .media-body  .btn.btn-default:hover, .sf-logged-out-view .btn.btn-default:hover {
  color: #098a9a;
  opacity: 1.0;
}


.header-utility {
  background: #f0f3f5;
  font-size: 15px;
  position: relative;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #556976;
  display: block;
  padding: 6px;
}
.header-utility__item:first-child a {
  color: #0b5db1;
  font-weight: 800;
}
.header-utility__item:first-child a:hover,
.header-utility__item:first-child a:focus {
  color: #098a9a;
}
.header-utility__item:nth-child(2) a {
  color: #973111;
}
.header-utility__item:nth-child(2) a:hover,
.header-utility__item:nth-child(2) a:focus {
  color: #dc6641;
}
/*.header-utility::before,
.header-utility::after {
  background: inherit;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
}
.header-utility::before {
  left: -100vw;
}
.header-utility::after {
  right: -100vw;
}*/
.header-utility__social {
  margin-top: 24px;
}
.header-utility__social .header-social__icon {
  color: #a09e89;
  font-size: 28px;
  padding-right: 24px;
}
.header-utility__social .header-social__icon:hover,
.header-utility__social .header-social__icon:focus {
  color: #797767;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #fff;
  border-bottom: 2px solid #d8dfe4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 72px 12px 42px !important;
  width: 100%;
}
.header-search__input::-webkit-input-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__input::-moz-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__input::-ms-input-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__submit {
  background: #fff;
  border-bottom: 2px solid #96aab8;
  bottom: 0;
  color: #96aab8;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.header-search.is-focused .header-search__submit {
  opacity: 100;
}
  
/*mega
* comments like this denote the old megamenu styles, removed in favor of a simple dropdown
*/
.navbar-default, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: rgba(255, 255, 255, 0.92);
	border: none;
}
ul.nav {
	max-width: 100%;
	width: 100%;
}
ul.nav  ul {
  list-style: none;
  margin: 0;
  width: 100%;
  min-width: 222px;
}
ul.nav  li {
  position: relative;
}
ul.nav  a {
  display: block;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
ul.nav  li li a {
  font-weight: 400;
  font-size: 15px;
  color: #556976;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1209px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    background: #246ba0;
    color: #fff;
    float: right;
    font-size: 16px;
    margin-bottom: -1px;
    margin-right: -24px;
    padding: 24px;
    position: relative;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header .toggle-indicator__piece:before {
    background: #fff;
  }
  .page-header .toggle-indicator__piece .is-active::before {
    background: #fff;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }

  .header-logo a, #Logo a {
    padding: 18px 0;
  }
  .header-logo img, #Logo img {
    max-height: 36px;
  }

  .header-user__welcome {
    margin-right: 0.5rem;
    top: 0.3rem;
  }

  .header-utility {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 18px 24px;
    text-align: center;
  }
  
  .header-login {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
     background: #f0f3f5;
     width: 100%;
  }
  
  .media-body {
   padding: 18px 16px 18px 40px;
   text-align: center;
   margin: 0 auto;
   width: 280px;
    }
    
  .sf-logged-out-view {
   padding: 18px 24px 18px 40px;
   text-align: center;
   margin: 0 auto;
   width: 120px;
  }
	#MPButtonBar .navbar.navbar-default {
		display: block;
	}
	nav.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		clear: both;
	}
	ul.nav.navbar-nav, ul.nav.navbar-nav ul, ul.nav.navbar-nav li, ul.nav.navbar-nav a {
		height: fit-content;
	}
	.open > .dropdown-menu {
		display: initial;
	}
  
  ul.nav  {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #fff;
  }
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-search__label {
    padding-left: 24px;
  }
  .header-search__input {
    padding-left: 54px !important;
  }
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: initial;
        left: initial;
    }
    .nav-tabs.nav-justified>li {
        display: initial;
        width: initial;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 5px;
    }
    .nav-tabs.nav-justified>li>a {
        border-bottom: auto;
        border-radius: auto;
    }
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: auto;
    }
    .nav-justified>li {
        display: initial;
        width: initial;
    }
    .nav-justified>li>a {
        margin-bottom: 5px;
    }
    .nav-tabs-justified>li>a {
        border-bottom: auto;
        border-radius: auto;
    }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: auto;
    }
    .navbar {
        border-radius: auto;
    }
    .navbar-header {
        float: initial;
    }
    .navbar-collapse {
        width: initial;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: initial!important;
        padding-bottom: auto;
        overflow: initial!important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: initial;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: initial;
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: initial;
    }
    .container>.navbar-header,.container>.navbar-collapse {
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-static-top {
        border-radius: initial;
    }
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: initial;
    }
    .navbar>.container .navbar-brand {
        margin-left: auto;
    }
    .navbar-toggle {
        display: initial;
    }
}
@media (min-width: 768px) and (max-width: 1209px) {
	nav.navbar {
		margin-top: -50px;
	}
}
@media (min-width: 960px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto;
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
    .nav-justified>li {
        display:table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0;
    }
    .container>.navbar-header,.container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
    .navbar-toggle {
        display: none;
    }
}
@media(max-width: 959px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
    .navbar-left {
        float: none!important;
    }
    .navbar-right {
        float: none!important;
    }
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-text {
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

@media(min-width: 960px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-left {
        float: left!important;
    }
    .navbar-right {
        float: right!important;
    }
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 960px) {
  ul.nav {
    clear: both;
    margin-bottom: 12px;
  }
  ul.nav  {
    border-bottom: 2px solid #d8dfe4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -24px;
    text-align: center;
  }
  ul.nav  > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
  }
  ul.nav  > li > a, .navbar-default .navbar-nav > li > a {
    color: #246ba0;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 12px;
    position: relative;
    text-transform: uppercase;
  }
  ul.nav  > li > ul {
    position: absolute;
    text-align: left;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    background: #fff;
    border-top: 2px solid #1c547d;
    border-bottom: 1px solid #d8d8d8;
    top: 100%;
    left: 0;
    min-width: 14em;
    padding: 24px 0 12px;
  }
  ul.nav  > li > ul > li > a {
    border-bottom: 1px solid #d8dfe4;
    color: #1c547d;
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
  }
  ul.nav  > li > ul > li:last-child > a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  ul.nav  > li > ul > li > ul {
    display: none;
  }
  ul.nav  > li > ul a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #30c7da;
  }
  ul.nav  > li:hover > a {
    color: #30c7da;
  }
  ul.nav  > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  ul.nav  > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}
@media (min-width: 1210px) {
  body.is-scrolled .page-header {
    position: fixed;
  }
  .page-header {
    margin-top: 60px;
    padding: 0 48px;
  }
  .page-header__content {
    position: relative;
  }
  .header-utility {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 100vw;
  }
  .header-utility div:first-child {
    float: right;
    position: relative;
    right: 130px;
  }
  .header-utility__list {
    margin-right: 24px;
  }
  .header-utility__item a {
    padding: 18px 6px;
    opacity: 0.8;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    opacity: 1;
  }
  .header-utility__social {
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    text-align: right;
    top: -6px;
    right: 50px;
  }
  .header-utility__social .header-social__icon {
    font-size: 16px;
    padding-right: 12px;
  }
  .header-search {
    position: absolute;
    right: 0;
    top: 2rem;
    width: calc(100% - 224px);
    z-index: 2;
  }
  ul.nav {
    clear: both;
    margin-bottom: 12px;
  }
  ul.nav  {
    border-bottom: 2px solid #d8dfe4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    text-align: justify;
  }
  ul.nav  > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
	text-align: center
  }
  ul.nav  > li > a, .navbar-default .navbar-nav > li > a {
    color: #246ba0;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
  }
  ul.nav  > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
	top: 34.5px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #1c547d;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  ul.nav  > li > ul {
    position: absolute;
    text-align: left;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    background: #fff;
    border-top: 2px solid #1c547d;
    border-bottom: 1px solid #d8d8d8;
    top: 100%;
    left: 0;
    min-width: 222px;
	width: fit-content;
    padding: 24px 0 12px;
  }
  /*Last Dropdown Menu Fix*/
  ul.nav  > li:last-child > ul {
    left: initial;
	right: 0;
  }
  ul.nav  > li > ul > li {
  }
  ul.nav  > li > ul > li > a {
    border-bottom: 1px solid #d8dfe4;
    color: #1c547d;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
  }
  ul.nav  > li > ul > li:last-child > a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  ul.nav  > li > ul > li > ul {
    display: none;
  }
  ul.nav  > li > ul a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #30c7da;
  }
  ul.nav  > li:hover > a {
    color: #30c7da;
  }
  ul.nav  > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  ul.nav  > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  /* mega
  ul.nav  > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  ul.nav  > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  ul.nav  > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  ul.nav  > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  ul.nav  > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  ul.nav  > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
  ul.nav  > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.92s, 0.92s;
    transition-delay: 0.92s, 0.92s;
  }
  ul.nav  > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.99s, 0.99s;
    transition-delay: 0.99s, 0.99s;
  }
  ul.nav  > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 1.06s, 1.06s;
    transition-delay: 1.06s, 1.06s;
  }
  ul.nav  > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 1.13s, 1.13s;
    transition-delay: 1.13s, 1.13s;
  }
  ul.nav  > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 1.2s, 1.2s;
    transition-delay: 1.2s, 1.2s;
  }
  */
  ul.nav  .is-current > a {
    color: #30c7da;
    position: relative;
  }
  ul.nav  .is-current > a {
    border-bottom: 2px solid #96aab8;
    margin-bottom: -2px;
  }
  ul.nav  .is-current > ul > li > ul > li > a:after {
    display: none;
  }

}

@media (min-width: 1210px) and (max-width: 1440px) {
  .page-header {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  body.is-scrolled .page-header {
    transform: translateY(-165px);
    -webkit-transform: translateY(-165px);
  }
  /*body.is-scrolled .home-content,
  body.is-scrolled .content, body.is-scrolled #MPContentArea {
    padding-top: 145px;
  }*/
}

@media (min-width: 1440px) {
  body.is-scrolled .page-header {
    top: -60px;
  }
  body.is-scrolled .page-header .header-logo img, #NAV.stickyNav #Logo img {
    margin: 0;
    max-height: 40px;
  }
  body.is-scrolled .page-header .header-logo a, #NAV.stickyNav #Logo a, #NAV.stickyNav .LogoImg {
    padding: 0;
  }
 
  .header-logo, #Logo {
    margin-right: 1rem;
  }

  ul.nav  {
    clear: none;
    position: relative;
    top: 0;
  }
  ul.nav  {
    margin: 0 120px 0 0;
  }
  ul.nav  > li > a {
    font-size: 15px;
  }
  .header-search {
    top: 1.8rem;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    width: 110px;
  }
  .header-search__label {
    left: auto;
    right: 1px;
  }
  .header-search__input {
    background: rgba(255, 255, 255, 0);
    padding: 12px 42px 23px 12px !important;
  }
  .header-search__submit {
    height: 61px;
    opacity: 0;
    padding-bottom: 20px;
    width: 35px;
  }
  .header-search.is-focused {
    width: calc(100% - 175px);
  }
  .header-search.is-focused + ul.nav  {
    opacity: 0;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  clear: both;
  font-size: 16px;
  margin-top: 24px;
  padding: 0 24px;
}
.page-footer .page-bounds {
  border-top: 2px solid #d8dfe4;
  padding: 24px 0 0;
  position: relative;
}
.page-footer a {
  color: #434343;
}
.page-footer a:hover {
  color: #246ba0;
}

.footer-logo {
  margin-bottom: 24px;
  position: relative;
}
.footer-logo a,
.footer-logo img {
  display: block;
  max-width: 100%;
  position: relative;
}
.footer-logo img {
  max-width: 160px;
}
.footer-logo:before {
  background: #f0f3f5;
  content: '';
  display: block;
  height: 55px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.footer-contact {
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  position: relative;
}

.footer-trending {
  border-bottom: 2px solid #d8dfe4;
  border-top: 2px solid #d8dfe4;
  margin-bottom: 24px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.footer-trending h2 a {
  color: #246ba0;
}
.footer-trending h2 a:hover {
  color: #1c547d;
}
.footer-trending h3 {
  color: #96aab8;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.footer-trending h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
.footer-trending h2:hover {
  color: #1c547d;
}

.footer-social {
  margin-bottom: 24px;
  margin-top: 12px;
  word-spacing: 0.5em;
}
.footer-social__icon {
  font-size: 32px;
  margin-right: 12px;
}
.footer-social a {
  color: #a09e89;
}
.footer-social a:hover,
.footer-social a:focus {
  color: #797767;
}

.footer-utility {
  margin-bottom: 24px;
}
.footer-utility__list {
  display: table;
  list-style: none;
  margin: 0 auto;
}
.footer-utility__item {
  display: inline-block;
}
.footer-utility__item + .footer-utility__item {
  margin-left: 24px;
}
.footer-utility a {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.footer-copyright {
  font-size: 15px;
  opacity: 0.7;
}


@media (max-width: 767px) {
	.page-footer {
		margin-bottom: 24px;
		margin-top: 48px;
		text-align: center;
	}
	.page-footer .grid__unit {
		padding-bottom: 0;
	}
	div.navbar-header {
		margin-top: -84px;
	}
}


@media (min-width: 768px) {
  .footer-logo {
    float: left;
  }
  .footer-logo img {
    max-width: 200px;
    position: relative;
    top: 12px;
  }
  .footer-logo:before {
    height: 160px;
    left: -12rem;
    top: -1rem;
    width: 430px;
  }
  .footer-contact {
    clear: left;
  }
  .footer-contact p {
    margin-bottom: 0;
  }
  .footer-social__icon {
    font-size: 24px;
    margin-right: 0;
  }
  .footer-utility {
    padding-bottom: 0;
  }
  .footer-copyright {
    text-align: center;
  }
}


@media (min-width: 960px) {
  .footer-logo img {
    max-width: 180px;
  }
  .footer-logo:before {
    height: 240px;
    top: -3.5rem;
    width: 460px;
    z-index: -1;
  }

  .footer-trending {
    border: 0;
    border-left: 2px solid #d8dfe4;
    margin-left: 1.5rem;
    margin-top: 0;
    padding: 0 0 0 12px;
    position: relative;
  }
  .footer-trending:before {
    color: #098a9a;
    content: '\f101';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -1.5rem;
    position: absolute;
    top: 2.5rem;
  }
}


@media (min-width: 1440px) {
  .footer-logo:before {
    width: 520px;
  }
  .footer-logo img {
    max-width: 230px;
  }
}


/* ---------- =home ---------- */

/* mosaic layout styles handled in mosaics section */
.home-feature {
  position: relative;
  margin: -17px -14px 0 -12px;
}
.home-feature__mosaic .mosaic__item--cta .button {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.9);
}
.home-feature__button {
  bottom: -2.5rem;
  font-size: 30px;
  left: 0;
  padding: 0.5rem 0.8rem;
  position: absolute;
  right: 0;
}
.home-feature__button-container {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  width: 65px;
}
@media (min-width: 768px) {
  .home-feature {
    margin: -41px -38px 48px -36px;
  }
}

.home-content {
  padding: 97px 24px 24px;
  position: relative;
  z-index: 1;
}

/*   Home Get Started   */
.home-get-started {
  padding: 24px 0;
  position: relative;
  text-align: center;
}
.home-get-started__intro-content {
  position: relative;
  z-index: 2;
}
.home-get-started__image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute; 
  top: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}
.home-get-started__content {
  position: relative;
  z-index: 2;
}
.home-get-started__container {
  margin-left: calc(-50vw + 50%);
  margin-top: 24px;
  overflow: hidden;
  padding: 48px;
  position: relative;
  width: 100vw;
}
.home-get-started__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-get-started__item-cover {
  background: rgba(36, 107, 160, 0.85);
  border-radius: 10px;
  height: 100%;
  padding: 48px 24px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-get-started__item-cover:hover {
  background: rgba(36, 107, 160, 0.15);
}
.home-get-started__item:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.home-get-started__item h3 {
  color: #fff;
  margin-bottom: 12px;
}
.home-get-started__item .button {
  display: block;
  margin: 0 auto;
}
.home-get-started--icon {
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  margin-bottom: 24px;
  padding: 1rem;
  width: 60px;
}
/*   Home Gray Section   */
.home-section {
  padding: 24px 0;
  position: relative;
}
.home-section h1, 
.home-section h2, 
.home-section h3, 
.home-section h4,
.home-section h5,
.home-section h6 {
  position: relative;
  z-index: 1;
}

.home-section h3 {
  color: #96aab8;
}
.home-section h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.home-section__action {
  margin-bottom: 24px;
}
.home-section__description {
  background: #f0f3f5;
  margin-bottom: 24px;
  padding: 24px 24px 24px 0;
  position: relative;
}
.home-section__description:before {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 5000px;
}
/*   Home News  */
.home-news__item {
  position: relative;
}
.home-news__item-header {
  background: #52608c;
  color: #fff;
  padding: 12px;
}
.home-news__item-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-news__item-image {
  align-items: center;
  background: #fff;
  display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
  max-height: 280px;
  min-height: 280px;
  overflow: hidden;
  width: 100%;
}
.home-news__item-image img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-news__item:hover .home-news__item-image img,
.home-news__item:focus .home-news__item-image img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/*   Home Careers   */
.home-careers__item {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 24px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-careers__item:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.home-careers__item:hover h4 {
  color: #a09e89;
}
.home-careers__item h4 {
  font-size: 22px;
  margin-bottom: 24px;
}
.home-careers__item-location {
  color: #a09e89;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 24px;
}
.home-careers__item-location:after {
  background: #d8dfe4;
  content: '';
  display: block;
  height: 1px;
  margin: 12px 0;
  width: 100%;
}
.home-careers__item p {
  color: #556976;
  text-align: left;
}

.job-board ul li {
 list-style: none;  
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 24px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 31%;
  float: left;
  margin-right: 15px;
  margin-bottom: 48px;
}

.job-board ul li:hover,
.job-board ul li:focus  {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.job-board a.button {
display: none;
}


@media (max-width: 768px) {
  .home-news__item, .home-careers__item {
   min-height: 0!important;
  }

}
@media (max-width: 1199px) {
  
   .job-board ul li {
   width: 90%;
   float: none;
}
}

@media (min-width: 1200px) {
  .job-board ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
  }
  .job-board ul li:nth-child(4), .job-board ul li:nth-child(7), .job-board ul li:nth-child(10), .job-board ul li:nth-child(13), .job-board ul li:nth-child(17) {
  clear: both;
  }

  .job-board ul li {
    flex: 1;
    font-size: 22px;
    line-height: 30px;
  }
}



@media (min-width: 768px) {
  .home-content {
    padding: 121px 48px 48px;
  }
  .home-get-started__container {
    margin-top: -48px;
    padding: 120px 48px 48px;
  }
  .home-get-started__container .grid__unit:last-child {
    margin-right: -48px;
  }
  .home-get-started__item-cover {
    padding: 48px;
  }

  .home-section {
    padding: 48px 0;
  }
  .home-section__description {
    margin-bottom: -240px;
    padding: 12px 48px 288px 0;
  }
  .home-news__item-header {
    margin-bottom: -36px;
    max-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    padding: 24px 24px 48px;
    position: relative;
    z-index: 1;
  }
  .home-news__item-header:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: 12px;
  }
  .home-news__item-image {
    position: relative;
    z-index: 2;
  }

  .home-careers__item-location:after {
    margin: 12px auto;
    max-width: 150px;
    width: 50%;
  }
}


@media (min-width: 960px) {
  .home-section__action {
    position: absolute;
    top: -1.5rem;
    right: 5rem;
  }

  .home-news__item {
    margin-bottom: -24px;
    padding-bottom: 0;
  }
  .home-news__item-image {
    max-height: 300px;
    min-height: 260px;
  }
  .home-news__item .button {
    opacity: 0;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  }
  .home-news__item:hover .button,
  .home-news__item:focus .button {
    background-color: #098a9a;
    opacity: 1;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .home-get-started__item {
    overflow: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
  }
  .home-get-started__item h3,
  .home-get-started__item .home-get-started--icon {
    transition: all 0.15s ease-out;
      -webkit-transition: all 0.15s ease-out;
    transform: translateY(90%);
      -webkit-transform: translateY(90%);
      -ms-transform: translateY(90%);
  }
  .home-get-started__item .button {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  .home-get-started__item:hover h3,
  .home-get-started__item:hover .home-get-started--icon,
  .home-get-started__item:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1210px) {
  .home-content {
    padding-top: 300px;
  }
}

@media (min-width: 1440px) {
  .home-content {
    padding-top: 215px;
  }
  .home-section__description {
    max-width: 75%;
  }
}


/* ---------- =interior ---------- */

.page-title {
  color: #1c547d;
  position: relative;
}
.page-title:before {
/*   client asked to remove this 6/20/2019 */
 /*  background: #f0f3f5; */
/*  content: '';
  display: block;
  left: -4100px;
  height: 400px;
  position: absolute;
  top: -24px;
  width: 5000px;
  z-index: -1;*/
}

@media (min-width: 768px) {
  .page-title:before {
    top: 60px;
  }
}

@media (min-width: 1210px) {
  .page-title {
    font-size: 60px;
    line-height: 72px;
    max-width: 80%;
  }
  .page-title:before {
    top: 80px;
  }
}
/*   Content Hover Effect (Duplicate of .home-news__item)   */
.content-hover__item {
  position: relative;
}
.content-hover__item p {
  color: #556976;
}
.content-hover__item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px;
  max-height: 280px;
  overflow: hidden;
  width: 100%;
}
.content-hover__item-image img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.content-hover__item:hover .content-hover__item-image img,
.content-hover__item:focus .content-hover__item-image img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media (min-width: 960px) {
  .content-hover__item-image {
    max-height: 300px;
  }
  .content-hover__item:hover .button,
  .content-hover__item:focus .button {
    background-color: #098a9a;
    opacity: 1;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
  padding-top: 24px;
}
.interior-layout___main {
  padding-top: 24px;
}
.interior-layout__nav-horizontal {
  background: #f0f3f5;
  margin-bottom: 24px;
  padding: 12px 0;
}
.interior-layout__nav-horizontal ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.interior-layout__nav-horizontal ul li a {
  border-bottom: 1px solid #d3dbe1;
  display: block;
  padding: 12px 0;
}
.interior-layout__nav-horizontal ul li.is-current a {
  color: #a09e89;
}
.interior-layout__meta {
  clear: both;
  margin-bottom: 24px;
  position: relative;
}
.interior-layout__aside {
  padding-top: 24px;
}
.interior-layout__aside .content-box {
  background: #246ba0;
  border-color: #246ba0;
}
.interior-layout__aside .content-box h1,
.interior-layout__aside .content-box h2,
.interior-layout__aside .content-box h3,
.interior-layout__aside .content-box h4,
.interior-layout__aside .content-box h5,
.interior-layout__aside .content-box h6,
.interior-layout__aside .content-box p,
.interior-layout__aside .content-box a {
  color: #fff;
}
.interior-layout__aside .content-box a:hover {
  color: #a09e89;
}
.interior-layout__aside .content-box .button {
  border: 1px solid #fff;
  color: #fff;
}
.interior-layout__aside .content-box .button:hover {
  background: #0b5db1;
  border-color: #0b5db1;
  color: #fff;
}

@media (min-width: 768px) {
  .interior-layout__meta {
    height: 40.8px;
  }
  .interior-layout__meta .breadcrumbs {
    float: left;
    width: 75%;
  }
  .interior-layout__meta .share-buttons {
    float: right;
    text-align: right;
    width: 25%;
  }
}

@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
  }
  .interior-layout__nav-horizontal {
    padding: 24px 0;
    position: relative;
  }
  .interior-layout__nav-horizontal:before,
  .interior-layout__nav-horizontal:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5000px;
  }
  .interior-layout__nav-horizontal:before {
    left: -5000px;
  }
  .interior-layout__nav-horizontal:after {
    right: -5000px;
  }
  .interior-layout__nav-horizontal ul li {
    display: inline-block;
  }
  .interior-layout__nav-horizontal ul li a {
    border-bottom: 0;
    border-right: 1px solid #d3dbe1;
    padding: 0 12px;
  }
  .interior-layout__nav-horizontal ul li:last-child a {
    border-right: 0;
  }
  .interior-layout__main {
    width: 70%;
    float: left;
    padding-right: 48px;
  }
  .interior-layout__alternative .interior-layout__nav,
  .interior-layout__alternative .interior-layout__aside {
    clear: left;
    float: left;
    width: 30%;
  }
  .interior-layout__alternative .interior-layout__main {
    float: right;
    padding-left: 48px;
    padding-right: 0;
  }
}

@media (min-width: 1210px) {
  .interior-layout__alternative .interior-layout__nav {
    float: left;
    width: 20%;
  }
  .interior-layout__alternative .interior-layout__main {
    float: left;
    padding-right: 48px;
    width: 55%;
  }
  .interior-layout__alternative .interior-layout__aside {
    clear: right;
    float: right;
    width: 25%;
  }
}
hr {
  background: #246BA0;
  height: 2px;
  margin-bottom: 12px;
  margin-top: 12px;  
}
.ads {
  clear: both;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
}

.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* .breadcrumbs a {
  color: #556976;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #a09e89;
  opacity: 1;
} 
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
*/
h1 + .breadcrumbs {
  margin-top: -12px;
}

.in-this-section a {
  border-bottom: 1px solid #d3dbe1;
  display: block;
  padding: 6px 24px;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #246ba0;
}
.in-this-section__toggle .toggle-indicator__piece:before {
  background: #fff;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    background: #246ba0;
    color: #fff;
    display: block;
    margin-bottom: 24px;
    padding: 12px;
    text-align: left;
    width: 100%;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    background: #f0f3f5;
    display: block;
    margin-top: -24px;
    padding-top: 12px;
  }
}

@media (min-width: 960px) {
  .in-this-section {
    background: #f0f3f5;
    padding: 24px;
  }
  .in-this-section__toggle {
    cursor: text;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 24px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
}


/* ---------- =mosaics ---------- */

.mosaic {
  clear: both;
  margin: 0 -6px 24px;
  position: relative;
}
.mosaic__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  border: 6px solid transparent;
  overflow: hidden;
}
.mosaic__item--cta {
  background: #973111;
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 24px;
  font-size: 23px;
  line-height: 32px;
}
.mosaic__item--cta .button {
  margin-top: 24px;
}
.mosaic__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px;
  margin: 0;
  font-size: 13px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mosaic__info strong {
  font-size: 15px;
}
.mosaic__item:hover .mosaic__info {
  opacity: 1;
  visibility: visible;
}
.mosaic.is-enabled .mosaic__item {
  padding: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mosaic.is-enabled .mosaic__item:not(.mosaic__item--cta):hover {
  background-color: #0e6ba8;
}
.mosaic.is-enabled .mosaic__item--cta {
  padding: 24px;
}
.mosaic.is-enabled .mosaic__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  background-size: cover;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mosaic.is-enabled .mosaic__item:hover .mosaic__container {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mosaic.is-enabled .mosaic__image {
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  position: relative;
  z-index: 5;
}
.mosaic.is-enabled:hover .mosaic__item {
  opacity: 0.7;
}
.mosaic.is-enabled .mosaic__item:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .mosaic__item--cta .button {
    margin-top: 35px;
  }
}


/* ---------- =conference ---------- */

.interior-layout__conference .interior-layout__feature {
  background-color: #434343;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 500px;
  margin-bottom: 24px;
  margin-left: calc(-50vw + 50%);
  margin-top: -24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100vw;
}
.interior-layout__conference .interior-layout__feature-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(28, 84, 125, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fill-available;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.interior-layout__conference .interior-layout__feature-container.bottom-aligned {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fill-available;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.interior-layout__image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.interior-layout__image.conference-feature img {
  left: 50%;
  max-width: none;
  min-height: 0;
  min-width: 100%;
  max-width: 363px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}



.interior-layout__conference .interior-layout__feature h1 {
  color: #fff;
}
.interior-layout__conference .interior-layout__main,
.interior-layout__conference .interior-layout__nav {
  clear: both;
  float: left;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .interior-layout__conference .interior-layout__feature {
    height: 65vh;
    margin-bottom: 48px;
    margin-top: -48px;
  }
}

@media (min-width: 960px) {
  .interior-layout__conference .interior-layout__feature {
    margin-bottom: 0;
  }
}

/* ---------- =event ---------- */
.interior-layout__event .interior-layout__title h3 {
  color: #96aab8;
}
.interior-layout__event .interior-layout__title h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.interior-layout__event-location {
  font-size: 115%;
  margin-bottom: 9px;
}
.interior-layout__event-location + .interior-layout__event-location {
  padding-bottom: 24px;
  padding-left: 20px;
}
.pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing__item {
  flex: 1 0 auto;
  margin: 0 6px 0;
}
.pricing .pricing__label {
  background: #52608c;
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 12px;
  padding: 12px 24px;
  text-transform: uppercase;
}

.pricing .pricing__price {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 12px;
}

/* ---------- =session ---------- */
/*   List Views   */
.sessions-list__location {
  margin-top: 6px;
}
.sessions-list__type {
  font-size: 85%;
  margin-bottom: 6px;
}
.sessions-list__people {
  border-right: 2px solid #96aab8;
  display: inline;
  font-size: 85%;
  margin-right: 6px;
  padding-right: 6px;
}
.sessions-list__people:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.sessions-list__people-item:after {
  content: ',';
  display: inline-block;
  margin-left: -3px;
}
.sessions-list__people-item:last-child:after {
  display: none;
}
.sessions-list__sponsors {
  font-size: 85%;
  margin-top: 6px;
}
.sessions-list__sponsors .sessions-list__sponsors-item:after {
  content: ',';
  display: inline-block;
  margin-left: -3px;
}
.sessions-list__sponsors .sessions-list__sponsors-item:last-child:after {
  display: none;
}
.sessions-list__sponsors .sessions-list__sponsors-item img {
  display: inline-block;
  max-width: 24%;
  vertical-align: middle;
}

/*   Detail Pages   */
.interior-layout__session .interior-layout__title h3 {
  color: #96aab8;
}
.interior-layout__session .interior-layout__title h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.interior-layout__session-location, .interior-layout__session-type {
  font-size: 115%;
}
.interior-layout__session-type {
  padding-bottom: 24px;
}
.sessions-people {
  margin-top: 24px;
  text-align: left;
}
.interior-layout__session .sessions-sponsors {
  clear: left;
  margin-top: 24px;
}
.sessions-list__people-grid-item-type {
  border-top: 1px solid rgba(150, 170, 184, 0.4);
  color: #0b5db1;
  margin-top: 12px;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .sessions-list__people-grid-item {
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sessions-people {
    margin-top: 48px;
  }
  .sessions-list__sponsors .sessions-list__sponsors-item img {
    max-width: 15%;
  }
}
@media (min-width: 1210px) {
  .sessions-list__sponsors .sessions-list__sponsors-item img {
    max-width: 10%;
  }
}

/*! ---------- =people, =author ---------- */
/*   List Views   */
.people-list__thumbnail img {
  margin-bottom: 24px;
  max-width: 200px;
}

/*   Detail Pages   */
.person-detail__separator {
  border-right: 1px solid #d2d2d2;
  margin-right: 12px;
  padding-right: 12px;
}
.person-detail__organizationlogo {
  margin: 12px 0 0;
  max-width: 50%;
}
@media (min-width: 768px) {
  .person-detail__organizationlogo {
    max-width: 30%;
  }
}

/*! ---------- =people, =author ---------- */
/*   Detail Pages   */
.interior-news__author,
.interior-news__source {
  border-left: 1px solid #d8dfe4;
  margin-left: 6px;
  padding-left: 6px;
}

/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  ul.nav ,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo, #Logo {
    float: none;
    max-height: 70px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #e4e4e4;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #d8d8d8;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]), #MPContentArea a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #246ba0;
    color: #556976;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after, #MPContentArea a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #6a8394;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}


.img-right.social-right {
  max-width: none;
}

@media (max-width: 767px) {
.img-right.social-right {
  float: none;
  text-align: center;
  margin-bottom: 25px;
}
}

@media (min-width: 768px) {
.img-right.social-right {
  float: right;
}
}

/* ---------- =truncate text more than 3 lines ---------- */

.truncate {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  max-height: 3.6em; 
  text-align: justify;  
  margin-right: 0;
  padding-right: 1em;
}

.truncate:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.truncate:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.pagination {
  margin: 10px 0 25px 0;
  clear: both;
}

.pagination .overview {
  margin-right: 20px;
}

.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}

.pagination__overview {
  font-size: 16px;
  margin: 0 0 12px;
}
a.pagination__page, a.pagination__previous, a.pagination__next {
}
.pagination__current, .pagination__page, .pagination__next {
  display: inline-block;
  padding: 5px 12px;
  border: #0b5db1 solid 1px;
  margin-bottom: 15px;
}

ul.pagination {
  list-style: none;
}

.pagination__page--current, ul.pagination li.active, ul.pagination li.active a {
  background: #0b5db1;
  color: #fff;
  font-weight: 700;
}

/*
ul.pagination li {
  display: inline-block;
   padding: 5px 12px;
  border: #0b5db1 solid 1px;
  margin-bottom: 15px;
}

ul.pagination li:hover {
  background: #0b5db1;
}
*/

ul.pagination li:hover a {
  color: #fff;
  font-weight: 700;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #333;
}

 @media (min-width: 768px) {
.pagination__overview {
  display: inline-block;
  margin: 0 24px 0 0;
}


}

 @media (max-width: 480px) {
ul.pagination li {
margin-top: 10px;
}
}

.search-current-tags .button {
margin-bottom: 25px;
margin-right: 15px;
}

.search-current-tags .button:after {
content: '';
display: none;
}

.search-current-tags .far.fa-times-circle {
padding-left: 10px;
}


/* ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding:.5em;
  margin-bottom:.5em;
  word-wrap: break-word;
}

/* make page builder layout more friendly to edit */
.sfPageEditor body {
  border-top: none;
}
.sfPageEditor .page-header {
  background: #fff !important;
}
.sfPageEditor .interior-banner {
  min-height: 0 !important;
}
.sfPageEditor .interior-banner__image::before {
  display: none !important;
}
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .header-search,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility__social,
.sfPageEditor ul.nav ,
.sfPageEditor .header-login,
.sfPageEditor .interior-banner,
.sfPageEditor .interior-banner__image,
.sfPageEditor .interior-banner__image img,
.sfPageEditor .interior-banner__content,
.sfPageEditor .home-get-started__container,
.sfPageEditor .testimonials-slider__image,
.sfPageEditor .testimonials-slider__image img,
.sfPageEditor .testimonials-slider__content,
.sfPageEditor .interior-layout__feature,
.sfPageEditor .interior-layout__image,
.sfPageEditor .interior-layout__image img,
.sfPageEditor .interior-layout__feature-container,
.sfPageEditor .page-footer,
.sfPageEditor .page-search,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  bottom: 0 !important;
  display: block !important;
  float: none !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 0 20px !important;
  max-width: 100% !important;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  transform: none !important;
  top: 0 !important;
  width: 100% !important;
}

.sfPageEditor .header-login {
  margin: 0 !important;
}
.sfPageEditor .header-login .sf-logged-out-view {
  margin: 0!important;
  position: relative!important;
  right: 0!important;
}
.sfPageEditor .header-utility {
  display: inline-block !important;
}

.sfPageEditor ul.nav  li > ul {
  display: none !important;
}

.sfPageEditor .content {
  padding-top: 48px;
}

.sfPageEditor .page-title:before {
  display: none !important;
}

.sfPageEditor .home-section__description,
.sfPageEditor .interior-layout__feature-container,
.sfPageEditor .interior-layout__feature {
  background: rgba(0,0,0,0);
}

.sfPageEditor .interior-layout__feature-container {
  height: auto !important;
}

.sfPageEditor .home-section__description:before {
  display: none;
}

/* space form builder fields */
.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
  content: '[' attr(data-edit-label) ']';
  font-size: 14px;
  opacity: 0.3;
}
.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabs__tab > .sf_colsIn, .tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


.item-list__thumbnail.reduce-thumbnail {
  margin-bottom: 24px;
  max-width: 120px;
}

@media (max-width: 1231px) {
 
	.item-list__thumbnail.reduce-thumbnail img {
	  margin-bottom: 24px;
	  max-width: 120px;
	  text-align: left;
	  margin-left: 0;
	}
	.conference-hero-image {
	min-height: 750px;
	 background-size: cover; 
	 background-position: 50% 50%;
	}

}

@media (min-width: 1232px) {
	.conference-hero-image {
	min-height: 750px;
	 background-size: cover; 
	 background-position: top center;
	}
}


@media (min-width: 1600px) {
	.conference-hero-image {
		min-height: 750px;
		background-size: cover; 
		background-position: 50% 50%;
	}
}



#MPheader {
  background: #f0f3f5;
  font-size: 15px;
}
.MPheader .pull-right {
    float: none !important;
    width: 100%;
}

.MPheader .inline {
    display: inline;
}

.HLWelcome.HLWelcomeHeader {
    float: right;
}

#MPAuxNav ul.level1 li a:last-child {
    border-right: none;
}

#MPOuterFooter {
    background-color: #32525f;
    color: #ffffff;
    border: none;
}

.SloganText {
	display: none;
}
.LogoImg {
    display: block !important;
    text-align: center;
    padding: 10px;
}

.LogoImg {
    padding: 15px;
}

#Logo .LogoImg img, #Logo .LogoImg img.img-responsive {
    display: inline !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.interior div[id$=ProfileImage] img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 10px;
}

.interior #ContentColumn.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.row-last {
    padding-bottom: 0;
}




.HLLandingControl .Picture img, .Image, .img-responsive, button#BtnShowProfile, .MPheader img.welcome-profile-image {
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    border-radius: 40px !important;
}

.MPheader .Image {
    margin-right: 10px;
    background-color: transparent;
}

.MPheader img.welcome-profile-image {
    width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
}

.imgButton {
    background-color: transparent !important;
}

#ProfileContainer.pull-right {
    width: fit-content;
}

#AuxMenu ul  {
  position: relative; width: auto; float: left;
}

#MPOuterFooter {
    background: none;
    color: inherit;
    border: none;
}


#SearchControl_SearchTerm, #FacetedSearchInput {
	margin-bottom: 0;
}
#SearchControl_SearchButton, div[id^='FacetedSearch'] .input-group-btn>.btn+.btn.btnSearch {
	margin-left: 5px;
	margin-right: 5px;
}

#Welcome_NotLoggedIn {
	margin-top: 7px;
}
#Welcome_Content .Welcome .btn-group button {
	border: none;
}

ul#ProfileContainer li div {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.points-label {
	background-color: #A09E89;
}
a[id*="EngagementList_NameLink"] {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#MainCopy_ctl02_DD1 {
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

/******** Changes that make it look like the PRSSA template ********/
	/*! ---------- top header color changes ---------- */

	.header-user__welcome, .media-body .btn.btn-default, .sf-logged-out-view .btn.btn-default {
		color: #246ba0;
		font-weight: 800;
		opacity: 0.8;
		float: left;
		font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 15px;
	}

	.header-utility {
		background: #dde9fb;
	}


	.accordion__label {
		font-weight: 500;
	}

	/* Offset HTML anchors for fixed header */
	html {
	  scroll-padding-top: 125px;
	}

	/* Change mobile header color */
	@media (max-width: 1209px) {
	  .page-header__toggle {
		background: #234781;
	  }
	}


	/*! ---------- =change all fonts from Bitter to Raleway ---------- */
	body {
		font: 18px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #556976;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		font-weight: 400;
	}

	.alternate-typeface,
	.note,
	.pull-quote__attribution,
	.item-list__date, .sf-fieldWrp p {
	  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-weight: 400;
	  font-style: italic;
	}

	.header-user__welcome, .media-body  .btn.btn-default,
	.sf-logged-out-view .btn.btn-default {
	  color: #0b5db1;
	  font-weight: 800;
	  opacity: 0.8;
	  float: left;
	  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 15px;
	}

	.header-search__input::-webkit-input-placeholder {
	  color: #96aab8;
	  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-style: italic;
	}

	.header-search__input::-moz-placeholder {
	  color: #96aab8;
	  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-style: italic;
	}

	.header-search__input::-ms-input-placeholder {
	  color: #96aab8;
	  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-style: italic;
	}


	a {
		text-decoration: none;
		color: #0b5db1;
		font-weight: 700;
	}

	h1, h2, .footer-contact {
		color: #333333;
		font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
		font-weight: 300;
		letter-spacing: -.035em;
		line-height: 1em;
	}

	h2 {
		margin-bottom: 8px;
	}

	h3, h4, h5, h6 {
		color: #333333;
		font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
	}

	h3 {
	  font-weight: 400;
	}

	h4 {
	  font-weight: 500;
	}

	h5 {
	  font-weight: 600;
	}

	h6 {
	  font-weight: 700;
	}

	.page-title {
		color: #333333;
		font-weight: 300;
		margin-top: 8px;
		font-size: 42px;
	}


	.in-this-section {
		background: #dde9fb;
	}

	.footer-logo:before {
		background: #dde9fb;
	}

	/* Mobile-first stacking footer */

	.footer-utility__list { 
	  display: flex;
	  flex-direction: column;
	  gap: 0.5rem;
	  list-style: none;    
	  justify-content: center;
	  justify-items: center;   
	  margin: 0 auto;    
	}

	.footer-utility__item + .footer-utility__item {
	  margin-left: 0;
	}

	@media screen and (min-width: 1024px) {
	  .footer-utility__list {
		flex-direction: row;
		gap: 1rem;
	  }
	}


	/* TABLES */
	.table {
	  width: 100%;
	  overflow: auto;
	  margin-bottom: 3rem;
	}

	/* alternate background color on rows */
	.table__row:nth-child(even) {
	  background-color: #e4e4e4;
	}

	.table__header {
	  background-color: #234781;
	  color: #fff;
	}

	.table__header, .table__cell {
	  padding: 1rem;
	  border: 1px solid #ccc;
	  text-align: left;
	}

	@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	 .table, .table thead, .table tbody, .table__header, .table__cell, .table__row {
		display:block;
	  }
	  
	  /* Hide table headers but keep them in the DOM for accessibility */
	  .table thead .table__header {
		position: absolute;
		top: -9999px;
		left: -9999px;
	  }
	  
	  .table__row {
		border: 1px solid #ccc;
	  }
	  
	  .table__cell {
		/* Behave like a row*/
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		overflow: scroll;
	  }
	  
	  .table__cell:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0.75rem;
		left: 0.75rem;
		width: 20%;
		padding-right: 1rem;
		white-space: normal;
		/* Label the data */
		content: attr(data-column);
		font-weight: bold;
	  }
	 }


	/* BUTTONS */
	.button,
	.button:hover,
	.button:focus{
		background: #224488;
	}

	.button--highlight:hover,
	.button--highlight:focus {
	  background: #797767;
	}
	.button--action {
	  background: #0b5db1;
	  color: #fff;
	}
	.button--action:hover,
	.button--action:focus {
	  background: #098A9A;
	}
	.button--tertiary {
	  background: #152B4F;
	}
	.button--hollow {
	  background: rgba(0, 0, 0, 0);
	  border: 1px solid #fff;
	}
	.button--warn {
	  background: #e67e22;
	  color: #fff;
	}
	.button--warn:hover,
	.button--warn:focus {
	  background: #d35400;
	}
	.button--cancel {
	  background: #fff;
	  border: 1px solid #234781;
	  color: #234781;
	  font-size: 16px;
	  font-weight: 400;
	}
	.button--cancel:hover,
	.button--cancel:focus {
	  background: #152B4F;
	  border-color: #152B4F;
	}
	.button--quick-links {
	  font-size: .75em;
	  text-transform: uppercase;
	}

	/* FONT AWESOME ICONS */
	.fa, .fab, .fal, .far, .fas {
	  padding-right: 0.5em;
	}

	span.fab.contact, span.fal.contact, span.far.contact, span.fas.contact {
	  color: #2d7fbc;
	  font-weight: 500;
	  
	}

	/* FORMS */
	/*----copy-pasting base styles from parent stylesheet for now so as not to affect live site----*/
	/*----change colors of labels and input borders to PRSSA blue---*/

	label, .sf-fieldWrp label {
	  color: #234781;
	}

	label.required, .sf-fieldWrp.required label {
	  color: #0B5DB1;
	}

	label.required::after, .sf-fieldWrp.required label::after {
	  content: '*';
	  font-weight: 400;
	}

	input:focus {
	  border: 1px solid #0B5DB1;
	}

	/*---duplicating note class as a workaround before extending note class in parent styles---*/
	.sf-fieldWrp p {
	  font-size: 80%;
	  opacity: 0.8;
	}

	/* HORIZONTAL TABS */


	.tabs--standard .tabs__tab {
		border: 1px solid #224488;
		background: #224488;
	}


	.tabs--standard .tabs__tab.is-active {
		color: #224488;
	}


	 /* VERTICAL TABS */

	.tabs--vertical .tabs__tab {
		border-right-color: #224488;
		box-shadow: inset 6px 0 0 #224488;
	}


	.tabs--vertical .tabs__tab {
		background: #224488;
	}


	.tabs--vertical .tabs__tab.is-active {
		border-color: #224488 #fff #224488 #224488;
		box-shadow: inset 6px 0 0 #224488;
		color: #224488;

	}



	/* ACCORDION */

	.accordion__label {
		background: #224488;
		border: 1px solid #224488;
	}


	.accordion__label.is-active {
		color: #224488;
		background: #f7f7f7;
		border-color: #224488;
	}

	/* CONTENT BOX LAYOUT WITH BORDER */

	.content-box {
		background: #fff;
		border: 1px solid #1c547d;
		padding: 24px;
	}

	/* RIGHT-COLUMN CONTENT BOX CLASSES */

	.interior-layout__aside .content-box--action {
	  background: #52608C;
	}

	.interior-layout__aside .content-box--action a:hover {
	  color: #20b5c8;
	}

	.interior-layout__aside .content-box--highlight {
	  background: #A09E89;
	  border-color: #A09E89;
	}

	.interior-layout__aside .content-box--highlight:hover {
	  background: #BDBBA7;
	}

	.interior-layout__aside .content-box--highlight h1, .interior-layout__aside .content-box--highlight h2, .interior-layout__aside .content-box--highlight h3, .interior-layout__aside .content-box--highlight h4, .interior-layout__aside .content-box--highlight h5, .interior-layout__aside .content-box--highlight h6, .interior-layout__aside .content-box--highlight p, .interior-layout__aside .content-box--highlight a {
	  color: #434343;
	}

	.interior-layout__aside .content-box--highlight a:hover {
	  color: #52608C;
	}

	/* IN THIS SECTION */
	/* Style for mobile */

	@media screen and (max-width: 959px) {
	  .in-this-section__toggle {
		display: flex;
		justify-content: space-between;
		background: #234781;
	  }
	  .js .in-this-section > ul.is-active {
		background: #dde9fb;
	  }
	}

	/* CHANGE HORIZONTAL RULE TO ONE PIXEL */
	hr {
		background: #246BA0;
		height: 1px;
		margin-bottom: 12px;
		margin-top: 12px;
	}

	/* PAGE TITLE BANNER */
	/* Make banner images size responsively on mobile devices */

	@media screen and (max-width: 1023px) {
	  .interior-layout__title img {
		min-height: 25vh;
		object-fit: cover;
	  }
	}

	/* RESPONSIVE VIDEO CONTAINER */
	.video-container { 
	  position: relative; 
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0; 
	  overflow: hidden;
	}

	.video-container iframe, .video-container object, .video-container embed { 
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 100%; 
	  height: 100%; 
	}

	/* pricing labels on events/calendar detail pages */
	dt.pricing__label {
	  white-space: nowrap;
	}

}



/**************************************************************************
	BUTTON STYLES
**************************************************************************/
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none
}
.btn:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn:hover,.btn:focus {
	color:#333;
	text-decoration:none
}
.btn:active,.btn.active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events:none;
	cursor:not-allowed;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
	color:#333;
	background-color:#ebebeb;
	border-color:#adadad
}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color:#fff;
	border-color:#ccc
}
.btn.btn-default-override {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-default-override:hover, .btn-default-override:focus, .btn-default-override:active, .btn-default-override.active, .open .dropdown-toggle.btn-default-override {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-primary {
	color:#fff;
	background-color:#4583C3;
	border-color:#357ebd
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color:#4583C3;
	border-color:#357ebd
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
	color:#fff;
	background-color:#ed9c28;
	border-color:#d58512
}
.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
	background-image:none
}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
	color:#fff;
	background-color:#d2322d;
	border-color:#ac2925
}
.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
	background-image:none
}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
	color:#fff;
	background-color:#47a447;
	border-color:#398439
}
.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
	background-image:none
}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
	color:#fff;
	background-color:#39b3d7;
	border-color:#269abc
}
.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
	background-image:none
}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-link {
	font-weight:normal;
	color:#4583C3;
	cursor:pointer;
	border-radius:0
}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color:transparent
}
.btn-link:hover,.btn-link:focus {
	color:#2a6496;
	text-decoration:underline;
	background-color:transparent
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color:#999;
	text-decoration:none
}
.btn-lg {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
.btn-sm,.btn-xs {
	padding:5px 10px;
	font-size:14px;
	line-height:1.5;
	border-radius:3px
}
.btn-xs {
	padding:1px 5px
	font-size:12px;
}
.btn-block {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0
}
.btn-block+.btn-block {
	margin-top:5px
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width:100%
}

/**************************************************************************
	FORM STYLES
**************************************************************************/
.input-sm {
    font-size: 14px;
}


/**************************************************************************
	LABEL STYLES
**************************************************************************/
.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
.label[href]:hover,.label[href]:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label:empty {
	display:none
}
.label-default {
	background-color:#999
}
.label-default[href]:hover,.label-default[href]:focus {
	background-color:#808080
}
.label-primary {
	background-color:#4583C3
}
.label-primary[href]:hover,.label-primary[href]:focus {
	background-color:#3071a9
}
.label-success {
	background-color:#5cb85c
}
.label-success[href]:hover,.label-success[href]:focus {
	background-color:#449d44
}
.label-info {
	background-color:#5bc0de
}
.label-info[href]:hover,.label-info[href]:focus {
	background-color:#31b0d5
}
.label-warning {
	background-color:#f0ad4e
}
.label-warning[href]:hover,.label-warning[href]:focus {
	background-color:#ec971f
}
.label-danger {
	background-color:#d9534f
}
.label-danger[href]:hover,.label-danger[href]:focus {
	background-color:#c9302c
}

/**************************************************************************
	PROGRESS BAR STYLES
**************************************************************************/
.progress {
	height:20px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#4583C3;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition:width .6s ease;
	transition:width .6s ease
}
.progress-striped .progress-bar {
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size:40px 40px
}
.progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#5cb85c
}
.progress-striped .progress-bar-success {
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}/* Color Picker */
/* VERSION 29 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  /*
  --hl-bs--primary-opposite: ;
  */
  
  /*
  --hl-bs--link: ;
  */

  /*
  --hl-bs--link-hover: ;
  */

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-primary-bg: ;
  */
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */
  
  /*
  --hl-bs--btn-success-bg: ;
  */
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */
  
  /*
  --hl-bs--btn-danger-bg: ;
  */
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  /*
  --hl-bs--btn-link-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */
}

/* outside */ 
#react-widgets-global-loading-indicator .loading-indicator.loading-indicator {
  /*
  background: linear-gradient(90deg, , );
  background-color: 55;
  background-repeat: no-repeat;
  */
}
/******** Colorful utils ****/
/* primary */
.bootstrap-4 :not(.no-theme) .text-primary, 
.bootstrap-4 :not(.no-theme) .text-primary-graphics {
  /*
  color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-primary,
.bootstrap-4 :not(.no-theme) .bg-primary-graphics {
  /*
  background-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .border-primary,
.bootstrap-4 :not(.no-theme) .border-primary-graphics {
  /*
  border-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-selected {
  /*

  background-color: 26 !important;
  */
}

/* link */
.bootstrap-4 :not(.no-theme) .text-link {
  /*
  color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-link{
  /*
  background-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .border-link{
  /*
  border-color:  !important;
  */
}

.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h6 {
  /* 
  color: ; 
  */
}

/******** Block Buttons ****/  
/**** btn-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-primary {
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color:  ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-primary:hover:not(:disabled)  {
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */ 
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  border-color: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-secondary (aka default) ****/  
.bootstrap-4 :not(.no-theme) .btn-secondary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-secondary:focus, 
.bootstrap-4 :not(.no-theme) .btn-secondary:hover:not(:disabled)  {
  /* 
  background-color: ; 
  */
  /* 
  outline-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-secondary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-success ****/
.bootstrap-4 :not(.no-theme) .btn-success {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus, 
.bootstrap-4 :not(.no-theme) .btn-success:hover:not(:disabled)  {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus {
  /*
  box-shadow: 0 0 0 3px 7F;
  */
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-danger ****/
.bootstrap-4 :not(.no-theme) .btn-danger {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus, 
.bootstrap-4 :not(.no-theme) .btn-danger:hover:not(:disabled)  {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
  border-color: 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-link ****/  
.bootstrap-4 :not(.no-theme) .btn-link {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-link:focus, 
.bootstrap-4 :not(.no-theme) .btn-link:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}



/**** btn-overlay ****/
.bootstrap-4 :not(.no-theme) .btn-overlay {
  /* 
  color: ;
  */ 
}

/**** btn-card ****/  
.bootstrap-4 :not(.no-theme) .btn-card:focus:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md, 
.bootstrap-4 :not(.no-theme) .btn-card:active:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md, 
.bootstrap-4 :not(.no-theme) .btn-card:hover:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md   {
  /* 
  color: ; 
  */
}

/**** btn-card meta text ****/
.bootstrap-4 :not(.no-theme) .btn-card span.btn-inline-link-primary,
.bootstrap-4 :not(.no-theme) .btn-card span.btn-inline-link-primary {
    /* 
    color: ;
    */
}

.bootstrap-4 :not(.no-theme) .btn-card:focus span.btn-inline-link-primary,
.bootstrap-4 :not(.no-theme) .btn-card:hover span.btn-inline-link-primary {
    /* color: ;
    */
}

  /**** entry-file-button ****/  
.bootstrap-4 :not(.no-theme) .library-entry-file-button:active:not(:disabled) .file-title,
.bootstrap-4 :not(.no-theme) .library-entry-file-button:focus:not(:disabled) .file-title,
.bootstrap-4 :not(.no-theme) .library-entry-file-button:hover:not(:disabled) .file-title {
  /* 
  color: ; 
  */
}

/******** Block Icon Buttons ****/  

/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
.bootstrap-4 :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /*
  background-color: ;
  */
  /*
  background-color: ;
  */
  /*
  border: ;
  */
  /*
  border: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  */
}

/**** btn-icon-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-primary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .file-item-thumb:focus .btn-icon-primary, 
.bootstrap-4 :not(.no-theme) .file-item-thumb:hover:not(:disabled) .btn-icon-primary  {
  /* 
  outline-color: ; 
  background-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.focus,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:focus,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.hover,
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled){
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

/**** btn-icon-ctrl ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

/**** file-item-thumb and launch hover icon ****/  

.bootstrap-4 :not(.no-theme) .library-file-item-thumb.library-file-item-thumb .file-thumb-front-side {
  /* 
  background-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:hover:not(:disabled) .btn-icon-ctrl,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl.focus,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:focus,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl.hover,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:hover:not(:disabled) {
  /*
  background-color: ;
  border-color: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus,
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:focus > .btn-icon-ctrl {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/******** Inline Buttons ****/  
/**** btn-inline-link-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary  {
  /* 
  color: ; 
  */
}


.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/**** btn-inline-icon ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-icon {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-inline-icon:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-icon:hover:not(:disabled)  {
  /* 
  color: ; 
  */
  /*
  color: ;
  */
}

/********* icon radio group **********/
.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input:not([aria-checked="true"]) + * {
  /* 
  color: ; 
  border-color: ; 
  */
  /*
  background-color: ;
  */
}

.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + * {
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + *:focus,
.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + *:hover {
  /* 
  background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
  */
}


/********* alt icon botton **********/
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary,
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.focus, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:focus, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.hover, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
}

/********* form control**********/
.bootstrap-4 :not(.no-theme) .form-control:focus {
  /*
  box-shadow: inset 0 1px 1px 08, 0 0 8px 60;
  border-color: ;
  */
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/

/**************************************************************************
	(OLD) LIBRARY TOOLBAR STYLES
**************************************************************************/
.folder-menu a, .panel-library-folder-view a {
	font-size: 14px;
}
.folder-menu a img, .panel-library-folder-view a img, .panel-library-folders img {
	display: inline;
}

/**************************************************************************
	CONTACT DISPLAY STYLES
**************************************************************************/
#MainCopy_ctl11_DisplayContacts {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

/**************************************************************************
	BLOG DISPLAY STYLES
**************************************************************************/
#MainCopy_ctl06_BlogContents h3 {
	font-size: 20px;
}
img[id*="grdBlogDisplay_BloggerImage"] {
	min-width: 50px;
	min-height: 50px;
}

/**************************************************************************
	TOP PHOTO DROPDOWN
**************************************************************************/
#ProfileContainer {
	width: fit-content;
}
#ProfileContainer h4 {
	font-size: 20px;
	white-space: initial;
}

/**************************************************************************
	GENERAL CLEANUP
**************************************************************************/
ul[id$="ProfileTabList"] {
	margin-bottom: 10px;
}
ul.nav-stacked {
	box-sizing: border-box;
	display: block;
	background: none;
	border: none;
	justify-content: initial;
	line-height: 20px;
	margin: 0;
	outline: none;
	text-align: initial;
	text-size-adjust: 100%;
}
ul.nav-stacked li {
	box-sizing: border-box;
	display: block;
	background: none;
	border: none;
}
ul.nav-stacked > li > a {
	text-transform: none;
	text-align: left;
	padding: 9px;
}
ul.nav-stacked > li > a::before {
	display: none;
}
a[id$="MessagesCount"] {
	margin-top: 0;
	margin-bottom: 12px;
}
div.saveRequired {
	margin-bottom: 10px;
}
ul[id$="ProfileTabList"].nav-tabs li a::before {
	top: 36px;
}
div[id$="upnlProgressBar"] {
	margin-top: 10px;
}
div#MainCopy_ctl33_ucInboxTab_ucSimpleSearchMessage_panel1 span.input-group-btn {
	vertical-align: top;
	padding-left: 10px;
}
div.social-media-icon-display img {
	display: inline;
}
div.ribbon-container > div {
	margin-left: auto;
	margin-right: auto;
}
div.profileContactOptions, div.socialOptionsControl {
	max-width: 250px;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
}
div.profileContactOptions div, div.socialOptionsControl div {
	text-align: left;
}
div#MainCopy_ctl14_presentJob_GoogleMapPanel a img {
	margin: 10px 0;
}
div#MainCopy_ctl20_SocialMediaSitesUpdatePanel {
	padding-left: 15px;
	padding-right: 15px;
}
div[id$='DemographicPanelWithRecommend'] .btn-default-override {
  font-size: 14px;
}
div[id$='ManageRSS_tbAll'] ul li a::before {
	display: none;
}
ul.tagit li {
	max-width: 95%;
}
.community-notifications .email-settings.table {
	font-size: 14px;
}
.post-message-contributed-content {
	font-size: 15px;
}
.categorize-message-buttons button {
  padding: 10px;
}
.communityManagementGearDD {
	letter-spacing: initial;
	line-height: initial;
}
.communityManagementGearDD .dropdown-header {
	font-size: 18px;
}
.communityManagementGearDD .CommunityManagementGearText {
	font-size: 14px;
}
#MainCopy_ctl57_btnMainAdd {
	margin-top: 0;
}


/* Do not delete */
#apply-modal-title{
  -moz-opacity: 0;
-webkit-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

.volunteer-details-col-right .margin-bottom-large, #ReturnToVolunteerOpportunities{
display:none;
}


/* CSS FOR REARRANGING FIELDS' ORDER IN "SPEAKER DIRECTORY" */
div[id*="upnlProgramSearch"] .form-horizontal {
    display: flex;
    flex-direction: column;
}



.job-target-widget, .job-target-widget div, .MyCommunitiesQuickList, .MyCommunitiesQuickList div {
    margin: 0;
}



ul.mks_social_widget_ul li a{
	display: block;
	height: 47px;
	width: 47px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	margin-bottom: 5px;
	position: relative;
	border: none !important;
	padding: 0;
}
ul.mks_social_widget_ul li a.soc_rounded{
	border-radius: 20%;	
}
ul.mks_social_widget_ul li a.soc_circle{
	border-radius: 50%;	
}
ul.mks_social_widget_ul li:hover a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
ul.mks_social_widget_ul li{
	display: inline-block;
	vertical-align: top;
	border: none !important;
	padding: 0;
}

/*--------------------------------------------------
					SOCIAL ICONS STYLES
---------------------------------------------------*/
ul.mks_social_widget_ul .aim_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/aim_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .apple_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/apple_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .behance_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/behance_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .blogger_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/blogger_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .cargo_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/cargo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .envato_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/envato_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .delicious_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/delicious_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .deviantart_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/deviantart_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .digg_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/digg_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .dribbble_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/dribbble_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .evernote_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/evernote_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .facebook_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/facebook_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .flickr_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/flickr_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .forrst_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/forrst_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .github_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/github_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .google_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/google_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .googleplus_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/googleplus_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .grooveshark_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/grooveshark_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .icloud_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/icloud_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .lastfm_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/lastfm_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .linkedin_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/linkedin_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .myspace_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/myspace_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .picasa_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/picasa_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .pinterest_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/pinterest_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .posterous_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/posterous_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .reddit_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/reddit_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .rss_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/rss_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .skype_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/skype_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .stumbleupon_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/stumbleupon_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .soundcloud_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/soundcloud_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .tumblr_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/tumblr_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .twitter_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/twitter_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vimeo_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/vimeo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .wordpress_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/wordpress_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .yahoo_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/yahoo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .youtube_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/youtube_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .zerply_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/zerply_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .instagram_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/instagram_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vine_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/vine_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .spotify_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/spotify_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .fh_px_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/fh_px_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .xing_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/xing_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .weibo_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/weibo_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .tencent_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/tencent_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .me2day_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/me2day_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .twitch_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/twitch_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .itunes_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/itunes_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .vk_ico{
	background: url('https://higherlogicdownload.s3.amazonaws.com/PRSA/d6566057-3626-4b7b-8a44-815944386ec7/UploadedImages/vk_ico.png') no-repeat 0 0;
}
ul.mks_social_widget_ul .aim_ico{
	background-color: #e95a00;
}
ul.mks_social_widget_ul .apple_ico{
	background-color: #606060;
}
ul.mks_social_widget_ul .behance_ico{
	background-color: #18a3fe;
}
ul.mks_social_widget_ul .blogger_ico{
	background-color: #fb913f;
}
ul.mks_social_widget_ul .cargo_ico{
	background-color: #00c462;
}
ul.mks_social_widget_ul .envato_ico{
	background-color: #a9cf58;
}
ul.mks_social_widget_ul .delicious_ico{
	background-color: #3274d1;
}
ul.mks_social_widget_ul .deviantart_ico{
	background-color: #d0de21;
}
ul.mks_social_widget_ul .digg_ico{
	background-color: #2882c6;
}
ul.mks_social_widget_ul .dribbble_ico{
	background-color: #ef5b92;
}
ul.mks_social_widget_ul .evernote_ico{
	background-color: #77ba2f;
}
ul.mks_social_widget_ul .facebook_ico{
	background-color: #3b5998;
}
ul.mks_social_widget_ul .flickr_ico{
	background-color: #f1628b;
}
ul.mks_social_widget_ul .forrst_ico{
	background-color: #5b9a68;
}
ul.mks_social_widget_ul .github_ico{
	background-color: #7292a2; 
}
ul.mks_social_widget_ul .google_ico{
	background-color: #dd4b39; 
}
ul.mks_social_widget_ul .googleplus_ico{
	background-color: #d94a39; 
}
ul.mks_social_widget_ul .grooveshark_ico{
	background-color: #f88e00; 
}
ul.mks_social_widget_ul .icloud_ico{
	background-color: #fb913f; 
}
ul.mks_social_widget_ul .lastfm_ico{
	background-color: #d21309;
}
ul.mks_social_widget_ul .linkedin_ico{
	background-color: #71b2d0; 
}
.myspace_ico{
	background-color: #003398; 
}
ul.mks_social_widget_ul .picasa_ico{
	background-color: #444; 
}
ul.mks_social_widget_ul .pinterest_ico{
	background-color: #cb2027; 
}
ul.mks_social_widget_ul .posterous_ico{
	background-color: #f9d560; 
}
ul.mks_social_widget_ul .reddit_ico{
	background-color: #bfd0e2;
}
ul.mks_social_widget_ul .rss_ico{
	background-color: #fe9900; 
}
ul.mks_social_widget_ul .skype_ico{
	background-color: #18b7f1; 
}
ul.mks_social_widget_ul .stumbleupon_ico{
	background-color: #eb4924; 
}
ul.mks_social_widget_ul .soundcloud_ico{
	background-color: #ff8800; 
}
ul.mks_social_widget_ul .tumblr_ico{
	background-color: #3a5976; 
}
ul.mks_social_widget_ul .twitter_ico{
	background-color: #48c4d2; 
}
ul.mks_social_widget_ul .vimeo_ico{
	background-color: #62a0ad; 
}
ul.mks_social_widget_ul .wordpress_ico{
	background-color: #464646;
}
ul.mks_social_widget_ul .yahoo_ico{
	background-color: #ab64bc; 
}
ul.mks_social_widget_ul .youtube_ico{
	background-color: #f45750; 
}
ul.mks_social_widget_ul .zerply_ico{
	background-color: #8db259; 
}
ul.mks_social_widget_ul .instagram_ico{
	background-color: #306088; 
}
ul.mks_social_widget_ul .vine_ico{
	background-color: #00bf8f; 
}
ul.mks_social_widget_ul .spotify_ico{
	background-color: #95ba1a; 
}
ul.mks_social_widget_ul .fh_px_ico{
	background-color: #02adea; 
}
ul.mks_social_widget_ul .xing_ico{
	background-color: #126567; 
}
ul.mks_social_widget_ul .weibo_ico{
	background-color: #E6162C;  
}
ul.mks_social_widget_ul .tencent_ico{
	background-color: #389FDA;
}
ul.mks_social_widget_ul .me2day_ico{
	background-color: #4e28ac;
}
ul.mks_social_widget_ul .twitch_ico{
	background-color: #6441A5;
}
ul.mks_social_widget_ul .itunes_ico{
	background-color: #FA332F;
}
ul.mks_social_widget_ul .vk_ico{
	background-color: #45668e;
}
ul.mks_social_widget_ul .soc_square,
ul.mks_social_widget_ul .soc_rounded,
ul.mks_social_widget_ul .soc_circle{
	background-position: center center;
}

.mc-quick-list-card .mc-quick-list-body .mc-quick-list-row .mc-quick-list-com-name,
.mc-quick-list-card .mc-quick-list-body .mc-quick-list-row .mc-quick-list-members,
.mc-quick-list-card .mc-quick-list-footer {
	font-size: 18px !important;
}
.mc-quick-list-card .mc-quick-list-body .mc-quick-list-row .mc-quick-list-members {
	font-weight: initial;
}


.topper-top{
    position:absolute;
    left:0;
    top:0;
    width:100vw;
    height:auto;
    background-color:#3498db;
    color:#fff;
    z-index:60009022;
}

/*  */
.topper-success{
    background-color:#2ecc71;
    color:#fff;
}

.topper-info{
    background-color:#3498db;
    color:#fff;
}

.topper-warning{
    background-color:#f39c12;
    color:#1f1f1f;
}

.topper-danger{
    background-color:#e74c3c;
    color:#fff;
}

/* Topper-top */

.topper-top .topper-title{
    float:left;
    font-weight:bold;
}

.topper-top .topper-text{
    float:left;
    margin-left:15px;
}

.topper-top .topper-close{
    position:absolute;
    right:25px;
    top:15px;
    font-size:28px;
    cursor:pointer;
    transition:opacity 200ms ease;
}

.topper-top .topper-close:hover{
    opacity:0.7;
}

.topper-top .topper-content:after{
    content:"";
    display:table;
    clear:both;
}

.topper-top .topper-content{
    padding:25px;
}/* Color Picker */
/* VERSION 33 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  /*
  --hl-bs--primary-opposite: ;
  */
  
  /*
  --hl-bs--link: ;
  */

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-primary-bg: ;
  */
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */
  
  /*
  --hl-bs--btn-success-bg: ;
  */
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */
  
  /*
  --hl-bs--btn-danger-bg: ;
  */
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  /*
  --hl-bs--btn-link-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  