@charset "UTF-8";
@font-face {
  font-family: "Myriad Regular";
  src: url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
  src: url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"), url("../fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1.woff2") format("woff2"), url("../fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"), url("../fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad SmBd";
  src: url("../fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix");
  src: url("../fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix") format("eot"), url("../fonts/0b6110f9-6072-46b9-98af-7d09f7c895b8.woff2") format("woff2"), url("../fonts/c22866d7-ca67-4170-a113-cae280eea669.woff") format("woff"), url("../fonts/19ce9ea9-076e-4dcd-91a1-454f4830f120.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Bd";
  src: url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
  src: url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"), url("../fonts/eba438b3-9ab9-48ba-b1c5-610f83b38303.woff2") format("woff2"), url("../fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"), url("../fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype");
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1440px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
header {
  width: 100%;
  height: 120px;
  background-color: #144168;
  z-index: 500;
  color: #fff;
}
header > .row {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 120px;
}
header .login {
  text-align: right;
}
header .row .col-lg-4, header .row .col-md-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#logo {
  display: block;
  width: 400px;
  height: 70px;
  padding-top: 5px;
}

@media screen and (min-width: 1025px) and (max-width: 1050px) {
  #logo {
    width: 320px;
    height: 56px;
  }
  #logo img {
    width: 320px;
    height: 56px;
  }

  nav#mainnav {
    padding: 0 !important;
    width: auto;
    max-width: initial;
    min-width: 520px;
  }

  header .login {
    width: auto !important;
    display: inline-block;
    flex-basis: unset;
    max-width: initial;
    padding-right: 0;
    padding-left: 100px;
    float: right;
  }

  header .logorow {
    width: 320px !important;
    display: inline-block;
    flex-basis: content;
    max-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  #logo {
    width: 200px;
    height: 36px;
  }
  #logo img {
    width: 200px;
    height: 36px;
  }

  header {
    height: 142px;
  }
  header > .row {
    height: 88px;
  }
  header .login {
    height: 0;
    padding: 0;
  }
  header #logo {
    display: inline-block;
  }
  header #mobileloginbutton {
    float: right;
    display: inline-block;
  }
  header .logorow {
    height: 88px;
    position: fixed;
    z-index: 1000;
    background-color: #144168;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .row.mobilesearch {
    background-color: #fff;
    height: 56px;
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
    -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
    box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  }
}
nav#mainnav {
  height: 60px;
  line-height: 60px;
  z-index: 100;
  font-size: 18px;
  padding: 0 36px;
}
nav#mainnav ul {
  margin: 0;
  padding: 0;
}
nav#mainnav a {
  text-decoration: none;
  display: block;
}
nav#mainnav ul#navmenu > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  margin-top: 50px;
  line-height: 18px;
  font-family: "Myriad Regular", sans-serif;
  font-weight: 900;
  text-align: center;
}
nav#mainnav ul#navmenu > li.active {
  border-bottom: 5px solid #B3C887;
}
nav#mainnav ul#navmenu > li:hover > a {
  color: #ffffff;
  font-weight: 600;
}
nav#mainnav ul#navmenu > li > a {
  color: #fdfefe;
  text-transform: uppercase;
  font-weight: 400;
}
nav#mainnav li.parent > a {
  padding-bottom: 37px;
}
nav#mainnav .dropdown-menu {
  position: absolute;
  vertical-align: top;
  display: none;
  width: auto;
  background-color: white;
  padding-left: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #B3C887;
  margin-top: 0;
}
nav#mainnav .dropdown-menu li {
  display: block;
  border-bottom: 1px solid #CCCDCF;
  min-height: 60px;
  line-height: 60px;
}
nav#mainnav .dropdown-menu li a {
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Myriad Regular";
}
nav#mainnav .dropdown-menu li a:hover {
  background-image: none;
  background-color: #eaeaea;
  color: #006699;
}

.hamburger {
  display: none;
}

#searchblock {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1000;
}

#searchbtn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../images/icons/search_magnifier_white.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}
#searchbtn.open {
  background: url("../images/icons/times-circle-solid.svg");
}

#top-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

header input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

header #top-search input[type=search] {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 45px;
  text-align: right;
  color: #144168;
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

header #top-search input[type=search]:focus::-moz-placeholder {
  color: #898989;
  font-style: italic;
}

header #top-search input[type=search]:focus::-webkit-input-placeholder {
  color: #898989;
  font-style: italic;
}

#top-search input[type=search].active {
  width: 130px;
  background-position: 90% center;
  padding-right: 50px;
  color: #000;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #abadaf;
  border-radius: 10px;
  opacity: 1;
  pointer-events: auto;
}

#top-search input:-moz-placeholder {
  color: #144168;
  font-style: italic;
}

#top-search input::-webkit-input-placeholder {
  color: #144168;
  font-style: italic;
}

#loginblock {
  position: absolute;
  top: 76px;
  right: 0;
}

#loginbutton {
  padding: 8px 20px 19px 20px;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#loginbutton svg {
  width: 23px;
  height: 28px;
  vertical-align: middle;
}
#loginbutton span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  color: #c8d5f2;
  font-size: 18px;
}
.active #loginbutton {
  background-color: #fff;
  color: #144168;
}
.active #loginbutton svg .lockicon {
  fill: #144168;
}
.active #loginbutton span {
  color: #144168;
}

#login-form {
  position: absolute;
  z-index: 9999;
  width: 280px;
  top: 44px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  display: none;
}
.active #login-form {
  display: block;
}
#login-form form {
  margin: 0;
}
#login-form input[type=text], #login-form input[type=password] {
  max-width: 43%;
  display: inline-block;
  background-color: #eaeaea;
  border-radius: 5px;
  color: #333;
  padding: 2px 5px;
}
#login-form input[type=text] {
  margin-right: 15px;
}
#login-form p#err-msg {
  margin: 0;
}
#login-form #forgot-something {
  display: block;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#login-form input[type=submit].hdrLogin {
  background-color: #144168;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: "Myriad Bd", sans-serif;
  font-size: 24px;
  padding: 5px 10px;
  margin: 0;
}

.loggedin #loginbutton {
  text-transform: uppercase;
}
.loggedin #loginbutton span {
  color: #fbd07f;
}

.active.loggedin #loginbutton span {
  color: #144168;
}

#loggedinlinks {
  position: absolute;
  z-index: 9999;
  width: 280px;
  top: 44px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  display: none;
}
.active #loggedinlinks {
  display: block;
}
#loggedinlinks a {
  display: inline-block;
  font-size: 15px;
  padding-right: 12px;
}
#loggedinlinks a:last-of-type {
  padding: 0;
}

