html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon/icomoon.eot?d5lnwx");
  src: url("../../fonts/icomoon/icomoon.eot?d5lnwx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.woff2?v7xjxf") format("woff2"), url("../../fonts/icomoon/icomoon.ttf?d5lnwx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?d5lnwx") format("woff"), url("../../fonts/icomoon/icomoon.svg?d5lnwx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  color: #2961ae;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e900"; }

.icon-email2:before {
  content: "\e901"; }

.icon-pdf-icon:before {
  content: "\e918"; }

.icon-third-party-link:before {
  content: "\e917"; }

.icon-arrow-down:before {
  content: "\e904"; }

.icon-arrow-left:before {
  content: "\e905"; }

.icon-arrow-right:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-favorite:before {
  content: "\e909"; }

.icon-file-pdf:before {
  content: "\e90a"; }

.icon-google-plus:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90c"; }

.icon-linkedin:before {
  content: "\e90d"; }

.icon-mail:before {
  content: "\e90e"; }

.icon-pinterest:before {
  content: "\e90f"; }

.icon-reply:before {
  content: "\e910"; }

.icon-retweet:before {
  content: "\e911"; }

.icon-rss:before {
  content: "\e912"; }

.icon-search-2:before {
  content: "\e913"; }

.icon-youtube-logo:before {
  content: "\e915"; }

.icon-youtube:before {
  content: "\e916"; }

.icon-questions:before {
  content: "\e902"; }

.icon-email:before {
  content: "\e903"; }

.icon-account_balance:before {
  content: "\e84f"; }

.icon-phone_in_talk:before {
  content: "\e61d"; }

.icon-public:before {
  content: "\e80b"; }

