@charset "UTF-8";
/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 22px
 * H5: 26px
 * H4: 30px
 * H3: 38px
 * H2: 50px
 * H1: 60px
 * Small or secondary: 16px, 15px
 *
 * Text colors
 * -----------
 * Copy: #495b65
 * Titles: #0e3d69
 *
 * Theme colors
 * ------------
 * Primary: #1c60a0
 * Tint: #1188d5
 * Shade: #005f99
 * Accent: #3e8bcd
 * Tint: #2ab63a
 * Shade: #169122
 * Action: #dba14f
 * Tint: #f3ae11
 * Shade: #cd9600
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f1f1f1
 * Mid wash: #d4d4d4
 * Dark wash: #222222
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1080px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1176px
 */


/*! ---------- =reset ---------- */

* {
  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;
  margin: 48px 0;
  border-bottom: 1px solid #d4d4d4;
}
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 "Open Sans", Helvetica, Arial, sans-serif;
  color: #495b65;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
p,ol,ul,h1,h2,h3,h4,h5,h6 {
  margin-bottom: 24px;
}
p:last-child,ol:last-child,ul:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child {
  margin-bottom: 0;
}
p,ol,ul {
  orphans: 2;
  widows: 2;
}
ol,ul {
  margin-left: 2em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: trade-gothic-next, sans-serif;
  text-rendering: optimizeLegibility;
  color: #0e3d69;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  display: block;
}
h1 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
h2 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
h3 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
h4 {
  font-size: 30px;
  line-height: 36px;
}
h5 {
  font-size: 26px;
  line-height: 36px;
}

h5.heading-news {
  margin-bottom: 7px;
}

h6 {
  font-size: 22px;
  line-height: 24px;
}
.text-size {
  font-size: 18px;
  line-height: 24px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.note {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  opacity: 0.8;
}
pre + .note,input + .note,textarea + .note {
  margin-top: -12px;
}

th .note {
  font-weight: normal;
  font-style: italic;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.highlight {
  color: #3e8bcd;
}
.warn {
  color: #941;
}
.type-family-sample {
  font-size: 38px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #1c60a0;
}
a:hover,a:focus {
  color: #3e8bcd;
}
a,button {
  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;
}
.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,.more:focus .fa-arrow-right {
  -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;
}
figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.8;
}
dl:not(:last-child) {
  margin-bottom: 24px;
}
dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}
dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}
.to-screen-edges {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .to-screen-edges {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1176px) {
  .to-screen-edges {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }
}

@media (min-width: 1500px) {
  .horizontal-scroll.to-screen-edges {
    margin-left: calc(-45vw + (1080px / 2));
    margin-right: calc(-45vw + (1080px / 2));
  }
}

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #169122;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}
.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: 480px) {
  .pull-quote--left,.pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}
.content-box {
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background: #fff;
  position: relative;
}
.content-box-title {
  font-size: 21px;
  font-weight: bold;
  color: #00273c;
  margin-bottom: 12px;
}
.content-box-category {
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  margin-top: -40px;
  padding: 5px 12px;
}
.horizontal-scroll__item .content-box-category {
  margin-top: -25px;
}
.content-box-category + .content-box-title {
  margin-top: 12px;
}
.content-box-category span {
  padding-right: 6px;
}
.content-box-category.commercial {
  background: #3e8bcd;
}
.content-box-category.residential, .content-box-category.news, .content-box-category.blue {
  background: #1d578e;
}
.content-box-category.resource, .content-box-category.green {
  background: #238934;
}
.content-box-category.event, .content-box-category.purple {
  background: #8622a1;
}
.content-box-category.webinar, .content-box-category.yellow {
  background: #dba14f;
}
.content-box-category.news, .content-box-category.resource, .content-box-category.event, .content-box-category.webinar {
  top: 25px;
  left: 25px;
}

.content-box-category.News::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f1ea";
}

.content-box-category.Resource::before {
 font-family: "Font Awesome 5 Pro"; 
 font-weight: 900;  
 content: "\f0ad";
}

.content-box-category.Event::before {
 font-family: "Font Awesome 5 Pro"; 
 font-weight: 400;  
 content: "\f073";
}


.content-box-category.Webinar::before {
 font-family: "Font Awesome 5 Pro"; 
 font-weight: 900;  
 content: "\f109";
}

.fa-solid.fa-house-circle-check:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\e509";
}

.horizontal-scroll__item__title {
  position: absolute;
  bottom: 24px;
  left: 18px;
  color: #fff;
  max-width: 80%;
  font-weight: bold;
  z-index: 2;
}
.scroll-image {
  margin-top: 20px;
  border-radius: 7px;
}

/*.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  background-image: url("/images/mismolibraries/default-album/fade.png");
}
.img-gradient img{
  display:block;
} */

/*
.scroll-image::before {
  
    background-size: cover;
 bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 1;
  border-radius: 7px;
  max-width: 291px;
} */

/*.horizontal-scroll__item a::after {
  background: linear-gradient(180deg, rgba(59, 59, 59, 0) 1%, #000 100%);
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 1;
  border-radius: 7px;
} */

