@charset "UTF-8";
html {
  box-sizing: border-box; }

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

.user-menu ul.menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: right; }
  .user-menu ul.menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.5rem;
    margin-bottom: 0; }
    .user-menu ul.menu li:last-child a {
      border-right: 1px solid #cccccc;
      padding-right: 15px; }
    .user-menu ul.menu li a {
      color: #394467;
      font-weight: 700; }
      .user-menu ul.menu li a:hover, .user-menu ul.menu li a:focus, .user-menu ul.menu li a:active {
        text-decoration: underline;
        color: #151925; }

.front .block-system-branding {
  padding-bottom: 10px; }

@media screen and (min-width: 938px) {
  #block-mobilelogo {
    display: none; } }

#block-sitebranding {
  display: none; }
  @media screen and (min-width: 938px) {
    #block-sitebranding {
      display: block; } }

.front #block-sitebranding {
  display: none; }
  @media screen and (min-width: 938px) {
    .front #block-sitebranding {
      margin-top: -81px;
      display: block; } }

a.site-logo,
a.mobile-logo,
a.mobile-logo img,
a.site-logo img {
  width: 80px; }
  a.site-logo.mobile,
  a.mobile-logo.mobile,
  a.mobile-logo img.mobile,
  a.site-logo img.mobile {
    display: block; }
  @media screen and (min-width: 938px) {
    a.site-logo,
    a.mobile-logo,
    a.mobile-logo img,
    a.site-logo img {
      width: 100px; }
      .front a.site-logo, .front
      a.mobile-logo, .front
      a.mobile-logo img, .front
      a.site-logo img {
        margin-top: 22px;
        width: 140px; } }

/*

// Site Name
.site-name {

}

// Site Slogan
.site-slogan {

}
*/
.mobile-menu-btn {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (min-width: 938px) {
    .mobile-menu-btn {
      display: none; } }

a#open-mobile-menu {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 6px; }
  a#open-mobile-menu .menu-button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    a#open-mobile-menu .menu-button:before, a#open-mobile-menu .menu-button:after {
      content: ""; }
    a#open-mobile-menu .menu-button:before, a#open-mobile-menu .menu-button:after,
    a#open-mobile-menu .menu-button .inner-icon {
      display: block;
      margin: 0;
      padding: 0;
      position: absolute;
      overflow: hidden;
      background-color: #1e3c6c;
      width: 32px;
      height: 2px;
      border-radius: 0;
      left: 3px;
      transition: all 150ms ease; }
    a#open-mobile-menu .menu-button:before {
      top: 12px; }
    a#open-mobile-menu .menu-button:after {
      top: auto;
      bottom: 12px; }
    a#open-mobile-menu .menu-button .inner-icon {
      top: 19px; }
  a#open-mobile-menu .label {
    display: none; }

body.push-open {
  overflow: hidden;
  position: fixed; }

body.push-open a#open-mobile-menu .menu-button:before {
  transform: rotate(45deg); }

body.push-open a#open-mobile-menu .menu-button .inner-icon {
  left: -25px;
  opacity: 0; }

body.push-open a#open-mobile-menu .menu-button:after {
  transform: rotate(-45deg); }

body.push-open a#open-mobile-menu .menu-button:before, body.push-open a#open-mobile-menu .menu-button:after {
  top: 22px; }

body.push-open a#open-mobile-menu .menu-button:after {
  bottom: auto; }

#block-mobilelogo div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__items.quickedit-field {
  width: 100vw; }

#toolbar .header-site-search {
  border-left: 1px solid #d9dad9;
  border-right: 1px solid #d9dad9;
  width: 240px;
  height: 40px;
  margin-top: 10px; }
  #toolbar .header-site-search form {
    position: relative;
    margin: 0;
    height: 100%; }
    #toolbar .header-site-search form .form-item {
      margin: 0; }
    #toolbar .header-site-search form input {
      margin: 0; }
    #toolbar .header-site-search form .js-form-type-textfield {
      width: auto;
      overflow: hidden;
      height: 100%; }
    #toolbar .header-site-search form input[type="text"] {
      box-shadow: none;
      width: 100%;
      background-color: #f4f4f4;
      line-height: 1;
      font-size: 11.9px;
      padding: 0 0.5em;
      border-radius: 0;
      height: 100%;
      font-size: 1.4rem; }
      #toolbar .header-site-search form input[type="text"]::placeholder {
        color: black;
        opacity: 1; }
    #toolbar .header-site-search form input[type="submit"] {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      text-indent: -999em;
      background: url("../../images/search-icon.svg") no-repeat center center;
      background-size: 17px;
      width: 35px;
      height: 32px;
      border-radius: 0; }

body.superfish-loading .block-superfishmain .sf-menu ul {
  display: none !important; }

#header .block-superfishmain {
  clear: both; }
  @media screen and (min-width: 938px) {
    .front #header .block-superfishmain {
      height: 80px;
      margin-top: -25px;
      position: relative;
      display: flex;
      align-items: center; }
    .fixed-header #header .block-superfishmain {
      height: auto;
      top: 0; } }
  #header .block-superfishmain ul.menu {
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0; }
    #header .block-superfishmain ul.menu li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #header .block-superfishmain ul.menu li a,
      #header .block-superfishmain ul.menu li span {
        display: inline-block;
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 800; }
    #header .block-superfishmain ul.menu .vertical-menu {
      flex-direction: column; }
  #header .block-superfishmain .sf-menu {
    text-align: left;
    border-left: 1px solid #fff; }
    #header .block-superfishmain .sf-menu::after {
      clear: both;
      content: "";
      display: block; }
    #header .block-superfishmain .sf-menu > li {
      border-right: 1px solid #fff;
      display: inline-block; }
      #header .block-superfishmain .sf-menu > li > .sf-multicolumn > .sf-multicolumn-wrapper > ol {
        display: flex; }
        #header .block-superfishmain .sf-menu > li > .sf-multicolumn > .sf-multicolumn-wrapper > ol > li {
          border-left: 1px solid #e6e6e6; }
        #header .block-superfishmain .sf-menu > li > .sf-multicolumn > .sf-multicolumn-wrapper > ol > li:nth-child(1) {
          border-left: none; }
        #header .block-superfishmain .sf-menu > li > .sf-multicolumn > .sf-multicolumn-wrapper > ol.vertical-menu > li {
          border-left: none; }
      #header .block-superfishmain .sf-menu > li > a,
      #header .block-superfishmain .sf-menu > li span {
        padding: 0.5em 1em;
        color: #1e3c6c; }
      #header .block-superfishmain .sf-menu > li.sfHover, #header .block-superfishmain .sf-menu > li:active, #header .block-superfishmain .sf-menu > li:focus, #header .block-superfishmain .sf-menu > li:hover {
        background-color: #1e3c6c;
        border-radius: 5px 5px 0 0; }
        #header .block-superfishmain .sf-menu > li.sfHover > ul, #header .block-superfishmain .sf-menu > li:active > ul, #header .block-superfishmain .sf-menu > li:focus > ul, #header .block-superfishmain .sf-menu > li:hover > ul {
          left: -2.5em; }
          #header .block-superfishmain .sf-menu > li.sfHover > ul > li > ol, #header .block-superfishmain .sf-menu > li:active > ul > li > ol, #header .block-superfishmain .sf-menu > li:focus > ul > li > ol, #header .block-superfishmain .sf-menu > li:hover > ul > li > ol {
            display: flex; }
        #header .block-superfishmain .sf-menu > li.sfHover > a,
        #header .block-superfishmain .sf-menu > li.sfHover span, #header .block-superfishmain .sf-menu > li:active > a,
        #header .block-superfishmain .sf-menu > li:active span, #header .block-superfishmain .sf-menu > li:focus > a,
        #header .block-superfishmain .sf-menu > li:focus span, #header .block-superfishmain .sf-menu > li:hover > a,
        #header .block-superfishmain .sf-menu > li:hover span {
          color: #fff; }
    #header .block-superfishmain .sf-menu > li:nth-child(1) > ul {
      left: -206px; }
    #header .block-superfishmain .sf-menu > li:nth-child(1) > ul.with-menu-ad {
      left: -594px; }
    #header .block-superfishmain .sf-menu > li:nth-child(2) > ul {
      left: 20px; }
    #header .block-superfishmain .sf-menu > li:nth-child(2) > ul.with-menu-ad {
      left: -360px; }
    #header .block-superfishmain .sf-menu > li:nth-child(3) > ul {
      left: -110px; }
    #header .block-superfishmain .sf-menu > li:nth-child(3) > ul.with-menu-ad {
      left: -502px; }
    #header .block-superfishmain .sf-menu > li:nth-child(4) > ul {
      left: -840px; }
    #header .block-superfishmain .sf-menu > li:nth-child(4) > ul.with-menu-ad {
      left: -1229px; }
    #header .block-superfishmain .sf-menu > li:nth-child(4) > ul.with-menu-ad-slim {
      left: -953px; }
      #header .block-superfishmain .sf-menu > li:nth-child(4) > ul.with-menu-ad-slim div.sf-multicolumn-column {
        margin-left: -12px; }
    #header .block-superfishmain .sf-menu > li:nth-child(5) > ul {
      left: auto;
      right: 0; }
    #header .block-superfishmain .sf-menu li.menu-ad {
      width: 352px; }
    #header .block-superfishmain .sf-menu .with-menu-ad-slim li.menu-ad {
      width: 216px; }
    #header .block-superfishmain .sf-menu ul {
      background-color: #fff;
      border: 1px solid #d9dad9;
      border-top: 5px solid #1e3c6c;
      top: auto;
      padding: 0.75em 0;
      width: 100%; }
      #header .block-superfishmain .sf-menu ul li {
        display: block;
        padding: 0; }
        #header .block-superfishmain .sf-menu ul li > ol {
          padding: 0.75em 0; }
        #header .block-superfishmain .sf-menu ul li > ol > li > div > span,
        #header .block-superfishmain .sf-menu ul li > ol > li > div > a {
          padding: 0 1.5em 0.75em; }
        #header .block-superfishmain .sf-menu ul li > ol > li > div > ol > li:last-child > a {
          padding: 0.75em 1.5em 0; }
        #header .block-superfishmain .sf-menu ul li .sf-depth-2.menuparent,
        #header .block-superfishmain .sf-menu ul li .sf-no-children .sf-depth-2 {
          font-weight: 800;
          color: #2961ae; }
          #header .block-superfishmain .sf-menu ul li .sf-depth-2.menuparent:active:not(span), #header .block-superfishmain .sf-menu ul li .sf-depth-2.menuparent:focus:not(span), #header .block-superfishmain .sf-menu ul li .sf-depth-2.menuparent:hover:not(span),
          #header .block-superfishmain .sf-menu ul li .sf-no-children .sf-depth-2:active:not(span),
          #header .block-superfishmain .sf-menu ul li .sf-no-children .sf-depth-2:focus:not(span),
          #header .block-superfishmain .sf-menu ul li .sf-no-children .sf-depth-2:hover:not(span) {
            color: #982225; }
        #header .block-superfishmain .sf-menu ul li .menu-ad-view {
          padding-left: 40px; }
          #header .block-superfishmain .sf-menu ul li .menu-ad-view a {
            padding: 0; }
          #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-image img {
            border: solid 1px #898989; }
          #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text {
            color: #444444;
            font-size: 17px;
            line-height: 22px;
            padding-top: 4px; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text p {
              font-size: 16px; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a {
              font-weight: 700;
              text-decoration: underline; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a:hover {
              color: #2961ae; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.reverse-ghost-button, #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.button {
              color: white;
              padding: calc(.5em - 2px) 1.4em;
              display: inline-block;
              font-size: 16px;
              text-decoration: none; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.reverse-ghost-button:hover {
              color: #1d3b6e; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.button:hover {
              color: white; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.ghost-button {
              color: #1d3b6e;
              padding: calc(.5em - 2px) 1.4em;
              display: inline-block;
              font-size: 16px; }
              #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-field-menu-ad-teaser-text a.ghost-button:hover {
                color: white; }
          #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-title span {
            padding: 0; }
            #header .block-superfishmain .sf-menu ul li .menu-ad-view .views-field-title span a {
              color: #2B62AE;
              font-weight: 700;
              margin-top: 12px; }
        #header .block-superfishmain .sf-menu ul li .sf-depth-3 {
          font-weight: 400; }
        #header .block-superfishmain .sf-menu ul li:nth-child(1) {
          padding-top: 0; }
        #header .block-superfishmain .sf-menu ul li span.ext {
          display: inline;
          padding: 0; }
        #header .block-superfishmain .sf-menu ul li a,
        #header .block-superfishmain .sf-menu ul li span {
          padding: 0.75em 1.5em;
          color: #2961ae;
          display: block; }
          #header .block-superfishmain .sf-menu ul li a:active, #header .block-superfishmain .sf-menu ul li a:focus, #header .block-superfishmain .sf-menu ul li a:hover,
          #header .block-superfishmain .sf-menu ul li span:active,
          #header .block-superfishmain .sf-menu ul li span:focus,
          #header .block-superfishmain .sf-menu ul li span:hover {
            color: #982225; }
      #header .block-superfishmain .sf-menu ul ul {
        top: 0;
        padding: 0;
        background-color: #fff; }
        #header .block-superfishmain .sf-menu ul ul li.sfHover,
        #header .block-superfishmain .sf-menu ul ul li:active,
        #header .block-superfishmain .sf-menu ul ul li:focus,
        #header .block-superfishmain .sf-menu ul ul li:hover {
          background-color: #fff; }

#messages {
  background-color: #2961ae; }
  #messages .views-field {
    padding: 1em 1em 0 2em; }
  #messages .views-row:first-child {
    padding-top: 0.3em; }
  #messages .views-row:last-child {
    padding-bottom: 0.3em; }
  #messages .site-alert {
    display: block;
    color: #fff;
    position: relative;
    padding-right: 4em;
    padding-left: 2em;
    font-size: 1.4rem; }
    #messages .site-alert:before {
      content: "";
      background: url(/themes/custom/bwl/images/exclamation.svg) no-repeat center;
      width: 1em;
      height: 1em;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 25%;
      transform: translateY(-25%); }
      @media screen and (min-width: 1040px) {
        #messages .site-alert:before {
          top: 50%;
          transform: translateY(-50%); } }
    #messages .site-alert a {
      color: #fff;
      font-weight: bold; }
    #messages .site-alert a:not(.site-alert-close) {
      font-weight: 400;
      text-decoration: underline; }
    #messages .site-alert a.alert-link {
      font-weight: 400;
      text-decoration: underline; }
    #messages .site-alert .site-alert-close {
      border-radius: 50%;
      width: 1.5em;
      height: 1.5em;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 2em;
      top: 25%;
      transform: translateY(-25%);
      background: center/cover no-repeat url(/themes/custom/bwl/images/close.svg); }
      @media screen and (min-width: 1040px) {
        #messages .site-alert .site-alert-close {
          top: 50%;
          transform: translateY(-50%); } }
      #messages .site-alert .site-alert-close span {
        width: 0px;
        height: 0px;
        font-size: 0px;
        position: absolute;
        top: 0;
        left: 0; }
  #messages .views-row:last-child .views-field {
    padding-bottom: 1em; }

.paragraph--type--anchor-tabs-apply-links {
  background: linear-gradient(270deg, #1069B9 0%, #0d2349 100%); }
  .paragraph--type--anchor-tabs-apply-links .paragraph-inner {
    padding: 0 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    .paragraph--type--anchor-tabs-apply-links .paragraph-inner::after {
      clear: both;
      content: "";
      display: block; }
  .paragraph--type--anchor-tabs-apply-links .col-lt {
    display: none;
    align-items: center; }
    .paragraph--type--anchor-tabs-apply-links .col-lt a {
      color: #fff;
      font-size: 0.85em;
      font-weight: 600;
      padding: 1.5em 1em;
      white-space: nowrap; }
      .paragraph--type--anchor-tabs-apply-links .col-lt a:active, .paragraph--type--anchor-tabs-apply-links .col-lt a:focus, .paragraph--type--anchor-tabs-apply-links .col-lt a:hover {
        text-decoration: underline; }
  .paragraph--type--anchor-tabs-apply-links .col-rt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0; }
    .paragraph--type--anchor-tabs-apply-links .col-rt .email a,
    .paragraph--type--anchor-tabs-apply-links .col-rt .phone a {
      line-height: 1;
      font-size: 0;
      display: block;
      color: #fff; }
      .paragraph--type--anchor-tabs-apply-links .col-rt .email a:active, .paragraph--type--anchor-tabs-apply-links .col-rt .email a:focus, .paragraph--type--anchor-tabs-apply-links .col-rt .email a:hover,
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone a:active,
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone a:focus,
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone a:hover {
        opacity: 0.8;
        color: #fff; }
      .paragraph--type--anchor-tabs-apply-links .col-rt .email a span,
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone a span {
        color: #fff;
        display: block;
        font-size: 2.8rem; }
    .paragraph--type--anchor-tabs-apply-links .col-rt .phone {
      margin-right: 18px; }
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone a {
        display: flex;
        align-items: center; }
      .paragraph--type--anchor-tabs-apply-links .col-rt .phone strong {
        font-size: 1.6rem;
        font-weight: 600;
        display: none; }
    .paragraph--type--anchor-tabs-apply-links .col-rt .email {
      margin-right: 25px; }
    .paragraph--type--anchor-tabs-apply-links .col-rt a.white-button {
      white-space: nowrap;
      font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .paragraph--type--anchor-tabs-apply-links.tabs-and-links .paragraph-inner {
      display: flex;
      align-items: center;
      width: 100%; }
      .paragraph--type--anchor-tabs-apply-links.tabs-and-links .paragraph-inner .col-lt {
        display: flex;
        width: calc(100% - 290px);
        padding-right: 20px;
        overflow: visible; }
      .paragraph--type--anchor-tabs-apply-links.tabs-and-links .paragraph-inner .col-rt {
        width: 290px;
        justify-content: flex-end;
        width: calc(100% - 50px); }
    .paragraph--type--anchor-tabs-apply-links.tabs-only .col-lt {
      display: flex;
      width: 100%;
      overflow: auto; } }

.second-menu-fixed .paragraph--type--anchor-tabs-apply-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500; }

@media screen and (min-width: 768px) {
  .paragraph--type--anchor-tabs-apply-links.show-number.tabs-and-links .paragraph-inner .col-lt {
    width: calc(100% - 450px); }
  .paragraph--type--anchor-tabs-apply-links.show-number.tabs-and-links .paragraph-inner .col-rt {
    width: 450px; }
  .paragraph--type--anchor-tabs-apply-links.show-number .col-rt .phone strong {
    display: block; } }

.pager,
body .block-region-main .pager {
  margin: 2em 0;
  padding-top: 2em;
  border-top: 1px solid #B9C0CD;
  text-align: center; }

.pager__item,
body .block-region-main .pager__item {
  display: inline-block;
  margin: 0 .25em .25em;
  padding: 0; }
  .pager__item a,
  body .block-region-main .pager__item a {
    display: inline-block; }
  .pager__item.pager__item--active a,
  body .block-region-main .pager__item.pager__item--active a {
    font-weight: 700; }

h1.no-after:after {
  display: none; }

h1:after {
  content: "";
  width: 50px;
  border-bottom: 2px solid #b52024;
  display: block;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    h1:after {
      width: 100px; } }
  @media screen and (min-width: 768px) {
    .page-type-landing_page h1:after {
      width: 70px; } }

.node-page-type-12 h1,
.page-type-landing_page .one-col h1,
.page-type-page .one-col h1 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 50px; }
  .node-page-type-12 h1:after,
  .page-type-landing_page .one-col h1:after,
  .page-type-page .one-col h1:after {
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .node-page-type-12 h1,
    .page-type-landing_page .one-col h1,
    .page-type-page .one-col h1 {
      margin-bottom: 40px; } }

.block-addtoany-block {
  margin-bottom: 1.5em; }
  .block-addtoany-block .addtoany_list.a2a_kit_size_32 > a {
    font-size: 1.25em; }
  .block-addtoany-block a {
    font-size: inherit;
    margin: 0;
    padding-left: 0;
    padding-right: 0.5em;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none !important; }

.a2a_mini {
  font-size: 1.2rem !important;
  border-radius: 6px !important; }
  .a2a_mini a,
  .a2a_mini a.a2a_menu_show_more_less {
    font-size: 1em !important; }

.centered {
  text-align: center; }
  .centered:after {
    margin: 0 auto; }

a.a2a_dd.addtoany_share::after {
  content: "Share Article";
  width: 200px;
  font-size: 14px;
  margin-left: 8px;
  top: 1px;
  position: relative;
  text-decoration: underline; }

.block-views-blockarticle-block-2 a.a2a_dd.addtoany_share::after {
  content: "Share Article";
  width: 200px;
  font-size: 14px;
  margin-left: 8px;
  top: -1px;
  position: relative; }

.block-views-blockarticle-block-2 .a2a_button_facebook, .block-views-blockarticle-block-4 .a2a_button_facebook, .block-views-blockarticle-block-6 .a2a_button_facebook {
  display: none; }

.block-views-blockarticle-block-2 .a2a_button_twitter, .block-views-blockarticle-block-4 .a2a_button_twitter, .block-views-blockarticle-block-6 .a2a_button_twitter {
  display: none; }

.block-views-blockarticle-block-2 .a2a_button_email, .block-views-blockarticle-block-4 .a2a_button_email, .block-views-blockarticle-block-6 .a2a_button_email {
  display: none; }

.block-views-blockarticle-block-2 .addtoany, .block-views-blockarticle-block-4 .addtoany, .block-views-blockarticle-block-6 .addtoany {
  width: 100%; }

.block-views-blockarticle-block-2 .addtoany_list, .block-views-blockarticle-block-4 .addtoany_list, .block-views-blockarticle-block-6 .addtoany_list {
  float: right; }

.block-addtoany-block .addtoany_share {
  display: none; }

.block-views-blockarticle-block-1 {
  border-top: 1px solid #B9C0CD;
  border-bottom: 1px solid #B9C0CD;
  padding: 1em 0;
  margin-bottom: 1.5em; }
  .block-views-blockarticle-block-1 .date {
    font-weight: 700;
    display: inline-block;
    margin-right: .5em;
    line-height: 1.1; }
  .block-views-blockarticle-block-1 .tags {
    display: inline-block;
    padding-left: .5em;
    line-height: 1.1;
    border-left: 2px solid #eee; }

#content-area .block-views-exposed-filter-blocksearch-page {
  max-width: 600px; }
  #content-area .block-views-exposed-filter-blocksearch-page form {
    position: relative;
    margin: 0;
    padding: 0 7.5em 2em 0;
    font-size: 0.85em; }
  #content-area .block-views-exposed-filter-blocksearch-page .form-item {
    margin: 0; }
  #content-area .block-views-exposed-filter-blocksearch-page input {
    min-height: 40px; }
  #content-area .block-views-exposed-filter-blocksearch-page .form-actions {
    position: absolute;
    top: 0;
    right: 0; }

