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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("js/boxsizing.htc");
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5a6067;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #127abe;
}
a:hover {
  color: #75b524;
}
a, button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}
p a, li a {
  font-weight: 600;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}

ol, ul {
  margin-left: 2em;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 42px;
  line-height: 40px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

.highlight {
  color: #75b524;
}
.warn {
  color: #cf184b;
}
.note {
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
}
pre + .note, input + .note, select + .note, textarea + .note {
  margin-top: -15px;
}


@media (max-width: 749px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 20px;
  }

  h5 {
    font-size: 16px;
  }
}


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

.block {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

[aria-hidden="true"] {
  display: none;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

figure {
  display: inline-block;
  vertical-align: top;
  background: #f1f3f4;
  border: 1px solid #e3e6e8;
}
figure figcaption {
  display: block;
  font-size: 14px;
  padding: 5px;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
  margin-bottom: 10px;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}

.margin {
  margin-bottom: 20px;
}
.margin-large {
  margin-bottom: 40px;
}
.margin-small {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 20px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-top-small {
  margin-top: 10px;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: transparent url("../images/arrow-blue.png") no-repeat 50% 50%;
  background-size: 20px 10px;
}
a:hover .arrow {
  background-image: url("../images/arrow-green.png");
}

.icon-members-only {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent url('../images/icon-lock.png') no-repeat 50% 50%;
  background-size: 16px 16px;
}

.more {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  color: #75b524;
}
.more .arrow {
  background-image: url("../images/arrow-green.png");
  transition: all 0.2s ease-out;
}
.more:hover, .more:focus {
  color: #f6b910;
}
.more:hover .arrow, .more:focus .arrow {
  background-image: url("../images/arrow-yellow.png");
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.button, .sfSubmitBtn, .sfLostPassword {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 2px;
  background: #127abe;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-out;
}
.button:hover, .button:focus,
.sfSubmitBtn:hover, .sfSubmitBtn:Focus,
.sfLostPassword:hover, .sfLostPassword:focus {
  color: #fff;
  background: #1489d5;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 3px 2px rgba(0, 0, 0, 0.2);
}
.button:active, .sfSubmitBtn:active, .sfLostPassword:active {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.05s ease-out;
}
.button--action {
  background: #f6b910;
}
.button--action:hover {
  background: #f7c029;
}
.button--highlight {
  background: #75b524;
}
.button--highlight:hover, .button--highlight:focus {
  background: #83ca28;
}
.button--warn {
  background: #cf184b;
}
.button--warn:hover, .button--warn:focus {
  background: #e51c54;
}
.button--cancel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #525658;
  font-weight: 400;
  box-shadow: none;
}
.button--cancel:hover, .button--cancel:focus {
  color: #46494b;
  background: #fff;
}
.button--small {
  padding: 5px 15px;
  font-weight: 400;
  font-size: 12px;
}
.button--large {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
}
@media (min-width: 750px) {
  .button--large {
    padding: 20px;
  }
}

.pull-quote {
  padding: 20px 0;
  border: solid #e3e6e8;
  border-width: 1px 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.pull-quote__attribution {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.pull-quote__attribution::before {
  content: '- ';
}
@media (min-width: 750px) {
  .pull-quote--left {
    width: 40%;
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 20px 5px 0;
    padding: 0 20px 0 0;
  }
  .pull-quote--right {
    width: 40%;
    float: right;
    border-width: 0 0 0 1px;
    margin: 0 0 5px 20px;
    padding: 0 0 0 20px;
  }
}

.item-list {
  list-style: none;
  margin: 0 0 40px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list__item::after {
  content: '';
  display: table;
  clear: both;
}
.item-list__item + .item-list__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e6e8;
}
.item-list--plain .item-list__item + .item-list__item {
  border-top: none;
  margin-top: 0;
  padding-top: 10px;
}
.item-list__title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.item-list--plain .item-list__title {
  font-size: 17px;
}
.item-list__thumbnail {
  display: block;
  float: left;
  max-width: 30%;
  margin: 0 20px 5px 0;
}
.item-list__thumbnail--constrain {
  max-width: 100px;
  max-height: 100px;
}
.item-list__thumbnail--constrain img {
  max-height: 100px;
}
.item-list__date {
  opacity: 0.7;
  font-size: 14px;
  margin: 5px 0 0;
}
.item-list__description {
  font-size: 14px;
  margin: 5px 0 0;
}

.item-list__truncate {
  display: block;
  padding: 0;
  border: none;
  font-size: 15px;
  font-style: italic;
  opacity: 0.75;
}
.item-list + .item-list__truncate {
  position: relative;
  top: -30px;
}

.item-list__icon {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
}
.item-list__icon ~ .item-list__title,
.item-list__icon ~ .item-list__date,
.item-list__icon ~ .item-list__description {
  margin-left: 60px;
}
.icon-file { background-image: url("../images/icon-type-file.png"); }
.icon-page { background-image: url("../images/icon-type-page.png"); }
.icon-event { background-image: url("../images/icon-type-event.png"); }
.icon-MemberSpotlight { background-image: url("../images/icon-type-member.png"); }
/*.icon-news { background-image: url("../images/icon-type-news.png"); }*/
.icon-news { background-image: url("../images/icon-type-press-release.png"); }
.icon-PressRelease { background-image: url("../images/icon-type-press-release.png"); }
.icon-Resolution { background-image: url("../images/icon-type-resolution.png"); }
.icon-RSS { background-image: url("../images/icon-type-rss.png"); }
/*.icon-StatementOnPolicy { background-image: url("../images/icon-type-policy.png"); }*/
.icon-StatementOnPolicy { background-image: url("../images/icon-type-resolution.png"); }
/*.icon-VirtualEvent { background-image: url("../images/icon-type-virtual-event.png"); }*/
.icon-VirtualEvent { background-image: url("../images/icon-type-webinar.png"); }
.icon-Webinar { background-image: url("../images/icon-type-webinar.png"); }


.content-box {
  padding: 20px;
  background: #e3e6e8;
  margin-bottom: 40px;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box--minimal {
  background: #fff;
  border: 1px solid #127abe;
}
.content-box--highlight {
  background: #127abe;
  color: #fff;
}
.content-box--highlight a {
  color: #fff;
  text-decoration: underline;
}
.event-content-box {
  background: #e3e6e8;
}
.event-content-box--highlight-reverse {
  background: #e3e6e8;
  color: #00548e;
}
.event-content-box--highlight-reverse a {
  color: #4e575e;
  text-decoration: underline;
}
.event-content-box--highlight {
  background: #00548e;
  color: #fff;
}
.event-content-box--highlight a {
  color: #fff;
  text-decoration: underline;
}
.event-content-box--none {
  background: #fff;
  color: #00548e;
}
@media (min-width: 750px) {
  .content-box {
    padding: 30px 20px;
  }
}

.js .toggle-target {
  display: none;
}
.js .toggle-target.is-active {
  display: block;
}

.group:after, .side-label:after {
  content: "";
  display: table;
  clear: both;
}


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

.grid {
  /* !importants override sf grids when needed */
  display: block;
  width: auto !important;
  padding: 0;
  margin-right: -20px !important;
  letter-spacing: -0.33em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid__unit {
  display: inline-block !important;
  width: 100%;
  padding: 0 20px 20px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}

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


@media (min-width: 470px) {
  .grid__unit--1-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: 750px) {
  .grid {
    margin-right: -40px !important;
  }
  .grid--compact {
    margin-right: -20px !important;
  }
  .grid__unit {
    padding: 0 40px 40px 0;
  }
  .grid--compact .grid__unit {
    padding: 0 20px 20px 0;
  }

  .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 (max-width: 959px) {  
  .sf_colsOut,sf_2cols_1_25 {
  width:100%;
  }
    .sf_colsOut,sf_2cols_1_75 {
  width: 100%;
  }
  }

@media (min-width: 960px) {
  .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%; }

}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: 1px solid #d5dadd;
  color: #5a6067;
  color: rgba(90, 96, 103, 0.8);
  font: 14px/20px "Open Sans", "Helvetica Neue", 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"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="tel"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
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: #b7c7d2;
}
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: #b81543;
  color: #b81543;
}
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: #127abe;
  color: #5a6067;
}

textarea {
  padding: 10px;
  min-height: 80px;
}
textarea.textarea-large {
  min-height: 200px;
}

input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
label + input[type="radio"], label + input[type="checkbox"] {
  margin-left: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #5e6365;
  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: #07497b;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #b81543;
}
label.is-focused {
  color: #127abe;
  opacity: 1;
}

.side-label {
  margin-bottom: 20px;
}
.side-label:last-child {
  margin-bottom: 0;
}
@media (min-width: 470px) {
  .side-label {
    padding-left: 140px;
  }
  .side-label label {
    width: 140px;
    float: left;
    margin-left: -140px;
    padding: 5px 1em 0 0;
  }
}

.field-validation-error, .sfError {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #b81543;
}
input + .field-validation-error, select + .field-validation-error, textarea + .field-validation-error {
  margin-top: -15px;
}


/*! ---------- =tabs and =accordions ---------- */

.tabs--standard {
  margin-bottom: 40px;
}
.tabs--standard:last-child {
  margin-bottom: 0;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px;
  margin-bottom: -1px;
  border: 1px solid #e3e6e8;
  background: #e3e6e8;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  color: #127abe;
  border-bottom-color: #fff;
}
.tabs--standard .tabs__pane {
  border: 1px solid #e3e6e8;
  padding: 20px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.tabs--2 .tabs__tab {
  width: 49% !important;
  width: calc(50% - 0.2em) !important;
}
.tabs--3 .tabs__tab {
  width: 32% !important;
  width: calc(33.3% - 0.2em) !important;
}
.tabs--4 .tabs__tab {
  width: 24% !important;
  width: calc(25% - 0.21em) !important;
}
.tabs--5 .tabs__tab {
  width: 19% !important;
  width: calc(20% - 0.22em) !important;
}

.accordion {
  margin-bottom: 40px;
}
.accordion + .accordion {
  margin-top: -35px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #e3e6e8;
  color: #5a6067;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.accordion__label .arrow {
  margin-left: 0.3em;
  background-image: url("../images/arrow-black.png");
  opacity: 0.5;
  transition: all 0.15s ease-out;
}
.accordion__label:hover .arrow {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.accordion__label.is-active {
  color: #127abe;
  border-color: #127abe #127abe #e3e6e8 #127abe;
  background: #f7f7f7;
}
.accordion__label.is-active .arrow {
  background-image: url("../images/arrow-blue.png");
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 5px;
}
.accordion__content {
  border: 1px solid #127abe;
  border-top: none;
  padding: 20px 10px;
  transition: all 0.2s ease-out;
  word-wrap: break-word;
}
.accordion__content::after {
  content: '';
  display: table;
  clear: both;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}


@media (max-width: 750px) {
  .tabs--standard .tabs__tab {
    font-size: 14px;
  }
  .tabs--standard.tabs--4, .tabs--standard.tabs--5 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs--standard.tabs--4 .tabs__tab, .tabs--standard.tabs--5 .tabs__tab {
    width: auto !important;
  }
  .tabs--standard.tabs--4 .tabs__tab.is-active, .tabs--standard.tabs--5 .tabs__tab.is-active {
    border-bottom-color: #eee;
  }
  .tabs--standard.tabs--4 .tabs__pane, .tabs--standard.tabs--5 .tabs__pane {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs--standard .tabs__tab {
    order: 1;
  }
  .tabs--standard .tabs__tab + .tabs__tab {
    order: 3;
  }
  .tabs--standard .tabs__tab + .tabs__tab + .tabs__tab {
    order: 5;
  }
  .tabs--standard .tabs__tab + .tabs__tab + .tabs__tab + .tabs__tab {
    order: 7;
  }
  .tabs--standard .tabs__tab + .tabs__tab + .tabs__tab + .tabs__tab + .tabs__tab {
    order: 9;
  }
  .tabs--standard .tabs__pane {
    order: 2;
  }
  .tabs--standard .tabs__pane + .tabs__pane {
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane {
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 10;
  }
}


@media (min-width: 750px) {
  .tabs--standard .tabs__tab {
    padding: 15px 20px;
    font-weight: 600;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 20px;
}

pre {
  display: block;
  padding: 20px 10px;
  border: 1px solid #d8dcdf;
  margin-bottom: 20px;
  color: #222;
  background: #f7f8f8;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:last-child {
  margin-bottom: 0;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #9ac0d9;
  position: absolute;
  top: 2px;
  right: 10px;
}

p > code, li > code {
  background: #eef0f1;
  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;
  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: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


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

body {
  width: 100%;
  background: #fff;
  color: #5a6067;
  overflow-x: hidden;
}

.content {
  padding: 20px 0;
}

.page-bounds {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 750px) {
  .content {
    padding: 40px 0;
  }

  .page-bounds {
    padding-left: 40px;
    padding-right: 40px;
  }
}


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

.page-header {
  background: #127abe;
}
.page-header, .page-header a {
  color: #fff;
}
.page-header::before, .page-footer::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(to right, #cf184b 0, #cf184b 33.3%, #f6b910 33.33%, #f6b910 66.6%, #75b524 66.66%);
}
.page-header .sfContentBlock {
  margin-bottom: 0;
}

.page-logo {
  max-width: 147px;
  margin: 0 0 0 -20px;
}
.page-logo a {
  display: block;
  padding: 10px 20px;
}
.page-logo__type {
  display: none;
}

.page-tools {
  font-size: 14px;
}

.page-user {
  padding: 10px 20px;
  background: #75b524;
}
.page-user a {
  display: inline-block;
  font-weight: 700;
}
.page-user__welcome a, .page-user__welcome ~ a, .page-user__welcome ~ div a, .page-user div + div > a {
  margin-left: 1em;
}

.page-user div {
  display: inline-block;
}

.page-audiences a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 600;
  text-align: center;
  color: #ffd254;
  background: rgba(255, 255, 255, 0.15);
}
.page-audiences a:hover, .page-audiences a:focus {
  color: #fff;
  background: #75b524;
  border-color: #75b524;
}

.page-search {
  position: relative;
}
.page-search input {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
}
.page-search input:focus {
  border-color: #fff;
}
.page-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.page-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.page-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.page-search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.page-search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  opacity: 0.8;
}
.page-search button:hover, .page-search button:focus {
  opacity: 1;
}
.page-search button img {
  width: 14px;
  height: 14px;
}

.page-nav {
  background: #fff;
}
.page-nav ul {
  margin: 0;
  list-style: none;
}
.page-nav a {
  display: block;
  color: #07497b;
}

.career-center .page-header::before, .career-center .page-footer::before {
  display: none;
}
.career-center .page-logo {
  max-width: 68px;
}
.career-center .page-logo a {
  padding: 20px 20px;
}


@media (max-width: 749px) {
  .mobile-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px 20px 25px 40px;
    font-size: 14px;
  }
  .mobile-menu-toggle::before, .mobile-menu-toggle::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .mobile-menu-toggle::before {
    box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
    transition: box-shadow 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  }
  .mobile-menu-toggle.is-active::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: 0 -15px 0 rgba(255, 255, 255, 0), 0 15px 0 rgba(255, 255, 255, 0);
    transition: box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out 0.2s, box-shadow 0.2s ease-out;
    transition: transform 0.2s ease-out 0.2s, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out 0.2s;
  }
  .mobile-menu-toggle.is-active::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: -webkit-transform 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  }

  .page-tools {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .page-tools > div {
    margin: 10px 20px;
  }
  .js .page-tools {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .js .page-tools.is-active {
    max-height: 20em;
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
  }

  .page-user {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-search {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .page-audiences {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0 !important;
  }
  .page-audiences a {
    width: 47%;
    width: calc(50% - 0.5em);
    margin-bottom: 10px;
  }
  .page-audiences a:nth-child(2n-1) {
    margin-right: 0.7em;
  }

  .page-utility {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-utility a {
    display: inline-block;
    margin: 0 1em 10px 0;
    opacity: 0.75;
  }
  .page-utility a:hover {
    opacity: 1;
  }

  .page-nav {
    margin: 0 -20px;
  }
  .page-nav a {
    padding: 10px 20px;
  }
  .page-nav li {
    position: relative;
  }
  .page-nav > div > ul > li {
    border-bottom: 1px solid #d5dadd;
  }
  .page-nav > div > ul > li:last-child {
    border-bottom: 2px solid #07497b;
  }
  .page-nav > div > ul > li > a {
    padding-right: 60px;
  }
  .page-nav li li {
    border-top: 1px solid #f1f3f4;
  }
  .page-nav li li a {
    padding-left: 40px;
    font-size: 14px;
  }
  .page-nav li li li a {
    padding-left: 60px;
  }
  .page-nav__toggle {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-left: 1px solid #f1f3f4;
  }
  .page-nav__toggle::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("../images/arrow-black.png") no-repeat 50% 50%;
    background-size: 20px 10px;
    opacity: 0.25;
    transition: all 0.15s ease-out;
  }
  .page-nav__toggle.is-active::before {
    background-image: url("../images/arrow-blue.png");
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js .page-nav, .js .page-nav li ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  .js .page-nav.is-active, .js .page-nav li ul.is-active {
    max-height: 40em;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in;
  }
  .js .page-nav {
    transition: all 0.3s ease;
  }
  .js .page-nav.is-active {
    max-height: 100em;
    transition: all 0.3s cubic-bezier(0.5, 0, 1, 0.5);
  }
}


@media (min-width: 470px) and (max-width: 749px) {
  .page-logo__type {
    display: block;
    width: 40%;
    max-width: 200px;
    position: absolute;
    left: 130px;
    top: 39px;
  }
}


@media (min-width: 750px) {
  .mobile-menu-toggle, .page-nav__toggle {
    display: none !important;
  }

  .page-header::after {
    content: '';
    display: table;
    clear: both;
  }

  .page-logo {
    width: 193.3px;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .page-logo a {
    padding: 40px 20px 30px 40px;
  }

  .page-tools {
    padding: 20px 0 10px 22%;
    text-align: right;
  }

  .page-utility, .page-user, .page-search, .page-audiences {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 5px;
  }

  .page-utility a {
    margin-left: 10px;
  }

  .page-user {
    padding: 6px 20px;
  }

  .page-audiences a {
    margin-left: 5px;
  }

  .page-nav {
    border-bottom: 2px solid #07497b;
  }
  .page-nav > div > ul {
    margin: 0 -15px;
    text-align: justify;
  }
  .page-nav > div > ul::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .page-nav > div > ul > li {
    display: inline-block;
    vertical-align: bottom;
    width: 19%;
    margin-bottom: -20px;
    text-align: left;
  }
  .page-nav > div > ul > li > a {
    padding: 10px 15px;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .page-nav > div > ul > li > a::after {
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -15px;
    background: transparent url("../images/arrow-navigation.png") no-repeat 50% 0;
    background-size: 30px 9px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.15s ease-out, z-index 0s linear 0.15s;
  }
  .page-nav > div > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 40px;
    border-top: 2px solid transparent;
    /* =coop */
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;

    z-index: -1;
    opacity: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    visibility: hidden;
    background-clip: padding-box !important;
    transition: opacity 0.2s ease-out, z-index 0s linear 0.2s, visibility 0s linear 0.2s;
  }
  .page-nav > div > ul > li > ul::before, .page-nav > div > ul > li > ul::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
  }
  .page-nav > div > ul > li > ul, .page-nav > div > ul > li > ul::before, .page-nav > div > ul > li > ul::after {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 0 rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.05);
  }
  .page-nav > div > ul > li > ul::before {
    right: 100%;
  }
  .page-nav > div > ul > li > ul::after {
    left: 100%;
  }
  .page-nav > div > ul > li > ul > li {
  /* =coop */
  /*  display: inline-block;
    vertical-align: top;
    width: 48%;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            */
    opacity: 0;
    transition: all 0s linear 0.2s;
  }
  
  .no-csscolumns .page-nav > div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }


  .page-nav > div > ul > li:hover > a {
    color: #75b524;
  }
  .page-nav > div > ul > li:hover > a::after {
    z-index: 102;
    opacity: 1;
    transition: opacity 0.15s ease-out 0.5s;
  }
  .page-nav > div > ul > li:hover::before, .page-nav > div > ul > li:hover::after {
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
    z-index: 3;
    opacity: 1;
  }
  .page-nav > div > ul > li:hover > ul {
    z-index: 101;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .page-nav > div > ul > li:hover > ul > li {
    /*
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
            */
    opacity: 1;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(1) {
    transition: all 0.2s ease-out 0.55s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(2) {
    transition: all 0.2s ease-out 0.6s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(3) {
    transition: all 0.2s ease-out 0.65s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(4) {
    transition: all 0.2s ease-out 0.7s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(5) {
    transition: all 0.2s ease-out 0.75s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(6) {
    transition: all 0.2s ease-out 0.8s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(7) {
    transition: all 0.2s ease-out 0.85s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(8) {
    transition: all 0.2s ease-out 0.9s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(9) {
    transition: all 0.2s ease-out 0.95s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(10) {
    transition: all 0.2s ease-out 1s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(11) {
    transition: all 0.2s ease-out 1.05s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(12) {
    transition: all 0.2s ease-out 1.1s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(13) {
    transition: all 0.2s ease-out 1.15s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(14) {
    transition: all 0.2s ease-out 1.2s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(15) {
    transition: all 0.2s ease-out 1.25s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(16) {
    transition: all 0.2s ease-out 1.3s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(17) {
    transition: all 0.2s ease-out 1.35s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(18) {
    transition: all 0.2s ease-out 1.4s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(19) {
    transition: all 0.2s ease-out 1.45s;
  }
  .page-nav > div > ul > li:hover > ul > li:nth-child(20) {
    transition: all 0.2s ease-out 1.5s;
  }
  .page-nav > div > ul > li > ul > li {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .page-nav > div > ul > li > ul > li > a {
    padding: 10px 0;
    font-weight: 700;
    color: #127abe;
  }
  .page-nav > div > ul > li > ul > li > a:hover {
    color: #75b524;
  }
  .page-nav ul ul ul {
    border-top: 2px solid #e3e6e8;
    padding: 5px 0 15px;
  }
  .page-nav ul ul ul a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #5a6067;
    color: rgba(90, 96, 103, 0.8);
  }
  .page-nav ul ul ul a:hover {
    color: #75b524;
  }

  .career-center .page-logo {
    max-width: 110px;
    z-index: 1002;
  }
  .career-center .page-logo a {
    padding: 10px 40px;
  }
  .career-center .page-nav {
    background: #127abe;
    border-bottom: none;
  }
  .career-center .page-nav .page-bounds {
    padding-left: 120px;
  }
  .career-center .page-nav > div > ul > li > a {
    color: rgba(255,255,255,0.9);
  }
  .career-center .page-nav > div > ul > li:hover > a {
    color: #fff;
  }
  .career-center .page-nav > div > ul > li > a::after {
    display: none;
  }
}


@media (min-width: 890px) {
  .page-logo__type {
    display: block;
    position: absolute;
    left: 90px;
    top: 93px;
  }

  .page-tools {
    padding-left: 35%;
  }
}



@media (min-width: 960px) {
  .page-nav > div > ul > li > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .no-csscolumns .page-nav > div > ul > li > ul > li {
    width: 32%;
  }
}


@media (min-width: 1080px) {
  .page-logo a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-logo__type {
    top: 78px;
  }

  .page-tools {
    padding-left: 230px;
  }

  .page-nav > div > ul > li {
    width: auto;
    min-width: 15%;
  }
  .page-nav > div > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-nav > div > ul > li > a::before {
    display: none;
  }
  .page-nav > div > ul > li > a span {
    display: inline;
  }

  .career-center .page-nav > div > ul > li {
    max-width: 22%;
  }
}


@media (min-width: 1280px) {
  .page-nav > div > ul {
    margin: 0 -30px;
  }
  .page-nav > div > ul > li > a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }
}


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

.page-footer {
  clear: both;
  font-size: 14px;
}
.page-footer, .page-footer a {
  color: #fff;
}
.page-footer__content {
  padding-top: 30px;
  background: #127abe;
}
.page-footer__content p {
  margin-bottom: 10px;
}
.page-footer .more {
  color: #ffd254;
}
.page-footer .more .arrow {
  background-image: url("../images/arrow-yellow.png");
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.footer-address {
  font-weight: 600;
}

.footer-logo {
  display: block;
  max-width: 100px;
  margin-bottom: 10px;
}

.footer-social {
  margin-bottom: 10px;
}
.footer-social a {
  display: inline-block;
  opacity: 0.8;
}
.footer-social a + a {
  margin-left: 10px;
}
.footer-social a:hover {
  opacity: 1;
}
.footer-social img {
  max-height: 30px;
}

.footer-utility a {
  font-weight: 600;
  text-decoration: underline;
  opacity: 0.9;
}
.footer-utility a:hover {
  opacity: 1;
}

.footer-featured {
  margin-bottom: 20px;
}
.footer-featured h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
.footer-featured h4 {
  margin-bottom: 10px;
}

.footer-copyright {
  opacity: 0.5;
}

.page-footer__nav {
  padding: 30px 0;
  background: #525658;
}
.page-footer__nav::after {
  content: '';
  display: table;
  clear: both;
}
.page-footer__nav ul {
  list-style: none;
  margin: 0;
}
.page-footer__nav a {
  display: block;
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
  color: #ffd254;
}
.page-footer__nav li li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}
.page-footer__nav li li a:hover {
  opacity: 1;
}
.page-footer__nav > div > ul > li {
  margin-bottom: 20px;
}

.career-center .footer-address {
  margin-bottom: 20px;
}
.career-center .footer-address img {
  display: inline-block;
  vertical-align: bottom;
  max-height: 40px;
  position: relative;
  bottom: -0.25em;
}
.career-center .footer-copyright {
  padding-bottom: 20px;
}


@media (min-width: 470px) {
  .footer-social {
    margin-top: 10px;
  }
  .page-footer__nav > div > ul {
    margin-right: -40px;
  }
  .page-footer__nav > div > ul > li {
    float: left;
    padding-right: 40px;
  }
}


@media (min-width: 470px) and (max-width: 749px) {
  .page-footer__nav > div > ul > li {
    width: 50%;
  }
  .page-footer__nav > div > ul > li:nth-child(2n+1) {
    clear: left;
    padding-right: 20px;
  }
}


@media (min-width: 750px) and (max-width: 1279px) {
  .page-footer__nav > div > ul > li {
    width: 33.3%;
  }
  .page-footer__nav > div > ul > li:nth-child(3n+1) {
    clear: left;
  }
}


@media (min-width: 1280px) {
  .page-footer__nav > div > ul > li {
    width: 20%;
  }
  .career-center .footer-address {
    float: left;
    position: relative;
    top: -10px;
  }
  .career-center .footer-social {
    text-align: right;
  }
  .career-center .footer-copyright {
    clear: both;
  }
}


/*! ---------- =home ---------- */

.home-feature {
  margin-top: -20px;
}
.home-feature__image {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 33.3%;
}
.home-feature__description {
  padding: 20px;
  background: #127abe;
}
.career-center .home-feature__description {
  background: #07497b;
}
.home-feature__description, .home-feature__description a {
  color: #fff;
}
.home-feature__description h2 {
  font-weight: 300;
}
.home-feature__description p {
  color: rgba(255, 255, 255, 0.8);
}
.home-feature__tab {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  background-clip: padding-box !important;
  border-radius: 100%;
  background: #525658;
}
.home-feature__tab + .home-feature__tab {
  margin-left: 5px;
}
.home-feature__tab:hover {
  background: #6b7072;
}
.home-feature__tab.is-active {
  background: #cf184b;
}

.home-identity {
  margin: 10px 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #07497b;
}
.home-identity .sf_colsOut {
  margin-bottom: 0;
}
.home-identity img {
  display: inline;
  position: relative;
  bottom: -6px;
}


@media (max-width: 749px) {
  .home-feature__pane {
    display: none;
  }
  .home-feature__pane.is-active {
    display: block;
  }
  /*.home-feature__image {
    height: 200px;
  }*/
  .home-feature__description {
    margin-top: -20px;
  }
  .home-feature__nav {
    padding: 10px 0;
    text-align: center;
  }
}


@media (min-width: 750px) {
  .home-feature {
    margin-top: -40px;
    position: relative;
  }
  /*.home-feature, .home-feature__image {
    height: 500px;
  }*/
  .home-feature__pane {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .home-feature__pane:first-child {
    position: relative;
  }
  .home-feature__description {
    padding-top: 40px;
    min-height: 0 !important;
    width: 40%;
    width: calc(50% - 60px);
    position: absolute;
    left: 40px;
    bottom: 20px;
    z-index: 20;
  }
  .home-feature__description h2 {
    margin-bottom: 30px;
  }
  .home-feature__description p {
    font-size: 18px;
    line-height: 30px;
  }
  .home-feature__nav {
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
  }
  .home-feature__tab:first-child {
    margin-left: 50%;
    margin-left: calc(50% + 20px);
  }
  .js .home-feature {
    -webkit-animation: 0.6s fade-in ease 0.3s;
            animation: 0.6s fade-in ease 0.3s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
  .js .home-feature__pane {
    visibility: hidden;
  }
  .js .home-feature__pane.is-active {
    visibility: visible;
  }
  .js .home-feature__pane .home-feature__image, .js .home-feature__pane .home-feature__description {
    transition: all 0.3s ease-out;
  }
  .js .home-feature__pane.is-active .home-feature__image, .js .home-feature__pane.is-active .home-feature__description {
    opacity: 1;
  }
  .js .home-feature__pane.is-previous .home-feature__description {
    opacity: 0;
  }
  .js .home-feature__pane.is-previous .home-feature__image {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  .js .home-feature__pane.is-next .home-feature__description {
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .js .home-feature__pane.is-next .home-feature__image {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media (min-width: 960px) {
  .home-feature {
    margin-bottom: 140px;
  }
  /*.home-feature, .home-feature__image {
    height: 600px;
  }*/
  .home-feature__description {
    width: 33.3%;
    width: calc(33.3% - 50px);
    bottom: -100px;
  }
  .home-feature__description .button {
    margin-top: 40px;
  }
  .home-feature__tab:first-child {
    margin-left: 33.3%;
    margin-left: calc(33.3% + 20px);
  }

  .home-identity {
    margin: -120px 0 50px;
    padding-left: 33.3%;
    padding-left: calc(33.3% + 20px);
  }
}


/*! ---------- =interior ---------- */

.page-layout::after {
  content: '';
  display: table;
  clear: both;
}
.page-layout__main, .page-layout__aside, .page-layout__top-aside {
  margin-bottom: 40px;
  width: auto !important;
  padding: 0 !important;
}
.page-layout__title {
  color: #42474c;
  font-weight: 400;
}
.page-layout__date {
  margin-bottom: 10px !important;
  color: #525658;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.7;
}
.page-layout__breadcrumbs {
  margin-bottom: 20px;
}
.page-layout__title + .page-layout__breadcrumbs {
  margin-top: -10px;
}

.landing-header::after {
  content: '';
  display: table;
  clear: both;
}
.landing-header__title-block, .landing-header__tagline {
  width: auto !important;
}
.career-center .landing-header__title-block {
  background: #07497b;
}
.landing-header__title, .landing-header__title-block h1 {
  font-weight: 400;
}
.landing-header__description, .landing-header__title-block p {
  font-size: 14px;
  color: rgba(90, 96, 103, 0.8);
}
.landing-header__tagline {
  margin: 10px 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #07497b;
}

.interior-banner {
  margin: -20px 0 20px;
}
.interior-banner img {
  display: block;
  width: 100%;
}

.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  /* overrides for sitefinity */
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #5a6067 !important;
  color: rgba(7, 73, 123, 0.6) !important;
  background: none !important;
}
.breadcrumbs a:hover {
  color: #75b524;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.4em;
  opacity: 0.3;
}

.in-this-section__label {
  font-weight: 400;
}
.in-this-section__content a {
  display: block;
  padding: 5px 0;
}
.in-this-section__content ul {
  list-style: none;
  margin: 0;
}
.in-this-section__content li ul {
  display: none;
}
.in-this-section__content ul ul a {
  padding-left: 20px;
  font-size: 14px;
  color: #5a6067;
}
.in-this-section__content ul ul ul a {
  padding-left: 40px;
}
.in-this-section__content ul ul ul ul a {
  padding-left: 60px;
}
.in-this-section__content ul ul ul ul ul a {
  padding-left: 80px;
}
.in-this-section__content .is-current > a {
  color: #75b524;
  font-weight: 600;
}
.in-this-section__content .is-current > ul {
  display: block;
}
.in-this-section__content > ul > .is-current > ul {
  border-top: 2px solid #e3e6e8;
}


@media (min-width: 750px) {
  .interior-banner {
    margin: -40px 0 40px;
  }
}


@media (max-width: 959px) {
  .career-center .landing-header__title-block h4 {
    display: none;
  }
  .in-this-section__label {
    color: rgba(90, 96, 103, 0.7);
    cursor: pointer;
    margin-bottom: 0;
    transition: margin 0.2s ease;
  }
  .in-this-section__label .arrow {
    background-image: url("../images/arrow-black.png");
    opacity: 0.3;
    margin-left: 0.4em;
    transition: all 0.15s ease-out;
  }
  .in-this-section__label.is-active {
    margin-bottom: 20px;
  }
  .in-this-section__label.is-active .arrow {
    background-image: url("../images/arrow-blue.png");
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js .in-this-section__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  .js .in-this-section__content.is-active {
    max-height: 80em;
    visibility: visible;
    opacity: 1;
  }
}


@media (min-width: 960px) {
  .page-layout__main {
    width: 66.6% !important;
    float: left !important;
    padding-right: 20px !important;
    margin-bottom: 0;
  }
  .page-layout__aside, .page-layout__top-aside {
    width: 33.3% !important;
    float: right !important;
    clear: right !important;
    padding-left: 20px !important;
  }
  .page-layout--reverse .page-layout__title, .page-layout--reverse .page-layout__breadcrumbs {
    padding-left: 35% !important;
    padding-left: calc(33.3% + 20px) !important;
  }
  .page-layout--reverse .page-layout__main {
    float: right !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
  .page-layout--reverse .page-layout__aside, .page-layout--reverse .page-layout__top-aside {
    padding-left: 0 !important;
    float: left !important;
    clear: left !important;
    padding-right: 20px !important;
  }

  .landing-header__title-block {
    width: 33.3% !important;
    width: calc(33.3% - 20px) !important;
    min-height: 120px;
    padding: 20px;
    margin-bottom: 40px;
    float: left;
    background: #127abe;
    color: #fff;
  }
  .career-center .landing-header__title-block {
    background: #07497b;
  }
  .career-center .landing-header__title-block img {
    display: block;
    margin: 0 auto;
  }
  .landing-header__title, .landing-header__title-block h1 {
    font-size: 36px;
  }
  .landing-header__description, .landing-header__title-block p {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
  }
  .landing-header__tagline {
    overflow: hidden !important;
    margin-top: 0;
    padding-left: 40px;
  }
  .interior-banner ~ .landing-header .landing-header__title-block, .interior-banner ~ .page-bounds > .landing-header .landing-header__title-block {
    margin-top: -100px;
  }

  .in-this-section__label .arrow {
    display: none;
  }
}

/* For Solr debug */
.debug-url {
 background-color : #efe;
 border : 2px solid Green;
 padding :.5em;
 margin-bottom :.5em;
}

/* login page touchups */
.login-page-body h1 {
  margin-bottom: 0;
}
.login-page-body .sfContentBlock {
  margin-bottom: 50px;
}
.login-page-body .sfLoginFieldsWrp {
  margin: 0;
  list-style: none;
}
.login-page-body #sfLoginWidgetWrp,
.login-page-body #SendRequestForm,
.login-page-body #EditForm {
  margin-top: -25px;
  margin-bottom: 12.5px;
}
.login-page-body .sfSubmitBtn, .login-page-body .sfLostPassword {
  margin-bottom: 4px;
}
@media (min-width: 960px) {
  .content > .page-bounds > .login-page-body {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sfLostPassword {
    margin-left: 1em;
  }
}


/*! ---------- =search ---------- */

.search-current-tags {
  margin-bottom: 25px;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  padding: 6.25px 25px;
  margin: 0 12.5px 6.25px 0;
  border-radius: 2px;
  font-size: 16px;
  color: #444;
  background: #d8d8d8;
}
.tag .icon-x {
  margin-left: 0.5em;
}
.icon-x {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: transparent url("../images/icon-x.png") no-repeat 50% 50%;
  background-size: 13px 13px;
}

.search__refine .item-list {
  margin-bottom: 40px;
}
.facet-count {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}


/*! ---------- =pagination ------------ */

.pagination, .sf_pagerNumeric {
  margin: 12.5px 0 25px;
  font-size: 16px;
}
.pagination a, .pagination span, .sf_pagerNumeric a {
  display: inline-block;
  padding: 3.125px;
  text-align: center;
}
.pagination__overview, .pagination > p:first-child {
  display: inline-block;
  padding: 0 !important;
  margin: 0 25px 0 0 !important;
  font-style: italic;
  opacity: 0.8;
}
.pagination__page, .sf_pagerNumeric a {
  font-weight: 700;
  color: #444;
}
.pagination__current, .sf_PagerCurrent, .pagination__page.current {
  min-width: 31.25px;
  background: #127abe;
  color: #fff !important;
}
.pagination__fold, .pagination > span:not([class]) {
  opacity: 0.4;
}


@media (max-width: 479px) {
  .pagination {
    text-align: center;
  }
  .pagination > p:first-child {
    margin-bottom: 10px !important;
    display: block !important;
  }
}


/*! ---------- =chapter =map ---------- */

.chapter-map-skip {
  color: $bg;
  font-size: 1px;
}

.chapter-list-state {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.chapter-list-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}

.chapter-map, .svg-map, .map-wrapper {
  position: relative;
}
.chapter-map {
  margin-bottom: 40px;
}
.svg-map {
  border: 1px solid #ccc;
  overflow: hidden;
}
.map-wrapper {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding-bottom: 63.31%;
}
.map-wrapper svg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map-state {
  stroke-width: 1px;
  transition: all 0.1s ease-out;
}
.map-state:hover {
  fill: #d0d0d0;
}
.map-state.group-hovered:not(.is-focused) {
  fill: #127abe !important;
  cursor: pointer;
}
.svg-map.is-zoomed .map-state:not(.is-focused) {
  fill: #eee !important;
  stroke-width: 0.5 !important;
  pointer-events: none;
}

.map-point {
  width: 30px;
  height: 45px;
  border: none;
  background: transparent url('/map/images/pin.svg') no-repeat 50% 50%;
  background-image: url('/map/images/pin.svg'), url('/map/images/pin-active.svg');
  background-size: 30px 45px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.map-point.is-active {
  background-image: url('/map/images/pin-active.svg');
}
.map-point::before {
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
  border-radius: 100%;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  z-index: 2;
}
.map-point.is-shown {
  opacity: 1;
  visibility: visible;
}

.map-back {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  text-align: left;
  background: rgba(255,255,255,0.7);
  border: none;
  border-bottom: 1px solid #ddd;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
}
.svg-map.is-zoomed .map-back {
  opacity: 1;
  visibility: visible;
}

.chapter-map-detail {
  padding: 20px;
  background: #fff;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ddd;
  z-index: 10;
}
.chapter-map-detail-drilldown {
  display: block;
  margin-bottom: 10px;
}

.map-debug-tooltip {
  position: fixed;
  z-index: 1001;
  background: #333;
  border: 1px solid #555;
  color: #fff;
  padding: 5px;
  pointer-events: none;
  -webkit-transform: translate(2px, -100%);
      -ms-transform: translate(2px, -100%);
          transform: translate(2px, -100%);
}


@media (max-width: 640px) {
  .chapter-map {
    display: none;
  }
}


@media (min-width: 640px) {
  .js .chapter-list {
    max-height: 1px;
    overflow: hidden;
  }
}


@media (min-width: 960px) {
  .chapter-map {
    padding-left: 30%;
  }
  .chapter-map-detail {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-right-width: 0;
  }
}


/*! ---------- =sitefinity ---------- */

/* grid spacing */
.sf_colsOut {
  margin-bottom: 40px;
}
.sf_colsOut.grid__unit,
.page-layout > .sf_colsOut:first-child,
.sf_colsOut.accordion__label,
.sf_colsOut.accordion__content {
  margin-bottom: 0;
}

/* =coop */
/* fix for uneved 50/50 grids */
.sf_2cols_2_50 .sf_2cols_2in_50 {
  margin-left: 6px;
}
.sf_2cols_1_50 .sf_2cols_1in_50 {
  margin-right: 6px;
}

/* make header less annoying in edit mode */
.sfPageEditor .page-header {
  /*max-height: 120px !important;*/
  overflow: hidden !important; 
}

/* sane block spacing */
.sfContentBlock, .content-box-wrap {
  margin-bottom: 40px;
}
.sfimageWrp {
  margin-bottom: 20px;
}
.sfContentBlock:last-child, .sfimageWrp:last-child, .content-box-wrap:last-child {
  margin-bottom: 0;
}

/* 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__pane {
  display: block !important;
}
.sfPageEditor .tabs--4 .tabs__tab,
.sfPageEditor .tabs--5 .tabs__tab,
.sfPageEditor .tabs--6 .tabs__tab,
.sfPageEditor .tabs--7 .tabs__tab {
  width: 100% !important;
}

/* remove calendar cruft */
.sfcalendarSidebar {
  display: none !important;
}

/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid #0f0;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.related-content {
  margin-top: 40px;
}



/* Multiview Ads */


#mvleaderboard img {
  max-width:100% !important; 
  height: auto !important;
}

#mvleaderboard {
 padding-top: 20px;
 padding-bottom: 20px;
 background: #3979b9;
 height: 130px;
					 }

@media (max-width: 480px) {

#mvleaderboard {
 padding-top: 20px;
 padding-bottom: 0;	
height: auto;
}
	
	
}