@media (max-width: 767px) {
  .content-box {
    margin-bottom: 48px;
  }
}
@media (max-width: 1199px) {
  .content-box-category.residential + .content-box-category.commercial {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .content-box-category.residential + .content-box-category.commercial {
    margin-left: 150px;
  }
}
.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: #1c60a0;
}
.content-box--highlight {
  border-color: #169122;
}
.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: #3e8bcd;
}
.content-box--action {
  border-color: #cd9600;
}
.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: #dba14f;
}
.grid__unit .stats-cards {
  float: left;
  width: 140px;
}
.stats-cards.no-float {
  float: none;
}
h2.stats-cards {
  font-size: 60px;
}
.stats-cards.no-float span {
  color: #1d578e;
  font-size: 72px;
}
.stats-cards.middle {
  color: #1d578e;
}
.stats-cards.teal {
  color: #6295c6;
}
.item-list__subtext {
  color: #495b65;
  text-align: left;
}
.lone-stat {
  margin-top: 48px;
  margin-bottom: 48px;
}
.lone-stat .item-list__subtext, .lone-stat h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.lone-stat .item-list__subtext {
  color: #85939a;
}
.first-stat-pretext {
  font-size: 21px;
  font-weight: 300;
}
.first-stat-after {
  font-size: 26px;
  font-weight: 300;
}
.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d4d4d4;
  text-align: left;
  color: #3e8bcd;
  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;
}
.margin-large {
  margin-bottom: 48px;
}
.margin-bottom-extra {
  margin-bottom: 72px;
}
.margin-top-large {
  margin-top: 48px !important;
}
.color-spec {
  overflow: hidden;
  border: 1px solid #d4d4d4;
}
.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;
}
.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.group:after,dl:after,.side-label:after,.page-header:after,.interior-layout:after,.item-list__item:after,.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}


/*! common spacing classes */

.space-t-6 { margin-top: 72px; }
.space-t-5 { margin-top: 48px; }
.space-t-4 { margin-top: 36px; }
.space-t-3 { margin-top: 24px; }
.space-t-2 { margin-top: 12px; }
.space-t-1 { margin-top: 6px; }
.space-t-0 { margin-top: 0; }
.pad-t-6 { padding-top: 72px; }
.pad-t-5 { padding-top: 48px; }
.pad-t-4 { padding-top: 36px; }
.pad-t-3 { padding-top: 24px; }
.pad-t-2 { padding-top: 12px; }
.pad-t-1 { padding-top: 6px; }
.pad-t-0 { padding-top: 0; }
.space-r-6 { margin-right: 72px; }
.space-r-5 { margin-right: 48px; }
.space-r-4 { margin-right: 36px; }
.space-r-3 { margin-right: 24px; }
.space-r-2 { margin-right: 12px; }
.space-r-1 { margin-right: 6px; }
.space-r-0 { margin-right: 0; }
.pad-r-6 { padding-right: 72px; }
.pad-r-5 { padding-right: 48px; }
.pad-r-4 { padding-right: 36px; }
.pad-r-3 { padding-right: 24px; }
.pad-r-2 { padding-right: 12px; }
.pad-r-1 { padding-right: 6px; }
.pad-r-0 { padding-right: 0; }
.space-b-6 { margin-bottom: 72px; }
.space-b-5 { margin-bottom: 48px; }
.space-b-4 { margin-bottom: 36px; }
.space-b-3 { margin-bottom: 24px; }
.space-b-2 { margin-bottom: 12px; }
.space-b-1 { margin-bottom: 6px; }
.space-b-0 { margin-bottom: 0; }
.pad-b-6 { padding-bottom: 72px; }
.pad-b-5 { padding-bottom: 48px; }
.pad-b-4 { padding-bottom: 36px; }
.pad-b-3 { padding-bottom: 24px; }
.pad-b-2 { padding-bottom: 12px; }
.pad-b-1 { padding-bottom: 6px; }
.pad-b-0 { padding-bottom: 0; }
.space-l-6 { margin-left: 72px; }
.space-l-5 { margin-left: 48px; }
.space-l-4 { margin-left: 36px; }
.space-l-3 { margin-left: 24px; }
.space-l-2 { margin-left: 12px; }
.space-l-1 { margin-left: 6px; }
.space-l-0 { margin-left: 0; }
.pad-l-6 { padding-left: 72px; }
.pad-l-5 { padding-left: 48px; }
.pad-l-4 { padding-left: 36px; }
.pad-l-3 { padding-left: 24px; }
.pad-l-2 { padding-left: 12px; }
.pad-l-1 { padding-left: 6px; }
.pad-l-0 { padding-left: 0; }

@media (min-width: 768px) {
  .space-t-6-m { margin-top: 72px; }
  .space-t-5-m { margin-top: 48px; }
  .space-t-4-m { margin-top: 36px; }
  .space-t-3-m { margin-top: 24px; }
  .space-t-2-m { margin-top: 12px; }
  .space-t-1-m { margin-top: 6px; }
  .space-t-0-m { margin-top: 0; }
  .pad-t-6-m { padding-top: 72px; }
  .pad-t-5-m { padding-top: 48px; }
  .pad-t-4-m { padding-top: 36px; }
  .pad-t-3-m { padding-top: 24px; }
  .pad-t-2-m { padding-top: 12px; }
  .pad-t-1-m { padding-top: 6px; }
  .pad-t-0-m { padding-top: 0; }
  .space-r-6-m { margin-right: 72px; }
  .space-r-5-m { margin-right: 48px; }
  .space-r-4-m { margin-right: 36px; }
  .space-r-3-m { margin-right: 24px; }
  .space-r-2-m { margin-right: 12px; }
  .space-r-1-m { margin-right: 6px; }
  .space-r-0-m { margin-right: 0; }
  .pad-r-6-m { padding-right: 72px; }
  .pad-r-5-m { padding-right: 48px; }
  .pad-r-4-m { padding-right: 36px; }
  .pad-r-3-m { padding-right: 24px; }
  .pad-r-2-m { padding-right: 12px; }
  .pad-r-1-m { padding-right: 6px; }
  .pad-r-0-m { padding-right: 0; }
  .space-b-6-m { margin-bottom: 72px; }
  .space-b-5-m { margin-bottom: 48px; }
  .space-b-4-m { margin-bottom: 36px; }
  .space-b-3-m { margin-bottom: 24px; }
  .space-b-2-m { margin-bottom: 12px; }
  .space-b-1-m { margin-bottom: 6px; }
  .space-b-0-m { margin-bottom: 0; }
  .pad-b-6-m { padding-bottom: 72px; }
  .pad-b-5-m { padding-bottom: 48px; }
  .pad-b-4-m { padding-bottom: 36px; }
  .pad-b-3-m { padding-bottom: 24px; }
  .pad-b-2-m { padding-bottom: 12px; }
  .pad-b-1-m { padding-bottom: 6px; }
  .pad-b-0-m { padding-bottom: 0; }
  .space-l-6-m { margin-left: 72px; }
  .space-l-5-m { margin-left: 48px; }
  .space-l-4-m { margin-left: 36px; }
  .space-l-3-m { margin-left: 24px; }
  .space-l-2-m { margin-left: 12px; }
  .space-l-1-m { margin-left: 6px; }
  .space-l-0-m { margin-left: 0; }
  .pad-l-6-m { padding-left: 72px; }
  .pad-l-5-m { padding-left: 48px; }
  .pad-l-4-m { padding-left: 36px; }
  .pad-l-3-m { padding-left: 24px; }
  .pad-l-2-m { padding-left: 12px; }
  .pad-l-1-m { padding-left: 6px; }
  .pad-l-0-m { padding-left: 0; }
}