/***************** responsiveness / media queries ***************************************/
@media screen and (min-width: 1025px) {
  nav#mainnav .dropdown-menu li.mobileonly {
    display: none;
  }
}
/** small desktops **/
@media screen and (max-width: 1439px) {
  nav#mainnav {
    padding-right: 0;
  }

  nav#mainnav ul#navmenu > li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  nav#mainnav {
    font-size: 15px;
  }

  nav#mainnav ul#navmenu > li {
    padding-right: 0px;
  }
}
/** tablets and down **/
@media screen and (max-width: 1024px) {
  .navigationrow {
    position: fixed;
    top: 142px;
    left: 0;
    overflow-y: scroll;
    z-index: 999;
    width: 80%;
    height: 80%;
    min-height: 60%;
    max-height: 90%;
    display: none;
    border-top: 4px solid #B3C887;
    background-color: #fff;
  }

  nav#mainnav {
    background-color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    transform: translateX(-100%);
    transition: 0.5s;
    padding: 0;
    text-align: left;
  }
  nav#mainnav.active {
    transform: translateX(0);
    transition: 0.5s;
  }
  nav#mainnav ul#navmenu {
    height: 100vh;
    z-index: 1;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  nav#mainnav ul#navmenu > li {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
  }
  nav#mainnav ul#navmenu > li.active {
    border: none;
  }
  nav#mainnav ul#navmenu > li .hassubmenu:before {
    content: " ";
    background-image: url("../images/icons/downarrow.svg");
    width: 15px;
    height: 10px;
    background-size: 15px 10px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: rotate(-90deg);
    font-family: "Myriad Regular", sans-serif;
  }
  nav#mainnav ul#navmenu > li.open .hassubmenu:before {
    transform: none;
  }
  nav#mainnav ul#navmenu .dropdown-menu li {
    line-height: 50px;
    min-height: 50px;
  }
  nav#mainnav ul#navmenu > li:hover > a {
    color: #144168;
    font-weight: 600;
  }
  nav#mainnav ul#navmenu > li a {
    background-color: #fff;
    color: #006699;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 0;
    text-decoration: none;
    transition: 0.5s;
    text-transform: none;
  }
  nav#mainnav ul#navmenu li.parent > a {
    font-family: "Myriad Bd", sans-serif;
    border-bottom: 1px solid #CCCDCF;
  }
  nav#mainnav .dropdown-menu {
    position: relative;
    border: none;
    overflow-y: scroll;
  }
  nav#mainnav .menubuffer {
    height: 80px;
    display: block;
  }

  .hamburger {
    position: fixed;
    display: inline-block;
    top: 100px;
    left: 20px;
    height: 25px;
    width: 35px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }

  .hamburger span {
    position: absolute;
    height: 3px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }

  .hamburger span:before {
    content: "";
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
  }

  .hamburger span:after {
    content: "";
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
  }

  .hamburger.active span {
    background-color: transparent;
  }

  .hamburger.active span:before {
    transform: rotate(45deg);
    top: 0;
  }

  .hamburger.active span:after {
    transform: rotate(-45deg);
    top: 0;
  }

  #mobilesearchblock {
    display: inline-block;
    float: right;
    width: 220px;
    padding: 6px 20px 10px 0;
  }
  #mobilesearchblock #mobsearchbtn {
    width: 40px;
    height: 40px;
    background: url("../images/icons/search_magnifier.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    float: right;
    line-height: 40px;
    padding-top: 7px;
    text-align: center;
  }
  #mobilesearchblock #mobsearchbtn svg {
    display: none;
    width: 24px;
    height: 24px;
  }
  #mobilesearchblock #mobsearchbtn:active, #mobilesearchblock #mobsearchbtn.active {
    background: #144168 url("../images/icons/times-circle-solid.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mobilesearchblock #mobsearchbtn:active .mobsearchsvg, #mobilesearchblock #mobsearchbtn.active .mobsearchsvg {
    fill: #fff;
  }
  #mobilesearchblock form {
    width: 155px;
    float: left;
  }
  #mobilesearchblock input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 75px;
    height: 36px;
    text-align: right;
    color: #144168;
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  #mobilesearchblock input[type=search].active {
    -webkit-appearance: none;
    width: 128px;
    padding: 0 30px 0 10px;
    color: #000;
    cursor: auto;
    background-color: transparent;
    border: 2px solid #144168;
    border-right: 0;
    border-radius: 0 !important;
    opacity: 1;
    pointer-events: auto;
  }

  #loginblock.active {
    width: 100vw;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50vh;
    min-height: 530px;
    background-color: #fff;
  }

  #loginblock.active #login-form {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }

  .mobileloginheader {
    margin-bottom: 40px;
  }
  .mobileloginheader svg {
    width: 40px;
    height: 45px;
  }
  .mobileloginheader svg, .mobileloginheader h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .mobileloginheader h3 {
    margin: 0 0 0 10px;
    color: #144168;
    font-size: 30px;
    font-family: "Myriad Regular", sans-serif;
  }

  #login-form br {
    display: none;
  }

  #login-form input[type=text], #login-form input[type=password] {
    max-width: 98%;
    width: 98%;
    display: block;
    margin-bottom: 20px;
  }

  #loginblock .closebtn {
    display: block;
    float: right;
    padding: 10px;
    color: #000;
    font-size: 24px;
    font-family: Helvetica, sans-serif;
  }

  #login-form input[type=submit].hdrLogin {
    border-radius: 50px;
    margin-top: 25px;
    height: 55px;
  }

  #login-form #forgot-something {
    margin: 0;
    font-size: 18px;
  }

  #mobileloginbutton {
    background-color: #dfe8f0;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #144168;
    width: 77px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
    margin-top: 10px;
  }
  #mobileloginbutton svg {
    width: 18px;
    display: inline-block;
    vertical-align: top;
  }

  #mobileloggedinblock {
    float: right;
    text-transform: uppercase;
    text-align: right;
    z-index: 9999;
  }
  #mobileloggedinblock span {
    color: #fbd07f;
  }
  #mobileloggedinblock svg {
    width: 20px;
    text-align: right;
    fill: #fff;
    margin: 10px 0 10px 0;
  }
  #mobileloggedinblock #mobileloggedin {
    display: block;
    font-size: 16px;
  }
  #mobileloggedinblock #mobileloggedinlinks {
    z-index: 9999;
    background: #fff;
    display: none;
    text-transform: none;
    border: 1px solid #144168;
    position: absolute;
    top: 87px;
    right: 0;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
    -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
    box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  }
  #mobileloggedinblock #mobileloggedinlinks a {
    display: block;
    margin: 10px 20px;
    padding-left: 20px;
    font-size: 18px;
  }
}
#bcbar {
  background-color: #eaeaea;
}

.bcbarbtns {
  text-align: right;
  position: relative;
}
.bcbarbtns #cusipWidget {
  display: none;
  width: 275px;
  position: absolute;
  top: 58px;
  right: 182px;
  padding: 10px;
  text-align: left;
  z-index: 1500;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}
.bcbarbtns #cusipWidget .cusipInst {
  font-size: 14px;
}
.bcbarbtns #cusipWidget input {
  margin-right: 10px;
}
.bcbarbtns #cusipWidget.active {
  display: block;
}
.bcbarbtns #cusipWidget form {
  margin-bottom: 0;
}

.bcbarbtns a, .bcbarbtns #findcusip {
  display: inline-block;
  border-radius: 25px;
  background-color: #b9c6d2;
  color: #fff;
  padding: 5px 30px;
  font-family: "Myriad Bd", sans-serif;
  background-color: #738b35;
}
.bcbarbtns a:hover, .bcbarbtns #findcusip:hover {
  cursor: pointer;
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 7px 0 rgba(55, 55, 55, 0.45);
}

.bcbarbtns #findcusip {
  background-color: #d0773a;
  margin-right: 30px;
}

.breadcrumbs {
  text-transform: uppercase;
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  padding-top: 5px;
}
.breadcrumbs a {
  margin-right: 30px;
}
.breadcrumbs a:after {
  content: ">>";
  padding-left: 30px;
  color: #333;
  display: inline-block;
}

.secondaryheader {
  background-size: auto 160px;
  background-repeat: no-repeat;
  height: 160px;
  background-position: center center;
  background-color: #333;
}
.secondaryheader.tractorbg {
  background-image: url("../images/SpringPlanting_wheatfield_2000x160.jpg");
}
.secondaryheader.veegiesbg {
  background-image: url("../images/veggies_2000x160.jpg");
}
.secondaryheader.aboutus {
  background-image: url("../images/red_barn_2000x160.jpg");
}
.secondaryheader.debtsecurities {
  background-image: url("../images/vineyard_2000x160.jpg");
}
.secondaryheader.datacenter {
  background-image: url("../images/oranges_2000x160.jpg");
}
.secondaryheader.howtopurchase {
  background-image: url("../images/tractor_2000x160.jpg");
}
.secondaryheader.security {
  background-image: url("../images/security_2000X160.jpg");
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumbs a {
    padding-right: 10px;
    margin-right: 10px;
  }
  .breadcrumbs a:after {
    padding-left: 10px;
  }

  .bcbarbtns {
    padding: 0;
    color: #fff;
  }
  .bcbarbtns .mobilecusip {
    background-color: #d0773a;
    padding: 5px 30px;
    font-family: "Myriad Bd", sans-serif;
  }
  .bcbarbtns .mobilecusip:hover {
    cursor: pointer;
    box-shadow: none;
    text-decoration: underline;
  }
  .bcbarbtns .mobilebrowsesecurities {
    background-color: #738b35;
  }
  .bcbarbtns .mobilebrowsesecurities a:hover {
    cursor: pointer;
    box-shadow: none;
    text-decoration: underline;
  }

  .bcbarbtns #cusipWidget {
    right: 0;
    top: 39px;
  }

  #cusipWidget, #cusipWidget form {
    color: #333 !important;
  }

  .bcbarbtns #cusipWidget input {
    border: 1px solid #333;
  }
}
#content .sidebar {
  padding-right: 0 !important;
  padding-top: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
#content .sidebar .sbheader {
  background-color: #144168;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 50px;
}
#content .sidebar .sbheader h2, #content .sidebar .sbheader h3, #content .sidebar .sbheader h4, #content .sidebar .sbheader h5 {
  font-size: 32px;
  padding: 0;
  margin: 0;
  line-height: 38px;
}
#content .sidebar .sbbody {
  background-color: #eaeaea;
  padding: 50px;
  color: #000;
  font-family: "Myriad SmBd", sans-serif;
}
#content .sidebar .sbbody h4 {
  margin: 0;
  line-height: 30px;
  font-size: 24px;
  font-family: "Myriad SmBd", sans-serif;
}
#content .sidebar .sbbody p {
  margin-top: 0;
  line-height: 30px;
  font-size: 17px;
  font-family: "Myriad SmBd", sans-serif;
}
#content .sidebar .box-row {
  flex-grow: 1;
  height: 100%;
  background-color: #eaeaea;
}
#content .sidebar .mediacontact {
  font-size: 22px;
  padding: 30px;
  background-color: #738b35;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
#content .sidebar .mediacontact p, #content .sidebar .mediacontact a {
  color: #fff;
}
#content .sidebar .mediacontact p {
  margin-bottom: 10px;
  margin-top: 10px;
}
#content .sidebar .mediacontact h3 {
  font-size: 30px;
}
#content .sidebar .subscribewidget {
  font-size: 22px;
  padding: 30px;
  background-color: #144168;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
#content .sidebar .subscribewidget p, #content .sidebar .subscribewidget a {
  color: #fff;
}
#content .sidebar .subscribewidget h3 {
  font-size: 30px;
}
#content .sidebar .subscribewidget .indivgroup {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 10px 40px;
  border: 0;
}

@media screen and (max-width: 1024px) {
  #content .sidebar {
    margin: 0;
    padding: 0;
    display: block;
  }

  #content .sidebar .box-row {
    height: auto;
  }
}
html {
  -webkit-text-size-adjust: none;
}

body, p {
  font-family: "Myriad Regular", sans-serif;
  color: #777;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

#content .smalltext, #content p.smalltext {
  font-size: 10px;
}

#content .caveat, #content p.caveat {
  font-size: 16px;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  font-family: "Myriad Regular", sans-serif;
  font-weight: 400;
}

span.pdflink, span.xlslink {
  padding-left: 3px;
  line-height: inherit;
}

#content {
  font-size: 17px;
  line-height: 36px;
}
#content p {
  font-size: 17px;
  line-height: 30px;
}
#content a {
  color: #006699;
  font-family: "Myriad SmBd", sans-serif;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
  margin-top: 0;
}
#content h1 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #333;
}
#content h2 {
  font-family: "Myriad Regular", sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333;
}
#content h3 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 5px;
}
#content h4 {
  text-transform: uppercase;
  font-family: "Myriad Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
#content h5 {
  text-transform: uppercase;
  font-family: "Myriad Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