/*
.dialog-off-canvas-main-canvas *:not(.contextual) > {
  button, [type='button'], [type='reset'], [type='submit'],
  .button {
    @include button();
  }
}
*/
.button,
input[type=submit] {
  appearance: none;
  background: #1d3b6e;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 1.4em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  vertical-align: middle; }
  .button:focus, .button:hover,
  input[type=submit]:focus,
  input[type=submit]:hover {
    background: #2961ae;
    color: #fff; }
  .button:disabled,
  input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button:disabled:hover,
    input[type=submit]:disabled:hover {
      background-color: #16335b; }

.pdf:after,
span.ext:after {
  font-family: "icomoon" !important;
  font-size: 0.75em;
  padding: 0 0.5em;
  display: inline-block;
  text-decoration: none; }

span.ext {
  text-decoration: none; }
  span.ext:after {
    content: "\e917";
    color: #2C784C; }

.ext svg {
  display: none; }

[class^="icon-"] span.ext,
[class*=" icon-"] span.ext,
.button span.ext,
.ghost-button span.ext,
.white-button span.ext {
  display: none !important; }

span.mailto {
  background: url("extlink_s.png") -20px center no-repeat;
  width: 10px;
  height: 10px;
  padding-right: 12px;
  text-decoration: none; }

.pdf:after {
  content: "\e918";
  color: #b52126; }

/* Hide the extra spans when printing. */
@media print {
  span.ext,
  span.mailto {
    display: none;
    padding: 0; } }

form {
  max-width: 600px; }
  form.webform-submission-form {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 700;
  margin-bottom: 0.425em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.425em;
  cursor: pointer; }

input,
select,
textarea {
  display: block;
  font-family: "Muli", sans-serif; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  background-color: #fff;
  border: 1px solid #B9C0CD;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0.7em 1em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #bebebe; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #2961ae;
    box-shadow: inset 0 1px 3px rgba(119, 119, 119, 0.06), 0 0 5px rgba(36, 85, 153, 0.7); }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #B9C0CD; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #676868; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.425em; }

[type="file"] {
  margin-bottom: 0.85em;
  width: 100%; }

select {
  margin-bottom: 0.85em;
  width: 100%;
  padding: 0.7em 1em; }

.form-item {
  margin-bottom: 1.5em; }
  .form-item label.form-required:after,
  .form-item legend span.form-required:after {
    content: "*";
    display: inline-block;
    color: #c00; }
  .form-item .description {
    font-size: 0.8em;
    margin-top: 0.5em; }

.js-form-type-checkbox label,
.js-form-type-radio label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0; }

.js-webform-radios .form-item {
  margin-bottom: 0.25em; }

.webform-element-help {
  background-color: rgba(68, 68, 68, 0.4);
  border: none;
  vertical-align: top;
  font-size: 1.1rem;
  width: 1.4rem;
  text-align: center;
  font-weight: 400; }
  .webform-element-help:hover {
    border: none;
    background-color: #2961ae; }

body .webform-element-help--tooltip {
  border-radius: 6px;
  font-size: 1.2rem;
  border: 1px solid #B9C0CD; }

.captcha {
  margin-bottom: 1.5em; }

.ckeditor-accordion-container > dl dt > a {
  background-color: #fff;
  font-size: 0.96em;
  border-radius: 6px;
  color: #1d3b6e;
  font-weight: 400;
  text-decoration: none; }
  .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
    left: auto; }
    .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
      display: none; }
    .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
      transform: rotate(-90deg);
      background: url(/themes/custom/bwl/images/sdfcu-icon-red-down-arrow.png) no-repeat right;
      background-position-x: right;
      background-position-y: center;
      height: 8px;
      width: 14px; }

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle::after {
  transform: none; }

.page-forms .ckeditor-accordion-toggle {
  display: none !important; }

.ckeditor-accordion-container > dl {
  border: none; }
  .ckeditor-accordion-container > dl dd {
    background-color: #F4F6F8;
    padding: 30px;
    border: 1px solid #DEE0E4;
    border-top: none; }
  .ckeditor-accordion-container > dl dt {
    margin-top: 0.5em; }
    .ckeditor-accordion-container > dl dt.active, .ckeditor-accordion-container > dl dt.active:hover {
      background-color: transparent;
      border-radius: 6px 6px 0 0; }
    .ckeditor-accordion-container > dl dt.active > a,
    .ckeditor-accordion-container > dl dt.active > a:hover {
      background-color: transparent; }
    .ckeditor-accordion-container > dl dt:hover {
      background-color: transparent; }
    .ckeditor-accordion-container > dl dt:last-of-type > a {
      border-bottom: 1px solid #B9C0CD; }
    .ckeditor-accordion-container > dl dt a {
      border: 1px solid #B9C0CD;
      text-decoration: none !important;
      background-color: transparent;
      padding: 10px 50px 10px 15px; }
    .ckeditor-accordion-container > dl dt > a:hover {
      background-color: transparent; }
    .ckeditor-accordion-container > dl dt .ckeditor-accordion-toggle {
      left: auto;
      right: 11px;
      z-index: -1; }
      .ckeditor-accordion-container > dl dt .ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl dt .ckeditor-accordion-toggle:before {
        background: #b52024; }

#views-exposed-form-content-moderation-bwl-block-1,
#views-exposed-form-content-review-page-1 {
  max-width: 900px;
  font-size: 0.75em;
  margin-bottom: 2em; }
  #views-exposed-form-content-moderation-bwl-block-1 .form-item,
  #views-exposed-form-content-review-page-1 .form-item {
    margin-bottom: 0.5em;
    width: 100%; }
  #views-exposed-form-content-moderation-bwl-block-1 .form-actions input[type="submit"],
  #views-exposed-form-content-review-page-1 .form-actions input[type="submit"] {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  @media screen and (min-width: 768px) {
    #views-exposed-form-content-moderation-bwl-block-1,
    #views-exposed-form-content-review-page-1 {
      display: flex; }
      #views-exposed-form-content-moderation-bwl-block-1 .form-item,
      #views-exposed-form-content-review-page-1 .form-item {
        margin-bottom: 0;
        width: 50%;
        padding-right: 20px; }
      #views-exposed-form-content-moderation-bwl-block-1 .form-actions,
      #views-exposed-form-content-review-page-1 .form-actions {
        padding-top: 2em; } }

#views-exposed-form-content-review-page-1 {
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    #views-exposed-form-content-review-page-1 .form-item {
      width: 16%; }
    #views-exposed-form-content-review-page-1 .form-actions {
      width: 20%; } }
  @media screen and (min-width: 1440px) {
    #views-exposed-form-content-review-page-1 .form-item {
      width: 17.6%; }
    #views-exposed-form-content-review-page-1 .form-actions {
      width: 12%; } }

.page-content-review-content-listing #content-area table {
  font-size: 0.85em; }
  .page-content-review-content-listing #content-area table thead th {
    vertical-align: top; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

*,
*::after,
*::before {
  box-sizing: inherit; }

body,
html {
  height: 100%; }

body {
  background-color: #fff;
  width: 100%; }

.mm-page {
  background-color: transparent; }

body.loitering #posh-widget-button,
body.loitering .posh-widget-container {
  opacity: 100; }

#posh-widget-button,
.posh-widget-container {
  opacity: 0;
  transition: all 0.8s !important; }

.icon-twitter svg.ext {
  display: none; }

.icon-facebook svg.ext {
  display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    ul,
    ol {
      list-style-type: disc; } }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

ul,
ol {
  margin: 0 0 1.7em 1.25em;
  list-style: inherit; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0.5em; }