.embedded-entity.align-center, .embedded-entity.align-left, .embedded-entity.align-right,
figure.align-center,
figure.align-left,
figure.align-right {
  float: none;
  display: block;
  text-align: center; }

.embedded-entity img,
figure img {
  max-width: 100%;
  display: inline-block;
  margin: 0; }

@media all and (min-width: 768px) {
  .embedded-entity,
  figure {
    max-width: 100%;
    text-align: left; }
    .embedded-entity.align-left,
    figure.align-left {
      margin-right: 2em;
      float: left;
      max-width: 46%; }
    .embedded-entity.align-right,
    figure.align-right {
      margin-left: 2em;
      float: right;
      max-width: 46%; }
    .embedded-entity.align-center,
    figure.align-center {
      margin: 0 auto 1em;
      text-align: center;
      max-width: 100%; }
      .embedded-entity.align-center img,
      figure.align-center img {
        display: inline; }
    .embedded-entity img,
    figure img {
      display: block; } }

figure.align-center {
  max-width: 450px; }

figure figcaption {
  display: block;
  font-size: 0.9em;
  padding: 15px 0;
  text-align: left;
  color: #2961ae; }
  @media screen and (min-width: 768px) {
    figure figcaption {
      font-size: 0.75em; } }

p.introduction-text {
  color: #0b1e40;
  font-size: 1em;
  font-weight: 600; }

p.red-text {
  color: #b52126;
  font-size: 0.9em;
  text-align: center;
  font-weight: 600; }
  @media screen and (min-width: 600px) {
    p.red-text {
      font-size: 1em; } }
  @media screen and (min-width: 768px) {
    p.red-text {
      font-size: 0.8em; } }

span.highlight {
  background-color: rgba(250, 237, 39, 0.5); }

p.disclaimer {
  font-size: 0.73em; }
  @media screen and (min-width: 768px) {
    p.disclaimer {
      font-size: 0.7em; } }

p.big-green-number {
  color: #2C784C;
  font-size: 6em;
  margin-bottom: 0;
  padding-top: 3rem;
  line-height: 50px; }
  @media screen and (min-width: 600px) {
    p.big-green-number {
      font-size: 6.5em; } }
  @media screen and (min-width: 768px) {
    p.big-green-number {
      line-height: 40px;
      font-size: 6em; } }

a.external-link-no-icon span.ext {
  display: none !important; }

a.ghost-button {
  background-color: transparent;
  color: #1d3b6e;
  border: 2px solid #1d3b6e;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  padding: calc(.5em - 2px) 1.4em; }
  a.ghost-button:active, a.ghost-button:focus, a.ghost-button:hover {
    background-color: #1d3b6e;
    color: #fff;
    box-shadow: none; }

a.reverse-ghost-button {
  background-color: #1d3b6e;
  color: #fff;
  border: 2px solid #1d3b6e;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  padding: calc(.5em - 2px) 1.4em; }
  a.reverse-ghost-button:active, a.reverse-ghost-button:focus, a.reverse-ghost-button:hover {
    background-color: #fff;
    color: #1d3b6e;
    box-shadow: none; }

a.white-button {
  background-color: #fff;
  color: #1d3b6e;
  font-weight: 800;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  padding: calc(.5em - 2px) 1.4em; }
  a.white-button:active, a.white-button:focus, a.white-button:hover {
    opacity: 0.8; }

tr.white-bg td {
  background-color: #fff !important; }

tr.white-bg-border-top td {
  background-color: #fff !important;
  border-top: 1px solid rgba(29, 59, 110, 0.1); }

tr.white-bg-border-bottom td {
  background-color: #fff !important;
  border-bottom: 1px solid rgba(29, 59, 110, 0.1); }

tr.white-bg-border-top-bottom td {
  background-color: #fff !important;
  border-top: 1px solid rgba(29, 59, 110, 0.1);
  border-bottom: 1px solid rgba(29, 59, 110, 0.1); }

.body-content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin: 0 auto; }

.padding-no-max-width {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

.padding-max-width-1200 {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1240px; }

.css-cols {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .css-cols {
      margin-bottom: 0.85em;
      column-gap: 2em; }
      .css-cols.num-of-cols-2 {
        column-count: 2; }
      .css-cols.num-of-cols-3 {
        column-count: 3; } }

.col-wrapper {
  overflow: hidden; }
  .col-wrapper .col {
    border-top: 1px solid #DDD; }
  .col-wrapper.no-dividers .col,
  .col-wrapper .col .teaser {
    border: none; }
  .col-wrapper .col .introduction-text {
    margin-bottom: 0; }
  .col-wrapper .col .embedded-entity + .introduction-text {
    margin-top: 0.3em;
    font-size: 1.2em;
    font-weight: 800;
    color: #1d3b6e;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .col-wrapper .col .embedded-entity + .introduction-text {
        font-size: 1em; } }
  .col-wrapper .col .embedded-entity + h3 {
    margin-top: 0.5em; }
  .col-wrapper.num-of-cols-2.no-dividers {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .col-wrapper.num-of-cols-2.no-dividers .colored-bullets {
      margin-bottom: 0; }
  .col-wrapper.num-of-cols-3 .col {
    position: relative; }
    @media screen and (min-width: 768px) {
      .col-wrapper.num-of-cols-3 .col:after, .col-wrapper.num-of-cols-3 .col:before {
        content: "";
        display: block;
        position: absolute;
        height: 10px;
        width: 1px;
        left: -1px;
        background-color: white; } }
    .col-wrapper.num-of-cols-3 .col:before {
      top: 0; }
    @media screen and (min-width: 768px) {
      .col-wrapper.num-of-cols-3 .col:after {
        bottom: 0; } }
    .col-wrapper.num-of-cols-3 .col:nth-child(1):after, .col-wrapper.num-of-cols-3 .col:nth-child(1):before {
      content: none; }
  @media screen and (min-width: 500px) {
    .col-wrapper.num-of-cols-3 .colored-bullets {
      width: 60%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 600px) {
    .col-wrapper.num-of-cols-3 .colored-bullets {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .col-wrapper.num-of-cols-3 .colored-bullets {
      width: 90%;
      margin: 0 0 1.7em 1.25em; } }
  @media screen and (min-width: 1040px) {
    .col-wrapper.num-of-cols-3 .colored-bullets {
      margin-left: 2em; } }
  .col-wrapper.num-of-cols-4 .col {
    border-top: none; }
  .col-wrapper .col:nth-child(1) {
    margin-left: 0 !important;
    padding-left: 0;
    border-left: none;
    border-top: none; }
  @media screen and (min-width: 768px) {
    .col-wrapper {
      display: flex;
      margin-bottom: 0.85em; }
      .col-wrapper .col {
        margin-left: 2%;
        padding-left: 2%;
        border-left: 1px solid #DDD;
        border-top: none; }
      .col-wrapper.num-of-cols-2 .col {
        width: 50%; }
        .col-wrapper.num-of-cols-2 .col:nth-child(1) {
          width: 48%; }
      .col-wrapper.num-of-cols-3 .col {
        width: 33.333%; }
        .col-wrapper.num-of-cols-3 .col:nth-child(1) {
          width: 31.333%; }
      .col-wrapper.num-of-cols-4 .col {
        width: 22.86%;
        margin-left: 2.86%;
        padding-left: 0;
        border-left: none; } }

.content-colored-background {
  background: linear-gradient(270deg, #1069B9 0%, #0d2349 100%);
  color: #fff;
  padding: 2em;
  margin-bottom: 0.85em; }
  .content-colored-background * {
    color: #fff; }
  .content-colored-background > * {
    margin-top: 0;
    padding: 0; }
  .content-colored-background a:not(.button) {
    text-decoration: none; }
    .content-colored-background a:not(.button):focus, .content-colored-background a:not(.button):hover, .content-colored-background a:not(.button):hover {
      text-decoration: underline;
      color: #fff; }
  .content-colored-background .colored-bullets .text-color {
    color: #fff; }
  .content-colored-background .ghost-button:not(.button):link, .content-colored-background .ghost-button:not(.button):visited {
    border-color: #fff;
    color: #fff; }
  .content-colored-background .ghost-button:not(.button):active, .content-colored-background .ghost-button:not(.button):focus, .content-colored-background .ghost-button:not(.button):hover {
    background-color: #fff;
    color: #0d2349; }

.block-channel-type {
  color: #b52126;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8em; }
  .block-channel-type a {
    color: #b52126;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em; }

.block-date {
  color: #676868;
  font-size: 0.85em; }

.block-title {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  color: #2961ae; }

.margin-top-0i {
  margin-top: 0 !important; }

.block-region-sidebar nav ul a {
  display: block;
  padding: 1em;
  margin: 0 0 1px;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.block-region-sidebar nav > ul > li > a {
  background-color: #2961ae;
  color: #fff; }

.block-region-sidebar nav > ul > li > ul > li > a {
  background-color: #b5cdee;
  color: #2961ae; }
  .block-region-sidebar nav > ul > li > ul > li > a:hover {
    background-color: #eee9b5; }
  .block-region-sidebar nav > ul > li > ul > li > a.is-active {
    background-color: #b5eec3; }

.block-region-sidebar nav > ul > li > ul > li > ul > li > a {
  background-color: #dfe9f7;
  color: #2961ae;
  font-weight: 400; }
  .block-region-sidebar nav > ul > li > ul > li > ul > li > a:hover {
    background-color: #f7f5df; }
  .block-region-sidebar nav > ul > li > ul > li > ul > li > a.is-active {
    background-color: #b5eec3; }

.block-region-sidebar nav .menu-item {
  display: none; }

.block-region-sidebar nav .menu-heading {
  display: block; }
  .block-region-sidebar nav .menu-heading > ul > .menu-item {
    display: block; }
    .block-region-sidebar nav .menu-heading > ul > .menu-item.menu-item--expanded > a {
      padding-right: 2em;
      position: relative; }
      .block-region-sidebar nav .menu-heading > ul > .menu-item.menu-item--expanded > a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        border-color: transparent transparent transparent #2961ae;
        border-width: 5px 0 5px 9px;
        border-style: solid;
        position: absolute;
        top: 50%;
        right: 1em;
        margin: -4px 0 0 0; }

.block-region-sidebar nav .open > a:after {
  border-color: #2961ae transparent transparent transparent !important;
  border-width: 9px 5px 0 5px !important; }

.block-region-sidebar nav .open > ul > .menu-item {
  display: block; }

.stay-connected-icons a {
  display: inline-block !important;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 46px;
  text-align: center;
  text-decoration: none !important;
  padding: 0 !important;
  margin-right: 5px;
  transition: background-color 150ms ease;
  background-color: #0d2349;
  color: #2961ae;
  border: 2px solid #0d2349 !important;
  border-radius: 999em; }
  .stay-connected-icons a:active, .stay-connected-icons a:focus, .stay-connected-icons a:hover {
    background-color: transparent;
    color: #fff; }

#footer .social-media-links {
  margin: 0; }
  @media screen and (min-width: 938px) {
    #footer .social-media-links {
      margin: 0;
      margin-top: .3em;
      margin-left: -5px;
      text-align: left; } }
  #footer .social-media-links a {
    color: #fff; }
    #footer .social-media-links a:active, #footer .social-media-links a:focus, #footer .social-media-links a:hover {
      color: #fff; }

.mm-menu .stay-connected-intro {
  display: none; }

.mm-menu .stay-connected-icons {
  padding-top: 20px; }
  .mm-menu .stay-connected-icons a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px; }

#footer ul.menu {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: inherit; }
  #footer ul.menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
    #footer ul.menu li:before {
      content: "|";
      display: inline-block;
      margin: 0 0.5em; }
    #footer ul.menu li:nth-child(1):before {
      content: "";
      display: none; }
    #footer ul.menu li a {
      color: #fff;
      font-weight: 800; }
      #footer ul.menu li a:link, #footer ul.menu li a:visited {
        text-decoration: none; }
      #footer ul.menu li a:hover, #footer ul.menu li a:active {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: underline; }

#footer .footer-copyright > .container,
#footer .footer-main > .container {
  text-align: center; }
  @media screen and (min-width: 938px) {
    #footer .footer-copyright > .container,
    #footer .footer-main > .container {
      display: flex;
      justify-content: space-between; } }

#footer .footer-main {
  background-color: #102348;
  border-bottom: 1px solid #52617a; }

@media screen and (min-width: 938px) {
  #footer .region-footer-right {
    width: 75%;
    margin-left: auto; } }

#footer .region.region-footer {
  font-size: 2em; }
  @media screen and (min-width: 938px) {
    #footer .region.region-footer {
      margin-left: 2em;
      width: 39%; } }

#footer .footer-copyright {
  background-color: #102348;
  padding: 1em 0 0.7em; }
  #footer .footer-copyright ul {
    font-size: 13px; }
  #footer .footer-copyright p {
    font-size: 13px;
    margin-bottom: 0; }

#footer #block-footer ul {
  font-size: 14px; }

#footer #block-footerdisclaimer p {
  font-size: 14.6px; }

#footer #block-desktoplogo {
  text-align: center; }
  @media screen and (min-width: 938px) {
    #footer #block-desktoplogo {
      text-align: left; } }

@media screen and (min-width: 937px) {
  #footer #block-getapp {
    margin-top: 10px;
    width: 289px; } }

@media screen and (min-width: 938px) {
  #footer .block-footericons,
  #footer .footer-disclaimer,
  #footer .menu--footer {
    text-align: right; } }

#footer .menu--footer {
  margin: 0 0.5em; }

#footer .footer-disclaimer {
  color: #d9dad9;
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 938px) {
    #footer .footer-disclaimer {
      width: 80%;
      margin: 2em 0 2em auto; } }
  @media screen and (min-width: 1040px) {
    #footer .footer-disclaimer {
      width: 70%;
      max-width: 600px; } }

#footer .block-footericons img {
  width: 8em; }
  #footer .block-footericons img:first-child {
    margin-right: 1em;
    width: 4em; }
  #footer .block-footericons img:last-child {
    margin-left: 1.5em;
    width: 4em; }

#footer .block-copyright,
#footer .menu--copyright-menu .menu a {
  color: #d9dad9;
  font-weight: 400; }

#footer .block-copyright {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 938px) {
    #footer .block-copyright {
      margin-left: 2.7em;
      width: 100%; } }

@media screen and (min-width: 938px) {
  #footer .region-footer-copyright-right {
    margin-left: auto; } }

#footer .pdf:after,
#footer span.ext:after {
  color: #fff; }

.region-footer-top {
  background-color: #213b6d;
  padding-left: 6em; }

#upper_footer .flexy {
  flex: 1;
  padding-right: 4em; }

a.upper-footer-icon-link {
  display: table-cell; }

@media only screen and (max-width: 950px) {
  .before-icon {
    margin-right: 7px !important;
    margin-bottom: 14px; } }

@media only screen and (max-width: 600px) {
  .before-icon {
    margin-right: 15px !important;
    margin-bottom: 0px; } }

#upper_footer {
  max-width: 1440px;
  margin-left: 2em; }

.upper-footer-icon {
  margin-bottom: 14px; }

#upper_footer h2:after {
  content: "";
  width: 50px;
  border-bottom: 2px solid #b52024;
  display: block;
  padding-top: 20px; }

.footer-become-image {
  padding-top: 5px;
  padding-bottom: 5px; }