#content .fineprint {
  font-size: 15px;
  line-height: 18px;
}
#content .prRow h3 {
  text-transform: none;
  font-family: "Myriad SmBd", sans-serif;
  line-height: 32px;
}
#content .prRow a:hover {
  text-decoration-color: #B3C887;
}
#content .date {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  font-family: "Myriad SmBd", sans-serif;
}
#content .refnote {
  font-family: "Myriad SmBd", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
#content .footnote {
  font-family: "Myriad SmBd", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
#content #FCA-asterisk {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px !important;
  color: #555;
  line-height: 22px !important;
}

.styled_select {
  background-color: #fff;
  height: 20px;
  width: 80px;
  position: relative;
}
.styled_select:after {
  content: ">";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #333;
}

.btn, a.btn, #content a.btn {
  width: 200px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 55px;
  line-height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  font-family: "Myriad Regular", sans-serif;
  border-radius: 50px;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn.small, a.btn.small, #content a.btn.small {
  width: 150px;
  font-size: 16px !important;
  height: 40px;
  line-height: 30px;
}

.btn:hover, a.btn:hover, #content a.btn:hover {
  background-position: 100% 0;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(55, 55, 55, 0.45);
}

.btn:focus, a.btn:focus, #content a.btn:focus {
  border: 1px dotted thin #dee8f1;
}

.btn.silver, a.btn.silver, #content a.btn.silver {
  background: #c8c8c8;
  background: -moz-linear-gradient(top, #c8c8c8 0%, #fff 46%, #fff 54%, #c8c8c8 100%);
  background: -webkit-linear-gradient(top, #c8c8c8 0%, #fff 46%, #fff 54%, #c8c8c8 100%);
  background: linear-gradient(to bottom, #c8c8c8 0%, #fff 46%, #fff 54%, #c8c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8c8c8", endColorstr="#c8c8c8",GradientType=0 );
  color: #069;
  border: 1px solid #eaeaea;
  width: 44px;
  height: 36px;
  font-size: 36px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 0 12px 0;
  font-family: "Oswald", sans-serif;
}
.btn.silver:hover, a.btn.silver:hover, #content a.btn.silver:hover {
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(55, 55, 55, 0.45);
  color: #144168;
}

.btn.blue, a.btn.blue, #content a.btn.blue {
  background-image: linear-gradient(to bottom, #006699, #006699);
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #fff !important;
}
.btn.blue:hover, a.btn.blue:hover, #content a.btn.blue:hover {
  background-image: linear-gradient(to bottom, #006699, #144168);
  color: #fff;
}
.btn.blue:active, .btn.blue:focus, a.btn.blue:active, a.btn.blue:focus, #content a.btn.blue:active, #content a.btn.blue:focus {
  color: #fff;
}

.btn.grey, a.btn.grey, #content a.btn.grey {
  background-image: none;
  background-color: #e5e6e7;
  border: 1px solid #e5e6e7;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #006699 !important;
}
.btn.grey:hover, a.btn.grey:hover, #content a.btn.grey:hover {
  background-image: linear-gradient(to bottom, #006699, #144168);
  color: #fff !important;
}
.btn.grey:active, .btn.grey:focus, a.btn.grey:active, a.btn.grey:focus, #content a.btn.grey:active, #content a.btn.grey:focus {
  color: #fff !important;
}

.btn.white, a.btn.white, #content a.btn.white {
  background: #fff;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #006699 !important;
}
.btn.white:hover, a.btn.white:hover, #content a.btn.white:hover {
  background-image: linear-gradient(to bottom, #fff, #eaeaea);
  color: #144168 !important;
}
.btn.white:active, .btn.white:focus, a.btn.white:active, a.btn.white:focus, #content a.btn.white:active, #content a.btn.white:focus {
  color: #144168 !important;
}

.btn.autowidth, a.btn.autowidth, #content a.btn.autowidth {
  width: auto;
  display: inline-block;
}
.callFactorsPage .btn.autowidth.blue, .callFactorsPage a.btn.autowidth.blue, .callFactorsPage #content a.btn.autowidth.blue {
  margin-top: 20px;
  font-size: 18px !important;
  height: 34px !important;
  line-height: 24px !important;
}

form .checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  font-size: 20px;
}
form .error {
  color: red;
}
form .checkbox > input {
  height: 35px;
  width: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  transition-duration: 0.3s;
  background-color: #cfd3d4;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 15px 25px 0;
}
form .checkbox > input:checked {
  background-color: #006699;
}
form .checkbox > input:checked + span::before {
  content: "✓";
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 1px;
  font-size: 28px;
}
form .checkbox > input:active {
  border: 2px solid #34495E;
}

.datepickercal {
  vertical-align: bottom;
}
.datepickercal input.datepicker {
  border-top: none;
  border-left: none;
  border-right: none;
  vertical-align: bottom;
  display: inline-block;
}
.datepickercal img.ui-datepicker-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #006699;
  padding: 5px 10px;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  font-size: 14px;
  padding: 2px;
  font-weight: bold;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  vertical-align: middle;
  margin: 2px 10px 2px 2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  vertical-align: middle;
  margin: 2px 2px 2px 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  clear: both;
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 2px 5px;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 3px;
}

/*** .dataTable has the basic starting styles for most data tables on the site.
     Other classes modify it to give it more specific styles.
***/
.dataTable {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #e7eaef;
  border-radius: 5px;
}
.dataTable thead th {
  height: 64px;
  border: 2px solid #e7eaef;
  padding: 10px 20px 10px 10px;
}
.dataTable thead th.headerSortDown, .dataTable thead th.headerSortUp, .dataTable thead th .headerSortDown, .dataTable thead th .headerSortUp {
  background-color: #fbd07f;
}
.dataTable thead th.multicol {
  padding-right: 0;
}
.dataTable thead th.multicol .colHead {
  padding-right: 20px;
}
.dataTable thead th.multicol .colHead.headerSortDown {
  background-image: url("../images/tableSorter/desc.gif");
}
.dataTable thead th.multicol .colHead.headerSortUp {
  background-image: url("../images/tableSorter/asc.gif");
}
.dataTable thead th .colHead {
  background-image: url("../images/tableSorter/bg.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.dataTable thead th .colHead:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dataTable thead th.colHead {
  background-image: url("../images/tableSorter/bg.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.dataTable thead th.colHead:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dataTable thead th.colHead.headerSortDown {
  background-image: url("../images/tableSorter/desc.gif");
}
.dataTable thead th.colHead.headerSortUp {
  background-image: url("../images/tableSorter/asc.gif");
}
.dataTable thead th > span.block {
  display: block;
}
.dataTable thead th.frcol, .dataTable thead th.flrcol, .dataTable thead tr.header2 th {
  height: 32px;
  text-align: center;
}
.dataTable tr {
  height: 30px;
}
.dataTable th {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  color: #555;
  text-align: left;
  font-family: "Myriad SmBd", sans-serif;
}
.dataTable td {
  text-align: right;
  color: #555;
  font-size: 15px;
  line-height: 22px;
  font-family: "Myriad Regular", sans-serif;
  height: 30px;
}
.dataTable tr > td:last-of-type, .dataTable tr > th:last-of-type {
  padding-right: 30px;
  border-right-color: #e7eae7;
}
.dataTable tbody tr:last-of-type {
  border-bottom: 3px solid #e7eae7;
}
.dataTable tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #fff;
}
.dataTable tbody tr:nth-of-type(odd) {
  background-color: #e7eaef;
  border-right-color: #fff;
  border-left-color: #e7eaef;
}
.dataTable tbody tr:hover {
  background-color: #cdd8e3;
}
.dataTable.activitySummary tr > td:first-of-type, .dataTable.totalOutstanding tr > td:first-of-type, .dataTable.allActivity tr > td:first-of-type {
  text-align: left;
  padding-left: 30px;
  border-right-color: #e7eae7;
  border-left-color: #e7eae7;
  font-weight: bold;
}
.dataTable.activitySummary tr.eq-width th, .dataTable.activitySummary tr th.eq-width, .dataTable.totalOutstanding tr.eq-width th, .dataTable.totalOutstanding tr th.eq-width, .dataTable.allActivity tr.eq-width th, .dataTable.allActivity tr th.eq-width {
  padding: 10px;
  width: 7%;
}

.dataTable.financialHighlights th {
  text-align: center;
}

.dataTable.fundingCostIndex th, .dataTable.fundingCostIndex tr {
  text-align: center;
}
.dataTable.fundingCostIndex th, .dataTable.fundingCostIndex th:first-of-type {
  color: #333;
  background-color: #e7eaef;
  font-size: 28px;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
}
.dataTable.fundingCostIndex td, .dataTable.fundingCostIndex td:first-of-type {
  font-size: 17px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-right-color: #fff;
}
.dataTable.fundingCostIndex tbody tr:nth-of-type(even) {
  background-color: #e7eaef;
  border-right-color: #fff;
  border-left-color: #e7eaef;
}
.dataTable.fundingCostIndex tbody tr:nth-of-type(even):hover {
  background-color: #e7eaef;
}
.dataTable.fundingCostIndex tbody tr:nth-of-type(odd) {
  background-color: #fff;
  border-right-color: #e7eaef;
  border-left-color: #e7eaef;
}
.dataTable.fundingCostIndex tbody tr:nth-of-type(odd):hover {
  background-color: #fff;
}
.dataTable.fundingCostIndex tbody tr:hover td {
  font-weight: normal;
}
.dataTable.fundingCostIndex tbody tr td:hover {
  font-weight: bold;
  background-color: #cdd8e3;
}

.dataTable#outstandingResultsTable tr td:first-of-type, .dataTable#activityResultsTable tr td:first-of-type {
  border-left: 2px solid #e7eaef !important;
}