ul ul {
  list-style: disc; }
  ul ul ul {
    list-style: circle; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: lower-alpha; }
    ol ol ol {
      list-style: lower-roman; }

.colored-bullets {
  color: #b52024;
  font-weight: 700;
  font-size: 1.8rem; }
  .colored-bullets .text-color {
    color: #444;
    font-weight: 300;
    margin-left: 0.75em; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  table-layout: auto;
  width: 100% !important; }

td,
th {
  border: none;
  padding: 1.5em 1em 1.5em 2em;
  text-align: left;
  font-size: 0.95em; }

thead tr {
  background-color: #1d3b6e;
  color: #fff; }

thead th {
  padding: 20px 1em 20px 2em; }
  thead th:nth-child(1) {
    vertical-align: middle; }
  thead th a {
    color: #fff;
    text-decoration: underline; }
    thead th a:active, thead th a:focus, thead th a:hover {
      color: #d9dad9; }

tbody th {
  color: #2961ae;
  font-weight: 700; }

td {
  background-color: transparent;
  font-weight: 400; }
  td:first-child {
    background-color: rgba(92, 119, 145, 0.08);
    color: #444; }

tbody tr {
  border-bottom: none; }
  tbody tr:nth-child(2n+2) {
    background-color: rgba(92, 119, 145, 0.08); }

td,
th,
tr {
  vertical-align: top; }

div.table-wrapper {
  margin-bottom: 1.5em;
  overflow: hidden; }
  div.table-wrapper table {
    margin-bottom: 0; }
  div.table-wrapper .pinned {
    display: none; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
    table.responsive td,
    table.responsive th {
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
      table.responsive td:first-child,
      table.responsive th:first-child {
        display: none; }
  div.table-wrapper .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    display: block; }
    div.table-wrapper .pinned table {
      border-right: none;
      border-left: none;
      width: 100%; }
      div.table-wrapper .pinned table td,
      div.table-wrapper .pinned table th {
        white-space: nowrap; }
      div.table-wrapper .pinned table td:last-child {
        border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-top: 3em;
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    div.table-wrapper:before {
      content: 'Swipe for more data';
      display: block;
      position: absolute;
      width: 100%;
      text-align: center;
      top: -2.5em;
      font-size: 0.75em;
      color: #b52024;
      background: url("../../images/swipe-arrows.svg") no-repeat center; }
    div.table-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 4px;
      background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
      z-index: 50; }
    div.table-wrapper div.scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }
    div.table-wrapper table.responsive.pinned td {
      display: none; } }

body {
  color: #444;
  font-family: "Muli", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 1040px) {
    body {
      font-size: 1.8rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 1.7em 0 0.85em; }

h1 {
  font-size: 1.83em;
  margin-top: 0;
  color: #2961ae;
  position: relative;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.74em; } }

#footer h2 {
  color: white;
  font-size: 1.5em; }

h2 {
  font-size: 1.25em;
  color: #2961ae; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.9em; } }

h3 {
  font-size: 1.14em;
  color: #1d3b6e; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-size: 1.1em;
  color: #676868; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.125em; } }

h5 {
  font-size: 0.95em; }

h6 {
  font-size: 0.7em; }

p {
  margin: 0 0 0.85em;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 1em; } }

a {
  color: #2961ae;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #1f4983; }

.block-region-main a:not(.button),
.panel-bot a {
  text-decoration: underline; }

.contextual-links a {
  color: #444 !important; }

#footer a {
  color: white; }
  #footer a:active, #footer a:focus, #footer a:hover {
    color: #bfbfbf; }

b,
strong {
  font-weight: 800; }

hr {
  border-bottom: 1px solid #B9C0CD;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.7em 0; }

blockquote {
  margin: 0 0 1.7em 0.5em;
  padding: 0;
  line-height: 1.4;
  max-width: 700px; }
  blockquote:before {
    content: "";
    background: url("/themes/custom/bwl/images/blockquote.svg") no-repeat center;
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 1em; }
  @media screen and (min-width: 600px) {
    blockquote {
      padding: 0 1em; } }
  @media screen and (min-width: 768px) {
    blockquote {
      padding: 0 3em;
      margin: 0 auto; } }
  blockquote p:nth-child(1) {
    color: #2961ae;
    font-size: 1.1em;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      blockquote p:nth-child(1) {
        font-size: 1.4em; } }
  blockquote p:nth-child(2) {
    font-weight: 800;
    color: #676868;
    margin-bottom: 0; }
  blockquote p:nth-child(3) {
    color: #676868;
    font-size: 0.8em; }
  blockquote p {
    text-align: center; }

iframe {
  border: none; }

body > iframe {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0; }
  body > iframe[title="_hjSafeContext"] {
    width: auto; }
