
.special-ribbon{background:#c81414;color:#fff;line-height:1.9;position:absolute;padding:0 .75em;font-size:.75rem;text-align:center;white-space:nowrap}.special-ribbon:before{border-style:solid;border-color:#820e0e transparent transparent;border-width:1em 0 0 1em;bottom:-1em;content:"";display:block;left:0;position:absolute}.special-ribbon:after{bottom:0;border:.9em solid #c81414;border-left-width:0;border-right-color:transparent;content:"";display:block;position:absolute;right:-.9em;z-index:1}
.list--flex{list-style:none;padding-left:0}.list--flex>li{display:flex}.list--flex>li>div:first-child{flex-grow:0}.list--flex>li>div:nth-child(2){flex-grow:1}

.link--pill{color:#0075be;font-size:.875rem;line-height:1.25rem;font-weight:700;padding:.25rem;padding-left:.5rem;padding-right:.5rem;border:.125rem solid #929ba9;border-radius:.25rem;background-color:#f5f6f7;cursor:pointer;pointer-events:auto}.link--pill.active{color:#fff;background-color:#0075be;border-color:#0075be;pointer-events:none}.cross-link:active .cross-link--heading,.cross-link:focus .cross-link--heading,.cross-link:hover .cross-link--heading{color:#0075be}



.mortgage-color--fill path:first-child{fill:#c3c070!important}.position-absolute-vertical-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.icon--loading,.icon--loading-white{animation:spin 2s linear infinite}.svg-black-icon g{fill:#001928}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/* Configs */
/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */
/*320*/
/*1200*/
/*1280*/
/*767*/
/*768*/
/*1023*/
/*1024*/
/*1279*/
/*1280*/
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/

/* this gets mozilla */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */

/* this gets mozilla */

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

/* Util Functions */
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/
/* Layout & Util classes */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px;
  color: #001928;
  font-family: "Heebo", Arial, Sans-Serif;
  font-weight: 400;
  box-sizing: border-box;
  scroll-behavior: smooth; }
  html body {
    min-width: 20rem;
    margin: 0; }

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

img {
  /* Get rid of gap under images by making them display: inline-block; by default */
  display: inline-block;
  vertical-align: middle;
  /* Grid defaults to get images and embeds to work properly */
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

a {
  color: #0075be;
  text-decoration: none;
  cursor: pointer; }

@-moz-document url-prefix() {
  a:focus {
    outline: 1px solid #005fcc;
    outline-offset: 2px; } }

h1,
h2,
h3,
h4,
ul,
p {
  margin-top: 0;
  margin-bottom: 0; }

table {
  border-collapse: collapse; }

button {
  cursor: pointer; }

main a:hover, main a:focus,
main button[role="link"]:hover,
main button[role="link"]:focus {
  text-decoration: underline !important; }

@-moz-document url-prefix() {
  main a[class*="button--primary"]:focus,
  main a[class*="button--secondary"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #BEDCEB, 0 0 0 3px #005587; } }

.sm-text-align--left {
  text-align: left; }

.sm-text-align--center {
  text-align: center; }

/*
  Buttons
*/

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    
    .background-color--white a:focus,
    .background-color--white button:focus:not(.popover__close-button)
:not(.close-button):not(.card-link--focus)
:not(.carousel-control-default-button)
:not(.carousel-control-default-button)
:not(.pb-datepicker__button)
:not(.pb-datepicker__calendar-button),
    .sm-background-color--albicant a:focus,
    .sm-background-color--albicant button:focus:not(.popover__close-button)
:not(.close-button):not(.card-link--focus)
:not(.carousel-control-default-button)
:not(.carousel-control-default-button)
:not(.pb-datepicker__button)
:not(.pb-datepicker__calendar-button) {
      outline: 2px solid #005fcc;
      position: relative;
      overflow: hidden; }
    
    .background-color--white a.md-button--secondary:focus,
    .sm-background-color--albicant a.md-button--secondary:focus {
      border: 3px solid #0075be; } } }

.sm-flat-link {
  color: #0075be; }
  .sm-flat-link:focus, .sm-flat-link:hover, .sm-flat-link:active {
    color: #005587;
    text-decoration: underline; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    
    .background-color--white a:focus,
    .background-color--white button:focus:not(.popover__close-button)
:not(.close-button):not(.card-link--focus)
:not(.carousel-control-default-button)
:not(.carousel-control-default-button)
:not(.pb-datepicker__button)
:not(.pb-datepicker__calendar-button),
    .sm-background-color--albicant a:focus,
    .sm-background-color--albicant button:focus:not(.popover__close-button)
:not(.close-button):not(.card-link--focus)
:not(.carousel-control-default-button)
:not(.carousel-control-default-button)
:not(.pb-datepicker__button)
:not(.pb-datepicker__calendar-button) {
      outline: 2px solid #005fcc;
      position: relative;
      overflow: hidden; }
    
    .background-color--white a.md-button--secondary:focus,
    .sm-background-color--albicant a.md-button--secondary:focus {
      border: 3px solid #0075be; } } }

@media screen and (min-width: 48rem) {
  .md-button--primary,
  .md-button--secondary {
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    text-align: center;
    font-family: "Heebo", Arial, Sans-Serif;
    font-weight: 700;
    padding: 0 2rem;
    overflow: hidden;
    height: 3.5rem;
    transition: all .2s ease;
    border-radius: 1.75rem;
    box-sizing: border-box; }
    .md-button--primary.uppercase,
    .md-button--secondary.uppercase {
      letter-spacing: 0.01562rem;
      line-height: 3.25rem; }
  .md-button--primary {
    border: 0.125rem solid #0075be;
    background-color: #0075be;
    color: #ffffff;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 25, 40, 0.04), 0 0.25rem 1.5rem 0 rgba(0, 25, 40, 0.1); }
    .md-button--primary:focus, .md-button--primary:hover, .md-button--primary:active {
      border: 0.125rem solid #005587;
      background-color: #005587; }
  .md-button--secondary {
    border: 0.125rem solid #0075be;
    background-color: transparent;
    color: #0075be; }
    .md-button--secondary:focus, .md-button--secondary:hover, .md-button--secondary:active {
      border: 0.125rem solid #005587;
      color: #005587; } }

/*
  Font Families
*/
.heebo {
  font-family: "Heebo", Arial, Sans-Serif; }

/*
  Font Sizes
*/

.sm-font-size--28 {
  font-size: 1.75rem;
  letter-spacing: -0.2;
  line-height: 2rem; }

.sm-font-size--18 {
  font-size: 1.125rem;
  letter-spacing: 0.15;
  line-height: 1.5rem; }

.sm-font-size--16 {
  font-size: 1rem;
  letter-spacing: 0.25;
  line-height: 1.5rem; }

@media screen and (min-width: 48rem) {
  .md-font-size--36 {
    font-size: 2.25rem;
    letter-spacing: -0.35;
    line-height: 2.5rem; }
  .md-font-size--28 {
    font-size: 1.75rem;
    letter-spacing: -0.2;
    line-height: 2rem; }
  .md-font-size--18 {
    font-size: 1.125rem;
    letter-spacing: 0.15;
    line-height: 1.5rem; } }

.font-weight--light {
  font-weight: 300; }

.font-weight--normal {
  font-weight: 400; }

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

.sm-font-weight--light {
  font-weight: 300; }

.sm-font-weight--normal {
  font-weight: 400; }

.sm-font-weight--bold {
  font-weight: 700; }

/* Float Helper Classes */

/* Copy/Typography Helper Classes */

.uppercase {
  text-transform: uppercase; }

/* List: Unstyle a list (Remove bullet points) */

/* add class list--boldnumbers to an ordered list to make the numbers of list items bold */

/* Width Helper Classes */

/* Layout Classes */

/* Sizing Helper Classes */

.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }

.focus-white {
  border: 1px solid transparent; }
  .focus-white:hover, .focus-white:focus, .focus-white:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.25rem; }

.seo-show-for-sr:before {
  content: attr(sronly);
  display: inline;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px; }

@media not all and (min-resolution: 0.001dpcm) { }

abbr,
abbr[title] {
  border-bottom: none;
  cursor: default;
  text-decoration: none; }

.row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }


.columns {
  flex: 1 1 0;
  min-width: initial; }


.row.row.columns {
  float: none;
  display: block; }

.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }

.sm--12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 48rem) {
  .md--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .md--6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .md--8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.sm-max-width--60 {
  max-width: 60%; }

@media screen and (min-width: 48rem) {
  .md-max-width--none {
    max-width: none; } }

.hide {
  display: none !important; }

/* Visibility Helper Classes */
/* Border Sizes */
.show-for-sr,
.show-for-screen-reader-only,
.show-on-focus {
  text-indent: -9999px;
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active,
.show-on-focus:focus {
  text-indent: 0;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.display--flex {
  display: flex; }

.display--inline {
  display: inline; }

.display--inline-block {
  display: inline-block; }

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* for flex children */
/* the non-flex way to center something, so you don't need a parent flex container */

/* the non-flex way to center something, so you don't need a parent flex container */

@media screen and (max-width: 47.9375rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 48rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 64rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 80rem) {
  /* the non-flex way to center something, so you don't need a parent flex container */ }

@media screen and (min-width: 48rem) {
  .md-order--1 {
    order: 1; }
  .md-order--2 {
    order: 2; } }

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

.sm-align--left {
  justify-content: flex-start; }

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

/* a variety of 'left' positions for responsive charts */
/* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */

/* a variety of 'left' positions for responsive charts */
/* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */

@media screen and (max-width: 47.9375rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

@media screen and (min-width: 48rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

@media screen and (min-width: 64rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

@media screen and (min-width: 80rem) {
  /* a variety of 'left' positions for responsive charts */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */ }

/**
    This file creates the line classes.
    It creates helper classes in the following formats:
    {sm/md/lg/xl}-font-size-{xl/md/xxs...etc}. eg   `.sm-font-size-md`

    If you need to add further sizes,
    add it to the $font_size_and_letter_spacings variable on the `config/_variable-sizes.scss file.
*/

.sm-line-height--28 {
  line-height: 1.75rem; }

.sm-line-height--24 {
  line-height: 1.5rem; }

.sm-line-height--1-half {
  line-height: 1.5rem; }

@media screen and (min-width: 48rem) {
  .md-line-height--36 {
    line-height: 2.25rem; }
  .md-line-height--28 {
    line-height: 1.75rem; } }

/**
    This file creates the margin and padding helper classes.
    It creates helper classes in the following formats:
    {sm/md/lg/xl}-{mt/mr/mb/ml/pt/pr/pb/pl/mx/my/px/py}-{0/1...negative-1}

    If you need to add further sizes, add it to the $sizes variable below.
*/

.sm-mt--0 {
  margin-top: 0rem; }

.sm-mr--half {
  margin-right: 0.5rem; }

.sm-mb--1 {
  margin-bottom: 1rem; }

.sm-mb--1-half {
  margin-bottom: 1.5rem; }

.sm-mb--2 {
  margin-bottom: 2rem; }

.sm-pb--1 {
  padding-bottom: 1rem; }

.sm-pr--1 {
  padding-right: 1rem; }

.sm-px--1-half {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.sm-pt--1-half {
  padding-top: 1.5rem; }

.sm-pb--1-half {
  padding-bottom: 1.5rem; }

.sm-pl--1-half {
  padding-left: 1.5rem; }

.sm-pr--1-half {
  padding-right: 1.5rem; }

.sm-pb--2 {
  padding-bottom: 2rem; }

@media screen and (min-width: 48rem) {
  .md-mb--2 {
    margin-bottom: 2rem; }
  .md-mb--3 {
    margin-bottom: 3rem; }
  .md-pl--half {
    padding-left: 0.5rem; }
  .md-pr--1 {
    padding-right: 1rem; }
  .md-px--2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-pt--3 {
    padding-top: 3rem; } }

@media screen and (min-width: 64rem) {
  .lg-mt--4 {
    margin-top: 4rem; }
  .lg-mb--4 {
    margin-bottom: 4rem; }
  .lg-pt--0 {
    padding-top: 0rem; }
  .lg-pl--1 {
    padding-left: 1rem; }
  .lg-px--2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-pl--2 {
    padding-left: 2rem; }
  .lg-pr--2 {
    padding-right: 2rem; } }

@media screen and (min-width: 80rem) {
  .xl-px--0 {
    padding-left: 0rem;
    padding-right: 0rem; } }

/*
  Borders
*/
/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

/* Border Sizes */

.focus-white {
  border: 1px solid transparent; }
  .focus-white:hover, .focus-white:focus, .focus-white:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.25rem; }

.border-radius--half {
  border-radius: 0.5rem; }

/*
  Box Shadows
*/

/* alias 'layer-level-2' */
/* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */

/* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
/* used here https://www.bmo.com/smartfolio/account-types/ */

/* used as the search page's input border/shadow */
/* used as the search page's filter dropdown border/shadow */

/* used as the search page's recommended result box and autocomplete dropdown */

/* used as the search page's sticky shadow */

/* used as the carousel arrow shadow */

/* used as the bios image shadow */

/* used as the drop shadow for a bar chart bar */
/* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */

/* used on cards that need shadow on hover */

/* alias 'layer-level-2' */
/* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */

/* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
/* used here https://www.bmo.com/smartfolio/account-types/ */

/* used as the search page's input border/shadow */
/* used as the search page's filter dropdown border/shadow */

/* used as the search page's recommended result box and autocomplete dropdown */

/* used as the search page's sticky shadow */

/* used as the carousel arrow shadow */

/* used as the bios image shadow */

/* used as the drop shadow for a bar chart bar */
/* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */

/* used on cards that need shadow on hover */

@media screen and (max-width: 47.9375rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

@media screen and (min-width: 48rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

@media screen and (min-width: 64rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

@media screen and (min-width: 80rem) {
  /* alias 'layer-level-2' */
  /* used in the "SmartApp" box here - https://www.bmo.com/insurance/advisor/personal-business-insurance-concepts/ */
  /* hover effect for 'layer-level-2'/[breakpoint]-box-shadow--custom0 */
  /* used here https://www.bmo.com/smartfolio/account-types/ */
  /* used as the search page's input border/shadow */
  /* used as the search page's filter dropdown border/shadow */
  /* used as the search page's recommended result box and autocomplete dropdown */
  /* used as the search page's sticky shadow */
  /* used as the carousel arrow shadow */
  /* used as the bios image shadow */
  /* used as the drop shadow for a bar chart bar */
  /* used here : bmo.com/main/personal/mortgages/new-mortgage-rules-stress-test/ */
  /* used on cards that need shadow on hover */ }

.background-color--white {
  background-color: #ffffff; }

/* Probably only used for icons */

/* Probably only used in the CMS - doubt we'll ever use it in the site */

.sm-background-color--albicant {
  background-color: #f5f6f7; }

/* Probably only used for icons */

.sm-color-fill--blue {
  fill: #0079c1; }

.sm-color-fill--bluea {
  fill: #0075be; }

/* Probably only used in the CMS - doubt we'll ever use it in the site */

@media screen and (max-width: 47.9375rem) {
  /* Probably only used for icons */
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

@media screen and (min-width: 48rem) {
  /* Probably only used for icons */
  .md-color-fill--white {
    fill: #ffffff; }
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* Probably only used for icons */
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

@media screen and (min-width: 64rem) {
  /* Probably only used for icons */
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  /* Probably only used for icons */
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

@media screen and (min-width: 80rem) {
  /* Probably only used for icons */
  /* Probably only used in the CMS - doubt we'll ever use it in the site */ }

.white-space--no-wrap {
  white-space: nowrap; }

/* used for easing and fading in/out */

/* used for animating a growing/shrinking line */

/* used for animating the moving ship */

/* used for animating panning shot banner images */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Moving Left from Right */

@keyframes -toMoveLeft--quarter {
  from {
    transform: translate3d(0.25rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--half {
  from {
    transform: translate3d(0.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--3-quarters {
  from {
    transform: translate3d(0.75rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--1 {
  from {
    transform: translate3d(1rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--1-half {
  from {
    transform: translate3d(1.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--2 {
  from {
    transform: translate3d(2rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--2-half {
  from {
    transform: translate3d(2.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--3 {
  from {
    transform: translate3d(3rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes -toMoveLeft--20 {
  from {
    transform: translate3d(20rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Fading In and Fading In Up (from Below) */

/* For Fading in left to right */

/* For Fading in right to left */

/* For Fading out right to left */

/* For Fading out right to left */

/* For Moving Right from Left */

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--quarter {
  from {
    transform: translate3d(0.25rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--half {
  from {
    transform: translate3d(0.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--3-quarters {
  from {
    transform: translate3d(0.75rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--1 {
  from {
    transform: translate3d(1rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--1-half {
  from {
    transform: translate3d(1.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--2 {
  from {
    transform: translate3d(2rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--2-half {
  from {
    transform: translate3d(2.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--3 {
  from {
    transform: translate3d(3rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Moving Left from Right */

@keyframes sm-toMoveLeft--20 {
  from {
    transform: translate3d(20rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */

@media screen and (max-width: 47.9375rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes sm-only-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@media screen and (min-width: 48rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes md-only-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@media screen and (min-width: 64rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes lg-only-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@media screen and (min-width: 80rem) {
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Fading In and Fading In Up (from Below) */
  /* For Fading in left to right */
  /* For Fading in right to left */
  /* For Fading out right to left */
  /* For Fading out right to left */
  /* For Moving Right from Left */
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--quarter {
    from {
      transform: translate3d(0.25rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--half {
    from {
      transform: translate3d(0.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--3-quarters {
    from {
      transform: translate3d(0.75rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--1 {
    from {
      transform: translate3d(1rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--1-half {
    from {
      transform: translate3d(1.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--2 {
    from {
      transform: translate3d(2rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--2-half {
    from {
      transform: translate3d(2.5rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--3 {
    from {
      transform: translate3d(3rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Moving Left from Right */
  @keyframes xl-toMoveLeft--20 {
    from {
      transform: translate3d(20rem, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } }
  /* For Increasing Height from 0% to 100% - 10px - used for line between 2 dots */ }

@keyframes toFadeInUp--quarter {
  from {
    opacity: 0;
    transform: translate3d(0, 0.25rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--quarter {
  from {
    opacity: 0;
    transform: translate3d(-0.25rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--quarter {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-0.25rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--quarter {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(0.25rem, 0, 0); } }

@keyframes toFadeInRightToLeft--quarter {
  from {
    opacity: 0;
    transform: translate3d(0.25rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--quarter {
  from {
    transform: translate3d(-0.25rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--half {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--half {
  from {
    opacity: 0;
    transform: translate3d(-0.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-0.5rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(0.5rem, 0, 0); } }

@keyframes toFadeInRightToLeft--half {
  from {
    opacity: 0;
    transform: translate3d(0.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--half {
  from {
    transform: translate3d(-0.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--3-quarters {
  from {
    opacity: 0;
    transform: translate3d(0, 0.75rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--3-quarters {
  from {
    opacity: 0;
    transform: translate3d(-0.75rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--3-quarters {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-0.75rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--3-quarters {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(0.75rem, 0, 0); } }

@keyframes toFadeInRightToLeft--3-quarters {
  from {
    opacity: 0;
    transform: translate3d(0.75rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--3-quarters {
  from {
    transform: translate3d(-0.75rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--1 {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--1 {
  from {
    opacity: 0;
    transform: translate3d(-1rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--1 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-1rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--1 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(1rem, 0, 0); } }

@keyframes toFadeInRightToLeft--1 {
  from {
    opacity: 0;
    transform: translate3d(1rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--1 {
  from {
    transform: translate3d(-1rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--1-half {
  from {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--1-half {
  from {
    opacity: 0;
    transform: translate3d(-1.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--1-half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-1.5rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--1-half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(1.5rem, 0, 0); } }

@keyframes toFadeInRightToLeft--1-half {
  from {
    opacity: 0;
    transform: translate3d(1.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--1-half {
  from {
    transform: translate3d(-1.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--2 {
  from {
    opacity: 0;
    transform: translate3d(0, 2rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--2 {
  from {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--2 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--2 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2rem, 0, 0); } }

@keyframes toFadeInRightToLeft--2 {
  from {
    opacity: 0;
    transform: translate3d(2rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--2 {
  from {
    transform: translate3d(-2rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--2-half {
  from {
    opacity: 0;
    transform: translate3d(0, 2.5rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--2-half {
  from {
    opacity: 0;
    transform: translate3d(-2.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--2-half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2.5rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--2-half {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2.5rem, 0, 0); } }

@keyframes toFadeInRightToLeft--2-half {
  from {
    opacity: 0;
    transform: translate3d(2.5rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--2-half {
  from {
    transform: translate3d(-2.5rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--3 {
  from {
    opacity: 0;
    transform: translate3d(0, 3rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--3 {
  from {
    opacity: 0;
    transform: translate3d(-3rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--3 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-3rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--3 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(3rem, 0, 0); } }

@keyframes toFadeInRightToLeft--3 {
  from {
    opacity: 0;
    transform: translate3d(3rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--3 {
  from {
    transform: translate3d(-3rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes toFadeInUp--20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeInLeftToRight--20 {
  from {
    opacity: 0;
    transform: translate3d(-20rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toFadeOutLeftToRight--20 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-20rem, 0, 0); } }

@keyframes toFadeOutRightToLeft--20 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(20rem, 0, 0); } }

@keyframes toFadeInRightToLeft--20 {
  from {
    opacity: 0;
    transform: translate3d(20rem, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes toMoveRight--20 {
  from {
    transform: translate3d(-20rem, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes toHeight100 {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@keyframes toHeight100-10px {
  from {
    height: 0%; }
  to {
    height: calc(100% - 10px); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes zoomInBig {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01); }
  85% {
    transform: scale3d(0.99, 0.99, 0.99); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes translateDiagonalScaleCustom1 {
  0% {
    transform: scale(1, 1) translateY(2%) translateX(0.25%); }
  100% {
    transform: scale(1.1, 1.1) translateY(-2%) translateX(-0.75%); } }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@charset "UTF-8";
/*  #########################################################################  */
/*  #### Load Module Specific SCSS here ####  */
/*  #########################################################################  */
/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */
/*320*/
/*1200*/
/*1280*/
/*767*/
/*768*/
/*1023*/
/*1024*/
/*1279*/
/*1280*/
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/

/* this gets mozilla */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */

/* this gets mozilla */

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */

.hover--white a:focus, .hover--white button:focus {
  outline: 1px solid #fff; }

.hover--white a:focus, .hover--white button:not(.accordion-title):not(.accordion__title):focus {
  padding: 0.01px; }

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */
/*320*/
/*1200*/
/*1280*/
/*767*/
/*768*/
/*1023*/
/*1024*/
/*1279*/
/*1280*/
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/

/* this gets mozilla */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */

/* this gets mozilla */

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

[aria-haspopup] {
  cursor: pointer; }

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

/* This container is needed to position the front and back side */

/* Position the front and back side */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */
/*320*/
/*1200*/
/*1280*/
/*767*/
/*768*/
/*1023*/
/*1024*/
/*1279*/
/*1280*/
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/

/* this gets mozilla */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */

/* this gets mozilla */

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */
/*320*/
/*1200*/
/*1280*/
/*767*/
/*768*/
/*1023*/
/*1024*/
/*1279*/
/*1280*/
/*
 Given a string, split by the $separator then return a list.
*/
/*
    Given a class prefix and a class name, return a name with the
    prefix prepended with a dash if prefix is given
*/

/* this gets mozilla */

/* PRIMARY COLOURS */
/*not part of dds*/
/* FEEDBACK COLOURS */
/* COMPLIMENTARY COLOURS */
/* BMO SKY BLUE */
/* BMO OLIVE*/
/* BMO POOLSIDE */
/* BMO SUNFLOWER */
/* BMO LILAC */
/* BMO RETROSPECT */
/* BMO ORCHID */

/* this gets mozilla */

/************************************/
/*************LOGO COLOURS***********/
/************************************/
/************************************/
/**********PRIMARY COLOURS***********/
/************************************/
/************************************/
/*********FEEDBACK COLOURS***********/
/************************************/
/************************************/
/******COMPLIMENTARY COLOURS*********/
/************************************/
/************************************/
/************BMO SKY BLUE************/
/************************************/
/************************************/
/**************BMO OLIVE*************/
/************************************/
/************************************/
/*************BMO POOLSIDE***********/
/************************************/
/************************************/
/*************BMO SUNFLOWER**********/
/************************************/
/************************************/
/*************BMO LILAC**************/
/************************************/
/************************************/
/**********BMO RETROSPECT************/
/************************************/
/************************************/
/********GRID SCREEN SIZES***********/
/************************************/
/************************************/
/**************FONTS*****************/
/************************************/
/************************************/
/**************SPACING***************/
/************************************/
/************************************/
/**************Z-Index Stack*********/
/************************************/
/************************************/
/**************ICONS*****************/
/************************************/