.dataTable#dealerGroupTable {
  border-collapse: collapse;
}
.dataTable#dealerGroupTable td, .dataTable#dealerGroupTable th {
  text-align: center;
}
.dataTable#dealerGroupTable tr td:first-of-type {
  text-align: left;
  border-left: 2px solid #e7eaef !important;
  border-right-color: #e7eaef;
}
.dataTable#dealerGroupTable .dgBox:before {
  background-color: #006699;
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: bottom;
  margin: 3px;
}

.dealerGroupInfo {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.dealerGroupInfo span {
  display: inline-block;
  min-width: 210px;
  font-size: 18px;
  line-height: 36px;
}
.dealerGroupInfo .checkmark-one:before, .dealerGroupInfo .checkmark-two:before, .dealerGroupInfo .checkmark-three:before {
  vertical-align: middle;
  margin-right: 10px;
}
.dealerGroupInfo li {
  list-style: none;
  margin-bottom: 0 !important;
}

.dataTable.financialHighlights tr th:first-of-type, .dataTable.financialHighlights tr td:first-of-type {
  text-align: left;
  border-left: none;
  border-top-color: #e7eaef;
  border-bottom-color: #e7eaef;
  font-weight: bold;
}
.dataTable.financialHighlights th {
  border-top: none;
  border-right: 2px solid #e7eaef;
}
.dataTable.financialHighlights tr td:last-of-type, .dataTable.financialHighlights tr th:last-of-type {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.dataTable.financialHighlights th, .dataTable.financialHighlights td {
  padding-left: 30px;
  padding-right: 30px;
  height: auto;
  border-top-color: #e7eaef;
  border-bottom-color: #e7eaef;
}
.dataTable.financialHighlights tbody tr:nth-of-type(odd) {
  background-color: #e7eaef;
  border-right-color: #fff;
  border-left-color: #e7eaef;
  border-top-color: #e7eaef;
  border-bottom-color: #e7eaef;
}
.dataTable.financialHighlights tbody tr:nth-of-type(even) {
  background-color: #fff;
  border-color: #e7eaef;
  border-top-color: #e7eaef;
  border-bottom-color: #e7eaef;
}
.dataTable.financialHighlights .notable {
  text-transform: uppercase;
  font-weight: bold;
}
.dataTable.financialHighlights tr:hover {
  background-color: #cdd8e3 !important;
}

.dataTable.recentlyIssued {
  border: none;
}
.dataTable.recentlyIssued tr th:first-of-type, .dataTable.recentlyIssued tr td:first-of-type {
  text-align: left;
  padding-left: 30px;
  border-left: none;
}
.dataTable.recentlyIssued tr th:nth-of-type(4), .dataTable.recentlyIssued tr th:nth-of-type(5), .dataTable.recentlyIssued tr td:nth-of-type(4), .dataTable.recentlyIssued tr td:nth-of-type(5) {
  text-align: right;
}
.dataTable.recentlyIssued tr td:last-of-type {
  padding-right: 30px;
  border-right: none;
  text-align: left;
}
.dataTable.recentlyIssued th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dataTable.recentlyIssued td {
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.dataTable.recentlyIssued td:first-of-type {
  font-weight: bold;
}
.dataTable.recentlyIssued td:nth-of-type(2) {
  white-space: nowrap;
}

.dataTable.recentlyCalled {
  border: none;
}
.dataTable.recentlyCalled tr th:first-of-type, .dataTable.recentlyCalled tr td:first-of-type {
  text-align: left;
  padding-left: 30px;
  border-left: none;
}
.dataTable.recentlyCalled tr th:nth-of-type(2), .dataTable.recentlyCalled tr td:nth-of-type(2), .dataTable.recentlyCalled tr th:nth-of-type(4), .dataTable.recentlyCalled tr th:nth-of-type(5), .dataTable.recentlyCalled tr th:nth-of-type(6), .dataTable.recentlyCalled tr td:nth-of-type(4), .dataTable.recentlyCalled tr td:nth-of-type(5), .dataTable.recentlyCalled tr td:nth-of-type(6) {
  text-align: right;
}
.dataTable.recentlyCalled tr th:last-of-type, .dataTable.recentlyCalled tr td:last-of-type {
  padding-right: 30px;
  border-right: none;
}
.dataTable.recentlyCalled th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dataTable.recentlyCalled td {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.dataTable.recentlyCalled td:nth-of-type(2) {
  line-height: 22px;
  white-space: nowrap;
}

.dataTable.recentlyMatured {
  border: none;
}
.dataTable.recentlyMatured tr th:first-of-type, .dataTable.recentlyMatured tr td:first-of-type {
  text-align: left;
  padding-left: 30px;
  border-left: none;
}
.dataTable.recentlyMatured tr th:nth-of-type(4), .dataTable.recentlyMatured tr th:nth-of-type(5), .dataTable.recentlyMatured tr td:nth-of-type(4), .dataTable.recentlyMatured tr td:nth-of-type(5) {
  text-align: right;
}
.dataTable.recentlyMatured tr th:last-of-type, .dataTable.recentlyMatured tr td:last-of-type {
  padding-right: 30px;
  border-right: none;
}
.dataTable.recentlyMatured th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dataTable.recentlyMatured td {
  text-align: center;
  vertical-align: middle;
}
.dataTable.recentlyMatured td:first-of-type {
  font-weight: bold;
}
.dataTable.recentlyMatured td:nth-of-type(2) {
  white-space: nowrap;
}

.dataTable.other {
  border: none;
}
.dataTable.other tr th:first-of-type, .dataTable.other tr td:first-of-type {
  text-align: left;
  padding-left: 30px;
  border-left: none;
}
.dataTable.other tr td:nth-of-type(2) {
  font-weight: bold;
}
.dataTable.other tr th:nth-of-type(5), .dataTable.other tr th:nth-of-type(6), .dataTable.other tr th:nth-of-type(7), .dataTable.other tr td:nth-of-type(5), .dataTable.other tr td:nth-of-type(6), .dataTable.other tr td:nth-of-type(7) {
  text-align: right;
}
.dataTable.other tr th:last-of-type, .dataTable.other tr td:last-of-type {
  padding-right: 30px;
  border-right: none;
}
.dataTable.other th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dataTable.other td {
  text-align: center;
  vertical-align: middle;
}
.dataTable.other td:nth-of-type(3) {
  white-space: nowrap;
}

.dataTable.ipDates, .dataTable.callFactors {
  max-width: 400px;
}
.dataTable.ipDates tr td:first-of-type, .dataTable.callFactors tr td:first-of-type {
  border-left: 2px solid #e7eaef;
}

#rangeInput {
  padding: 20px;
}
#rangeInput .btn.blue {
  font-size: 18px;
  height: 40px;
  line-height: 30px;
}
#rangeInput tr.spacerow {
  background-color: #e9eaeb;
}

.inputfs {
  font-weight: normal;
}

.gridSearch .inputcheck1 {
  margin: 1px 3px 1px 1px;
  padding: 0px;
  vertical-align: middle;
  border: none;
}

.dsTableBlock {
  padding: 25px 0 50px 0;
}

.dataTable#activityResultsTable td:first-of-type {
  white-space: nowrap;
}

.dataTable#cusipResultsTable td:nth-of-type(2), .dataTable#outstandingResultsTable td:nth-of-type(2) {
  white-space: nowrap;
}

.debtSecuritiesTable {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.debtSecuritiesTable tr:nth-child(even) {
  background-color: #fff;
  border-left: 2px solid #dee8f1;
  border-right: 2px solid #dee8f1;
}
.debtSecuritiesTable tr:nth-child(odd) {
  background-color: #dee8f1;
  border-left: 2px solid #dee8f1;
  border-right: 2px solid #dee8f1;
}
.debtSecuritiesTable tr:last-of-type {
  border-bottom: 2px solid #dee8f1;
}
.debtSecuritiesTable.dark tr:nth-child(even) {
  background-color: #006699;
  color: #fff;
}
.debtSecuritiesTable.dark tr:nth-child(odd) {
  background-color: #144168;
  color: #fff;
}
.debtSecuritiesTable th {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 20px;
  vertical-align: text-top;
  letter-spacing: 0.02em;
  width: 20%;
}
.debtSecuritiesTable td {
  font-size: 17px;
  vertical-align: text-top;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-right: 2px solid #dee8f1;
}

/** Press releases and offering circulars are in tables with alternating colored rows. */
.pressReleases select.prCategory, .offeringCirculars select.prCategory {
  width: 100%;
  display: block;
  line-height: 30px;
  padding: 5px 15px;
  max-width: 800px;
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 125.304 125.304' style='enable-background:new 0 0 125.304 125.304;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon style='fill:%237d7d7d;' points='62.652,103.895 0,21.409 125.304,21.409 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.5em auto;
  margin-bottom: 30px;
}
.pressReleases .prRow, .offeringCirculars .prRow {
  padding: 10px;
}
.pressReleases .prRow h3, .pressReleases .prRow .pdflink, .offeringCirculars .prRow h3, .offeringCirculars .prRow .pdflink {
  display: inline;
}
.pressReleases .prRow:nth-child(even), .offeringCirculars .prRow:nth-child(even) {
  background-color: #EAEEF1;
}

#content.pressReleases h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#content.pressReleases .ui-accordion-content {
  padding-left: 0;
}

.pagination {
  border-top: 1px solid #eaeaea;
  padding-top: 35px;
  margin-top: 10px;
  color: #aaa;
}
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 3px;
  background-color: #fff;
  color: #aaa !important;
  line-height: 20px;
  font-size: 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
.pagination a:hover, .pagination a.pgbtn:hover {
  text-decoration: none;
  background-color: #144168;
  color: #fff !important;
  cursor: pointer;
}
.pagination a.active {
  background-color: #144168;
  color: #fff !important;
}
.pagination a.pgbtn {
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
}
.pagination a.pgbtn.prev {
  margin-right: 5px;
}

.pressReleases .hassidebar .prRow {
  max-width: 860px;
}