.footer-link {
  padding-bottom: 11px;
  font-weight: 600; }

.footer-join-us-today {
  text-align: center;
  border: 2px solid white;
  border-radius: 12px;
  padding: 20px;
  width: 200px;
  height: 20px;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 12px; }
  .footer-join-us-today .footer-join-us-today-text {
    font-weight: 800;
    position: relative;
    top: -14px; }

#mobile-header-new {
  background-color: #213b6d;
  color: white;
  padding: 26px;
  width: 100%;
  display: inline-block;
  background: -moz-linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(to left, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(to left, transparent 0%, rgba(200, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(to left, transparent 0%, rgba(200, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  background: #020024;
  background: linear-gradient(90deg, #0d2e5e 0%, #0e437d 14%, #1066b5 95%); }

a#mobile-apply-today {
  color: black;
  background: none;
  background-color: white;
  margin-left: 12px; }

.mobile-header-2 {
  text-align: center; }

@media screen and (max-width: 600px) {
  #upper_footer_mobile {
    display: block;
    margin-left: -50px; } }

@media screen and (min-width: 600px) {
  #upper_footer_mobile {
    display: none; } }

@media screen and (min-width: 600px) {
  #upper_footer {
    display: block; } }

@media screen and (max-width: 600px) {
  #upper_footer {
    display: none; } }

@media screen and (min-width: 600px) {
  #mobile-header-new {
    display: none; } }

@media screen and (max-width: 600px) {
  #mobile-header-new {
    display: block; } }

@media screen and (max-width: 600px) {
  .block-views-blockarticle-block-2 .views-row {
    height: auto !important; } }

#upper_footer_mobile > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__items.quickedit-field > div > div {
  display: block; }

.mobile-footer-columns {
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 2em; }

#upper_footer_mobile h2.accordion::before {
  background: white;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  width: 13px;
  top: 50%;
  transform: rotate(-180deg) translateY(-50%);
  will-change: transform; }

#upper_footer_mobile h2.accordion.active::before {
  transform: rotate(45deg); }

#upper_footer_mobile h2.accordion.active::after {
  transform: rotate(-45deg); }

#upper_footer_mobile h2.accordion::before {
  right: 23px;
  transform: rotate(135deg); }

#upper_footer_mobile h2.accordion::after {
  background: white;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  width: 13px;
  top: 50%;
  transform: rotate(-180deg) translateY(-50%);
  will-change: transform; }

#upper_footer_mobile h2.accordion::after {
  right: 30px;
  transform: rotate(-135deg); }

h2.accordion {
  position: relative; }

.region-footer-top {
  border-top: 4px solid #b52126; }

#get_app {
  text-align: left; }

.menu--main {
  font-size: 18px;
  padding: 1em 0; }
  .menu--main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
  .menu--main li {
    margin: 0;
    padding: 0; }
  .menu--main span.ext {
    display: inline;
    padding: 0; }
  .menu--main a,
  .menu--main span {
    padding: 0.5em 1em;
    color: #1e3c6c;
    display: block;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer; }
  .menu--main .menu-item--expanded > a,
  .menu--main .menu-item--expanded > span {
    position: relative; }
    .menu--main .menu-item--expanded > a:after, .menu--main .menu-item--expanded > a:before,
    .menu--main .menu-item--expanded > span:after,
    .menu--main .menu-item--expanded > span:before {
      background: #b52126;
      transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
      content: "";
      display: block;
      height: 3px;
      border-radius: 5px;
      position: absolute;
      width: 13px;
      top: 50%;
      transform: rotate(-180deg) translateY(-50%);
      will-change: transform; }
    .menu--main .menu-item--expanded > a:before,
    .menu--main .menu-item--expanded > span:before {
      right: 23px;
      transform: rotate(135deg); }
    .menu--main .menu-item--expanded > a:after,
    .menu--main .menu-item--expanded > span:after {
      right: 30px;
      transform: rotate(-135deg); }
  .menu--main .menu-item--expanded.open > a:after,
  .menu--main .menu-item--expanded.open > span:after {
    transform: rotate(-45deg); }
  .menu--main .menu-item--expanded.open > a:before,
  .menu--main .menu-item--expanded.open > span:before {
    transform: rotate(45deg); }
  .menu--main > ul {
    display: block; }
  .menu--main > ul > li > ul > li > a,
  .menu--main > ul > li > ul > li > span {
    padding-left: 2.5em;
    color: #2961ae; }
  .menu--main > ul > li > ul > li > ul > li > a,
  .menu--main > ul > li > ul > li > ul > li > span {
    padding-left: 3em;
    font-weight: 400;
    color: #2961ae; }

@media screen and (min-width: 938px) {
  #push .header-site-search {
    margin: 0 0 1em 0; } }

#push .header-site-search form {
  position: relative;
  border: 1px solid #dddddd;
  padding-right: 49px;
  background-color: #f4f4f4;
  overflow: hidden;
  margin: 0 auto; }
  #push .header-site-search form .form-item {
    margin: 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      #push .header-site-search form .form-item {
        margin: 0.75em 0; } }
  #push .header-site-search form label {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  #push .header-site-search form input {
    margin: 0; }
  #push .header-site-search form input[type="text"] {
    border: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    line-height: 50px;
    padding: 0 0.5em;
    font-size: 18px;
    color: #2961ae; }
    #push .header-site-search form input[type="text"]::placeholder {
      color: #1e3c6c; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      #push .header-site-search form input[type="text"] {
        line-height: 1.7; } }
  #push .header-site-search form input[type="submit"] {
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999em;
    background: url(../../images/search-icon.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 49px;
    height: 50px; }

#mm-0 .mm-list li.mmenu-block-wrap {
  border: none; }

#mm-0 .mm-list > li.mmenu-block-wrap > span {
  padding: 0 0 10px; }