.spacer.spacer--tiny {
  margin-bottom: 6px;
}
.spacer.spacer--small {
  margin-bottom: 12px;
}
.spacer.spacer--medium {
  margin-bottom: 24px;
}
.spacer.spacer--large {
  margin-bottom: 36px;
}
.spacer.spacer--huge {
  margin-bottom: 48px;
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.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: 480px) {
  .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%; }
}

@media (min-width: 1150px) {
  .grid__unit--1-1-lgr { width: 100%; }
  .grid__unit--1-2-lgr { width: 50%; }
  .grid__unit--1-3-lgr { width: 33.33%; }
  .grid__unit--2-3-lgr { width: 66.66%; }
  .grid__unit--1-4-lgr { width: 25%; }
  .grid__unit--3-4-lgr { width: 75%; }
}

@media (min-width: 1500px) {
  .grid__unit--1-1-w { width: 100%; }
  .grid__unit--1-2-w { width: 50%; }
  .grid__unit--1-3-w { width: 33.33%; }
  .grid__unit--2-3-w { width: 66.66%; }
  .grid__unit--1-4-w { width: 25%; }
  .grid__unit--3-4-w { width: 75%; }
  .grid__unit--1-5-w { width: 20%; }
  .grid__unit--2-5-w { width: 40%; }
  .grid__unit--3-5-w { width: 60%; }
  .grid__unit--4-5-w { width: 80%; }
  .grid__unit--1-6-w { width: 16.66%; }
  .grid__unit--5-6-w { width: 83.3%; }
  .grid__unit--1-8-w { width: 12.5%; }
  .grid__unit--3-8-w { width: 37.5%; }
  .grid__unit--5-8-w { width: 62.5%; }
  .grid__unit--7-8-w { width: 87.5%; }
  .grid__unit--1-9-w { width: 11.11%; }
  .grid__unit--2-9-w { width: 22.22%; }
  .grid__unit--4-9-w { width: 44.44%; }
  .grid__unit--5-9-w { width: 55.55%; }
  .grid__unit--7-9-w { width: 77.77%; }
  .grid__unit--8-9-w { width: 88.88%; }
  .grid__unit--1-12-w { width: 8.33%; }
  .grid__unit--5-12-w { width: 41.65%; }
  .grid__unit--7-12-w { width: 58.31%; }
  .grid__unit--11-12-w { width: 91.63%; }
}


/*! ---------- =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 #e4e4e4;
  color: #495b65;
  color: rgba(73, 91, 101, 0.8);
  font: 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
  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: #c1d4df;
}
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: #941;
  color: #941;
}
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: #1c60a0;
  color: #495b65;
}
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: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #0e3d69;
  opacity: 0.9;
  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: #005f99;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #169122;
}
label.is-focused {
  color: #1c60a0;
  opacity: 1;
}
.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}
p[data-sf-role="error-message"]  {
 color: #8d0303;
 text-decoration: none;
 padding-bottom: 24px;
 font-weight: bold;
 margin-top: -12px;
}

@media (min-width: 480px) {
  .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: #941;
}
input + .field-validation-error,select + .field-validation-error,textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}
.content {
  padding: 24px;
  padding-top: 96px;
}
.page-bounds {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}
@media (min-width: 1500px) {
  .page-bounds {
    max-width: 1280px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}
@media (max-width: 767px) {
  .page-header {
    width: 100%;
    z-index: 9999;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #1c60a0;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #3e8bcd;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 768px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }
  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }
  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}
/*! slide-right / offscreen mobile menu */
@media (max-width: 767px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #fff;
    transition: all 0.15s ease-out;
  }
  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }
  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #1c60a0;
  }
}
.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 255, 255, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}
.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #222;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #1c60a0;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #3e8bcd;
}
.is-active .toggle-indicator__piece--2,.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #3e8bcd;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 12px 6px;
  color: #85939a;
  font-size: 15px;
}
.header-utility__item a:hover,.header-utility__item a:focus {
  color: #3e8bcd;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #1c60a0;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,.header-utility__item--highlight > a:focus {
  background: #1188d5;
  color: #fff;
}
.header-utility__item:last-child a {
  color: #3e8bcd;
  z-index: 4;
  position: relative;
}
@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}
/*! account for utility nav dropdowns */
.header-utility__item > ul {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}
@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #f1f1f1;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,.header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #85939a;
  }
  .header-utility__item:hover > ul,.header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}