.offeringCirculars h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .dataTable#cusipResultsTable td:nth-of-type(2), .dataTable#outstandingResultsTable td:nth-of-type(2) {
    white-space: normal;
  }
}
@media screen and (max-width: 1300px) {
  .dataTable.recentlyIssued .pdflink, .dataTable.recentlyCalled .pdflink, .dataTable.recentlyMatured .pdflink, .dataTable.other .pdflink, .dataTable#activityResultsTable .pdflink, .dataTable#cusipResultsTable .pdflink, .dataTable#outstandingResultsTable .pdflink {
    display: block;
    margin-bottom: 5px;
  }
  .dataTable.recentlyIssued tr td:nth-of-type(2), .dataTable.recentlyIssued tr th:nth-of-type(2), .dataTable.recentlyCalled tr td:nth-of-type(2), .dataTable.recentlyCalled tr th:nth-of-type(2), .dataTable.recentlyMatured tr td:nth-of-type(2), .dataTable.recentlyMatured tr th:nth-of-type(2), .dataTable.other tr td:nth-of-type(2), .dataTable.other tr th:nth-of-type(2), .dataTable#activityResultsTable tr td:nth-of-type(2), .dataTable#activityResultsTable tr th:nth-of-type(2), .dataTable#cusipResultsTable tr td:nth-of-type(2), .dataTable#cusipResultsTable tr th:nth-of-type(2), .dataTable#outstandingResultsTable tr td:nth-of-type(2), .dataTable#outstandingResultsTable tr th:nth-of-type(2) {
    white-space: normal;
    line-height: 18px;
    text-align: center;
  }
  .dataTable.recentlyIssued br, .dataTable.recentlyCalled br, .dataTable.recentlyMatured br, .dataTable.other br, .dataTable#activityResultsTable br, .dataTable#cusipResultsTable br, .dataTable#outstandingResultsTable br {
    display: none;
  }

  .dataTable.other .pdflink {
    display: block;
  }
  .dataTable.other td:nth-of-type(3) {
    white-space: normal;
    line-height: 18px;
  }

  .dataTable#activityResultsTable td:first-of-type {
    white-space: normal;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .dataTable.fundingCostIndex td, .dataTable.fundingCostIndex td:first-of-type {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dataTable.fundingCostIndex td a {
    display: block;
  }

  .dataTable.fundingCostIndex th, .dataTable.fundingCostIndex th:first-of-type {
    width: auto;
    font-size: 17px;
    line-height: 24px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dataTable tr > td:last-of-type, .dataTable tr > th:last-of-type {
    padding-right: 5px;
  }

  .debtSecuritiesTable, .debtSecuritiesTable tr {
    max-width: 100%;
    width: 100%;
    display: block;
    border: none !important;
    background: none !important;
  }

  .debtSecuritiesTable th {
    padding: 20px 20px 2px 20px;
  }

  .debtSecuritiesTable td, .debtSecuritiesTable th {
    padding-left: 0;
    padding-right: 6px;
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    background: none;
  }
}
/*** modals ***************************************************************/
.modal {
  z-index: 25000;
}

.modal-dialog.bigger {
  width: 75%;
}
.modal-dialog.bigger .modal-content {
  padding: 40px;
  text-align: center;
}

.modal-dialog .ln-displayLink {
  font-size: 110%;
  color: #006699;
  overflow: hidden;
  word-wrap:break-word;
  #text-overflow: ellipsis;
}
.modal-dialog .modal-buttons {
  text-align: center;
}

.modal-header {
  background-color: #006699;
  color: #fff;
  font-weight: bold;
}

.ui-widget-content {
  background: #fff;
  border: 1px solid #aaa;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0.5;
}
.modal .close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.modal .close:hover {
  opacity: 1;
  cursor: pointer;
}

.modal .print {
  position: absolute;
  right: 40px;
  top: 12px;
  opacity: 0.5;
}
.modal .print svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.modal .print:hover {
  opacity: 1;
  cursor: pointer;
}

.modal-body.centermb {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .modal-body, .modal-body p {
    font-size: 15px;
    line-height: 20px;
  }

  .modal-title {
    font-size: 18px;
    line-height: 22px;
  }

  .modal-dialog .ln-displayLink {
    font-size: 14px;
    font-weight: normal;
  }

  .modal-buttons .btn, .modal-buttons a.btn {
    font-size: 18px;
    line-height: 20px;
    width: auto;
    height: 30px;
  }
}
#chartModal .modal-header {
  border-bottom: none;
}

#content .tabs.ui-widget-content {
  border: none;
  background: initial;
}
#content .tabs .ui-tabs-panel {
  border-width: 1px;
}
#content .tabs ul.tablist {
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  background: initial;
  border: none;
}
#content .tabs ul.tablist li {
  display: inline-block;
  border: 1px solid #d1cece;
  border-bottom: 6px solid #fff;
  text-align: center;
  margin: 0;
  color: #bfbfbf;
  padding: 0;
  background: none;
  float: none;
}
#content .tabs ul.tablist li.ui-tabs-active, #content .tabs ul.tablist li:hover, #content .tabs ul.tablist li a:focus {
  border-bottom: 6px solid #b3c887;
  outline: none;
}
#content .tabs ul.tablist li.ui-tabs-active .tabtitle, #content .tabs ul.tablist li:hover .tabtitle, #content .tabs ul.tablist li a:focus .tabtitle {
  color: #006699;
}
#content .tabs ul.tablist li.ui-tabs-active p, #content .tabs ul.tablist li:hover p, #content .tabs ul.tablist li a:focus p {
  color: #505050;
}
#content .tabs ul.tablist li .tabtitle {
  font-family: "Myriad Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#content .tabs ul.tablist li p {
  font-size: 12px;
  line-height: 14px;
  color: #bfbfbf;
}
#content .tabs ul.tablist li a {
  display: block;
  padding: 20px;
  text-decoration: none !important;
  border: none !important;
  color: #bfbfbf;
}
#content .tabs ul.tablist li a:hover, #content .tabs ul.tablist li a:focus {
  text-decoration: none !important;
  border: none !important;
}
#content .tabs a.btn {
  width: auto;
  margin: 20px;
}