ul.tabs {
  margin: 1em auto;
  font-size: 1.4rem; }
  ul.tabs li {
    display: inline-block; }
  ul.tabs a {
    display: block;
    border-bottom: 0;
    border-radius: 0;
    padding: 0.5em 1.5em;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.3); }
    ul.tabs a:hover {
      background-color: rgba(255, 255, 255, 0.7); }
    ul.tabs a.is-active {
      background-color: #fff; }

.messages {
  padding: 9px;
  margin: 1em 0;
  color: #8b8f8b;
  background-color: #d9dad9;
  border: 1px solid #bfc1bf;
  word-wrap: break-word;
  margin: 1em auto;
  max-width: 1440px; }
  .messages pre {
    border: 0; }

.messages--warning {
  color: maroon;
  background-color: #fc0;
  border-color: #cca300; }
  .messages--warning pre {
    background-color: #cca300; }

.messages--error {
  color: white !important;
  background-color: #c00;
  border-color: #990000; }
  .messages--error em,
  .messages--error li,
  .messages--error p,
  .messages--error ul {
    color: white !important; }
  .messages--error .text-color {
    color: white !important; }
  .messages--error pre {
    background-color: #990000; }

.messages--status {
  color: #061a00;
  background-color: #3c0;
  border-color: #269900; }
  .messages--status pre {
    background-color: #269900; }

.ipe-category-picker-top.form-displayed {
  font-size: 14px; }
  .ipe-category-picker-top.form-displayed input,
  .ipe-category-picker-top.form-displayed select,
  .ipe-category-picker-top.form-displayed textarea {
    font-size: 14px; }
  .ipe-category-picker-top.form-displayed input[type="text"],
  .ipe-category-picker-top.form-displayed input[type="url"],
  .ipe-category-picker-top.form-displayed input[type="phone"],
  .ipe-category-picker-top.form-displayed textarea {
    border: 2px inset #EBE9ED; }
  .ipe-category-picker-top.form-displayed .collapse-processed {
    padding: 1em;
    border: 1px solid #B9C0CD; }
  .ipe-category-picker-top.form-displayed .button {
    display: inline-block;
    background-color: #2961ae;
    color: #fff;
    border-radius: 999em;
    text-transform: none; }
    .ipe-category-picker-top.form-displayed .button:hover {
      background-color: #214f8d;
      color: #fff; }
  .ipe-category-picker-top.form-displayed button.link {
    background-color: transparent;
    padding: 0;
    color: #2961ae;
    text-transform: none;
    border-radius: 0; }
    .ipe-category-picker-top.form-displayed button.link:hover {
      text-decoration: underline; }
  .ipe-category-picker-top.form-displayed thead {
    border-top: 1px solid #B9C0CD;
    border-bottom: 1px solid #B9C0CD;
    background-color: rgba(41, 97, 174, 0.1); }
    .ipe-category-picker-top.form-displayed thead tr {
      border: none; }
    .ipe-category-picker-top.form-displayed thead th {
      padding: .5em;
      color: #444; }
      .ipe-category-picker-top.form-displayed thead th h4 {
        margin: 0; }
  .ipe-category-picker-top.form-displayed tbody tr:nth-child(2n+2) {
    background-color: transparent; }
  .ipe-category-picker-top.form-displayed tbody tr.drag-previous, .ipe-category-picker-top.form-displayed tbody tr.drag {
    background-color: #ffd; }
  .ipe-category-picker-top.form-displayed a.tabledrag-handle .handle {
    width: 23px;
    height: 23px; }
  .ipe-category-picker-top.form-displayed abbr.warning {
    font-weight: 700;
    color: red; }
  .ipe-category-picker-top.form-displayed .paragraph-type-title {
    font-size: 1.1em;
    font-weight: bold; }
  .ipe-category-picker-top.form-displayed .vertical-tabs__menu {
    margin: -1px 0 -1px -15em; }

.responsive-preview-frame .tabs.primary,
.responsive-preview-frame #panels-ipe-tray {
  display: none; }

nav.slick__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.block--type-slideshow,
.slick {
  visibility: hidden; }
  .block--type-slideshow .slick,
  .slick .slick {
    position: relative; }
  .block--type-slideshow .slick__slider,
  .slick .slick__slider {
    z-index: 1; }
  .block--type-slideshow .slide--0 + .slick-dots,
  .slick .slide--0 + .slick-dots {
    display: none !important; }
  .block--type-slideshow .paragraph,
  .slick .paragraph {
    position: relative; }
  .block--type-slideshow .slide-text,
  .slick .slide-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px 72px; }
    .block--type-slideshow .slide-text > *,
    .slick .slide-text > * {
      width: 100%;
      margin: 0;
      padding: 0; }
  .block--type-slideshow .slide-img,
  .slick .slide-img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 1px; }
    .block--type-slideshow .slide-img img,
    .block--type-slideshow .slide-img picture,
    .slick .slide-img img,
    .slick .slide-img picture {
      display: block;
      width: 100%; }
  .block--type-slideshow .slick__arrow,
  .slick .slick__arrow {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    overflow: visible;
    z-index: 2;
    border: none; }
  .block--type-slideshow .slick-arrow,
  .slick .slick-arrow {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: white;
    border: none;
    z-index: 2;
    display: block;
    text-align: center; }
    .block--type-slideshow .slick-arrow:before,
    .slick .slick-arrow:before {
      font-size: 16px;
      color: #fff;
      display: inline-block; }
    .block--type-slideshow .slick-arrow.slick-prev,
    .slick .slick-arrow.slick-prev {
      font-size: 0px;
      order: 1;
      left: 20px;
      margin-right: 10px; }
      @media screen and (min-width: 1040px) {
        .block--type-slideshow .slick-arrow.slick-prev,
        .slick .slick-arrow.slick-prev {
          left: 3%; } }
      @media screen and (min-width: 1440px) {
        .block--type-slideshow .slick-arrow.slick-prev,
        .slick .slick-arrow.slick-prev {
          left: 150px; } }
      .block--type-slideshow .slick-arrow.slick-prev:before,
      .slick .slick-arrow.slick-prev:before {
        content: '';
        background: url("/themes/custom/bwl/images/sdfcu-mobile-left-arrow.png") no-repeat;
        width: 8px;
        height: 14px;
        padding-right: 3.2px; }
    .block--type-slideshow .slick-arrow.slick-next,
    .slick .slick-arrow.slick-next {
      font-size: 0px;
      margin-left: 10px;
      order: 3;
      right: 20px; }
      @media screen and (min-width: 1040px) {
        .block--type-slideshow .slick-arrow.slick-next,
        .slick .slick-arrow.slick-next {
          right: 3%; } }
      @media screen and (min-width: 1440px) {
        .block--type-slideshow .slick-arrow.slick-next,
        .slick .slick-arrow.slick-next {
          right: 150px; } }
      .block--type-slideshow .slick-arrow.slick-next:before,
      .slick .slick-arrow.slick-next:before {
        content: '';
        background: url("/themes/custom/bwl/images/sdfcu-mobile-right-arrow.png") no-repeat;
        width: 8px;
        height: 14px;
        padding-right: 3.2px;
        padding-left: 3.2px; }
    .block--type-slideshow .slick-arrow:active:before, .block--type-slideshow .slick-arrow:focus:before, .block--type-slideshow .slick-arrow:hover:before,
    .slick .slick-arrow:active:before,
    .slick .slick-arrow:focus:before,
    .slick .slick-arrow:hover:before {
      color: #fff; }
  .block--type-slideshow .slick-dots,
  .block--type-slideshow .slick-dots-copy,
  .slick .slick-dots,
  .slick .slick-dots-copy {
    order: 2;
    display: block;
    padding: 0;
    margin-top: auto;
    list-style: none;
    text-align: center;
    z-index: 3; }
    @media screen and (min-width: 938px) {
      .block--type-slideshow .slick-dots,
      .block--type-slideshow .slick-dots-copy,
      .slick .slick-dots,
      .slick .slick-dots-copy {
        transform: translateY(-100%); } }
    .block--type-slideshow .slick-dots li,
    .block--type-slideshow .slick-dots-copy li,
    .slick .slick-dots li,
    .slick .slick-dots-copy li {
      display: inline-block;
      margin: 0 3.5px 5px;
      padding: 0;
      border-radius: 0; }
      .block--type-slideshow .slick-dots li button,
      .block--type-slideshow .slick-dots-copy li button,
      .slick .slick-dots li button,
      .slick .slick-dots-copy li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        cursor: pointer;
        color: #000;
        text-indent: -999em;
        border: 0;
        background: none;
        background-color: #8a8f98;
        border-radius: 999rem;
        overflow: hidden;
        background-color: transparent;
        color: white; }
        .block--type-slideshow .slick-dots li button:active, .block--type-slideshow .slick-dots li button:focus, .block--type-slideshow .slick-dots li button:hover,
        .block--type-slideshow .slick-dots-copy li button:active,
        .block--type-slideshow .slick-dots-copy li button:focus,
        .block--type-slideshow .slick-dots-copy li button:hover,
        .slick .slick-dots li button:active,
        .slick .slick-dots li button:focus,
        .slick .slick-dots li button:hover,
        .slick .slick-dots-copy li button:active,
        .slick .slick-dots-copy li button:focus,
        .slick .slick-dots-copy li button:hover {
          background-color: #7c828c; }
      .block--type-slideshow .slick-dots li.slick-active button,
      .block--type-slideshow .slick-dots-copy li.slick-active button,
      .slick .slick-dots li.slick-active button,
      .slick .slick-dots-copy li.slick-active button {
        background: none;
        background-color: #ef4242; }
  .block--type-slideshow .slick-slider,
  .slick .slick-slider {
    padding-bottom: 23px; }
  .block--type-slideshow .slick-dots,
  .block--type-slideshow .slick-dots-copy,
  .slick .slick-dots,
  .slick .slick-dots-copy {
    margin-top: -4px;
    margin-left: 0; }
  @media screen and (min-width: 1040px) {
    .block--type-slideshow .slide-text,
    .slick .slide-text {
      padding-left: 108px;
      padding-right: 108px;
      text-align: right;
      justify-content: end;
      margin-top: 4em; }
    .block--type-slideshow .slick-arrow,
    .slick .slick-arrow {
      width: 48px;
      height: 48px;
      top: -24px; }
      .block--type-slideshow .slick-arrow:before,
      .slick .slick-arrow:before {
        font-size: 24px; }
    .block--type-slideshow .slick-slider,
    .slick .slick-slider {
      padding-bottom: 23px; } }

.block--type-slideshow,
.slick.slick--initialized {
  visibility: visible; }

.slick--view--seminars-webinars {
  position: relative; }

@media screen and (min-width: 938px) {
  .front .block-region-top {
    display: grid;
    width: fit-content;
    border-top: 1px solid #dddddd;
    grid-template-columns: 200px minmax(800px, max-content);
    grid-template-rows: 340px 236px; }
    .front .block-region-top .block--type-slideshow .slide-img img {
      height: 340px; } }
  @media screen and (min-width: 938px) and (min-width: 768px) and (max-width: 1040px) {
    .front .block-region-top {
      grid-template-columns: 200px minmax(800px, max-content);
      grid-template-rows: 400px 236px; }
      .front .block-region-top .block--type-slideshow .slide-img img {
        height: 400px;
        width: auto; } }
  @media screen and (min-width: 938px) and (min-width: 1040px) and (max-width: 1400px) {
    .front .block-region-top {
      grid-template-columns: 300px minmax(800px, max-content);
      grid-template-rows: 400px 236px; }
      .front .block-region-top .block--type-slideshow .slide-img img {
        height: 400px;
        width: auto; } }
  @media screen and (min-width: 938px) and (min-width: 1400px) {
    .front .block-region-top {
      grid-template-columns: 300px minmax(1200px, max-content);
      grid-template-rows: 500px 236px; }
      .front .block-region-top .block--type-slideshow .slide-img img {
        height: 500px;
        width: auto; } }

@media screen and (min-width: 938px) {
  .front #home-slideshow {
    grid-area: 1 / 2 / 1 / 2;
    width: auto !important;
    margin: 0 !important;
    overflow: hidden; }
  .front .block--type-icon-carousel {
    grid-area: 2 / 1 / 2 / 3; }
  .front .block-label-log-in-to-your-accounts {
    height: inherit !important; } }

.slick__arrow {
  margin-top: auto !important; }

.slick--optionset--home-slider .slick-slider {
  padding-bottom: 0 !important; }

@media screen and (min-width: 938px) {
  .slick--optionset--home-slider .slick-list {
    background-color: #0b1e40; } }

.slick--optionset--home-slider .slide-text h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 28px; }

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .slick--optionset--home-slider .slide-text h2 {
    line-height: 26px;
    font-size: 20px; } }

@media screen and (min-width: 1040px) and (max-width: 1400px) {
  .slick--optionset--home-slider .slide-text h2 {
    line-height: 28px;
    font-size: 22px; } }

@media screen and (min-width: 1400px) {
  .slick--optionset--home-slider .slide-text h2 {
    line-height: 30px;
    font-size: 28px; } }

.slick--optionset--home-slider .slick__slide {
  vertical-align: middle; }

.slick--optionset--home-slider .slick-dots-copy li button {
  width: 10px;
  height: 10px;
  background-color: #fff; }

.slick--optionset--home-slider .slick-dots-copy li.slick-active button:hover {
  background-color: #bb1010; }

.slick--optionset--home-slider .slick-dots {
  display: none !important; }

@media screen and (min-width: 938px) {
  #home-slideshow .slick-dots-copy {
    margin-top: -14px; } }

.node-page-type-12 .slick-dots-copy {
  bottom: 50px;
  position: absolute;
  left: -14px; }

.node-page-type-12 .article-slideshow-desktop .slick-dots-copy {
  background-color: white;
  bottom: -86px;
  position: absolute;
  height: 55px;
  left: 0;
  width: 100%; }

.node-page-type-12 .article-slideshow-mobile .slick--optionset--home-slide .slick-dots-copy {
  position: absolute;
  bottom: 3em; }

.front .panel-top {
  max-width: 1440px;
  margin: 0 auto; }

@media screen and (min-width: 938px) {
  .front .block-region-top {
    background: linear-gradient(to right, #0D2651 0%, #1069B9 100%); } }

.role--authenticated .panel-top .block--type-slideshow {
  left: 0; }

.panel-top .block--type-slideshow {
  margin-bottom: -80px;
  background: linear-gradient(to right, #0E4079 0%, #1069B9 100%); }
  .panel-top .block--type-slideshow .slick-arrow {
    display: block; }
    @media screen and (min-width: 938px) {
      .panel-top .block--type-slideshow .slick-arrow {
        display: none !important; } }
  .panel-top .block--type-slideshow .play-pause-dots-divider {
    color: #8992a1;
    width: 1px;
    position: relative;
    top: 7px;
    display: none;
    margin-left: 8px; }
    @media screen and (min-width: 938px) {
      .panel-top .block--type-slideshow .play-pause-dots-divider {
        display: inline-block; } }
  .panel-top .block--type-slideshow .play-pause {
    color: #fff;
    cursor: pointer;
    display: none; }
    @media screen and (min-width: 938px) {
      .panel-top .block--type-slideshow .play-pause {
        color: transparent;
        display: inline-block;
        position: relative;
        top: 8px;
        width: 50px;
        transform: scale(0.7); }
        .panel-top .block--type-slideshow .play-pause.playing {
          background: url(/themes/custom/bwl/images/sdfcu-hp-pause-icon.png) no-repeat center/contain; }
        .panel-top .block--type-slideshow .play-pause.paused {
          background: url(/themes/custom/bwl/images/sdfcu-hp-play-icon.png) no-repeat center/contain; } }
  @media screen and (min-width: 938px) {
    .panel-top .block--type-slideshow {
      width: 79%;
      margin-left: 21%;
      left: 200px;
      background: none; } }
  .panel-top .block--type-slideshow .paragraph--type--slideshow {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 938px) {
      .panel-top .block--type-slideshow .paragraph--type--slideshow {
        display: block; } }
    .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
      order: 1;
      text-align: center;
      position: relative;
      height: 280px;
      background-color: #213b6d;
      box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, 0.25);
      width: 100%;
      padding: 20px 30px 20px 30px;
      justify-content: center;
      border-bottom: 1px solid #566886; }
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .ghost-button {
        border: 2px solid #fff;
        color: #fff;
        margin-top: 8px; }
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .ghost-button:hover {
          color: #1d3b6e;
          background-color: white; }
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .reverse-ghost-button {
        border: 2px solid #1d3b6e;
        background-color: #fff;
        color: #1d3b6e;
        margin-top: 8px; }
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .reverse-ghost-button:hover {
          color: #fff;
          background-color: #1d3b6e; }
      @media screen and (min-width: 768px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          position: absolute;
          right: 0;
          width: 50%; } }
      @media screen and (min-width: 768px) and (max-width: 938px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          width: 100%;
          position: relative; }
          .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details h2, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details p, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ol, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ul, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details li {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 2px; } }
      @media screen and (min-width: 938px) and (max-width: 1200px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          width: 240px !important; }
          .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details h2, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details p, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ol, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ul, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details li {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 2px; } }
      @media screen and (min-width: 1200px) and (max-width: 1400px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          width: 32% !important; }
          .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details h2, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details p, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ol, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details ul, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details li {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 10px; } }
      @media screen and (min-width: 938px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          position: absolute;
          top: 0;
          height: 100%;
          margin-top: 0;
          box-shadow: none;
          text-align: left; } }
      @media screen and (min-width: 1040px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text {
          width: 326px;
          padding-left: 40px;
          padding-top: 40px;
          justify-content: start;
          font-size: 24px;
          line-height: 32px;
          right: 0; } }
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details.field--name-field-slide-details {
        max-height: 1px; }
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details p, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details ol, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details ul, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details li,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 p,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 ol,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 ul,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 li {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        line-height: 24px; }
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details ol, .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details ul,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 ol,
      .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2 ul {
        margin-bottom: 14px;
        margin-left: 0;
        list-style-position: inside; }
      @media screen and (min-width: 938px) {
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text .slide-details::before,
        .panel-top .block--type-slideshow .paragraph--type--slideshow .slide-text h2::before {
          content: "";
          position: absolute;
          right: 100%;
          top: 53px;
          width: 0;
          height: 0;
          border-top: 26px solid transparent;
          border-right: 26px solid #213b6d;
          border-bottom: 26px solid transparent; } }

.block-views-blockseminars-webinars-block-2.block {
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  background: linear-gradient(134.14deg, #1E4993 0%, #1069B9 100%); }
  .block-views-blockseminars-webinars-block-2.block > div:not(.contextual) {
    position: relative;
    top: 8px;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #B9C0CD; }
  .block-views-blockseminars-webinars-block-2.block header {
    color: #1d3b6e;
    font-weight: 800;
    font-size: 1.2em; }
    .block-views-blockseminars-webinars-block-2.block header:after {
      content: "";
      width: 100%;
      display: block;
      border-bottom: 1px solid #B9C0CD;
      margin: 0.9em 0; }
  .block-views-blockseminars-webinars-block-2.block .block-title {
    margin-bottom: 0.3em; }
  .block-views-blockseminars-webinars-block-2.block .block-date {
    margin-bottom: 2em; }
  .block-views-blockseminars-webinars-block-2.block .flex-direction-nav {
    display: none; }
  .block-views-blockseminars-webinars-block-2.block .flex-control-nav li a {
    width: 8px;
    height: 8px;
    background-color: #8a8f98;
    border: none; }
    .block-views-blockseminars-webinars-block-2.block .flex-control-nav li a.flex-active {
      background-color: #ef4242; }

.ad-wrapper {
  display: grid;
  grid-template-columns: auto;
  background-color: #F7F7F7;
  border: 1px solid #D2D2D2;
  margin: 30px auto; }
  @media screen and (min-width: 938px) {
    .ad-wrapper {
      grid-template-columns: 450px 10px auto; } }
  .ad-wrapper a.whole-ad-click {
    text-decoration: none; }

.block--type-side-banner.full-size,
.block--type-side-banner.page-size,
.block--type-side-banner.side-size {
  /*
  video {
  width: 100%    !important;
  height: auto   !important;
  }
   */ }
  .block--type-side-banner.full-size .text-wrapper,
  .block--type-side-banner.page-size .text-wrapper,
  .block--type-side-banner.side-size .text-wrapper {
    margin-top: -100px; }
    @media screen and (min-width: 600px) {
      .block--type-side-banner.full-size .text-wrapper,
      .block--type-side-banner.page-size .text-wrapper,
      .block--type-side-banner.side-size .text-wrapper {
        margin-top: -136px; } }
    @media screen and (min-width: 938px) {
      .block--type-side-banner.full-size .text-wrapper,
      .block--type-side-banner.page-size .text-wrapper,
      .block--type-side-banner.side-size .text-wrapper {
        margin-top: 0; } }
    @media screen and (min-width: 1040px) {
      .block--type-side-banner.full-size .text-wrapper,
      .block--type-side-banner.page-size .text-wrapper,
      .block--type-side-banner.side-size .text-wrapper {
        overflow: hidden;
        align-self: center; } }
  .block--type-side-banner.full-size .image,
  .block--type-side-banner.page-size .image,
  .block--type-side-banner.side-size .image {
    display: inline-flex;
    align-self: center;
    width: auto; }
    .block--type-side-banner.full-size .image picture img, .block--type-side-banner.full-size .image video, .block--type-side-banner.full-size .image img,
    .block--type-side-banner.page-size .image picture img,
    .block--type-side-banner.page-size .image video,
    .block--type-side-banner.page-size .image img,
    .block--type-side-banner.side-size .image picture img,
    .block--type-side-banner.side-size .image video,
    .block--type-side-banner.side-size .image img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .block--type-side-banner.full-size .image,
      .block--type-side-banner.page-size .image,
      .block--type-side-banner.side-size .image {
        width: auto; } }
    .block--type-side-banner.full-size .image.imagestyle,
    .block--type-side-banner.page-size .image.imagestyle,
    .block--type-side-banner.side-size .image.imagestyle {
      display: inline-block;
      height: 100%; }
      @media screen and (min-width: 1040px) {
        .block--type-side-banner.full-size .image.imagestyle .field-image,
        .block--type-side-banner.page-size .image.imagestyle .field-image,
        .block--type-side-banner.side-size .image.imagestyle .field-image {
          display: none; } }
      .block--type-side-banner.full-size .image.imagestyle .bg-image,
      .block--type-side-banner.page-size .image.imagestyle .bg-image,
      .block--type-side-banner.side-size .image.imagestyle .bg-image {
        display: none; }
        @media screen and (min-width: 1040px) {
          .block--type-side-banner.full-size .image.imagestyle .bg-image,
          .block--type-side-banner.page-size .image.imagestyle .bg-image,
          .block--type-side-banner.side-size .image.imagestyle .bg-image {
            display: inline-block;
            height: 100%;
            width: 100%;
            min-height: 330px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat; } }
    .block--type-side-banner.full-size .image a,
    .block--type-side-banner.page-size .image a,
    .block--type-side-banner.side-size .image a {
      line-height: 0; }
  .block--type-side-banner.full-size .text,
  .block--type-side-banner.page-size .text,
  .block--type-side-banner.side-size .text {
    width: 100%;
    background-color: #F7F7F7;
    padding-right: 30px;
    padding-left: 20px;
    position: relative;
    margin-top: 36px; }
    @media screen and (min-width: 1040px) {
      .block--type-side-banner.full-size .text,
      .block--type-side-banner.page-size .text,
      .block--type-side-banner.side-size .text {
        padding-right: 60px;
        padding-left: 12px; } }
    .block--type-side-banner.full-size .text .block-channel-type,
    .block--type-side-banner.page-size .text .block-channel-type,
    .block--type-side-banner.side-size .text .block-channel-type {
      font-size: 15px;
      line-height: 19px;
      margin-bottom: 10px; }
    .block--type-side-banner.full-size .text .block-title, .block--type-side-banner.full-size .text .block-title *,
    .block--type-side-banner.page-size .text .block-title,
    .block--type-side-banner.page-size .text .block-title *,
    .block--type-side-banner.side-size .text .block-title,
    .block--type-side-banner.side-size .text .block-title * {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 8px;
      font-weight: 800; }
      @media screen and (min-width: 768px) {
        .block--type-side-banner.full-size .text .block-title, .block--type-side-banner.full-size .text .block-title *,
        .block--type-side-banner.page-size .text .block-title,
        .block--type-side-banner.page-size .text .block-title *,
        .block--type-side-banner.side-size .text .block-title,
        .block--type-side-banner.side-size .text .block-title * {
          font-size: 26px; } }
      @media screen and (min-width: 1040px) {
        .block--type-side-banner.full-size .text .block-title, .block--type-side-banner.full-size .text .block-title *,
        .block--type-side-banner.page-size .text .block-title,
        .block--type-side-banner.page-size .text .block-title *,
        .block--type-side-banner.side-size .text .block-title,
        .block--type-side-banner.side-size .text .block-title * {
          font-size: 30px; } }
    .block--type-side-banner.full-size .text .field--name-field-sub-headline, .block--type-side-banner.full-size .text .field--name-field-sub-headline *,
    .block--type-side-banner.page-size .text .field--name-field-sub-headline,
    .block--type-side-banner.page-size .text .field--name-field-sub-headline *,
    .block--type-side-banner.side-size .text .field--name-field-sub-headline,
    .block--type-side-banner.side-size .text .field--name-field-sub-headline * {
      color: #444; }
    .block--type-side-banner.full-size .text .disclaimer,
    .block--type-side-banner.page-size .text .disclaimer,
    .block--type-side-banner.side-size .text .disclaimer {
      padding-bottom: 30px; }
      .block--type-side-banner.full-size .text .disclaimer .field--name-field-body-disclaimer,
      .block--type-side-banner.page-size .text .disclaimer .field--name-field-body-disclaimer,
      .block--type-side-banner.side-size .text .disclaimer .field--name-field-body-disclaimer {
        max-height: 70px;
        overflow-y: auto; }
        .block--type-side-banner.full-size .text .disclaimer .field--name-field-body-disclaimer .field__item *,
        .block--type-side-banner.page-size .text .disclaimer .field--name-field-body-disclaimer .field__item *,
        .block--type-side-banner.side-size .text .disclaimer .field--name-field-body-disclaimer .field__item * {
          font-size: 12.6px;
          line-height: 21.4px; }
    .block--type-side-banner.full-size .text a,
    .block--type-side-banner.page-size .text a,
    .block--type-side-banner.side-size .text a {
      margin-top: 4px;
      margin-bottom: 18px; }

.block--type-side-banner.page-size {
  padding: 0; }

.block--type-side-banner.full-size {
  position: relative; }
  @media screen and (min-width: 938px) {
    .block--type-side-banner.full-size {
      max-width: 1440px;
      margin: 0 auto; }
      .block--type-side-banner.full-size .ad-wrapper {
        flex-direction: row;
        margin-left: 20px;
        margin-right: 20px; } }
  .block--type-side-banner.full-size .image {
    flex-shrink: 0;
    overflow: hidden;
    text-align: center; }
  @media screen and (min-width: 1040px) {
    .block--type-side-banner.full-size a.after-a {
      width: inherit; } }
  .block--type-side-banner.full-size .image-after {
    background: url("/themes/custom/bwl/images/ad-curve-h.svg");
    height: 78px;
    margin: 0 auto;
    flex-shrink: 0;
    position: relative;
    top: -70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom; }
    @media screen and (min-width: 600px) {
      .block--type-side-banner.full-size .image-after {
        background-size: cover;
        height: 106px;
        top: -90px; } }
    @media screen and (min-width: 938px) {
      .block--type-side-banner.full-size .image-after {
        background: url("/themes/custom/bwl/images/ad-curve-v.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        height: 100%;
        width: 80px;
        flex-shrink: 0;
        position: relative;
        top: 0; } }
  @media screen and (min-width: 938px) and (min-width: 600px) {
    .block--type-side-banner.full-size .image-after {
      background-size: cover;
      left: -72px; } }
  @media screen and (min-width: 938px) and (min-width: 1040px) {
    .block--type-side-banner.full-size .image-after {
      background-size: contain; } }

.block--type-rates-table {
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .block--type-rates-table {
      padding: 20px; } }
  .block--type-rates-table.product-detail {
    position: relative;
    z-index: 3;
    bottom: -70px;
    margin-top: -30px;
    max-width: 1200px; }
    @media screen and (min-width: 1040px) {
      .block--type-rates-table.product-detail {
        padding: 20px 40px; } }
    .block--type-rates-table.product-detail .disclaimer-and-cta,
    .block--type-rates-table.product-detail .table-wrapper,
    .block--type-rates-table.product-detail table {
      box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
      background-color: #fff; }
    .block--type-rates-table.product-detail .top-content {
      display: block;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .block--type-rates-table.product-detail .top-content h2 {
          margin-bottom: 1em; } }
    .block--type-rates-table.product-detail .disclaimer-and-cta {
      padding: 0; }
    .block--type-rates-table.product-detail .disclaimer-text {
      margin-bottom: 0; }
    .block--type-rates-table.product-detail .disclaimer {
      padding: 2.5em;
      margin: 0; }
  .block--type-rates-table .top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.5em; }
    .block--type-rates-table .top-content h2 {
      margin-bottom: 10px;
      margin-top: 2em; }
      @media screen and (min-width: 768px) {
        .block--type-rates-table .top-content h2 {
          margin: 0 0 5px; } }
    .block--type-rates-table .top-content .field--name-field-url {
      display: none; }
      @media screen and (min-width: 768px) {
        .block--type-rates-table .top-content .field--name-field-url {
          display: block;
          font-size: 0.9em;
          font-weight: bold; } }
  .block--type-rates-table .tables table {
    border: 1px solid rgba(29, 59, 110, 0.1); }
  .block--type-rates-table .tables .table-wrapper {
    margin-top: 2.5em; }
    @media screen and (min-width: 768px) {
      .block--type-rates-table .tables .table-wrapper {
        margin-top: 1.5em; } }
  .block--type-rates-table .tables .table-wrapper:last-of-type,
  .block--type-rates-table .tables table:last-of-type {
    border-bottom: none; }
    .block--type-rates-table .tables .table-wrapper:last-of-type + p,
    .block--type-rates-table .tables table:last-of-type + p {
      display: none; }
  .block--type-rates-table .tables table + p {
    display: none; }
  .block--type-rates-table .tables tr td:nth-child(1) {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .block--type-rates-table .tables tr td:nth-child(1) {
        margin: auto;
        padding: 1.5em 1em 1.5em 2em; } }
  .block--type-rates-table .tables tr td p {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .block--type-rates-table .tables tr td p {
        margin: auto; } }
  .block--type-rates-table .disclaimer-and-cta {
    border: 1px solid rgba(29, 59, 110, 0.1);
    border-top: none;
    margin-top: -1.5em; }
  .block--type-rates-table .disclaimer-text {
    max-height: 165px;
    overflow-y: auto;
    margin-bottom: 1em;
    font-size: 0.7em; }
    .block--type-rates-table .disclaimer-text .field__item {
      padding: 2.5em; }
    .block--type-rates-table .disclaimer-text p.disclaimer {
      font-size: 1em;
      padding: 0;
      margin: 0 0 0.85em; }
    .block--type-rates-table .disclaimer-text > div {
      text-align: left; }
    @media screen and (min-width: 768px) {
      .block--type-rates-table .disclaimer-text {
        max-height: 192px; } }
    .block--type-rates-table .disclaimer-text::-webkit-scrollbar {
      width: 10px;
      background-color: #eaeaea;
      border-radius: 5px; }
    .block--type-rates-table .disclaimer-text::-webkit-scrollbar-track {
      border-radius: 5px; }
    .block--type-rates-table .disclaimer-text::-webkit-scrollbar-thumb {
      background-color: #9b9b9b;
      border-radius: 5px; }
  .block--type-rates-table .disclaimer {
    padding-right: 0.5em; }
  .block--type-rates-table .cta {
    text-align: center;
    max-width: 170px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 2.5em 2.5em; }
    @media screen and (min-width: 550px) {
      .block--type-rates-table .cta {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        max-width: none;
        margin: auto; } }
    .block--type-rates-table .cta .ghost-button,
    .block--type-rates-table .cta .reverse-ghost-button {
      max-width: 170px;
      margin: 10px 0;
      font-size: 0.9em;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 550px) {
        .block--type-rates-table .cta .ghost-button,
        .block--type-rates-table .cta .reverse-ghost-button {
          font-size: 1em;
          margin: 0 0.2em; } }
      @media screen and (min-width: 768px) {
        .block--type-rates-table .cta .ghost-button,
        .block--type-rates-table .cta .reverse-ghost-button {
          max-width: 200px; } }
      @media screen and (min-width: 1040px) {
        .block--type-rates-table .cta .ghost-button,
        .block--type-rates-table .cta .reverse-ghost-button {
          max-width: 250px; } }
    .block--type-rates-table .cta .ghost-button {
      font-weight: 800; }
    .block--type-rates-table .cta .reverse-ghost-button {
      white-space: normal; }

@media screen and (min-width: 938px) {
  .page-membership-welcome .block--type-icon-carousel h2 {
    display: block;
    padding-top: 20px; } }

.block--type-icon-carousel {
  background: linear-gradient(to right, #0E4079 0%, #1069B9 100%);
  padding-top: 112px; }
  @media screen and (min-width: 938px) {
    .block--type-icon-carousel {
      margin-top: 19px;
      background: linear-gradient(to right, #0D2651 0%, #1069B9 100%);
      padding-top: 0px; } }
  .block--type-icon-carousel h2 {
    margin: 0;
    text-align: center;
    color: white;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 600px) {
      .block--type-icon-carousel h2 {
        font-size: 1.5em; } }
    @media screen and (min-width: 938px) {
      .block--type-icon-carousel h2 {
        display: none; } }
  .block--type-icon-carousel .slick {
    position: relative; }
  .block--type-icon-carousel .slick .slick-slider {
    padding: 30px; }
  .block--type-icon-carousel .slick-list {
    width: calc(100% - 7px);
    margin: 0 auto; }
    .block--type-icon-carousel .slick-list img {
      width: 40px;
      margin: 0 auto; }
      @media screen and (min-width: 600px) {
        .block--type-icon-carousel .slick-list img {
          width: 50px; } }
      @media screen and (min-width: 938px) {
        .block--type-icon-carousel .slick-list img {
          width: initial;
          padding-bottom: 15px; } }
      @supports (-ms-ime-align: auto) {
        .block--type-icon-carousel .slick-list img {
          max-width: 70px; } }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .block--type-icon-carousel .slick-list img {
          max-width: 70px;
          width: 70px; } }
  .block--type-icon-carousel .slick-track {
    display: flex; }
  .block--type-icon-carousel .slick__slide {
    vertical-align: middle;
    text-align: center; }
  .block--type-icon-carousel .slick-slide {
    height: auto !important;
    padding-left: 20px; }
  .block--type-icon-carousel .carousel-icon-slide > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .block--type-icon-carousel .carousel-icon-slide > a:active .title, .block--type-icon-carousel .carousel-icon-slide > a:focus .title, .block--type-icon-carousel .carousel-icon-slide > a:hover .title {
      text-decoration: underline; }
  .block--type-icon-carousel .title {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    margin-top: 3px;
    font-weight: 600; }
    @media screen and (min-width: 600px) {
      .block--type-icon-carousel .title {
        margin-top: 10px;
        font-size: .95em; } }
    @media screen and (min-width: 938px) {
      .block--type-icon-carousel .title {
        font-size: .88em;
        margin-bottom: 5px;
        margin-top: 15px; } }
    @media screen and (max-width: 280px) {
      .block--type-icon-carousel .title {
        font-size: .6em;
        margin-top: 15px; } }
  .block--type-icon-carousel .slick-arrow,
  .block--type-icon-carousel .slick-arrow:hover,
  .block--type-icon-carousel .slick-arrow:focus,
  .block--type-icon-carousel .slick-arrow:active {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 34px;
    height: 20px; }
  .block--type-icon-carousel .slick-arrow {
    border-radius: 0; }
    .block--type-icon-carousel .slick-arrow span {
      display: block;
      border-bottom: 1px solid #fff;
      opacity: 0.7;
      width: 100%;
      border-radius: 5px;
      margin-top: -1px; }
    .block--type-icon-carousel .slick-arrow:after {
      top: 4px; }
    .block--type-icon-carousel .slick-arrow:hover span, .block--type-icon-carousel .slick-arrow:active span, .block--type-icon-carousel .slick-arrow:focus span {
      border-bottom: 1px solid gray; }
    .block--type-icon-carousel .slick-arrow:hover:before, .block--type-icon-carousel .slick-arrow:hover:after, .block--type-icon-carousel .slick-arrow:active:before, .block--type-icon-carousel .slick-arrow:active:after, .block--type-icon-carousel .slick-arrow:focus:before, .block--type-icon-carousel .slick-arrow:focus:after {
      background-color: gray; }
  .block--type-icon-carousel .slick-prev {
    left: 5px !important;
    position: absolute;
    top: 58px; }
  .block--type-icon-carousel .slick-next {
    right: 5px !important;
    position: absolute;
    top: 58px; }
  .block--type-icon-carousel .slick__arrow {
    bottom: 57px; }

.block--type-gradient-background-w-icon-colum.block {
  background: linear-gradient(134.14deg, #0d2651 0%, #1069b9 100%);
  padding: 80px 20px 40px;
  overflow-x: hidden;
  margin: 3em 0;
  margin-bottom: 0; }
  .page-type-page .block--type-gradient-background-w-icon-colum.block {
    margin: 3em 20px; }
  @media screen and (min-width: 768px) {
    .block--type-gradient-background-w-icon-colum.block {
      padding-top: 40px; } }
  @media screen and (min-width: 1040px) {
    .block--type-gradient-background-w-icon-colum.block.three-columns .field--name-field-icon-column > .field__item {
      flex: 0 33%; }
      .block--type-gradient-background-w-icon-colum.block.three-columns .field--name-field-icon-column > .field__item:nth-child(4n) {
        max-width: 33%; } }
  @media screen and (min-width: 1040px) and (-ms-high-contrast: active), (min-width: 1040px) and (-ms-high-contrast: none) {
    .block--type-gradient-background-w-icon-colum.block.three-columns .field--name-field-icon-column > .field__item {
      flex: 0 1 auto !important;
      width: 33% !important; } }
  .block--type-gradient-background-w-icon-colum.block p,
  .block--type-gradient-background-w-icon-colum.block a,
  .block--type-gradient-background-w-icon-colum.block h2,
  .block--type-gradient-background-w-icon-colum.block h3,
  .block--type-gradient-background-w-icon-colum.block h4,
  .block--type-gradient-background-w-icon-colum.block h5,
  .block--type-gradient-background-w-icon-colum.block h6,
  .block--type-gradient-background-w-icon-colum.block span {
    color: #fff; }
  .block--type-gradient-background-w-icon-colum.block a:not(.button) {
    text-decoration: none;
    font-weight: 700; }
  .block--type-gradient-background-w-icon-colum.block a:hover,
  .block--type-gradient-background-w-icon-colum.block a:focus,
  .block--type-gradient-background-w-icon-colum.block a:hover {
    color: #fff;
    text-decoration: underline; }
  .block--type-gradient-background-w-icon-colum.block h2 {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0.2em; }
    @media screen and (min-width: 768px) {
      .block--type-gradient-background-w-icon-colum.block h2 {
        font-size: 2em;
        margin-top: 20px; } }
  .block--type-gradient-background-w-icon-colum.block .field--name-field-subtitle {
    text-align: center;
    color: #fff;
    opacity: 0.8; }
  .block--type-gradient-background-w-icon-colum.block .field--name-field-icon-column {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap; }
    .block--type-gradient-background-w-icon-colum.block .field--name-field-icon-column > .field__item {
      flex: 1 0 40%;
      padding: 4%;
      align-items: center;
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      @media screen and (min-width: 1040px) {
        .block--type-gradient-background-w-icon-colum.block .field--name-field-icon-column > .field__item {
          flex: 1 0 21%;
          padding: 1.5%; } }
  .block--type-gradient-background-w-icon-colum.block .icon {
    text-align: center; }
  .block--type-gradient-background-w-icon-colum.block .title {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-top: 15px; }
    @media screen and (min-width: 500px) {
      .block--type-gradient-background-w-icon-colum.block .title {
        font-size: 0.9em; } }
    @media screen and (min-width: 600px) {
      .block--type-gradient-background-w-icon-colum.block .title {
        font-size: 1.1em;
        margin-bottom: 5px; } }
  .block--type-gradient-background-w-icon-colum.block .field--name-field-slide-details {
    display: none;
    max-width: 300px;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .block--type-gradient-background-w-icon-colum.block .field--name-field-slide-details {
        display: block;
        color: #fff;
        font-size: 0.93em; } }
  .block--type-gradient-background-w-icon-colum.block .divider {
    display: block;
    width: 200%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .block--type-gradient-background-w-icon-colum.block .bottom-content {
    text-align: center;
    padding-top: 40px;
    position: relative; }
    .block--type-gradient-background-w-icon-colum.block .bottom-content h3 {
      font-size: 1.2em;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .block--type-gradient-background-w-icon-colum.block .bottom-content h3 {
          margin-bottom: 10px; } }
    @media screen and (min-width: 768px) {
      .block--type-gradient-background-w-icon-colum.block .bottom-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 20px 0; } }
  .block--type-gradient-background-w-icon-colum.block .ghost-button {
    border: 2px solid #fff;
    color: #fff; }
    .block--type-gradient-background-w-icon-colum.block .ghost-button:hover, .block--type-gradient-background-w-icon-colum.block .ghost-button:active, .block--type-gradient-background-w-icon-colum.block .ghost-button:focus {
      background-color: #fff;
      color: #1d3b6e; }
  .block--type-gradient-background-w-icon-colum.block .field--name-body {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 600px) {
      .block--type-gradient-background-w-icon-colum.block .field--name-body {
        font-size: 1.15em;
        max-width: 80%;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .block--type-gradient-background-w-icon-colum.block .field--name-body {
        text-align: left;
        max-width: 70%;
        margin-left: 0;
        font-size: 1.1em; } }

.block--type-rates-carousel h2 {
  text-align: center;
  font-weight: 800; }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel h2 {
      margin-bottom: 1.4em; } }

.front .block--type-rates-carousel {
  padding: 0 5px; }

.block--type-rates-carousel .carousel-rates-slide {
  text-align: center;
  margin: 0 15px;
  line-height: 0.88; }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .carousel-rates-slide {
      margin: 0 auto; } }
  .block--type-rates-carousel .carousel-rates-slide a {
    text-decoration: none !important;
    display: inline-block; }
    .block--type-rates-carousel .carousel-rates-slide a:active .title, .block--type-rates-carousel .carousel-rates-slide a:focus .title, .block--type-rates-carousel .carousel-rates-slide a:hover .title {
      text-decoration: underline; }

.block--type-rates-carousel .slick {
  position: relative; }

.block--type-rates-carousel .title {
  color: #1d3b6e;
  font-size: 0.75em;
  font-weight: 800;
  display: block; }
  @media screen and (min-width: 500px) {
    .block--type-rates-carousel .title {
      font-size: 0.85em; } }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .title {
      font-size: 0.9em; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .title {
      font-size: 1em; } }

.block--type-rates-carousel .as-low-as {
  display: block;
  font-weight: 300;
  color: #1d3b6e;
  font-size: 0.75em; }
  @media screen and (min-width: 500px) {
    .block--type-rates-carousel .as-low-as {
      font-size: 0.8em; } }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .as-low-as {
      font-size: 0.85em; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .as-low-as {
      font-size: 0.95em;
      margin-top: 5px;
      margin-bottom: 5px; } }
  @media screen and (min-width: 1040px) {
    .block--type-rates-carousel .as-low-as {
      font-size: 0.95em;
      margin-top: 8px;
      margin-bottom: 8px; } }

.block--type-rates-carousel span.rate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }

.block--type-rates-carousel .interest-rate,
.block--type-rates-carousel .number {
  color: #2C784C; }

.block--type-rates-carousel .number {
  font-size: 1.5em;
  font-weight: 700;
  display: block; }
  @media screen and (min-width: 500px) {
    .block--type-rates-carousel .number {
      font-size: 1.6em; } }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .number {
      font-size: 1.7em; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .number {
      font-size: 2em; } }

.block--type-rates-carousel span.interest-rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.block--type-rates-carousel .acronym,
.block--type-rates-carousel .symbol {
  display: block;
  line-height: 10px; }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .acronym,
    .block--type-rates-carousel .symbol {
      line-height: 14px; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .acronym,
    .block--type-rates-carousel .symbol {
      line-height: 16px; } }

.block--type-rates-carousel .symbol {
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .symbol {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .symbol {
      font-size: 16px; } }

.block--type-rates-carousel .acronym {
  font-size: 10px; }
  @media screen and (min-width: 600px) {
    .block--type-rates-carousel .acronym {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .acronym {
      font-size: 14px; } }

.block--type-rates-carousel .slick-list {
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (min-width: 1040px) {
    .block--type-rates-carousel .slick-list {
      max-width: 850px; } }

.block--type-rates-carousel .slick .slick-arrow,
.block--type-rates-carousel .slick .slick-arrow:active,
.block--type-rates-carousel .slick .slick-arrow:focus,
.block--type-rates-carousel .slick .slick-arrow:hover {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 51px;
  height: 28px; }

.block--type-rates-carousel .slick-arrow {
  border-radius: 0; }
  .block--type-rates-carousel .slick-arrow span {
    display: block;
    border-bottom: 2px solid #d8d8d8;
    width: 100%;
    border-radius: 5px; }
  .block--type-rates-carousel .slick-arrow:after, .block--type-rates-carousel .slick-arrow:before {
    content: "";
    display: block;
    width: 18px;
    position: absolute;
    height: 2px;
    background-color: #d8d8d8;
    left: -3px;
    border-radius: 5px; }
  .block--type-rates-carousel .slick-arrow:before {
    top: 19px;
    transform: rotate(45deg); }
  .block--type-rates-carousel .slick-arrow:after {
    top: 7px;
    transform: rotate(-45deg); }
  .block--type-rates-carousel .slick-arrow:active span, .block--type-rates-carousel .slick-arrow:focus span, .block--type-rates-carousel .slick-arrow:hover span {
    border-bottom: 2px solid #757575; }
  .block--type-rates-carousel .slick-arrow:active:after, .block--type-rates-carousel .slick-arrow:active:before, .block--type-rates-carousel .slick-arrow:focus:after, .block--type-rates-carousel .slick-arrow:focus:before, .block--type-rates-carousel .slick-arrow:hover:after, .block--type-rates-carousel .slick-arrow:hover:before {
    background-color: #757575; }

.block--type-rates-carousel .slick-next {
  transform: rotate(0.5turn); }

.block--type-rates-carousel .field--name-field-cta {
  text-align: center;
  margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .block--type-rates-carousel .field--name-field-cta {
      margin-top: 1.5em; } }
  .block--type-rates-carousel .field--name-field-cta a {
    background-color: transparent;
    color: #1d3b6e;
    border: 2px solid #1d3b6e;
    font-weight: 800;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    border-radius: 6px;
    padding: 0.5em 1.6em;
    max-width: 200px; }
    .block--type-rates-carousel .field--name-field-cta a:active, .block--type-rates-carousel .field--name-field-cta a:focus, .block--type-rates-carousel .field--name-field-cta a:hover {
      background-color: #1d3b6e;
      color: #fff;
      box-shadow: none; }

.block-views-blockseminars-webinars-block-3 {
  padding: 96px 20px 35px 20px;
  padding: 50px 20px 35px 20px;
  background: linear-gradient(131.41deg, #1D3B6E 0%, #307BBF 100%);
  position: relative;
  box-shadow: 4px 6px 16px 2px #c4c4c4; }
  @media screen and (min-width: 600px) {
    .block-views-blockseminars-webinars-block-3 {
      font-size: 1.1em; } }
  @media screen and (min-width: 768px) {
    .block-views-blockseminars-webinars-block-3 {
      padding: 100px 20px 50px 20px;
      font-size: 1.0em; } }
  .block-views-blockseminars-webinars-block-3 > div:not(.contextual) {
    position: relative;
    max-width: 1138px; }
    @media screen and (min-width: 1040px) {
      .block-views-blockseminars-webinars-block-3 > div:not(.contextual) {
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 > div:not(.contextual):before {
        content: "";
        display: inline-block;
        width: 48%;
        height: 120%;
        background-image: url(/themes/custom/bwl/images/events-carousel.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, 0.3);
        z-index: 2; } }
    @media screen and (min-width: 1040px) {
      .block-views-blockseminars-webinars-block-3 > div:not(.contextual):before {
        width: 46%;
        max-width: 476px; } }
  .block-views-blockseminars-webinars-block-3 .calendar-icon {
    background: url(/themes/custom/bwl/images/events-carousel-icon.svg) no-repeat center/cover;
    height: 40px;
    width: 44px;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 .calendar-icon {
        height: 66px;
        width: 73px; } }
  .block-views-blockseminars-webinars-block-3 .subtitle {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    opacity: 0.8;
    font-size: 1.5rem; }
  .block-views-blockseminars-webinars-block-3 h3 {
    margin-top: 0.3em;
    color: #fff;
    font-weight: 800;
    margin-bottom: 6px; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 h3 {
        font-size: 1.9em;
        margin-bottom: 13px; } }
  .block-views-blockseminars-webinars-block-3 header {
    margin-bottom: 27px; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 header {
        margin-bottom: 33px; } }
  .block-views-blockseminars-webinars-block-3 .top-headline {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    opacity: 0.8;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 .top-headline {
        margin-top: 0.8em; } }
  .block-views-blockseminars-webinars-block-3 h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 h4 {
        margin-top: 0.3em; } }
  .block-views-blockseminars-webinars-block-3 .when-time {
    color: #fff;
    opacity: 0.8;
    font-size: 0.92em;
    margin-top: 0.3em; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 .when-time {
        margin-top: 0.5em; } }
  .block-views-blockseminars-webinars-block-3 .ghost-button {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 2em; }
    .block-views-blockseminars-webinars-block-3 .ghost-button:focus, .block-views-blockseminars-webinars-block-3 .ghost-button:hover, .block-views-blockseminars-webinars-block-3 .ghost-button:active {
      background-color: #fff;
      color: #1d3b6e; }
    @media screen and (min-width: 768px) {
      .block-views-blockseminars-webinars-block-3 .ghost-button {
        margin-top: 1.5em; } }
  .block-views-blockseminars-webinars-block-3 .slick .slick-dots {
    text-align: left; }
    .block-views-blockseminars-webinars-block-3 .slick .slick-dots button {
      width: 12px;
      height: 12px;
      background: transparent;
      border: 2px solid #fff; }
      @media screen and (min-width: 768px) {
        .block-views-blockseminars-webinars-block-3 .slick .slick-dots button {
          width: 17px;
          height: 17px; } }
      .block-views-blockseminars-webinars-block-3 .slick .slick-dots button:focus {
        outline-color: yellow; }
      .block-views-blockseminars-webinars-block-3 .slick .slick-dots button:active, .block-views-blockseminars-webinars-block-3 .slick .slick-dots button:hover {
        background-color: #f2f2f2; }
    .block-views-blockseminars-webinars-block-3 .slick .slick-dots .slick-active button {
      background-color: #fff; }
  .block-views-blockseminars-webinars-block-3 footer a {
    color: #fff;
    font-size: 0.85em; }
    @media screen and (min-width: 600px) {
      .block-views-blockseminars-webinars-block-3 footer a {
        font-size: 0.9em; } }
  @media screen and (min-width: 768px) {
    .block-views-blockseminars-webinars-block-3 .events-carousel {
      width: 48%;
      margin-left: auto; } }

.block--type-content-with-aligned-image-small.block,
.block--type-content-with-aligned-image.block,
.page-type-landing_page .block--type-content-with-aligned-image.block {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0; }
  .block--type-content-with-aligned-image-small.block .content-aligned-image,
  .block--type-content-with-aligned-image.block .content-aligned-image,
  .page-type-landing_page .block--type-content-with-aligned-image.block .content-aligned-image {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 3em;
    max-width: 1288px; }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block .content-aligned-image,
      .block--type-content-with-aligned-image.block .content-aligned-image,
      .page-type-landing_page .block--type-content-with-aligned-image.block .content-aligned-image {
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto; } }
    @media screen and (min-width: 1440px) {
      .block--type-content-with-aligned-image-small.block .content-aligned-image,
      .block--type-content-with-aligned-image.block .content-aligned-image,
      .page-type-landing_page .block--type-content-with-aligned-image.block .content-aligned-image {
        padding-top: 3em; } }
  @media screen and (min-width: 768px) {
    .block--type-content-with-aligned-image-small.block .image,
    .block--type-content-with-aligned-image.block .image,
    .page-type-landing_page .block--type-content-with-aligned-image.block .image {
      flex: 1; } }
  @media screen and (min-width: 1440px) {
    .block--type-content-with-aligned-image-small.block .content,
    .block--type-content-with-aligned-image.block .content,
    .page-type-landing_page .block--type-content-with-aligned-image.block .content {
      margin-top: 50px; } }
  @media screen and (min-width: 768px) {
    .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image {
      margin-left: auto;
      padding-left: 20px; } }
  @media screen and (min-width: 1400px) {
    .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image {
      padding-left: 0; } }
  .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content,
  .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content,
  .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
  .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content,
  .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
  .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content,
      .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content,
      .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
      .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content {
        padding: 0;
        margin-right: 40px;
        margin-left: 0;
        flex: 1; } }
    @media screen and (min-width: 850px) {
      .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content,
      .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content,
      .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
      .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(even) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(odd) .content {
        max-width: 600px; } }
  @media screen and (min-width: 768px) {
    .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image {
      flex-direction: row-reverse;
      margin-left: 0;
      margin-right: auto;
      padding-right: 20px; } }
  @media screen and (min-width: 1400px) {
    .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image {
      padding-left: 0; } }
  .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(odd) .content,
  .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(even) .content,
  .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content,
  .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content,
  .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content,
  .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(odd) .content,
      .block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(even) .content,
      .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content,
      .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-left .field__item:nth-child(odd) .content,
      .page-type-landing_page .block--type-content-with-aligned-image.block.image-aligned-right .field__item:nth-child(even) .content {
        padding: 0;
        margin-left: 40px;
        flex: 1; } }
  .block--type-content-with-aligned-image-small.block .image,
  .block--type-content-with-aligned-image.block .image,
  .page-type-landing_page .block--type-content-with-aligned-image.block .image {
    min-width: 1px;
    min-height: 1px; }
  .block--type-content-with-aligned-image-small.block .block-channel-type,
  .block--type-content-with-aligned-image.block .block-channel-type,
  .page-type-landing_page .block--type-content-with-aligned-image.block .block-channel-type {
    font-size: 1.0em; }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block .block-channel-type,
      .block--type-content-with-aligned-image.block .block-channel-type,
      .page-type-landing_page .block--type-content-with-aligned-image.block .block-channel-type {
        font-size: 0.8em; } }
  .block--type-content-with-aligned-image-small.block h2,
  .block--type-content-with-aligned-image.block h2,
  .page-type-landing_page .block--type-content-with-aligned-image.block h2 {
    font-size: 1.4em;
    margin: 0.2em 0; }
    @media screen and (min-width: 600px) {
      .block--type-content-with-aligned-image-small.block h2,
      .block--type-content-with-aligned-image.block h2,
      .page-type-landing_page .block--type-content-with-aligned-image.block h2 {
        font-size: 1.9em; } }
  .block--type-content-with-aligned-image-small.block .field--name-field-description,
  .block--type-content-with-aligned-image.block .field--name-field-description,
  .page-type-landing_page .block--type-content-with-aligned-image.block .field--name-field-description {
    margin: 0 auto;
    line-height: 1.4;
    font-size: 1.8rem; }
    @media screen and (min-width: 600px) {
      .block--type-content-with-aligned-image-small.block .field--name-field-description,
      .block--type-content-with-aligned-image.block .field--name-field-description,
      .page-type-landing_page .block--type-content-with-aligned-image.block .field--name-field-description {
        line-height: 1.7; } }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block .field--name-field-description,
      .block--type-content-with-aligned-image.block .field--name-field-description,
      .page-type-landing_page .block--type-content-with-aligned-image.block .field--name-field-description {
        width: 100%;
        max-width: 100%;
        line-height: 1.55; } }
  .block--type-content-with-aligned-image-small.block a,
  .block--type-content-with-aligned-image.block a,
  .page-type-landing_page .block--type-content-with-aligned-image.block a {
    font-weight: 400;
    margin-top: 1em;
    text-decoration: underline;
    white-space: normal; }
    .block--type-content-with-aligned-image-small.block a.button, .block--type-content-with-aligned-image-small.block a.ghost-button,
    .block--type-content-with-aligned-image.block a.button,
    .block--type-content-with-aligned-image.block a.ghost-button,
    .page-type-landing_page .block--type-content-with-aligned-image.block a.button,
    .page-type-landing_page .block--type-content-with-aligned-image.block a.ghost-button {
      font-size: 1em;
      font-weight: 800;
      text-decoration: none; }
  .block--type-content-with-aligned-image-small.block .text-color,
  .block--type-content-with-aligned-image.block .text-color,
  .page-type-landing_page .block--type-content-with-aligned-image.block .text-color {
    font-size: 1em; }
  .block--type-content-with-aligned-image-small.block .content-aligned-image.drop-shadow img,
  .block--type-content-with-aligned-image.block .content-aligned-image.drop-shadow img,
  .page-type-landing_page .block--type-content-with-aligned-image.block .content-aligned-image.drop-shadow img {
    vertical-align: middle;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .block--type-content-with-aligned-image-small.block .content-aligned-image.drop-shadow img,
      .block--type-content-with-aligned-image.block .content-aligned-image.drop-shadow img,
      .page-type-landing_page .block--type-content-with-aligned-image.block .content-aligned-image.drop-shadow img {
        box-shadow: 1px 8px 14px rgba(0, 0, 0, 0.25), 1px 0 8px rgba(0, 0, 0, 0.2); } }

.page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block {
  max-width: 1440px;
  padding: 0 20px; }
  .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .field--name-field-content-with- > .field__item {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .field--name-field-content-with- > .field__item {
        margin-top: 3em; } }
    @media screen and (min-width: 768px) {
      .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .field--name-field-content-with- > .field__item:nth-child(1) {
        margin-top: 0; } }
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .field--name-field-content-with- > .field__item .content-aligned-image {
      border-top: 1px solid #DDD; }
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .field--name-field-content-with- > .field__item:nth-child(1) .content-aligned-image {
      border-top: none; }
  @media screen and (min-width: 768px) {
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(even) .content-aligned-image,
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(odd) .content-aligned-image {
      padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block.image-aligned-left .field__item:nth-child(odd) .content-aligned-image,
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block.image-aligned-right .field__item:nth-child(even) .content-aligned-image {
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .content-aligned-image {
      justify-content: center;
      margin: 0 auto;
      max-width: 1200px; } }
  .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .block-channel-type {
    text-align: center;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .block-channel-type {
        text-align: left; } }
  @media screen and (min-width: 768px) {
    .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .image {
      flex: 1; } }
  .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .content {
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .content {
        padding-left: 0;
        margin-top: 0 !important;
        width: 75%;
        max-width: 100%; } }
    @media screen and (min-width: 1440px) {
      .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block .content {
        flex: 1 1 117px;
        max-width: 100%; } }
  .page-type-landing_page
.panel-column-wrapper.one-col
.block--type-content-with-aligned-image-small.block a:not(.button):not(.ghost-button) {
    margin-top: 1em; }

#overlapping-icon-block-1 {
  width: calc(100% - 20px * 2);
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -8%;
  border: 1px solid #ddd;
  padding: 0; }
  @media screen and (min-width: 938px) {
    #overlapping-icon-block-1 {
      margin-top: -100px; } }
  @media screen and (min-width: 1040px) {
    #overlapping-icon-block-1 {
      max-width: 1138px; } }

#overlapping-icon-block-1 > div > .field__item {
  display: flex;
  background: #fff;
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.16); }
  #overlapping-icon-block-1 > div > .field__item .square {
    text-align: center;
    flex: 1;
    padding: 20px 10px; }
    #overlapping-icon-block-1 > div > .field__item .square:nth-child(2) {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    @media screen and (min-width: 600px) {
      #overlapping-icon-block-1 > div > .field__item .square {
        padding: 30px 20px; } }
    @media screen and (min-width: 768px) {
      #overlapping-icon-block-1 > div > .field__item .square {
        padding: 28px; } }
    @media screen and (min-width: 1040px) {
      #overlapping-icon-block-1 > div > .field__item .square {
        padding: 56px; } }
  #overlapping-icon-block-1 > div > .field__item img {
    margin: 0 auto;
    width: 60px; }
    @media screen and (min-width: 768px) {
      #overlapping-icon-block-1 > div > .field__item img {
        width: auto; } }
  #overlapping-icon-block-1 > div > .field__item .title {
    font-weight: 800;
    color: #1d3b6e;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      #overlapping-icon-block-1 > div > .field__item .title {
        font-size: 16px;
        margin-top: 0.5em; } }
    @media screen and (min-width: 768px) {
      #overlapping-icon-block-1 > div > .field__item .title {
        font-size: 18px;
        line-height: 1.6;
        color: #2961ae;
        margin-top: 0.5em; } }
    @media screen and (min-width: 1040px) {
      #overlapping-icon-block-1 > div > .field__item .title {
        font-size: 22px; } }
  #overlapping-icon-block-1 > div > .field__item p:not(.title) {
    display: none; }
    @media screen and (min-width: 768px) {
      #overlapping-icon-block-1 > div > .field__item p:not(.title) {
        display: block;
        font-size: 0.95em;
        line-height: 1.6;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 0; } }
    @media screen and (min-width: 1040px) {
      #overlapping-icon-block-1 > div > .field__item p:not(.title) {
        line-height: 1.55;
        margin-top: 1em; } }

.block--type-layered-content-and-photo {
  max-width: 1180px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .block--type-layered-content-and-photo {
      position: relative;
      padding-left: 20px;
      margin-bottom: 100px; }
      .block--type-layered-content-and-photo:after {
        content: "";
        display: block;
        width: 70%;
        height: 300px;
        max-width: 710px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(134.14deg, #0D2651 0%, #1069B9 100%); } }
  @media screen and (min-width: 768px) {
    .block--type-layered-content-and-photo .field--name-field-image {
      position: relative;
      z-index: 2; } }
  .block--type-layered-content-and-photo .field--name-field-image img {
    box-shadow: 1px 8px 14px rgba(0, 0, 0, 0.25), 1px 0px 8px rgba(0, 0, 0, 0.2); }
  .block--type-layered-content-and-photo .field--type-text-with-summary {
    background-color: #fff;
    width: 90%;
    font-size: 0.84em;
    padding: 20px;
    box-shadow: 1px 8px 14px rgba(0, 0, 0, 0.25), 1px 0px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    position: relative;
    top: -50px; }
    @media screen and (min-width: 600px) {
      .block--type-layered-content-and-photo .field--type-text-with-summary {
        width: 80%;
        font-size: 0.99em; } }
    @media screen and (min-width: 768px) {
      .block--type-layered-content-and-photo .field--type-text-with-summary {
        width: 60%;
        position: absolute;
        right: 20px;
        top: 10%;
        width: 50%;
        max-width: 650px;
        z-index: 2;
        padding: 40px;
        padding-bottom: 20px; } }
    @media screen and (min-width: 938px) {
      .block--type-layered-content-and-photo .field--type-text-with-summary {
        top: 15%; } }
    @media screen and (min-width: 1440px) {
      .block--type-layered-content-and-photo .field--type-text-with-summary {
        width: 100%;
        right: -20px; } }
    .block--type-layered-content-and-photo .field--type-text-with-summary .introduction-text {
      color: #1D3B6E; }

#membership-steps-1 {
  margin-top: 0;
  padding: 0 40px;
  max-width: 1150px; }
  #membership-steps-1 h3 {
    margin-top: 2em; }
    @media screen and (min-width: 600px) {
      #membership-steps-1 h3 {
        font-size: 1.4em; } }
  @media screen and (min-width: 600px) {
    #membership-steps-1 h3 + p {
      font-size: 1.3em; } }
  @media screen and (min-width: 768px) {
    #membership-steps-1 h3 + p {
      font-size: 1em; } }
  @media screen and (min-width: 1040px) {
    #membership-steps-1 .button {
      padding: .5em 2em; } }
  @media screen and (min-width: 768px) {
    #membership-steps-1 .col:before, #membership-steps-1 .col:after {
      height: 1.25em; } }

.block--type-related-content.block,
.block--type-related-products.block {
  padding: 3em 20px 1em; }
  @media screen and (min-width: 768px) {
    .block--type-related-content.block,
    .block--type-related-products.block {
      max-width: 550px;
      padding: 3em 40px; } }
  @media screen and (min-width: 938px) {
    .block--type-related-content.block,
    .block--type-related-products.block {
      padding: 3em 20px 6em; } }
  @media screen and (min-width: 1440px) {
    .block--type-related-content.block,
    .block--type-related-products.block {
      min-width: 550px;
      max-width: 550px;
      padding-left: 0;
      padding-right: 0; } }
  .block--type-related-content.block h2,
  .block--type-related-products.block h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #1d3b6e; }
    @media screen and (min-width: 768px) {
      .block--type-related-content.block h2,
      .block--type-related-products.block h2 {
        font-size: 1.8em;
        text-align: left; } }
  .block--type-related-content.block a,
  .block--type-related-products.block a {
    text-decoration: underline; }
  .block--type-related-content.block p,
  .block--type-related-products.block p {
    font-weight: 400; }
  .block--type-related-content.block .button,
  .block--type-related-products.block .button {
    font-weight: 800;
    text-decoration: none; }
  .block--type-related-content.block .teaser h3 a,
  .block--type-related-products.block .teaser h3 a {
    text-decoration: none; }
  .block--type-related-content.block .field__item:nth-child(1) .teaser,
  .block--type-related-products.block .field__item:nth-child(1) .teaser {
    border-top: none;
    padding-top: 0.5em; }
  .block--type-related-content.block .field__item:nth-child(1) .teaser.hasImg,
  .block--type-related-products.block .field__item:nth-child(1) .teaser.hasImg {
    border-top: none;
    padding-top: 0.8em; }
  @media screen and (min-width: 600px) {
    .block--type-related-content.block .text,
    .block--type-related-products.block .text {
      font-size: 1.2em; } }
  @media screen and (min-width: 768px) {
    .block--type-related-content.block .text,
    .block--type-related-products.block .text {
      font-size: 1em; } }
  @media screen and (min-width: 768px) {
    .block--type-related-content.block .content,
    .block--type-related-products.block .content {
      font-size: 0.95em;
      max-width: 100%; } }
  .block--type-related-content.block .read-more,
  .block--type-related-products.block .read-more {
    font-size: 0.95em; }

.block--type-related-content .field--type-entity-reference-revisions > .field__item:nth-child(1) .teaser {
  padding-top: 0; }

.block--type-related-content .field--type-entity-reference-revisions > .field__item:last-child .teaser {
  padding-bottom: 0; }

.block--type-related-content .block-channel-type {
  font-size: 0.95em; }
  @media screen and (min-width: 768px) {
    .block--type-related-content .block-channel-type {
      font-size: 0.85em; } }

.block--type-related-content .teaser h3 {
  margin-top: 0.2em;
  margin-bottom: 5px;
  max-width: 100%; }

.block--type-related-products h3 {
  color: #2961ae;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .block--type-related-products h3 {
      margin-top: 0;
      position: relative;
      top: -5px; } }

@media screen and (min-width: 1440px) {
  .block--type-related-products .img {
    width: 100%;
    flex: 1 1 58%; } }

.block--type-related-products .button {
  white-space: normal;
  width: 200px; }

.colored-background-images {
  position: relative;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 938px) {
    .colored-background-images {
      margin: 40px 0; } }
  @media screen and (min-width: 1040px) {
    .colored-background-images {
      margin: 60px 0; } }
  .colored-background-images img,
  .colored-background-images picture {
    width: 100%; }
  .colored-background-images .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: calc(100% - 40px);
    height: 80%; }
  .colored-background-images .title {
    font-weight: 700;
    font-size: 1.4em; }
    @media screen and (min-width: 400px) {
      .colored-background-images .title {
        font-size: 1.5em; } }
    @media screen and (min-width: 500px) {
      .colored-background-images .title {
        font-size: 2.5em; } }
    @media screen and (min-width: 768px) {
      .colored-background-images .title {
        font-size: 1.2em; } }
    @media screen and (min-width: 1440px) {
      .colored-background-images .title {
        font-size: 1.7em;
        margin-bottom: .35em; } }
  .colored-background-images .description {
    font-size: 1em;
    line-height: 1.5; }
    @media screen and (min-width: 400px) {
      .colored-background-images .description {
        font-size: 1.2em; } }
    @media screen and (min-width: 500px) {
      .colored-background-images .description {
        font-size: 1.3em;
        line-height: 1.3; } }
    @media screen and (min-width: 600px) {
      .colored-background-images .description {
        font-size: 1.4em;
        line-height: 1.35; } }
    @media screen and (min-width: 768px) {
      .colored-background-images .description {
        font-size: 1em;
        line-height: 1.6; } }
  .colored-background-images .ghost-button {
    border: 2px solid #fff;
    color: #fff; }
    @media screen and (min-width: 400px) {
      .colored-background-images .ghost-button {
        font-size: 1.2em; } }
    @media screen and (min-width: 500px) {
      .colored-background-images .ghost-button {
        font-size: 1.2em; } }
    @media screen and (min-width: 600px) {
      .colored-background-images .ghost-button {
        font-size: 1.4em; } }
    @media screen and (min-width: 768px) {
      .colored-background-images .ghost-button {
        font-size: 1em; } }
    .colored-background-images .ghost-button:active, .colored-background-images .ghost-button:focus, .colored-background-images .ghost-button:hover {
      background-color: #fff;
      color: #1d3b6e; }

@media screen and (min-width: 768px) {
  .field--name-field-colored-image {
    display: flex;
    justify-content: center; } }

.field--name-field-colored-image .field__item:nth-child(1) .colored-background-images:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(43, 98, 174, 0.9); }

@media screen and (min-width: 768px) {
  .field--name-field-colored-image .field__item:nth-child(2) {
    margin-left: 1em; } }

@media screen and (min-width: 938px) {
  .field--name-field-colored-image .field__item:nth-child(2) {
    margin-left: 40px; } }

.field--name-field-colored-image .field__item:nth-child(2) .colored-background-images:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(85, 85, 85, 0.9); }

.block--type-colored-background-images-with-t {
  padding-left: 20px;
  padding-right: 20px; }

.block-block-content9fb8b165-2f10-47c6-8ce0-f290addbd4ad .slick-slide:nth-child(3) .title {
  max-width: 200px;
  margin: 0 auto; }

.block-views-blockarticle-block-5.block,
.block-views-blockfinancial-documents-block-1.block {
  background: linear-gradient(134.14deg, #1E4993 0%, #1069B9 100%);
  padding-left: 0;
  padding-right: 0; }
  .panel-column-wrapper .siderail .block-views-blockarticle-block-5.block, .panel-column-wrapper .siderail
  .block-views-blockfinancial-documents-block-1.block {
    margin-left: 20px;
    margin-right: 20px; }
  .block-views-blockarticle-block-5.block > div:not(.contextual),
  .block-views-blockfinancial-documents-block-1.block > div:not(.contextual) {
    position: relative;
    top: 8px;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #DDD; }
  .block-views-blockarticle-block-5.block header,
  .block-views-blockfinancial-documents-block-1.block header {
    color: #1d3b6e;
    font-weight: 800;
    font-size: 1.4em; }
    @media screen and (min-width: 768px) {
      .block-views-blockarticle-block-5.block header,
      .block-views-blockfinancial-documents-block-1.block header {
        font-size: 1.3em; } }
    .block-views-blockarticle-block-5.block header:after,
    .block-views-blockfinancial-documents-block-1.block header:after {
      content: "";
      width: 100%;
      display: block;
      border-bottom: 1px solid #DDD;
      margin: 0.7em 0 0.9em 0; }
  .block-views-blockarticle-block-5.block .block-title,
  .block-views-blockfinancial-documents-block-1.block .block-title {
    margin-bottom: 0.4em;
    line-height: 1.4; }
    .block-views-blockarticle-block-5.block .block-title a:after,
    .block-views-blockfinancial-documents-block-1.block .block-title a:after {
      font-weight: 300;
      padding-left: 0.2em;
      font-size: 0.7em; }
  .block-views-blockarticle-block-5.block .card-inner,
  .block-views-blockfinancial-documents-block-1.block .card-inner {
    margin-bottom: 1em; }
  .block-views-blockarticle-block-5.block .author:after,
  .block-views-blockfinancial-documents-block-1.block .author:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 0.2em 0 0.4em;
    display: inline-block;
    background-color: #b52126;
    border-radius: 50%;
    vertical-align: middle; }

#credit-card-comparison {
  max-width: 1200px;
  margin-top: 2em; }
  #credit-card-comparison h3 {
    font-size: 1.4em;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      #credit-card-comparison h3 {
        margin-bottom: 2em; } }
  #credit-card-comparison .colored-bullets {
    line-height: 2.5; }
  #credit-card-comparison .text-color {
    font-size: 1em; }
  #credit-card-comparison .col {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      #credit-card-comparison .col:before, #credit-card-comparison .col:after {
        height: 3em; } }
  @media screen and (min-width: 768px) {
    #credit-card-comparison .btn {
      margin-top: auto;
      font-size: 0.9em; } }
  #credit-card-comparison a:not(.button) {
    font-size: 0.9em; }