.header-utility__item a span {
  color: #495b65;
  padding-right: 14px;
}
.header-utility__item a span .fal, .header-utility__item a span .far, .header-utility__item a span .fas {
  font-weight: 600 !important;
}
.header-user__welcome {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  opacity: 0.75;
}
.header-user__action {
  display: inline-block;
  padding: 6px;
  color: #495b65;
}
.header-user__action:hover,.header-user__action:focus {
  color: #3e8bcd;
}
@media (min-width: 768px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,.header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 18px;
    margin-right: 12px;
  }
}
.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 {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #1c60a0;
  font-weight: 700;
  color: #fff;
}
.fa.fa-search {
  color: #7b8a91;
}
@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }
  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 60px);
      transition: left 0.15s ease-out;
    }
  }
  .header-search.is-focused {
    width: 100%;
    z-index: 6;
  }
  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }
  .header-search__label {
    position: absolute;
    top: 50%;
    color: #1c60a0;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,.header-search__label:focus {
    color: #3e8bcd;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 42px !important;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,.header-nav div > ul > li > a {
  font-weight: 700;
  color: #1c60a0;
}
.header-nav li li a {
  font-size: 16px;
  color: #495b65;
}
.header-nav li li li a {
  color: #5e7683;
}
.header-nav li li li li a {
  color: #6b8694;
}
.header-nav__toggle {
  display: none;
}
@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,.header-nav div > ul > li > a {
    color: #1c60a0;
  }
  .header-nav > ul > li > ul a,.header-nav div > ul > li > ul a {
    color: #495b65;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #d4d4d4;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #3e8bcd;
    transform: scaleX(0.6) rotateX(180deg);
  }
}
@media (min-width: 768px) {
  .header-nav > ul,.header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,.header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,.header-nav div > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,.header-nav > ul > li > a:focus,.header-nav div > ul > li > a:hover,.header-nav div > ul > li > a:focus {
    color: #3e8bcd;
  }
  .header-nav .is-current > a {
    color: #dda05c;
  }
}
/*! single-row dropdowns */
@media (min-width: 768px) {
  .header-nav > ul > li,.header-nav div > ul > li {
    position: relative;
  }
  .header-nav > ul > li > a::before,.header-nav > ul > li > a::after,.header-nav div > ul > li > a::before,.header-nav div > ul > li > a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > a::before,.header-nav div > ul > li > a::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #d4d4d4;
  }
  .header-nav > ul > li > ul,.header-nav div > ul > li > ul {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 100%;
    padding: 24px 0;
    text-align: left;
    background: #fff;
    border: 1px solid #d4d4d4;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li:first-child > ul,.header-nav div > ul > li:first-child > ul {
    left: 0;
    margin-left: 0;
  }
  .header-nav > ul > li:last-child > ul,.header-nav div > ul > li:last-child > ul {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .header-nav > ul > li > ul > li > a,.header-nav div > ul > li > ul > li > a {
    padding: 12px 24px;
    font-size: 18px;
    color: #1c60a0;
  }
  .header-nav > ul > li > ul > li > a:hover,.header-nav > ul > li > ul > li > a:focus,.header-nav div > ul > li > ul > li > a:hover,.header-nav div > ul > li > ul > li > a:focus {
    color: #1c60a0;
    background: rgba(28, 96, 160, 0.1);
  }
  .header-nav > ul > li > ul > li > ul,.header-nav div > ul > li > ul > li > ul {
    display: none;
  }
  .header-nav > ul > li:hover > a,.header-nav div > ul > li:hover > a {
    color: #3e8bcd;
  }
  .header-nav > ul > li:hover > a::before,.header-nav > ul > li:hover > a::after,.header-nav div > ul > li:hover > a::before,.header-nav div > ul > li:hover > a::after {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,.header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .header-nav > ul > li > a,.header-nav div > ul > li > a {
    font-size: 14px;
  }
  .header-utility__item a {
    font-size: 13px;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}
@media (min-width: 768px) {
  .page-header > .page-bounds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-logo {
    max-width: 209px;
    margin-right: 24px;
  }
  .is-scrolled .header-logo {
    max-width: none;
    margin-right: 24px;
  }
  .header-logo > a,  .header-logo > div > div > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 68px;
    padding: 12px 0;
    */
    height: auto;
    padding: 42px 0 12px 0;
  }
  .is-scrolled .header-logo > a,  .is-scrolled .header-logo > div > div > a {
    padding: 12px 0 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }
  /*! disclosure search */
  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }
  .header-nav {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 72px;
  }
  .header-logo img {
    width: 80%;
    height: auto;
    margin-top: -24px;
    margin-bottom: 24px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px;
  }
  .header-utility {
    position: absolute;
    right: 65px;
    top: 80%;
  }
  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  /*! sticky header */
  .content {
    padding-top: 200px;
    }
  .page-header {
    transition: transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
    z-index: 9999;
  }
  /*! disclosure search */
  .header-search {
    top: 80%;
    margin-top: 24px;
  }
}
body.is-scrolled .header-search {
  display: none;
}
@media (min-width: 960px) {
  .header-utility,.header-search {
    position: absolute;
    top: 32px;
  }
  .header-utility {
    right: 20em;
    right: calc(20em + 24px);
  }
  .header-search {
    width: auto;
    right: 0;
  }
  .header-nav {
    margin-top: 60px;
  }
  /*! sticky header */
  .content {
    padding-top: 182px;
  }
  .header-logo > a {
    transition: height 0.2s ease;
  }
  .header-utility,.header-search {
    transition: top 0.2s ease, left 0.15s ease;
  }
  .header-nav {
    transition: margin 0.2s ease;
  }
  body.is-scrolled .header-logo > a, body.is-scrolled .header-logo > div > div > a {
    height: 72px;
  }
  body.is-scrolled .header-utility,body.is-scrolled .header-search {
    top: -72px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }
  /*! disclosure search */
  .header-utility {
    right: 65px;
  }
  .header-search {
    top: 55px;
    /* bottom: 36px;
    */
  }
  .header-search.is-focused {
    left: 274px;
  }
  body.is-scrolled .header-search {
    top: auto;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds {
  position: relative;
}
@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */
.page-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #012648;
  color: #fff;
}
.page-footer a {
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans";
  font-size: 15px;
}
.page-footer a:hover,.page-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-trending__title,.page-footer .footer-actions__title {
  color: #fff;
}
@media (min-width: 768px) {
  .page-footer {
    padding-top: 72px;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}
.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 26px;
}
.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}