#browseSecuritiesTabs .ui-widget-content {
  padding: 50px 50px 100px 50px;
  border: 0;
  position: relative;
  background: transparent;
}
#browseSecuritiesTabs .ui-widget-content .btn {
  width: auto;
  padding: 8px 30px;
}
#browseSecuritiesTabs .ui-widget-content input[type=submit].blue {
  margin-right: 20px;
}
#browseSecuritiesTabs .ui-widget-content .btngroup {
  display: block;
  margin: 20px auto;
  text-align: center;
}
#browseSecuritiesTabs .ui-widget-content:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
#browseSecuritiesTabs .ui-widget-content .filterIntro {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#browseSecuritiesTabs .ui-widget-content .inquiries {
  background-color: #e5e6e7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 20px;
  text-align: center;
}
#browseSecuritiesTabs .ui-widget-content .filterInquiries {
  background-color: #e5e6e7;
  margin-left: -50px;
  padding: 10px 20px 10px 50px;
  margin-top: 45px;
  max-width: 95%;
  line-height: 28px;
  font-weight: normal;
}
#browseSecuritiesTabs .ui-widget-content form#cusipSearch, #browseSecuritiesTabs .ui-widget-content form#outstandingSearch, #browseSecuritiesTabs .ui-widget-content form#activitySearch {
  text-align: center;
}
#browseSecuritiesTabs .ui-widget-content#CUSIPtab input.inputSearch {
  min-width: 450px;
}
#browseSecuritiesTabs .ui-widget-content#CUSIPtab #cusipStats {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
#browseSecuritiesTabs .ui-widget-content#CUSIPtab .outstandingTableBox {
  flex-basis: 100%;
}
#browseSecuritiesTabs .ui-widget-content#CUSIPtab .filterInquiries {
  margin-bottom: 20px;
  max-width: 50%;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab {
  /*	&.discountgrey {
  		pointer-events: none;
  		background-color: #e2e3e5;
  	}
  	.discountinfo {
  		background-color: #d1d6db;
  		padding: 10px;
  	}
  */
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab #outstanding-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab #outstandingStats {
  flex-basis: 40%;
  font-size: 20px;
  font-weight: bold;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab #outstandingFilter {
  flex-basis: 60%;
  position: relative;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .bondTypes, #browseSecuritiesTabs .ui-widget-content#outstandingtab .NoDiscountNotes {
  width: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .NoDiscountNotes {
  border: 1px solid #d1d6db;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .checkgroup {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding: 5px;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .checkgroup.bondgroup {
  border: 1px solid #e2e3e5;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .outstandingTableBox {
  flex-basis: 100%;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .allbondssub {
  padding: 0;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .allbondssub .checkbox > input:checked + span::before {
  left: 7px;
  top: 1px;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .allbondssub .checkbox > input {
  margin-right: 7px;
}
#browseSecuritiesTabs .ui-widget-content#outstandingtab .allbondssub .checkbox span {
  font-size: 20px;
  line-height: 36px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks {
  display: flex;
  width: 100%;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .checkgroup {
  flex: 1;
  padding-top: 60px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .checkgroup.allbondsgroup {
  padding-top: 0;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .allbondssub {
  border: 1px solid #e2e3e5;
  padding: 5px;
  margin-right: 10px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .allbondssub .checkbox > input:checked + span::before {
  left: 7px;
  top: 6px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .allbondssub .checkbox > input {
  margin-right: 7px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .allbondssub .checkbox span {
  font-size: 18px;
  line-height: 26px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab #activity-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#browseSecuritiesTabs .ui-widget-content#activitytab #activityStats {
  flex-basis: 40%;
  font-size: 20px;
  font-weight: bold;
}
#browseSecuritiesTabs .ui-widget-content#activitytab #activityFilter {
  flex-basis: 60%;
  position: relative;
}
#browseSecuritiesTabs .ui-widget-content#activitytab .activityTableBox {
  flex-basis: 100%;
}
#browseSecuritiesTabs .ui-widget-content#activitytab #trxTable, #browseSecuritiesTabs .ui-widget-content#activitytab .trxTable {
  margin-bottom: 20px;
}
#browseSecuritiesTabs .ui-widget-content#activitytab #trxTable td, #browseSecuritiesTabs .ui-widget-content#activitytab #trxTable th, #browseSecuritiesTabs .ui-widget-content#activitytab .trxTable td, #browseSecuritiesTabs .ui-widget-content#activitytab .trxTable th {
  padding: 5px;
}
#browseSecuritiesTabs .tableBox {
  width: 100%;
}
#browseSecuritiesTabs .paginationRow {
  flex-basis: 100%;
}

.paginationRow div {
  display: inline-block;
  vertical-align: middle;
}

#informationStatementsTab .pagination {
  border-top: none;
  padding-top: 20px;
  margin: 10px 20px;
}

#distributionDataTabs .ui-widget-content {
  padding: 25px 25px 25px 25px;
  text-align: center;
}
#distributionDataTabs .piebox {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #browseSecuritiesTabs .ui-widget-content#outstandingtab .checkgroup, #browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .checkgroup {
    width: 100%;
  }

  #browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  #content .tabs ul.tablist {
    padding-left: 0;
  }

  #content .tabs ul.tablist li {
    border-bottom: 6px solid #d1cece;
    width: 100%;
    display: block;
  }

  #content .tabs ul.tablist li a {
    padding: 5px;
  }

  #content .tabs ul.tablist li .tabtitle {
    font-size: 18px;
  }

  .ui-tabs-panel {
    max-width: 100%;
    overflow: auto;
    max-height: 50vh;
  }

  #browseSecuritiesTabs .ui-widget-content .inquiries, #browseSecuritiesTabs .ui-widget-content .filterInquiries {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 10px auto;
    max-width: 100%;
    padding: 10px;
  }

  #browseSecuritiesTabs .ui-widget-content {
    padding: 10px;
  }

  #CUSIPtab input.inputSearch {
    -webkit-appearance: none;
    box-shadow: none;
    border-bottom: 2px solid #eeeeee;
  }

  #browseSecuritiesTabs .ui-widget-content#outstandingtab #outstandingFilter, #browseSecuritiesTabs .ui-widget-content#outstandingtab #outstandingStats, #browseSecuritiesTabs .ui-widget-content#outstandingtab .bondTypes, #browseSecuritiesTabs .ui-widget-content#outstandingtab .NoDiscountNotes {
    flex-basis: 100%;
    width: 100%;
  }

  #browseSecuritiesTabs .ui-widget-content:before {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  form .checkbox, #browseSecuritiesTabs .ui-widget-content#activitytab .activityChecks .allbondssub .checkbox span {
    font-size: 16px;
    line-height: 17px;
  }

  form .checkbox > input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  form .checkbox > input + span {
    line-height: 26px !important;
  }

  form .checkbox > input:checked + span::before {
    font-size: 16px !important;
    left: 3px !important;
    top: -2px !important;
  }

  #browseSecuritiesTabs .ui-widget-content .filterInquiries {
    background-color: transparent;
  }
}
#secondarynav {
  background-color: #dee8f1;
  border-top: 2px solid #c9d1d9;
  font-size: 22px;
  line-height: 33px;
}
#secondarynav .row {
  padding: 0;
}
#secondarynav .flexrow {
  display: flex;
}
#secondarynav .flexrow .sn_col {
  position: relative;
  flex-basis: 20%;
  min-width: 20%;
  padding: 0;
}
#secondarynav .flexrow .sn_col:hover {
  background-color: #fff;
}
#secondarynav .flexrow.threecol .sn_col {
  flex-basis: 33%;
  min-width: 33%;
}
#secondarynav .flexrow.fourcol .sn_col {
  flex-basis: 25%;
  min-width: 25%;
}
#secondarynav p {
  font-size: 17px;
  line-height: 30px;
}
#secondarynav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px 40px;
}
#secondarynav a:hover {
  text-decoration: none;
}
#secondarynav a:hover h4 {
  border-bottom: 2px solid #B3C887;
}
#secondarynav a h4 {
  font-size: 20px;
  font-family: "Myriad Regular", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  color: #337ab7;
}
#secondarynav a h4.smalllink {
  font-size: 16px;
  line-height: 20px;
  font-family: "Myriad Regular", sans-serif;
  position: absolute;
  bottom: 30px;
  font-weight: 600;
}
#secondarynav a dt {
  font-weight: 600;
  font-size: 17px;
  color: #777;
  font-family: "Myriad Regular", sans-serif;
}
#secondarynav a dd {
  color: #777;
  font-size: 18px;
  line-height: 28px;
  margin-left: 0;
  padding-bottom: 8px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
}

@media screen and (max-width: 1024px) {
  #secondarynav .col-lg-3 {
    width: 100%;
    padding: 0;
    flex-basis: unset;
    max-width: 100%;
  }
  #secondarynav a {
    padding: 20px;
  }
  #secondarynav .snheader {
    color: #fff;
    background-color: #144168;
    font-size: 36px;
    padding: 20px;
  }
  #secondarynav .flexrow .sn_col, #secondarynav .flexrow.fourcol .sn_col, #secondarynav .flexrow.threecol .sn_col {
    display: block;
    width: auto;
    flex-basis: 100%;
    border-bottom: 2px solid #006699;
    padding: 0;
  }
  #secondarynav .flexrow .sn_col:last-of-type, #secondarynav .flexrow.fourcol .sn_col:last-of-type, #secondarynav .flexrow.threecol .sn_col:last-of-type {
    border: none;
  }
}
footer {
  color: #fff;
}
footer a {
  display: inline-block;
  color: #fff;
  width: 180px;
}
footer a span {
  border-bottom: 3px solid #144168;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer a:hover span {
  border-color: #B3C887;
}
footer .ltline {
  display: block;
  border: 1px solid #5b7a96;
  height: 1px;
  width: 100%;
  margin-top: 22px;
}
footer .ft1 {
  background-color: #144168;
  margin: 0 auto 0 auto;
  padding: 100px 20px 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
}
footer .ft2 {
  font-size: 14px;
  background-color: #144168;
  margin: 0 auto 0 auto;
  padding: 10px 0 100px 0;
  font-size: 14px;
  text-transform: uppercase;
}
footer .ft2 .copyright {
  text-align: right;
  text-transform: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft1 {
    padding-top: 50px;
  }
  footer .ft2 {
    padding-bottom: 20px;
  }
  footer .ft2 .copyright {
    padding-top: 50px;
  }
  footer #footerlogo {
    max-width: 400px;
    margin: 0 auto 50px auto;
  }
}
@media screen and (max-width: 1024px) {
  footer .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .ft1 .row, footer .ft2 .row {
    padding: 0;
  }
  footer .ft1 .row br, footer .ft2 .row br {
    display: none;
  }
  footer .ft1 .row .homeintro, footer .ft2 .row .homeintro {
    padding-bottom: 0;
  }
  footer .ft1 {
    padding: 0;
  }
  footer .ft2 {
    padding: 0;
  }
  footer .ltline {
    display: none;
  }
  footer #footerlogo {
    max-width: 400px;
    margin: 0 auto;
  }
  footer #footerlogo a {
    border: none;
  }
  footer #footerlogo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  footer a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    font-size: 16px;
  }
  footer .ft2 a:last-of-type {
    border: none;
  }
  footer .ft2 .copyright {
    font-size: 14px;
    text-align: center;
    padding: 10px 25px 50px 25px;
  }
}
body {
  background-color: #fff;
}
body.home {
  background-color: #eaeaea;
}

/*** general content **********************************/
#content .row {
  background-color: #fff;
  align-items: stretch;
}

.home #content .row:last-of-type {
  padding-bottom: 30px;
}

#content .callout {
  background-color: #dee8f1;
  padding: 30px;
  margin: 0;
  border: 1px solid #c9d1d9;
  font-weight: bold;
}

#content ul li {
  margin-bottom: 10px;
}

.secondary #content .row {
  padding-left: 17%;
  padding-right: 17%;
}
.secondary #content .row.hassidebar, .secondary #content .row.hastable, .secondary #content .row.hassidebar .row, .secondary #content .row.hastable .row {
  padding-left: 0px;
  padding-right: 0px;
}

#content .introblock {
  position: relative;
  z-index: 10;
  padding: 35px 0 20px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f7f7f7",GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
}
#content .introblock .row {
  background: transparent;
}
#content .introblock .row p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.maincontent {
  padding-top: 25px;
  padding-bottom: 60px;
}

.hassidebar .maincontent {
  padding-right: 40px;
}

@media screen and (max-width: 1440px) {
  #content .introblock, #content .maincontent {
    padding-left: 40px;
    padding-right: 40px;
  }
  #content .introblock .col-md-12, #content .maincontent .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
/**** accordions ********************************************************/
span.ui-accordion-header-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  background-size: 35px 35px;
  vertical-align: middle;
}

span.ui-icon.acc-arrow-closed {
  background-image: url("../images/icons/plus.png");
}

span.ui-icon.acc-arrow-open {
  background-image: url("../images/icons/minus.png");
}

#content h3.ui-accordion-header {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  border: none;
}
#content h3.ui-accordion-header.ui-accordion-header-collapsed {
  margin-bottom: 20px;
  border: none;
  background: none;
  font-weight: inherit;
  color: initial;
  margin: 0 0 20px 0;
  padding: 0;
}
#content h3.ui-accordion-header:focus {
  outline: thin dotted #B3C887;
}
#content h3.ui-accordion-header p {
  display: inline;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
}

#content h2.ui-accordion-header:focus {
  outline: thin dotted #B3C887;
}