.square-cards {
  display: flex;
  background: #fff;
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.16); }
  .square-cards .square {
    text-align: center;
    flex: 1;
    padding: 20px 10px; }
    .square-cards .square:nth-child(2) {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    @media screen and (min-width: 600px) {
      .square-cards .square {
        padding: 30px 20px; } }
    @media screen and (min-width: 768px) {
      .square-cards .square {
        padding: 28px; } }
    @media screen and (min-width: 1040px) {
      .square-cards .square {
        padding: 56px; } }
  .square-cards img {
    margin: 0 auto;
    width: 60px; }
    @media screen and (min-width: 768px) {
      .square-cards img {
        width: auto; } }
  .square-cards .title {
    font-weight: 800;
    color: #1d3b6e;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .square-cards .title {
        font-size: 16px;
        margin-top: 0.5em; } }
    @media screen and (min-width: 768px) {
      .square-cards .title {
        font-size: 18px;
        line-height: 1.6;
        color: #2961ae;
        margin-top: 0.5em; } }
    @media screen and (min-width: 1040px) {
      .square-cards .title {
        font-size: 22px; } }
  .square-cards p:not(.title) {
    display: none; }
    @media screen and (min-width: 768px) {
      .square-cards p:not(.title) {
        display: block;
        font-size: 0.95em;
        line-height: 1.6;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 0; } }
    @media screen and (min-width: 1040px) {
      .square-cards p:not(.title) {
        line-height: 1.55;
        margin-top: 1em; } }