@media (min-width: 1176px) {
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}
@media (min-width: 480px) {
/*	.footer-utility__item a {
    padding: 6px 12px;
  } */
}
.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 0;
}

.footer-actions__item a {
  display: block;
  padding: 6px;
}
.email-phone {
  font-size: 15px;
}
@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}
@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}
@media (min-width: 960px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
  .footer-contact-container {
    width: 42%;
  }
  .footer-copyright {
    max-width: 80%;
  }
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

.footer-copyright {
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 24px;
}

.footer-contact {
  font-family: "Open Sans";
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
  .footer-logo img {
    max-height: 96px;
  }
  .footer-social,.footer-contact,.footer-copyright {
    margin-top: 24px;
  }
  .footer-actions {
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .footer-actions {
    margin-right: -24px;
  }
  .footer-actions__section {
    padding-right: 24px;
  }
  .footer-logo,.footer-social,.footer-contact {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-logo {
    float: left;
    margin-right: 24px;
    margin-bottom: 48px;
  }
  .footer-actions {
    clear: both;
  }
}
@media (min-width: 960px) {
  .page-footer__content {
    width: 20%;
    float: left;
    padding-right: 7.992px;
  }
  .footer-actions {
    padding-left: 16.008px;
  }
  .footer-logo {
    text-align: left;
  }
  .footer-copyright {
    clear: both;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #0e3d69;
}
.page-title + .breadcrumbs {
  /* margin-top: -24px;
  */
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -24px -24px 24px;
  padding: 36px 24px;
  background: #005f99;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,.title-block__content a,.title-block .breadcrumbs a,.title-block .page-title {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(34, 34, 34, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,.title-block__content a:focus,.title-block .breadcrumbs a:hover,.title-block .breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(34, 34, 34, 0.4), 0 0 3px rgba(34, 34, 34, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 12px; 
}
@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #222, rgba(34, 34, 34, 0));
    opacity: 0.5;
  }
}
@media (min-width: 960px) {
  .title-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #495b65;
  opacity: 0.9;
}
.breadcrumbs a:hover,.breadcrumbs a:focus {
  color: #3e8bcd;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #1c60a0;
}
.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: #dda05c;
}
@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}
@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}
.share-buttons {
  font-size: 26px;
}
.share-buttons {
  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;
  vertical-align: middle;
  margin: 6px 6px 0 0;
  color: #1c60a0;
}
.share-buttons__button:hover,.share-buttons__button:focus {
  color: #3e8bcd;
}
/* ---------- =interior layout ---------- */
.interior-layout__nav,.interior-layout__main {
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-left: 30%;
    padding-left: 48px;
  }
  .interior-layout__nav,.interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
    /* overflow: hidden;
    */
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-left: 48px;
    float: right;
  }
}


/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  background: #083e66;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover,.button:focus {
  color: #ffff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button.reverse {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: #9d6724 solid 2px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #9d6724;
  background: #fff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button.reverse:hover,.button.reverse:focus {
  color: #9d6724;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 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--meta {

}

.button--highlight {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: #9d6724 solid 2px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #9d6724;
  background: #fff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button--highlight:hover,.button--highlight:focus {
  color: #9d6724;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button--action {
  background: #dba14f;
  color: #fff;
  border: none;
}
.button--action:hover,.button--action:focus {
  color: #fff;
  border: none;
}
.button--warn {
  color: #fff;
  background: #941;
}
.button--warn:hover,.button--warn:focus {
  color: #fff;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.button--cancel:hover,.button--cancel:focus {
  color: #fff;
}
.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  color: #1c60a0;
}
.item-list__title:hover,.item-list__title:focus {
  color: #3e8bcd;
}

.item-list__title.glossary, .item-list__title.glossary:hover,.item-list__titleglossary:focus {
  color: #444; 
  font-weight: bold;
}

 a .item-list__meta, a .item-list__description, a p.item-list__description {
  color: #444;
}

a .item-list__description-address, a p.item-list__description-address {
  color: #444;
  font-style: italic;
  opacity: 0.7;
  margin: 6px 0 0;
}

.item-list__date, .item-list__author {
  margin: 6px 0 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}

 a .item-list__date, a .item-list__description, a p.item-list__description {
  color: #444;
}

.item-list__description {
  margin: 6px 0 0;
}
@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}
/*! grid-style lists */
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}