#content .ui-accordion-content {
  font-size: 22px;
  line-height: 26px;
  border: none;
  padding-left: 45px;
  margin-bottom: 20px;
}
#content .ui-accordion-content p, #content .ui-accordion-content li {
  font-size: 22px;
  line-height: 26px;
}

/****** desktop & mobile hide/show styles ********************************/
@media screen and (max-width: 1024px) {
  .mobileonly {
    display: block;
  }

  .desktoponly {
    display: none;
  }
  .desktoponly iframe {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .mobileonly {
    display: none;
  }

  .desktoponly {
    display: block;
  }
}
/****** make it possible to print modals ***/
@media screen {
  #printSection {
    display: none;
  }
}
@media print {
  body.printModal * {
    visibility: hidden;
  }

  #printSection, #printSection * {
    visibility: visible;
  }

  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/******* misc global items ************************************************/
.ariaclip {
  /* to keep form field labels etc accessible but still hide them visually */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.greyedout {
  /* dark wash over content when mobile login window etc up */
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.demogreybg {
  background-color: #EAEEF2;
  text-align: center;
  margin-bottom: 30px;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.secondary #content .row.fullwidthrow {
  padding: 0;
}

.farmcreditplaceholderimage {
  background-image: url("../images/howitworks_graphic_1200x700.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1200px;
}

@media screen and (max-width: 1024px) {
  .farmcreditplaceholderimage {
    background-image: url("../images/howitworks_graphic_1300x350.jpg");
    min-height: 1300px;
  }
}
.howitworksgraphic {
  position: relative;
  background-image: url("../images/farm_credit_system.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 600px;
}
.howitworksgraphic h3 {
  font-size: 28px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  font-family: "Myriad SmBd", sans-serif;
}
.howitworksgraphic p {
  font-size: 16px;
  line-height: 20px;
}

.howitworksgraphic .hiwbox {
  border: 1px solid #C9C6C7;
  border-radius: 5px;
  max-width: 530px;
  width: 100%;
  min-height: 140px;
  padding: 50px 25px 15px 100px;
  position: relative;
  z-index: 8;
  margin-left: 120px;
  text-align: center;
  background: #fff;
}
.howitworksgraphic .hiwicon {
  width: 168px;
  height: 172px;
  display: block;
  position: absolute;
  top: -10px;
  left: -60px;
  background-size: 168px 172px;
}
.howitworksgraphic .hiwicon:hover {
  opacity: 0.9;
}
.howitworksgraphic .hiwicon span {
  /* hide from all but screen readers*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.howitworksgraphic .hiwbox1 .hiwicon {
  background-image: url("../images/howitworks_icon_1.png");
}
.howitworksgraphic .hiwbox2 .hiwicon {
  background-image: url("../images/howitworks_icon_2.png");
}
.howitworksgraphic .hiwbox3 .hiwicon {
  background-image: url("../images/howitworks_icon_3.png");
}
.howitworksgraphic .hiwbox4 .hiwicon {
  background-image: url("../images/howitworks_icon_4.png");
}
.howitworksgraphic .hiwbox5 .hiwicon {
  background-image: url("../images/howitworks_icon_5.png");
}
.howitworksgraphic .hiwbox6 .hiwicon {
  background-image: url("../images/howitworks_icon_6.png");
}
.howitworksgraphic .hiwarrows {
  position: relative;
  width: 100%;
  height: 36px;
  z-index: 10;
  max-width: 530px;
  margin-left: 125px;
}
.howitworksgraphic .repayment {
  display: block;
  width: 125px;
  height: 52px;
  position: absolute;
  top: -1px;
  left: 100px;
  background-image: url("../images/arrow_repayment.png");
  z-index: 80;
}
.howitworksgraphic .loans {
  display: block;
  width: 125px;
  height: 52px;
  position: absolute;
  bottom: -1px;
  right: 50px;
  background-image: url("../images/arrow_loans.png");
  z-index: 80;
}
.howitworksgraphic .funds {
  display: block;
  width: 125px;
  height: 52px;
  position: absolute;
  bottom: -1px;
  right: 50px;
  background-image: url("../images/arrow_funds.png");
  z-index: 80;
}
.howitworksgraphic .fca {
  position: absolute;
  width: 100%;
  max-width: 600px;
  z-index: 1;
  padding: 15px;
  background: linear-gradient(90deg, #e7e8ea 0%, white 93%);
}

@media screen and (max-width: 1440px) {
  .howitworksgraphic {
    min-height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .howitworksgraphic {
    min-height: 360px;
  }
  .howitworksgraphic .hiwbox, .howitworksgraphic .hiwarrows {
    margin-left: 0;
  }
  .howitworksgraphic .hiwbox, .howitworksgraphic .fca, .howitworksgraphic .hiwarrows {
    max-width: 100%;
  }
  .howitworksgraphic .fca {
    left: -20px;
  }
}
@media screen and (max-width: 560px) {
  .howitworksgraphic {
    min-height: 240px;
  }
  .howitworksgraphic .hiwicon {
    width: 84px;
    height: 86px;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
    background-size: 84px 86px;
  }
  .howitworksgraphic .hiwbox {
    padding: 25px 30px 25px 80px;
    min-height: 100px;
  }
  .howitworksgraphic .hiwbox h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .howitworksgraphic .fca {
    height: 440px;
  }
  .howitworksgraphic .fca img {
    height: 100%;
    width: auto;
  }
  .howitworksgraphic .repayment {
    left: 15px;
  }
  .howitworksgraphic .loans, .howitworksgraphic .funds {
    right: 15px;
  }
}
@media screen and (max-width: 390px) {
  .howitworksgraphic {
    min-height: 140px;
  }
  .howitworksgraphic .repayment {
    left: 0;
  }
  .howitworksgraphic .loans, .howitworksgraphic .funds {
    right: 0;
  }
  .howitworksgraphic .fca {
    height: 460px;
  }
}
/*****************************************************************************************************/
/**** homepage - split this out into a separate file later and only load it on the actual homepage ****/
/*****************************************************************************************************/
body.home #content .row {
  background-color: #eaeaea;
}
body.home #content .slideshow-container {
  position: relative;
  z-index: 20;
  height: 460px;
  margin-bottom: 15px;
}
body.home #content .slideshow-container .row {
  background-color: transparent;
}
body.home #content .slideshow-container .homeintro {
  position: absolute;
  z-index: 21;
}
body.home #content .slideshow-container .homekeymessage {
  margin-left: 20px;
  margin-top: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 38px;
  width: 550px;
  font-size: 24px;
  line-height: 30px;
}
body.home #content .slideshow-container .homekeymessage h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
}
body.home #content .slideshow-row {
  height: 1000px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 460px;
}
body.home #content .slideshow-row.slide1 {
  background-image: url("../images/home_hdr_2880x920_ESG_infrastructure.jpg");
}
body.home #content .slideshow-row.slide2 {
  background-image: url("../images/home_hdr_2880x920_cowswithbarn.jpg");
}
body.home #content .slideshow-row.slide3 {
  background-image: url("../images/home_hdr_2880x920_wheatgrowing.jpg");
}
body.home .slideshow-column {
  padding: 0;
}

#content .threeboxes {
  z-index: 400;
  position: relative;
  padding: 0 15px;
}
#content .threeboxes .hbcontainer {
  padding: 15px;
}
#content .threeboxes .homebox {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  position: relative;
}
#content .threeboxes .homebox .hbimg {
  height: 172px;
  width: 100%;
  overflow: hidden;
}
#content .threeboxes .homebox img {
  max-width: 100%;
}
#content .threeboxes .homebox .btn {
  position: absolute;
  bottom: 30px;
  right: 35px;
}
#content .threeboxes .homebox.cusip form {
  position: absolute;
  bottom: 30px;
  left: 35px;
  width: 100%;
  margin: 0;
}
#content .threeboxes .homebox.cusip form input {
  background-color: #eee;
  border: 1px solid #A5A3A4;
  width: 60%;
}
#content .threeboxes .homebox.cusip form .btn {
  bottom: 0;
  right: 70px;
}
#content .threeboxes .homebox .hbtext {
  height: 188px;
  padding: 20px 40px 30px 40px;
  font-size: 17px;
  line-height: 25px;
  color: #777;
  font-weight: 400;
}
#content .threeboxes .homebox .hbtext p {
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  padding-right: 30px;
}
#content .threeboxes .homebox .hbtext h3 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 15px 0;
  color: #777;
}
#content .threeboxes .homebox .hbtext a {
  font-size: 17px;
  line-height: 25px;
  font-family: "Myriad Regular", sans-serif;
  font-weight: 700;
  color: #069;
  padding: 0 60px 30px 0;
}

#content .threeboxes .homebox .hbtext .nopadding {
  padding: 0 0 0 0;
}

.row.ommv {
  padding: 15px 30px;
  margin-bottom: 70px;
}
.row.ommv .col-lg-12, .row.ommv .col-md-12 {
  padding: 0;
}
#content .ommv_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .ommv_box .ommv_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .ommv_box .ommv_logo {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  padding: 30px;
  text-align: center;
}
#content .ommv_box .ommg_desc {
  padding: 10px 80px;
  text-align: center;
}
#content .ommv_box .ommg_desc p {
  font-size: 17px;
  line-height: 25px;
}
#content .ommv_box .ommv_image {
  flex: 1;
  flex-direction: column;
}
#content .ommv_box .ommv_image .ommv_video{
  padding:56.25% 0 0 0;
  position:relative;
}
#content .ommv_box .ommv_image iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#content .ommv_box .btn {
  margin-top: 27px;
}

.row.about {
  padding: 15px 30px 15px;
}
.row.about .col-lg-12, .row.about .col-md-12 {
  padding: 0;
}
#content .about_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .about_box .about_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .about_box .about_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
  text-align: center;
  padding: 30px 30px 30px;
}
#content .about_box .about_desc {
  padding: 20px 30px 0px;
  text-align: left;
}
#content .about_box .about p {
  font-size: 17px;
  line-height: 25px;
}
#content .about_box .about_btn {
  text-align: center;
  padding-bottom: 20px;
}