#modal-blocks {
  display: none; }

#sdfcu-modal,
.sdfcu-proceed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  display: flex;
  align-items: center;
  justify-content: center; }

#sdfcu-modal {
  position: fixed; }

.sdfcu-proceed {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4); }

.sdfcu-modal-wrapper,
.sdfcu-proceed-wrapper {
  width: 90%;
  max-height: 90%;
  position: relative;
  background-color: #fff;
  padding: 0 20px;
  overflow: auto;
  border: 2px solid #fff; }

.sdfcu-modal-wrapper {
  max-width: 600px;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0; }

.sdfcu-proceed-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.6rem; }

.sdfcu-modal-wrapper .block,
.sdfcu-proceed-content {
  background-image: url("../../images/red-wave-icon.svg");
  background-position: center 20px;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 30px; }

.sdfcu-modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px;
  overflow: hidden; }
  .sdfcu-modal-close a {
    display: block;
    position: relative;
    font-size: 0;
    text-indent: -999em;
    width: 17px;
    height: 17px;
    margin: 0; }
    .sdfcu-modal-close a:after, .sdfcu-modal-close a:before {
      content: "";
      display: block;
      position: absolute;
      width: 3px;
      height: 15px;
      top: 1px;
      left: 7px;
      background-color: #1d3b6e; }
    .sdfcu-modal-close a:before {
      transform: rotate(45deg); }
    .sdfcu-modal-close a:after {
      transform: rotate(-45deg); }
    .sdfcu-modal-close a:active:after, .sdfcu-modal-close a:active:before, .sdfcu-modal-close a:focus:after, .sdfcu-modal-close a:focus:before, .sdfcu-modal-close a:hover:after, .sdfcu-modal-close a:hover:before {
      background-color: #2961ae; }

#sdfcu-modal-cover {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#sdfcu-modal h2 {
  margin: 0 0 0.75em;
  color: #1d3b6e;
  font-size: 1.25em; }

#sdfcu-modal a {
  text-decoration: underline; }
  #sdfcu-modal a:active, #sdfcu-modal a:focus, #sdfcu-modal a:hover {
    text-decoration: none; }