/*! ---------- =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 #f1f1f1;
  color: #495b65;
  background: #f1f1f1;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #3e8bcd;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f1f1f1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #3e8bcd;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #1c60a0;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}
@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,.tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,.tabs--standard .tabs__pane,.tabs--vertical .tabs__tab,.tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,.tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f1f1f1;
  }
  .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: #d4d4d4 #d4d4d4 #f1f1f1;
  }
  .tabs--standard .tabs__tab:nth-child(2),.tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),.tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),.tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),.tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),.tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),.tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),.tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),.tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),.tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,.tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #d4d4d4;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -ms-flex-order: 20;
    order: 20;
  }
}
@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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 {
    -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 {
    -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 #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6px 0 0 #d4d4d4;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d4d4d4 #fff #d4d4d4 #d4d4d4;
    box-shadow: inset 6px 0 0 #3e8bcd;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d4d4d4;
  }
  .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: #fff;
  border: 1px solid #f1f1f1;
  color: #495b65;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,.accordion__label:focus {
  color: #3e8bcd;
}
.accordion__label.is-active {
  color: #1c60a0;
  border-color: #1c60a0 #1c60a0 #f1f1f1 #1c60a0;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #1c60a0;
  border-top: none;
  padding: 24px 12px;
  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;
}
.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #495b65;
  background: #f1f1f1;
  font-size: 16px;
}
.pagination li a:hover,.pagination li a:focus {
  color: #fff;
  background: #3e8bcd;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #1c60a0;
}
@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =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 #e7e7e7;
  color: #222;
  background: white;
  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: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #a6bed5;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,li > code {
  background: #fbfbfb;
  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;
}
.horizontal-scroll {
  position: relative;
  background: url(/images/mismolibraries/default-album/features__bkgd.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    min-height: 450px;
  z-index: 1;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: auto;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-left: 5%;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 24%;
  position: relative;
  padding-right: 24px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
@media (max-width: 600px) {
  .horizontal-scroll {
    min-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .horizontal-scroll {
    min-height: 530px;
  }
  .horizontal-scroll__item {
    max-width: 33%;
  }
}
@media (min-width: 960px) and (max-width: 1271px) {
  .horizontal-scroll {
    min-height: 550px;
  }
  .horizontal-scroll__item {
    max-width: 33%;
  }
}
@media (min-width: 1300px) {
  .horizontal-scroll {
    min-height: 605px;
  }
  .horizontal-scroll__wrapper {
    margin-left: 15%;
  }
}
.horizontal-scroll__control {
  width: 96px;
  position: absolute;
  bottom: 100px;
  right: 220px;
  background: transparent;
  font-size: 21px;
  color: #fff;
  z-index: 999;
}

.horizontal-scroll__control::-webkit-scrollbar { 
    width: 0 !important;
}

.horizontal-scroll__control {
    overflow: -moz-scrollbars-none;
 }

.horizontal-scroll__control  { 
    -ms-overflow-style: none; 
}

.horizontal-scroll__control--left {
  right: 150px;
  margin-right: 25px;
}
.horizontal-scroll__control--right {
  right: 120px;
}


.horizontal-scroll__control:hover,.horizontal-scroll__control:focus {
  color: #dba14f;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d4d4d4 !important;
  cursor: default;
}
@media (max-width: 1272px) {
  .horizontal-scroll__control {
    width: 48px;
    bottom: 100px;
  }
  .horizontal-scroll__control--left {
    right: 100px;
  }
  .horizontal-scroll__control--right {
    right: 72px;
  }
}
@media (min-width: 1300px) {
  .horizontal-scroll__control {
    bottom: 130px;
  }
}
@media (max-width: 767px) {
  .horizontal-scroll__item {
    max-width: 45vw;
  }
  .horizontal-scroll__control {
    display: none;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .horizontal-scroll__item {
    max-width: 80vw;
  }
}
@media (min-width: 1500px) {
.horizontal-scroll__wrapper {
  padding-right: 120px;
  margin-left: 10%;
}
}


/* sponsor scroll */
/* .champions .grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  max-width: 90%;
}
*/
.horizontal-scroll.sponsors {
  position: relative;
  background: none;
  min-height: 0;
}
.horizontal-scroll.sponsors:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll.sponsors .horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-left: 0;
}
.horizontal-scroll.sponsors .js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.horizontal-scroll.sponsors .js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll.sponsors .horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll.sponsors .horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding-right: 12px;
  padding-bottom: 48px;
  padding-left: 12px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll.sponsors horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll.sponsors .horizontal-scroll__control {
  width: 30px;
  position: absolute;
  top: 80%;
  bottom: 0;
  background: transparent;
  font-size: 24px;
  color: #e1e6eb;
}
.horizontal-scroll.sponsors .horizontal-scroll__control--left {
  left: 60px;
}
.horizontal-scroll.sponsors .horizontal-scroll__control--right {
  right: 60px;
}
.horizontal-scroll.sponsors .horizontal-scroll__control:hover,.horizontal-scroll.sponsors .horizontal-scroll__control:focus {
  color: #dba14f;
}
.horizontal-scroll.sponsors .horizontal-scroll--is-at-start .horizontal-scroll__control--left,.horizontal-scroll.sponsors .horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d4d4d4 !important;
  cursor: default;
}
@media (max-width: 1149px) {
  .horizontal-scroll.sponsors .horizontal-scroll__item {
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control {
    width: 48px;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 100px;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 100px;
  }

}
@media (min-width: 850px) and (max-width: 959px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 120px;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 120px;
  }

}
@media (min-width: 960px) and (max-width: 1079px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 150px;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 150px;
  }
}
@media (min-width: 1080px) and (max-width: 1149px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 160px;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 160px;
  }
}
@media (max-width: 767px) {
  .horizontal-scroll.sponsors .horizontal-scroll__item {
    width: 100%;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control {
    top: 80%;
  }
}
@media (max-width: 479px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 37%;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 37%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .horizontal-scroll.sponsors .horizontal-scroll__control--left {
    left: 40%;
  }
  .horizontal-scroll.sponsors .horizontal-scroll__control--right {
    right: 40%;
  }
}
@media (max-width: 479px) {
  .horizontal-scroll.sponsors .horizontal-scroll__item {
    width: 100%;
  }
}
/* testimonials */
@media (max-width: 959px) {
  h2.testimonial-header {
    margin-bottom: 24px;
  }
  .testimonials-slider__photos-item img {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  h2.testimonial-header {
    margin-bottom: 0;
  }
}
.testimonials-slider {
  margin: 0 0 0 0;
}
.testimonials-slider__testimonials {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
  padding: 0 24px 0 24px;
  position: relative;
}
.testimonials-slider__testimonials-item {
  padding: 0 24px;
}
.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: #0e3d69;
  font-size: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  line-height: 1.3;
  margin-right: 72px;
}

@media (max-width: 479px) {
.testimonials-slider__testimonials-item h4 {
  font-size: 18px;
  margin-right: -12px !important;
}
}

.testimonials-slider__testimonials-name {
  /* text-align: right;
  */
  color: #495b65;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
.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: 0;
}
.testimonials-slider__testimonials .slick-next {
  right: 0;
}
.testimonials-slider__photos-item {
  /* display: none !important;
  */
}
.testimonials-slider__photos-item img {
  border-radius: 20px;
}
.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__photos-item {
    margin-top: -48px;
    margin-bottom: 24px;
  }
  .slick-prev img {
    width: 50%;
    height: auto;
  }
  .slick-next img {
    width: 50%;
    height: auto;
  }
  .testimonials-slider__testimonials-item h4 {
    margin-right: 10px;
  }
}
.testimonials-slider, .slick-track {
  z-index: 20 !important;
}
@media (min-width: 960px) {
  .testimonials-slider {
    margin: 0 0 0 0;
    z-index: 20;
    position: relative;
  }
  .testimonials-slider__testimonials {
    float: left;
    padding-right: 0;
    /* padding-top: 48px;
    */
    width: 100%;
  }
  .testimonials-slider__testimonials .slick-next {
    right: 0;
    z-index: 999;
  }
  .testimonials-slider__photos {
    left: -3.5rem;
    max-width: 300px;
    position: relative;
    top: -2rem;
    width: 25%;
  }
  .testimonials-slider__photos-item {
    border: 5px solid #fff;
    display: inline-block !important;
    float: left;
    margin-right: 58px;
    /* margin-bottom: 100px;
    */
    margin-left: 25px;
  }
}
@media (min-width: 1210px) {
  .slick-arrow {
    font-size: 18px;
    top: 30%;
  }
}
@media (min-width: 1500px) {
  .slick-arrow {
    font-size: 18px;
    top: 25%;
  }
}
.testimonial-quote-icon {
  float: left;
  display: block;
}
.clear {
  clear: both;
}