.row.fcsv {
  padding: 15px 30px 15px;
}
.row.fcsv .col-lg-12, .row.fcsv .col-md-12 {
  padding: 0;
}
#content .fcsv_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .fcsv_box .fcsv_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .fcsv_box .fcsv_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
  text-align: center;
  padding: 30px 65px 30px 65px;
}
#content .fcsv_box .fcsv_desc {
  padding: 20px 30px 0px;
  text-align: center;
}
#content .fcsv_box .fcsv p {
  font-size: 17px;
  line-height: 25px;
}
#content .fcsv_box .fcsv_btn {
  text-align: center;
  padding-bottom: 20px;
}
#content .fcsv_box .fcsv_image {
  flex: 1;
  flex-direction: column;
}
#content .fcsv_box .fcsv_image .fcsv_video{
  padding:56.25% 0 0 0;
  position:relative;
}
#content .fcsv_box .fcsv_image iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.row.stewardship_module {
  padding: 15px 30px 15px;
}
.row.stewardship_module .col-lg-12, .row.stewardship_module .col-md-12 {
  padding: 0;
}
#content .stewardship_module_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .stewardship_module_box .stewardship_module_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .stewardship_module_box .stewardship_module_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  margin: 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
  text-align: center;
  padding: 15px 10px 15px;
}
#content .stewardship_module_box .stewardship_module_desc {
  padding: 0px 60px;
  text-align: center;
  text-overflow: ellipsis;
}


#content .stewardship_module_box .stewardship_module_box p {
  font-size: 17px;
  line-height: 25px;
}
#content .stewardship_module_box .stewardship_module_image {
  flex: 1;
  flex-direction: column;
}
#content .stewardship_module_box .stewardship_module_image.mobileonly {
  max-width: fit-content;
  min-width: 300px;
  height: auto;
}
#content .stewardship_module_box .stewardship_module_image.desktoponly {
  max-width: fit-content;
  min-width: 300px;
  height: auto;
}

.row.irv {
  padding: 15px 30px 15px;
}
.row.irv .col-lg-12, .row.irv .col-md-12 {
  padding: 0;
}
#content .irv_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .irv_box .irv_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .irv_box .irv_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
  text-align: center;
  padding: 30px 65px 30px 65px;
}
#content .irv_box .irv_desc {
  padding: 20px 30px 0px;
  text-align: center;
}
#content .irv_box .irv p {
  font-size: 17px;
  line-height: 25px;
}
#content .irv_box .irv_btn {
  text-align: center;
  padding-bottom: 20px;
}
#content .irv_box .irv_image {
  flex: 1;
  flex-direction: column;
}
#content .irv_box .irv_image .irv_video{
  padding:56.25% 0 0 0;
  position:relative;
}
#content .irv_box .irv_image iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.row.eov {
  padding: 15px 30px 15px;
}
.row.eov .col-lg-12, .row.eov .col-md-12 {
  padding: 0;
}
#content .eov_box {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  -moz-box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  box-shadow: 0px 0px 16px -2px rgba(77, 75, 77, 0.27);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #fff;
}
#content .eov_box .eov_text {
  text-align: center;
  flex: 1;
  flex-direction: column;
}
#content .eov_box .eov_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+1,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#eaeaea",GradientType=0 );
  /* IE6-9 */
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  font-family: "Myriad Regular", sans-serif;
  text-transform: none;
  text-align: center;
  padding: 30px 65px 30px 65px;
}
#content .eov_box .eov_desc {
  padding: 20px 30px 0px;
  text-align: center;
}
#content .eov_box .eov p {
  font-size: 17px;
  line-height: 25px;
}
#content .eov_box .eov_btn {
  text-align: center;
  padding-bottom: 20px;
}
#content .eov_box .eov_image {
  flex: 1;
  flex-direction: column;
}
#content .eov_box .eov_image .eov_video{
  padding:56.25% 0 0 0;
  position:relative;
}
#content .eov_box .eov_image iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#content.aboutuspages h3, #content.aboutuspages p, #content.aboutuspages li {
  font-size: 17px;
  line-height: 25px;
}
#content.aboutuspages a.bio {
  margin-top: -17px;
}

#content .subscribeform .row {
  padding: 0;
}
#content .subscribeform label {
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  font-weight: bold;
}
#content .subscribeform input[type=text] {
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 14px;
  margin-bottom: 4px;
}
#content .subscribeform .indivgroup {
  padding: 10px;
  border: 1px solid #ccc;
}
#content .subscribeform .subscribeTo label {
  text-align: left;
}
#content .subscribeform input[type=submit], #content .subscribeform button, #content .subscribeform input.unsubscribe {
  margin-top: 30px;
}
#content .subscribeform label.allnewslabel {
  font-weight: bold;
}
#content .subscribeform input[type=checkbox], #content .subscribeform input[type=radio] {
  margin-right: 10px;
}

/***************** homepage responsiveness / media queries ***************************************/
@media screen and (max-width: 1440px) {
  body.home #content .slideshow-row {
    background-size: auto 100%;
    background-position: 80% center;
  }
}
@media screen and (max-width: 1310px) {
  #content .threeboxes .homebox .hbtext {
    padding: 0 20px 20px 20px;
  }
  #content .threeboxes .homebox .hbtext .btn {
    float: none;
  }

  #content .threeboxes .homebox .hbtext h3 {
    font-size: 24px;
    line-height: 26px;
  }

  #content .threeboxes .homebox.cusip form {
    position: relative;
    left: 0;
    bottom: initial;
    margin-top: 20px;
  }
  #content .threeboxes .homebox.cusip form .btn {
    position: relative;
    bottom: initial;
    right: initial;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1040px) {
  #content .threeboxes .homebox {
    max-width: 438px;
    margin: 0 auto;
    height: 350px;
  }
  #content .threeboxes .homebox .hbtext {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #content .threeboxes .homebox .hbimg {
    height: 130px;
  }
  body.home #content .threeboxes .homebox .hbtext h3 {
    font-size: 24px;
    line-height: 26px;
  }
  body.home #content .threeboxes .homebox .hbtext p {
    font-size: 18px;
    line-height: 25px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  body.home #content .threeboxes .homebox .hbtext a {
    font-size: 17px;
    line-height: 24px;
  }
  body.home #content .threeboxes .homebox .btn {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
  }
  body.home #content .ommv_box .ommv_image.mobileonly {
    height: 300px;
  }
  body.home #content .ommv_box .btn {
    margin-top: 0;
  }
  body.home #content .slideshow-container {
    height: 360px;
  }
  body.home #content .slideshow-container .homekeymessage {
    width: auto;
    max-width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    margin: 50px auto 10px auto;
  }
  body.home #content .slideshow-container .homekeymessage h2 {
    font-size: 30px;
    line-height: 36px;
  }
  body.home .slick-prev, body.home .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body.home #content .threeboxes .homebox {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  body.home #content .slideshow-row {
    height: 333px;
  }
  body.home #content .slideshow-row h4 {
    margin-left: 0;
    font-size: 14px;
    line-height: 38px;
    padding: 0 25px;
    margin-top: 100px;
  }
  body.home #content .slideshow-row .row {
    padding-bottom: 0;
  }
  body.home #content .slideshow-row .homekeymessage {
    width: 100%;
    margin: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 18px;
    padding: 20px 25px;
  }
  body.home #content .slideshow-row .homekeymessage h2 {
    font-size: 29px;
    line-height: 31px;
    margin: 0 0 15px 0;
  }
  body.home #content .row.ommv {
    padding-left: 0;
    padding-right: 0;
  }
  body.home #content .row.about {
    padding-left: 0;
    padding-right: 0;
  }
  #content .ommv_box {
    display: block;
  }
  #content .ommv_box .ommv_text, body.home #content .ommv_box .ommv_image {
    display: block;
    width: 100%;
  }
  #content .ommv_box .ommg_desc {
    padding: 20px;
  }
  #content .ommv_box .ommv_image.mobileonly {
    height: 200px;
  }
  #content .ommv_box .ommv_logo img {
    max-width: 100%;
  }

  body.home #content .hbcontainer {
    padding: 5px;
  }
  body.home #content .hbcontainer .hbtext {
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  /** 640px ***/
  body.home #content .threeboxes {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
  }
  body.home #content .threeboxes .hbcontainer {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  body.home #content .threeboxes .homebox {
    width: 100%;
    max-width: 438px;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  body.home #content .threeboxes .homebox.cusip form {
    position: relative;
    bottom: 0;
    left: 0;
  }
  body.home #content .threeboxes .homebox .btn {
    position: absolute;
    top: 140px;
    right: 20px;
  }
  body.home #content .threeboxes .cusip.homebox .btn {
    position: relative;
    top: 0;
    right: auto;
    float: right;
  }
  body.home #content .threeboxes .homebox.cusip form input {
    width: 75%;
  }
}
/**** general responsiveness / media queries ******/
@media screen and (max-width: 1024px) {
  .secondary #content .row {
    padding: 0;
  }

  #content .introblock, #content .maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  #content .introblock .row p {
    font-size: 18px;
    line-height: 25px;
  }

  #content.aboutuspages h3, #content.aboutuspages p, #content.aboutuspages li {
    font-size: 18px;
    line-height: 25px;
  }
}
#ui-datepicker-div {
  display: none;
}

/* Printer friendly */
@media print {
  #loginblock,
  .login,
  #secondarynav,
  .bcbarbtns,
  .mobileonly,
  footer .ft1,
  footer .legal
  { display: none; }
  footer>div,
  .maincontent
  { padding: 0 !important; }
}

/*# sourceMappingURL=style.css.map */