#sdfcu-modal a.button,
#sdfcu-modal input[type="submit"] {
  background: #1d3b6e;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-decoration: none; }
  #sdfcu-modal a.button:active, #sdfcu-modal a.button:focus, #sdfcu-modal a.button:hover,
  #sdfcu-modal input[type="submit"]:active,
  #sdfcu-modal input[type="submit"]:focus,
  #sdfcu-modal input[type="submit"]:hover {
    background: #2961ae; }

#modal-blocks a {
  text-decoration: underline; }
  #modal-blocks a:active, #modal-blocks a:focus, #modal-blocks a:hover {
    text-decoration: none; }

#sdfcu-modal.block-sdfculogin .sdfcu-modal-wrapper {
  max-width: 350px; }

.block-sdfcu-login-block .form-row {
  margin-bottom: 1.25em; }
  .block-sdfcu-login-block .form-row input {
    border-radius: 0;
    border: 1px solid #dddddd;
    padding: 0.25em;
    font-size: 0.9em; }

.block-sdfcu-login-block .form-submit {
  margin: 1em 0; }

.block-sdfcu-login-block p {
  font-size: 0.85em;
  margin: 0; }

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile 12-12.1
   - Android Browser 2.1-4.4.4
   - Samsung Internet ≤6.2
   - QQ Browser */
.block-sdfcu-login-block .form-row input::-webkit-input-placeholder {
  color: #676868; }

/* Firefox 4-18 */
.block-sdfcu-login-block .form-row input:-moz-placeholder {
  color: #676868; }

/* Firefox 19-50 */
.block-sdfcu-login-block .form-row input::-moz-placeholder {
  color: #676868; }

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
.block-sdfcu-login-block .form-row input:-ms-input-placeholder {
  color: #676868 !important; }

/* Edge (also supports ::-webkit-input-placeholder) */
.block-sdfcu-login-block .form-row input::-ms-input-placeholder {
  color: #676868; }

/* CSS Pseudo-Elements Level 4 Editor's Draft
   - Browsers not mentioned in vendor prefixes
   - Browser of newer versions than mentioned in vendor prefixes */
.block-sdfcu-login-block .form-row input::placeholder {
  color: #676868; }

.front .panel-top .block-sdfcu-login-block {
  margin: 0px !important;
  width: auto !important;
  font-size: 1em;
  font-size: 1.8rem;
  grid-area: 1 / 1 / 1 / 1;
  height: fit-content; }

.front .panel-top .block-sdfcu-login-block {
  display: none;
  background-color: #eeeeee;
  padding: 40px 30px 30px 30px;
  width: 240px;
  margin: 0;
  font-size: 1.4rem;
  width: 21%; }
  @media screen and (min-width: 938px) {
    .front .panel-top .block-sdfcu-login-block {
      display: block;
      z-index: 2; } }
  @media screen and (min-width: 938px) and (max-width: 1160px) {
    .front .panel-top .block-sdfcu-login-block {
      font-size: .9em !important; } }
  @media screen and (min-width: 1160px) {
    .front .panel-top .block-sdfcu-login-block {
      width: 300px !important;
      font-size: 1em;
      font-size: 1.8rem; } }
  .front .panel-top .block-sdfcu-login-block h2 {
    margin: 0 0 0.75em;
    color: #2B62AE;
    font-size: 21px; }
  .front .panel-top .block-sdfcu-login-block input[type="submit"] {
    background: #1d3b6e;
    padding-left: 2.5em;
    padding-right: 2.5em; }
    .front .panel-top .block-sdfcu-login-block input[type="submit"]:active, .front .panel-top .block-sdfcu-login-block input[type="submit"]:focus, .front .panel-top .block-sdfcu-login-block input[type="submit"]:hover {
      background: #2961ae; }
  .front .panel-top .block-sdfcu-login-block a:active,
  .front .panel-top .block-sdfcu-login-block a:focus,
  .front .panel-top .block-sdfcu-login-block a:hover {
    text-decoration: underline; }
  .front .panel-top .block-sdfcu-login-block .login-divider {
    background-color: #dddddd;
    height: 1px;
    margin-top: 33px;
    margin-bottom: 28px; }
    @media screen and (min-width: 938px) and (max-width: 1160px) {
      .front .panel-top .block-sdfcu-login-block .login-divider {
        margin-bottom: 14px;
        margin-top: 0px; } }

/* SDFCU Login Page */
body.page-login #main .container {
  max-width: 100%;
  margin: 0;
  padding: 0; }

body.page-login .layout {
  width: 100%; }
  body.page-login .layout .layout__region {
    padding: 20px 40px; }
  @media screen and (min-width: 1040px) {
    body.page-login .layout .layout__region {
      padding: 40px 150px; }
      body.page-login .layout .layout__region.layout__region--first {
        padding-right: 20px; }
      body.page-login .layout .layout__region.layout__region--second {
        padding-left: 20px; } }

body.page-login .layout:nth-child(2),
body.page-login .layout:nth-child(3) {
  background-color: #f5f5f5; }

body.page-login .block-sdfcu-login-block {
  max-width: 500px; }
  body.page-login .block-sdfcu-login-block h2 {
    margin: 0 0 30px 0; }

body.page-login .field--name-field-teaser-image img {
  box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.38); }

body.page-login #first-time-callout h1,
body.page-login #join-today-callout h1 {
  font-size: 1.34em;
  color: #1d3b6e;
  font-weight: 800; }
  body.page-login #first-time-callout h1:after,
  body.page-login #join-today-callout h1:after {
    width: 40px; }

body.page-login #products-services {
  border-top: 1px solid #d9dad9; }
  body.page-login #products-services h2:after {
    content: "";
    width: 120px;
    border-bottom: 2px solid #b52126;
    display: block;
    padding-top: 20px;
    margin: 0 auto; }
  body.page-login #products-services .square-cards {
    background-color: transparent;
    box-shadow: none; }
    body.page-login #products-services .square-cards .square {
      border: none; }

#sdfcu-modal[class*="block-sdfcujoin"] .sdfcu-modal-wrapper {
  max-width: 750px; }
  @media screen and (min-width: 768px) {
    #sdfcu-modal[class*="block-sdfcujoin"] .sdfcu-modal-wrapper {
      padding-left: 45px;
      padding-right: 45px; } }

.block-sdfcu-register-block .centered-content {
  text-align: center; }

.block-sdfcu-register-block .set-fontsize {
  font-size: 1.6rem; }

.block-sdfcu-register-block h2 {
  font-size: 1.4em; }

.block-sdfcu-register-block h3 {
  margin-top: 0;
  font-size: 1.15em; }