/*! ---------- =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: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}
/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,.sfPageEditor .header-logo,.sfPageEditor .page-header__content,.sfPageEditor .header-utility,.sfPageEditor .header-search,.sfPageEditor .header-nav,.sfPageEditor .title-block,.sfPageEditor .title-block__background,.sfPageEditor .title-block__content,.sfPageEditor .page-footer,.sfPageEditor .footer-logo,.sfPageEditor .footer-social,.sfPageEditor .footer-contact,.sfPageEditor .footer-utility,.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}

.sfPageEditor .social-spacer {
  margin-bottom: 48px;
}

.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,.sfPageEditor .title-block__content {
  position: static !important;
}
/* 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;
}


/*! ---------- =print ---------- */


@media print {
  .page-header__toggle,.header-search,.header-utility,.header-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 {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }
  .page-footer {
    border-top: 1px solid #f1f1f1;
  }
  .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 #d4d4d4;
    padding-top: 48px;
  }
  .page-title {
    text-align: center;
  }
  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #1c60a0;
    color: #495b65;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #5e7683;
  }
  .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;
  }
}
.home-banner {
  text-align: center;
  margin: 0 auto 88px auto;
  /* width: 95%;
  */
}
.home-banner img {
  max-width: none;
}
.home-banner a.button {
  margin-top: 12px;
}
.initiatives {
  position: relative;
  background: url(/images/mismolibraries/default-album/slant.png);
  background-size: 100% 500px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
  clear: both;
}
.initiatives h2 {
  padding-top: 150px;
}
.initiatives .grid {
  margin-top: 12px;
  margin-right: 37px;
  margin-left: 96px;
}
@media (min-width: 1200px) {
  .initiatives .grid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .initiatives .grid {
    margin-right: auto;
    margin-left: 36px;
  }
}

.champions {
  position: relative;
  background: url(/images/mismolibraries/default-album/champions__bkgd.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 450px;
  z-index: 1;
}
.champions h2 {
  color: #fff;
  padding-top: 120px;
}
.champion-title {
  font-weight: 700;
  text-align: center;
  margin: -24px -24px 24px -24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.champion-title.chairman {
  color: #0e3d69;
  background: #dfe9f3;
}
.champion-title.executive {
  background: #f4f2ee;
}
.champion-title.associate {
  background: #f8eede;
  border-radius: 6px 6px 0 0;
}
.champion-title.other {
  color: #00273c;
  background: #e1e6eb;
  border-radius: 6px 6px 0 0;
}
.content-box.content-box--chairman {
  border: #f3ae51 solid 4px;
}
.content-box.content-box--executive {
  border: #9fcbf2 solid 4px;
}

@media (max-width: 1199px) {
  .champions .grid {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .champions .button {
    margin-bottom: 24px;
    width: 300px;
  }
}


.random-champion {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.random-champion__item {
  display: block;
}

@media (max-width: 767px) {
  .random-champion {
    display: block;
    min-height: 0 !important;
  }
  .random-champion__logo {
    max-height: 180px;
  }
}


/* Text Animation */

#wrap {
  /* margin-top: 7px;
  */
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) and  (max-width:959px) {
    #wrap {
        margin: 48px auto 0 auto;
    }
}

#text {
  font-family: trade-gothic-next, sans-serif;
    font-size: 52px;
  line-height: 57px;
  font-weight: bold;
    color: rgba(0, 71, 136, 1);
}

@media (max-width: 767px) {
 #text {
   background: url(/images/mismolibraries/default-album/title-image.png);
   text-indent: -9999px;
   display: block;
   width: 300px;
    height: 213px;
    margin: 0 auto;
}
}

@media (min-width: 768px) {
#text {
  overflow: visible;
  background: rgb(0, 71, 136);
  background: radial-gradient(circle,rgba(14, 93, 159, 1) 0%,rgba(135, 116, 240, 1) 25%,rgba(95, 242, 248, 1) 50%,rgba(49, 218, 107, 1) 100%);
  background-size: 200%;	
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 71, 136, 0.5);
  animation: animation 3.7s linear infinite;
}
@keyframes animation {
  to {
    background-position: 200% center;
  }
}

}

@media (min-width: 768px) and (max-width: 1080px) {
  .home-banner {
    margin: -36px auto 88px auto;
  }
}
@media (max-width: 1080px) {
  .hide-on-mobile {
    display: none;
  }
  .grid__unit.mobile-center {
    text-align: center;
  }
}