.block-sdfcu-register-block h4 {
  font-size: 1em;
  margin-top: 0;
  font-color: #444; }

.block-sdfcu-register-block .modal-docs {
  margin-bottom: 2em; }

.block-sdfcu-register-block .small-font {
  font-size: 0.85em; }

.block-sdfcu-register-block .form-row {
  margin-bottom: 0.5em; }

.block-sdfcu-register-block .col {
  padding-top: 1.5em;
  border-top: 1px solid #B9C0CD; }
  .block-sdfcu-register-block .col.col1 {
    margin: 1.5em 0; }

@media screen and (min-width: 768px) {
  .block-sdfcu-register-block .col-container {
    display: flex;
    align-items: stretch;
    margin: 2em 0; }
  .block-sdfcu-register-block .col {
    width: 50%;
    padding-top: 0;
    border-top: 0; }
    .block-sdfcu-register-block .col.col1 {
      padding-right: 40px;
      border-right: 1px solid #B9C0CD;
      margin: 0; }
    .block-sdfcu-register-block .col.col2 {
      padding-left: 40px; } }

.block-sdfcu-register-block .proceed_modal {
  display: none; }

.page-failed-login-attempt .panel-column-wrapper .block--type-basic {
  padding-left: 20px;
  padding-right: 20px; }

.page-failed-login-attempt article.node.contextual-region {
  position: static; }

.page-failed-login-attempt .sdfcu-proceed {
  align-items: flex-start; }

.page-failed-login-attempt .sdfcu-proceed-wrapper {
  top: 50px;
  max-width: 600px; }

.block-sdfcu-failed-login-block .form-row {
  margin-bottom: 0.5em; }

@media screen and (min-width: 600px) {
  .block-sdfcu-failed-login-block .pass-and-submit {
    position: relative; }
  .block-sdfcu-failed-login-block .form-row.row-2 {
    margin-bottom: 0;
    padding-right: 7em; }
  .block-sdfcu-failed-login-block .form-submit {
    width: 7em;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    .block-sdfcu-failed-login-block .form-submit input {
      padding-top: 0.75em;
      padding-bottom: 0.75em; } }

.teaser {
  border-top: 1px solid #DDD;
  padding: 2em 20px; }
  .teaser h3 {
    margin: 0.5em 0;
    font-size: 1.4em;
    font-weight: 800;
    color: #2961ae;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .teaser h3 {
        margin-top: 0; } }
    .teaser h3 a span,
    .teaser h3 span {
      color: #2961ae; }
  .teaser .text {
    position: relative;
    margin-top: 1.5em; }
    @media screen and (min-width: 768px) {
      .teaser .text {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
  .teaser .channel {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.9em;
    color: #b52126;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .teaser .channel {
        margin-top: 0; } }
  .teaser .content {
    max-width: 100%;
    padding-bottom: 0.5em; }
  .teaser a.read-more {
    margin-top: 1em;
    text-decoration: underline;
    color: #2961ae; }
    @media screen and (min-width: 768px) {
      .teaser a.read-more {
        margin-top: auto; } }
    .teaser a.read-more:active, .teaser a.read-more:focus, .teaser a.read-more:hover {
      color: #1f4983; }
  .teaser a.read-more.button {
    color: #fff;
    text-decoration: none; }
  .teaser .date {
    color: #444; }
  .teaser .link {
    font-size: 0.8em;
    margin-top: 1em; }
  .teaser.hasImg {
    display: flex;
    width: 100%;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .teaser.hasImg {
        flex-direction: row; } }
    .teaser.hasImg .img {
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .teaser.hasImg .img {
          width: 30%; } }
    .teaser.hasImg .text {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .teaser.hasImg .text {
          padding-left: 20px; } }
    @media screen and (min-width: 768px) {
      .teaser.hasImg .img {
        width: 200px; } }

.block-region-main .teaser a:not(.read-more) {
  text-decoration: none;
  color: #b52126; }

.page-type-article .hasImg, .block-views-blockarticle-block-4 .hasImg {
  display: block;
  background-color: white; }

.block-views-blockarticle-block-4 .hasImg {
  padding-bottom: 2em; }

.block-views-blockarticle-block-2 .field--name-field-channel a, .block-views-blockarticle-block-4 .field--name-field-channel a {
  text-decoration: none; }

.block-views-blockarticle-block-2 h3, .block-views-blockarticle-block-4 h3 {
  font-size: 1.0em; }
  .block-views-blockarticle-block-2 h3 a, .block-views-blockarticle-block-4 h3 a {
    text-decoration: none; }

/* mixin for multiline */
/*
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
*/
.block-text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 2.5em;
  line-height: 20px; }

.block-text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 2.5em;
  line-height: 28px; }

.block-text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 2.5em;
  line-height: 28px; }

.page-type-article .field.field--name-title.field--type-string.field--label-hidden.field__items {
  height: auto; }

.article-related-articles .views-row {
  margin-bottom: 2em; }

a#a2apage_show_more_less {
  display: none; }

.block-views-blockarticle-block-2.block {
  padding-top: 46px;
  margin-top: 84px;
  padding-bottom: 84px;
  padding-left: 2%;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .block-views-blockarticle-block-2.block a {
    text-decoration: none;
    line-height: 31px; }

.block-views-blockarticle-block-4.block a {
  line-height: 28px; }

.page-type-article nav.pager {
  display: none; }

.block-views-blockarticle-block-2 .views-row, .block-views-blockarticle-block-4 .views-row {
  border: #dddddd solid 1px; }

.block-views-blockarticle-block-2 .view-returns, .block-views-blockarticle-block-4 .view-returns {
  display: flex;
  flex-wrap: wrap; }

.block-views-blockarticle-block-2 .views-row, .block-views-blockarticle-block-4 .views-row {
  margin-right: 20px;
  flex: 1;
  margin-bottom: 40px;
  max-width: fit-content;
  margin: 0 auto; }

.node-page-type-12 .latest-bottom {
  border-bottom: 2px solid #E8E8E8;
  margin-left: 181px;
  margin-top: -29px; }

.article-related-articles {
  width: 350px; }
  .article-related-articles h3 {
    color: #1D3B6E;
    font-size: 1.5em;
    padding-bottom: 24px;
    border-bottom: 2px solid #DDDDDD; }
  .article-related-articles .field--name-title {
    font-size: .5em; }
    @media screen and (max-width: 600px) {
      .article-related-articles .field--name-title {
        font-size: 17px; } }
  .article-related-articles .related-articles-author-date {
    font-size: 14px;
    color: #666666;
    margin-top: 7px; }

.article-related-articles .field--name-field-author .field__item::before {
  content: 'By '; }

.article-related-articles .field--name-field-author .field__item::after {
  content: ' | ';
  color: #d8d8d8;
  white-space: pre; }

.article-related-articles .field--name-field-author .field__item {
  float: left; }

.node-page-type-12 .field--name-field-teaser-text .field__item {
  color: #2961ae;
  text-align: center; }

.node-page-type-12 .block-field-blocknodelanding-page-layoutfield-teaser-text {
  margin-bottom: 40px; }

.node-page-type-12 h1.field--name-title::after {
  display: none; }

.node-page-type-12 h1.field--name-title {
  margin-bottom: 20px; }

.after-red-bar, .node-page-type-12 .block.block-field-blocknodelanding-pagefield-teaser-text::after, .page-type-landing_page_layout .block-field-blocknodelanding-page-layoutfield-teaser-text::after {
  content: "";
  width: 50px;
  border-bottom: 2px solid #b52024;
  display: block;
  padding-top: 20px;
  margin: 0 auto; }

.page-type-article .region-content .panel-column-wrapper.one-col {
  max-width: 1200px;
  margin-right: auto;
  width: 85%; }

.page-type-article .region-content .panel-bot {
  max-width: 1200px;
  margin: auto; }

.page-type-article .article-teaser .after-red-bar {
  width: 100px;
  margin-bottom: 20px; }

.page-type-article .bottom-banner-ad {
  margin: auto;
  margin-bottom: 50px; }

.page-type-article .block.block-field-blocknodelanding-pagefield-teaser-text::after {
  width: 100px; }

.page-type-article .panel-column-wrapper .block-addtoany-block {
  padding-left: 0; }

.page-type-article h1 {
  margin-bottom: .5em; }

.page-type-article .article-topic {
  display: inline-block; }

.page-type-article #article-detail-byline-share {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666666; }
  .page-type-article #article-detail-byline-share .byline-section {
    display: inline-block; }

.page-type-article .form-item-field-channel-target-id label {
  display: inline; }

.page-type-article .views-exposed-form {
  margin-left: auto; }

.page-type-article .exposed {
  margin-top: -42px;
  text-align: right; }

.page-type-article .latest-articles-landing-page {
  display: inline; }

.page-type-article .block-views-blockarticle-block-6 form select {
  display: none; }

.page-type-article .block-views-blockarticle-block-6 form label {
  visibility: hidden; }

.block-views-blockarticle-block-2 {
  background-color: #f5f7fa;
  padding-top: 10px; }

.article-image {
  padding-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .article-image img {
      width: auto;
      height: auto; } }

.divider {
  color: #d8d8d8;
  padding-left: 5px;
  padding-right: 5px; }

.article-teaser-plus-image {
  float: left;
  margin-top: 10px; }

.article-teaser-plus-right {
  width: 70%;
  float: right; }

.article-teaser-plus-right h2, .block-views-blockarticle-block-2 h2 {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .article-related-articles {
    width: 100%;
    float: none; } }

#article-page-content {
  min-width: 300px;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: inherit;
  flex: 1 1 65%;
  padding-bottom: 4em;
  padding-right: 3em; }
  @media screen and (max-width: 600px) {
    #article-page-content {
      width: 100%;
      float: none;
      padding-right: 0px;
      min-width: auto; } }

.page-type-article .block-field-blocknodearticlebody {
  margin: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }

.article-topics-color {
  color: #1D3B6E; }

.bottom-banner-ad-mobile {
  display: none; }
  @media screen and (max-width: 600px) {
    .bottom-banner-ad-mobile {
      display: block; } }

.bottom-banner-ad {
  display: block; }
  @media screen and (max-width: 600px) {
    .bottom-banner-ad {
      display: none; } }

div.article-related-articles div.side-banner-ad div.views-field-field-image {
  text-align: center; }

.side-banner-ad {
  display: block;
  margin-top: 4em; }

.latest-articles-landing-page {
  font-size: 1.4em;
  color: #1D3B6E; }

.block-views-blockarticle-block-6 .teaser-wrapper {
  height: 29vh; }

.block-views-blockarticle-block-6 h2 {
  margin-bottom: 0;
  margin-top: 0; }

.block-views-blockarticle-block-6 header h2 {
  margin-bottom: 19px;
  margin-top: 38px; }

.block-views-blockarticle-block-6 .article-read-time-share {
  padding-left: 0; }

.block-views-blockarticle-block-6 .views-row {
  margin-bottom: 35px; }

.block-views-blockarticle-block-2 div.img img {
  height: auto;
  width: 432px;
  margin-top: -37px; }

.block-views-blockarticle-block-2 .addtoany {
  display: block; }

.block-views-blockarticle-block-2 .text {
  margin-top: auto; }

.block-views-blockarticle-block-2 a.a2a_dd.addtoany_share img {
  height: 14px;
  width: 14px; }

.block-views-blockarticle-block-2 .views-row {
  margin-bottom: 40px; }

.block-views-blockarticle-block-2 .text {
  padding-top: 24px; }

.block-views-blockarticle-block-2 .content {
  height: auto; }

.block-views-blockarticle-block-4 div.img {
  width: 100% !important;
  text-align: center; }

.block-views-blockarticle-block-4 h2 {
  font-size: 32px; }

.block-views-blockarticle-block-4 .views-row {
  margin: 1.0em; }
  @media only screen and (min-width: 1200px) {
    .block-views-blockarticle-block-4 .views-row {
      min-width: 300px; } }

.block-views-blockarticle-block-2 h2 {
  font-size: 20px; }

.block-views-blockarticle-block-2 .views-row {
  margin-right: 32px; }
  @media screen and (max-width: 600px) {
    .block-views-blockarticle-block-2 .views-row {
      margin-right: 0px;
      min-width: 80%;
      margin-top: 40px; } }

@media screen and (max-width: 600px) {
  .block-views-blockarticle-block-2 .text, .block-views-blockarticle-block-2 .article-read-time-share {
    padding-left: 10px; } }

.block-views-blockarticle-block-4 .teaser, .block-views-blockarticle-block-2 .teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0; }

.block-views-blockarticle-block-4 .text, .block-views-blockarticle-block-2 .text {
  display: block;
  flex-basis: 100%; }

.block-views-blockarticle-block-4 div.text h2, .block-views-blockarticle-block-2 div.text h2 {
  margin-top: 0;
  margin-bottom: 0; }

.block-views-blockarticle-block-4 .addtoany, .block-views-blockarticle-block-2 .addtoany {
  display: block; }

.block-views-blockarticle-block-4 a.a2a_dd.addtoany_share, .block-views-blockarticle-block-2 a.a2a_dd.addtoany_share {
  margin-top: -18px; }
  .block-views-blockarticle-block-4 a.a2a_dd.addtoany_share img, .block-views-blockarticle-block-2 a.a2a_dd.addtoany_share img {
    height: 14px;
    width: 14px; }
  .block-views-blockarticle-block-4 a.a2a_dd.addtoany_share .text, .block-views-blockarticle-block-2 a.a2a_dd.addtoany_share .text {
    padding-top: 24px; }

.block-views-blockarticle-block-4 nav, .block-views-blockarticle-block-2 nav {
  position: absolute;
  bottom: -100px;
  left: 46%; }

@media screen and (max-width: 600px) {
  .block--type-article-slide-block2 {
    margin-left: -19px;
    width: 100vw; } }

@media only screen and (max-width: 800px) {
  .block--type-article-slide-block2 .article-slideshow-teaser {
    margin-top: 5px; }
  .block--type-article-slide-block2 .article-slideshow-author {
    position: absolute;
    bottom: 69px; } }

@media only screen and (min-width: 3000px) {
  .block--type-article-slide-block2 .article-slideshow-title {
    font-size: 30px;
    line-height: 40px; } }

.block-views-blockarticle-block-4 nav.pager, .block-views-blockarticle-block-6 nav.pager {
  margin: auto;
  border-top: none; }
  .block-views-blockarticle-block-4 nav.pager .pager__item--first, .block-views-blockarticle-block-4 nav.pager .pager__item--last, .block-views-blockarticle-block-6 nav.pager .pager__item--first, .block-views-blockarticle-block-6 nav.pager .pager__item--last {
    display: none; }
  .block-views-blockarticle-block-4 nav.pager .pager__item--next a::after, .block-views-blockarticle-block-6 nav.pager .pager__item--next a::after {
    content: url(/themes/custom/bwl/images/sdfcu-icon-red-right-arrow.png); }
  .block-views-blockarticle-block-4 nav.pager .pager__item--previous a::after, .block-views-blockarticle-block-6 nav.pager .pager__item--previous a::after {
    content: url(/themes/custom/bwl/images/sdfcu-icon-red-left-arrow.png); }
  .block-views-blockarticle-block-4 nav.pager .pager__item--previous a span, .block-views-blockarticle-block-4 nav.pager .pager__item--next a span, .block-views-blockarticle-block-6 nav.pager .pager__item--previous a span, .block-views-blockarticle-block-6 nav.pager .pager__item--next a span {
    display: none; }

.read-time {
  float: left; }

.byline {
  width: 100%;
  margin-top: auto;
  padding-bottom: 7px; }

.no-underline a {
  text-decoration: none; }

.article-read-time-share {
  padding-left: 22px;
  font-size: 14px;
  color: #666666; }
  @media screen and (max-width: 600px) {
    .article-read-time-share {
      padding-left: 0px; } }

.article-slideshow-author {
  position: relative;
  bottom: 154px;
  left: 40px;
  z-index: 2;
  color: #e7e7e7; }

.article-slideshow-channel {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  color: #cccccc; }

.article-slideshow-title {
  color: white;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 2.5vw;
  margin-right: 0;
  padding-bottom: 2px; }

.article-slideshow-teaser {
  margin-left: 40px;
  margin-top: 40px;
  color: #cccccc;
  margin-right: 0; }

#views-exposed-form-article-block-4 input[type="submit"], #views-exposed-form-article-block-6 input[type="submit"] {
  display: none; }

.node-page-type-12 .block-channel-type {
  padding-top: 15px;
  padding-bottom: 5px; }

.node-page-type-12 .view-returns {
  clear: both;
  max-width: 1200px; }

.node-page-type-12 #views-exposed-form-article-block-6 {
  clear: both;
  display: block;
  width: 60%; }
  .node-page-type-12 #views-exposed-form-article-block-6 select {
    display: inline-block;
    width: 72%; }
  .node-page-type-12 #views-exposed-form-article-block-6 .js-form-item-field-channel-target-id {
    margin-bottom: -28px;
    position: relative;
    top: -37px; }

.node-page-type-12 #views-exposed-form-article-block-4 {
  clear: both;
  display: block;
  width: 60%; }
  .node-page-type-12 #views-exposed-form-article-block-4 .js-form-item-field-channel-target-id {
    margin-top: -69px; }

.node-page-type-12 #views-exposed-form-article-block-4 {
  float: right;
  text-align: right; }

.node-page-type-12 label {
  display: inline-block;
  color: #2961ae;
  margin-top: 2.3em;
  font-size: 16px; }

#views-exposed-form-article-block-4 select[name="field_channel_target_id"],
#views-exposed-form-article-block-6 select[name="field_channel_target_id"] {
  border: none;
  font-size: 16px;
  margin-bottom: 38px;
  padding-bottom: 0px;
  background: url(/themes/custom/bwl/images/sdfcu-icon-red-down-arrow.png) no-repeat right;
  appearance: none;
  background-position: right 22px; }

.node-page-type-12 .block--type-slideshow .slick-dots li.slick-active button, .node-page-type-12 .block--type-slideshow .slick-dots-copy li.slick-active button, .node-page-type-12 .slick .slick-dots li.slick-active button, .node-page-type-12 .slick .slick-dots-copy li.slick-active button {
  background-color: #ef4242 !important; }

.node-page-type-12 .slick-track {
  background: #0f5aa3; }

.node-page-type-12 .slick-dots {
  display: none !important; }

.node-page-type-12 .article-slideshow .slick-dots-copy li button {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #666666; }

.node-page-type-12 .article-slideshow img {
  position: relative;
  z-index: -1;
  display: block;
  width: auto; }

.node-page-type-12 .article-slideshow .article-slideshow-desktop .field.field--name-field-slide-image.field--type-entity-reference.field--label-hidden.field__items {
  display: inline-block;
  background: -moz-linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(to left, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(to left, transparent 0%, rgba(200, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(to left, transparent 0%, rgba(200, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }

.article-teaser-text {
  padding-top: 20px;
  font-size: 15px;
  color: #666666; }

/*
@include media($tablet-narrow) {
  width: 100%;
  margin-top: 30px;
}
 */
.article-slideshow-desktop {
  display: none;
  margin-bottom: 50px;
  width: 100%;
  max-height: 423px;
  max-width: 1200px; }
  @media screen and (min-width: 600px) {
    .article-slideshow-desktop {
      display: block; } }

.block-views-blockarticle-block-4 {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px; }
  @media screen and (min-width: 600px) {
    .block-views-blockarticle-block-4 {
      display: block; } }
  .block-views-blockarticle-block-4 .pager__item a {
    font-weight: 800; }
  .block-views-blockarticle-block-4 .pager__item.pager__item--active a {
    background-color: #2961AE;
    color: white;
    padding: 7px; }

.block-views-blockarticle-block-6 {
  display: none; }
  @media screen and (max-width: 600px) {
    .block-views-blockarticle-block-6 {
      display: block; } }

.article-slideshow-author-mobile {
  color: #a6a7a7;
  margin-top: 20px; }

.article-slideshow-mobile {
  display: none;
  color: #386bb3;
  margin: auto; }
  @media screen and (max-width: 600px) {
    .article-slideshow-mobile {
      display: block; } }
  .article-slideshow-mobile .article-mobile-wrapper {
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 20px;
    background-color: white;
    padding-left: 30px;
    position: relative;
    top: -40px;
    padding-bottom: 43px; }

.slideshow-title-teaser {
  position: absolute;
  top: 45px;
  width: 35%; }
  .slideshow-title-teaser a {
    color: white; }

body.role--anonymous #edit-field-channel-target-id, body.role--anonymous #edit-field-channel-target-id--2 {
  margin-top: -41px;
  margin-left: 47px;
  width: 77%; }

body.role--anonymous #views-exposed-form-article-block-4 .js-form-item-field-channel-target-id {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 328px;
  text-align: left; }

body.role--anonymous .block-views-blockarticle-block-4 nav.pager {
  position: absolute;
  bottom: 740px;
  left: 46%; }

.article-teaser {
  color: #1D3B6E; }

.latest-article-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800; }
  .latest-article-title a:hover, .latest-article-title a:focus {
    color: #982225; }

img.article-social-share {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: 5px; }

.block--type-article-slide-block2 {
  max-width: 1200px;
  margin: 0 auto; }

.event-page-view .views-row {
  padding: 20px;
  margin: 40px 0;
  border: 1px solid rgba(29, 59, 110, 0.1);
  margin-bottom: 1.7em;
  border-top: 10px solid #1d3b6e; }
  .event-page-view .views-row .col2,
  .event-page-view .views-row .col3 {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .event-page-view .views-row .col2,
      .event-page-view .views-row .col3 {
        margin-top: 0; } }
  .event-page-view .views-row .register {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .event-page-view .views-row {
      display: flex;
      padding-left: 0;
      border-left: 10px solid #1d3b6e;
      border-top: 1px solid rgba(29, 59, 110, 0.1); }
      .event-page-view .views-row .col {
        padding-left: 20px; }
      .event-page-view .views-row .col2 {
        width: 63%;
        padding-right: 20px; }
      .event-page-view .views-row .register {
        display: block; }
      .event-page-view .views-row .col1,
      .event-page-view .views-row .col3 {
        margin-top: 0;
        width: 16.5%; }
      .event-page-view .views-row .col3 {
        padding-left: 5px;
        margin-top: 2em; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .event-page-view .views-row .col3 {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
      .event-page-view .views-row .register2 {
        display: none; } }
  @media screen and (min-width: 1040px) {
    .event-page-view .views-row .col1 {
      width: 13%; }
    .event-page-view .views-row .col2 {
      width: 71%; }
    .event-page-view .views-row .col3 {
      width: 14%; } }

.event-page-view .when2,
.event-page-view .time,
.event-page-view .where {
  opacity: 0.85; }
  @media screen and (min-width: 768px) {
    .event-page-view .when2,
    .event-page-view .time,
    .event-page-view .where {
      font-size: 0.9em; } }

.event-page-view .when1 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
  color: #2961ae; }
  @media screen and (min-width: 768px) {
    .event-page-view .when1 {
      font-size: 2.5em; } }

.event-page-view .where {
  max-width: 90%;
  margin-top: 0.5em; }
  @media screen and (min-width: 768px) {
    .event-page-view .where {
      max-width: 100%;
      margin-top: 0; } }

.event-page-view .free-to-members {
  color: #1d3b6e;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 1em;
  opacity: 0.8; }
  .event-page-view .free-to-members:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #b52024;
    margin-bottom: 1em; }

.event-page-view .desc {
  margin-top: 0.5em;
  line-height: 1.5;
  opacity: 0.8; }
  @media screen and (min-width: 768px) {
    .event-page-view .desc {
      line-height: 1.65; } }

.event-page-view .register a {
  width: 80%;
  max-width: 485px; }
  @media screen and (min-width: 768px) {
    .event-page-view .register a {
      width: 100%; } }

.event-page-view .event-type {
  text-transform: uppercase;
  font-size: 0.85em; }

.event-page-view h3 {
  margin: 0;
  color: #2961ae;
  margin-top: 0.3em;
  font-size: 1.3em;
  font-weight: 800; }

.event-page-view .building-pass {
  line-height: 30px;
  color: #5C6688;
  margin-top: 0.5em;
  font-size: 0.9em;
  display: flex; }
  .event-page-view .building-pass:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/themes/custom/bwl/images/sdfcu-key-icon.svg) no-repeat center/contain;
    margin-right: 10px; }

.event-page-view .when2 {
  margin-top: 0.5em; }

@media screen and (min-width: 768px) {
  .block-views-blockseminars-webinars-block-1 {
    padding: 40px 20px; } }

.visually-hidden {
  font-size: 1px; }

#skip .visually-hidden {
  display: initial;
  font-size: 1em; }