.fa-chevron-left::before {
    content: "\f053";
}

.people--grid img, .sponsor--grid img {
  margin-left: 0;  
}

.news--grid .grid__unit.grid__unit--1-2-m {
 float: left;
}

.sponsor--grid img {
  padding-bottom: 24px;  
}


.people--grid  a .item-list__title, .people--grid  a, .sponsor--grid  a .item-list__title, .sponsor--grid  a {
  color: #444;
}

.people--grid .item-list__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 12px 0 0 0;
}

 .item-list__job-title {
  font-size: 18px;
  margin-top: 6px;
}

.item-list__company {
  margin-top: 6px;
  margin-bottom: 12px; 
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
  }
  
 .title-block__content .meta-tag {
  text-shadow: none;  
}
  
.meta-tag {
  /* background: #f5f5f5; 
  border: 2px solid #ddd;
  color: #495b65; */
  border: 2px solid #ddd;
  color: #fff;
  border-radius: 24px;
  display: inline-block;
  font-size: 80%;
  padding: 6px 12px;
  white-space: nowrap;
  margin-right: 24px;
  }


@media (max-width: 1080px) {
  .meta-tag {
    margin-top: 24px;
  }
  
  .space-l-4-m.tags {
    display: block;
    margin-left: 0;
  }
}

.hide {
  display: none;
}

.event-sponsor-intro {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.event-sponsor-gold {
  color: #D99D02;
  font-size: 24px;
  font-weight: 600;
}
  
.event-sponsor-silver {
  color: #848181;
  font-size: 24px;
  font-weight: 600;
}
  
.event-sponsor-bronze {
  color: #B76F46;
  font-size: 24px;
  font-weight: 600;
}
    

.pricing-table {
  width: 100%;
}
.pricing-table th {
  font-size: 15px;
  line-height: 1;
  padding: 24px;
  text-align: left;
}
.pricing-table tr:nth-child(even) {
 /*  background: #f7f9fa; */
}
.pricing-table tr td:first-child {
  width: 35%;
}
.pricing-table tr td {
  padding: 12px;
}
.pricing-table th,
.pricing-table td,
.pricing-table tbody tr {
  transition: all 0.15s ease-out;
}
.pricing-table tbody tr:first-child {
  background: #0c426a;
  color: #fff;
}
.pricing-table tbody tr:first-child:hover {
  background: #075ea5;
  color: #fff;
}
.pricing-table tbody tr:hover {
  background: #fafafa;
  color: #273a41;
}
.pricing-table th:nth-child(2), 
.pricing-table td:nth-child(2) {
    background: rgba(245, 245, 245, 0.8);
}

.pricing-col-header {
  font-size: 18px;
  line-height: 24px;
}

.mismo-members {
  font-size: 22px;
  font-weight: bold;
}

.mismo-members-prices {
  font-size: 26px;
  font-weight: normal;
}

.mismo-members-prices.early-price {
  color: #00447f;
}


.non-members-prices {
  font-size: 22px;
  font-weight: normal;
}

  
.register-button {
  margin-top: 24px;
}
  
.event-location {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin-left: 24px;
  display: block;
}

.fas.fa-map-marker-alt {
  color: #00447f;
  font-size: 24px;
  float: left;
  display: block;
}

.clear { 
  clear: both;
}

.member-name {
  font-weight: 500;
}

.Champion-Associate {
  background: url("/images/mismolibraries/champion-badges/champion-badge-assoc.png") left no-repeat;
  width: 58px; 
  height: 42px;
  float: left;
  margin-bottom: 48px;
}

.Champion-Chairman {
  background: url("/images/mismolibraries/champion-badges/champion-badge-chair.png")  left no-repeat;
  width: 58px; 
  height: 42px;
  float: left;
  margin-bottom: 48px;
}

.Champion-Executive {
  background: url("/images/mismolibraries/champion-badges/champion-badge-Exec.png")  left no-repeat;
  width: 58px; 
  height: 42px;
  float: left;
  margin-bottom: 48px;
}

.item-list__Logo {
  max-width: 200px; 
}
.sort-by-selection {
  margin-bottom: 20px;  
}

.search-rail-titles {
  color: #485b64;
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1080px) {
.pagination li {
  margin-top: 12px;
}
}

.green-text {
  color: #169122;
}

.gold-text {
  color: #cd9600;
}

.orange-text {
  color: #941;
}


.fa-regular, .far {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400;
}

.indent {
  margin-top: 24px;
  margin-left: 36px;
}


 /* Maintenance Modail */
     
#riskfloater {
    background-color: #3e8bcd;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #ffffff;
    cursor: pointer;
    bottom: 10px;
    z-index: 200;
}

#cookiebar { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 200;
}

#cookiebar .container {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3e8bcd;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 36px 24px 24px 24px !important;
  /* overflow: hidden; */
}

#cookiebar .container a  {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
 }
#cookiebarBox { 
    position: absolute;
    top: 20%;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    width: 80%;
    z-index: 10000;
}

#cookiebarBox .container {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
     border-radius: 3px;
     background-color: #3e8bcd;
     color: #ffffff;
     margin-bottom: 0;
     text-align: left;
     padding: 48px 48px 48px 48px !important;
     overflow: hidden;
}

#cookiebarBox .container a {
            color: white;
            text-decoration: none;
            border-bottom: 1px dotted white;
            z-index: 10000 !important;
        }
 
 #cookiebarBox .container h1 {
 	color: #fff;
 }
 
 #cookiebarBox .container li {
 	margin-bottom: 12px;
 }

 
.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 72px auto 0 auto;
    z-index: 10001 !important; 
}


@media (min-width: 960px) {
  .cookieok {
   float: right;
   margin-top: 72px;
}
}
@media (max-width: 959px) {
  .cookieok {		
	max-width: 100px !important;
    text-align: center !important;
       }
       
       #cookiebarBox { 
    position: absolute;
    top: 72px;
    }
    
   }