﻿/* Red */
/* Dark Grey */
/* Medium Grey */
/* Violet */
/* Green */
/* Fuschia */
/* Blue */
/* Darker Red */
/* Light Grey */
/* Light Blue-Grey */
/* Off White */
/* Off White (Cool) */
/* Dark Grey */
@font-face {
  font-family: 'Scotia-Headline';
  src: url('/Fonts/Scotia_W_Headline.woff') format('woff'), url('/Fonts/Scotia_W_Headline.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Scotia';
  src: url('/Fonts/Scotia_W_Rg.woff') format('woff'), url('/Fonts/Scotia_W_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Scotia';
  src: url('/Fonts/Scotia_W_Lt.woff') format('woff'), url('/Fonts/Scotia_W_Lt.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Scotia';
  src: url('/Fonts/Scotia_W_Bd.woff') format('woff'), url('/Fonts/Scotia_W_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/Fonts/Frutiger-Roman.eot');
  src: url('/Fonts/Frutiger-Roman.eot?#iefix') format('embedded-opentype'), url('/Fonts/Frutiger-Roman.woff') format('woff'), url('/Fonts/Frutiger-Roman.ttf') format('truetype'), url('/Fonts/Frutiger-Roman.svg#open_sansbold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/Fonts/Frutiger-Light.eot');
  src: url('/Fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'), url('/Fonts/Frutiger-Light.woff') format('woff'), url('/Fonts/Frutiger-Light.ttf') format('truetype'), url('/Fonts/Frutiger-Bold.svg#Frutiger-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/Fonts/Frutiger-Bold.eot');
  src: url('/Fonts/Frutiger-Bold.eot?#iefix') format('embedded-opentype'), url('/Fonts/Frutiger-Bold.woff') format('woff'), url('/Fonts/Frutiger-Bold.ttf') format('truetype'), url('/Fonts/Frutiger-Bold.svg#Frutiger-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 16px;
  background: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding-top: 60px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Scotia, Frutiger, Arial, Helvetica, sans-serif;
}
body > * div {
  background: none;
}
a {
  color: #8230DF;
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: underline;
}
hr {
  background-color: #E2E8EE;
}
button,
input,
select,
textarea,
.input {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
input,
select,
textarea,
.input {
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
}
input:focus,
select:focus,
textarea:focus,
.input:focus {
  border-bottom: 2px solid #8230DF;
}
select,
.select {
  height: 2em;
  padding-right: 1em;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-purple-down.svg') no-repeat right center;
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #333333;
}
h1 {
  margin-top: 30px;
  font-family: Scotia-Headline;
  font-size: 46px;
  line-height: 1.1;
}
h2 {
  font-family: Scotia-Headline;
  font-size: 36px;
  margin: 0;
}
h3 {
  font-size: 20px;
  line-height: 1.1;
}
h4 {
  font-size: 16px;
  margin: 5px 0;
}
h5 {
  font-size: 14px;
  margin: 5px 0;
}
h6 {
  font-size: 12px;
  margin: 0;
}
img {
  border: none;
}
small {
  font-size: 0.85em;
}
/* Generic Styles
**************************/
.btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn:hover,
.btn:focus,
.btn-hover {
  text-decoration: none !important;
}
.btn-primary,
.btn-default {
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.btn-primary {
  color: #fff;
  background-color: #ED0722;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary-hover {
  background-color: #CB061D;
}
.btn-default {
  color: #ED0722;
  border-color: #ED0722;
}
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  background-color: #CB061D;
  border-color: #fff;
}
.btn-pill {
  padding: 14px 30px;
  border: 1px solid currentColor;
  border-radius: 50px;
}
.btn-pill:hover,
.btn-pill:focus {
  padding: 14px 30px;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 50px;
}
.btn-card-default {
  color: #8230DF;
}
.btn-card-default:hover,
.btn-card-default:focus {
  background-color: #8230DF;
}
.btn-card-new {
  color: #BE207A;
}
.btn-card-new:hover,
.btn-card-new:focus {
  background-color: #BE207A;
}
.btn-card-help {
  color: #CB061D;
}
.btn-card-help:hover,
.btn-card-help:focus {
  background-color: #CB061D;
}
.btn-card-success {
  color: #008660;
}
.btn-card-success:hover,
.btn-card-success:focus {
  background-color: #008660;
}
.btn-card-moreinfo {
  color: #087BB4;
}
.btn-card-moreinfo:hover,
.btn-card-moreinfo:focus {
  background-color: #087BB4;
}
.btn-card-unselected {
  color: #757575;
}
.btn-card-unselected:hover,
.btn-card-unselected:focus {
  background-color: #757575;
}
.btn-background {
  color: #333333;
  background: #fff;
  border-color: transparent;
}
.btn-background:hover,
btn-background:focus {
  color: #fff;
  background: transparent;
  border-color: currentColor;
}
.btn-close:after {
  content: "x";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
  border-radius: 20px;
  border: 3px solid #D6D6D6;
  padding: 1px 6px;
  float: right;
}
.red-btn {
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background-color: #ED0722;
  text-shadow: none;
  background-image: none;
}
.red-btn:hover,
.red-btn:focus {
  text-decoration: none;
  background: #CB061D;
}
.red-btn span {
  display: inline;
  padding: 0;
  background: none;
}
button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background-color: #ED0722;
}
button:hover,
button:focus {
  text-decoration: none !important;
  background-color: #CB061D;
}
/* General */
.AgilityStatusBar {
  display: none;
}
.visible-mobile {
  display: block;
}
.visible-desktop {
  display: none !important;
}
.col {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
ul.checked li {
  list-style-type: none;
}
ul.checked li:before {
  content: "\2713";
  color: #ED0722;
  font-weight: bold;
  padding-right: 8px;
}
.form label {
  text-align: inherit;
}
.form input {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  height: auto;
  margin: 0;
}
.form select {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  height: 2em;
  padding-right: 1em;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-purple-down.svg') no-repeat right center;
  -webkit-appearance: none;
  margin: 0;
}
.form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  margin: 0;
}
.form .button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background-color: #ED0722;
}
.form .button:hover,
.form .button:focus {
  background-color: #CB061D;
}
.validation {
  bottom: 0.5em;
  right: 7px;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-error-lightred.svg') no-repeat center center, url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-success-green.svg') no-repeat center center;
}
.input-validation-error + .validation,
.field-validation-error {
  background-size: contain, 0 0;
}
.valid + .validation,
.field-validation-valid {
  background-size: 0 0, contain;
}
/* Lity - Modal Dialogue */
.lity {
  z-index: 999999;
}
.lity-inline {
  background: rgba(153, 153, 153, 0.92);
}
.lity-inline .lity-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #fff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.26);
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.lity-inline.lity-loading .lity-container {
  opacity: 0;
  transform: scale(0.6);
}
.lity-inline.lity-closed .lity-container {
  opacity: 0;
  transform: scale(1.1);
}
.lity-inline .lity-content {
  transform: none;
  transition: none;
}
.lity-inline .lity-content:after {
  content: none;
}
.lity-loading .lity-inline .lity-content,
.lity-closed .lity-inline .lity-content {
  transform: none;
}
.lity-inline .lity-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  color: transparent;
  font-size: 0;
  text-shadow: none;
}
.lity-inline .lity-close:before,
.lity-inline .lity-close:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 26px;
  background: #757575;
}
.lity-inline .lity-close:before {
  transform: translateX(-50%) rotate(-45deg);
}
.lity-inline .lity-close:after {
  transform: translateX(-50%) rotate(45deg);
}
.lity .dialog--header {
  display: block;
  align-items: center;
  flex-flow: column nowrap;
  margin: 0;
  padding: 1.5rem 3.5rem 1.5rem 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.lity .dialog--body {
  width: 100%;
  padding: 0 40px 20px 40px;
  line-height: 18px;
  overflow-y: auto;
  transition: all 0.3s ease 0.15s;
  -webkit-overflow-scrolling: touch;
}
/* Lity - Video embed based on Canada site */
.yv--link {
  position: relative;
  display: inline-block;
  background: #333333;
}
.yv--thumbnail {
  display: block;
  transition: opacity 0.3s ease;
}
.yv--link:hover .yv--thumbnail,
.yv--link:focus .yv--thumbnail {
  opacity: 0.7;
}
.yv--play {
  position: absolute;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_play.svg') no-repeat 0 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.yv--link:hover .yv--play,
.yv--link:focus .yv--play {
  right: 60px;
  bottom: 60px;
  transform: scale(1.3);
}
/* Template layout
**************************/
#siteHeader {
  position: fixed;
  top: 0;
  bottom: calc(100vh - 60px);
  left: 0;
  right: 0;
  background: rgba(250, 251, 253, 0);
  overflow: visible;
  z-index: 9999999;
  transition: bottom 0s 0.6s, background 0.3s ease 0.3s;
  --header-height: 60px;
  --search-height: 128px;
  --menu-bottom-space: 80px;
  --footer-height: 85px;
}
#siteHeader.open {
  background: #fafbfd;
  bottom: 0;
  transition: bottom 0s, background 0.3s;
}
#top {
  background: none;
}
#logoHeader {
  background: #fff;
}
#logoHeader > .col {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 60px 0 27px;
  border-top: 2px solid #ED0722;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
#siteLogo {
  display: block;
  height: 100%;
  width: 25px;
  height: 25px;
}
#siteLogo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#serviceMenuHeader {
  background-color: #eee;
}
#serviceMenuHeader .header {
  z-index: 1000;
}
#siteNav {
  background: none;
  border: none;
  overflow: hidden;
}
#showMegaMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 10px 27px 10px 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#showMegaMenu span {
  position: absolute;
  display: block;
  height: 1px;
  left: 7px;
  right: 8px;
  background: #333333;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
#showMegaMenu span:nth-of-type(1) {
  top: 27px;
}
#showMegaMenu span:nth-of-type(2),
#showMegaMenu span:nth-of-type(3) {
  top: 20px;
}
#showMegaMenu span:nth-of-type(4) {
  top: 13px;
}
#showMegaMenu.active span:nth-of-type(1) {
  top: 20px;
  width: 0;
  left: 50%;
}
#showMegaMenu.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
#showMegaMenu.active span:nth-of-type(3) {
  transform: rotate(45deg);
}
#showMegaMenu.active span:nth-of-type(4) {
  top: 20px;
  width: 0;
  left: 50%;
}
#megaMenuHeader {
  height: 0;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: height 0s 0.3s, opacity 0.3s ease, visibility 0s 0.3s;
}
.open #megaMenuHeader {
  height: calc(100vh - 60px);
  opacity: 1;
  visibility: visible;
  transition: height 0s, opacity 0.3s ease 0.3s, visibility 0s;
}
#megaMenuHeader #mega-menu {
  padding: 0;
  border: none;
}
.searchForm {
  position: relative;
  bottom: inherit;
  right: inherit;
  height: 48px;
  margin: 10px 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 10px #E2E8EE;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.open .searchForm {
  transform: scale(1);
  transition: transform 0.3s ease 0.2s;
}
.txtSearchQuery {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 0 48px 0 15px;
  color: #757575;
  font-size: inherit;
  text-align: left;
  background-color: #fff;
  border: 1px solid #E2E8EE;
  border-radius: 0.4rem;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.3s ease 0.05s;
}
.imgSearchSubmit {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 20;
}
.megaMenuWrapper {
  max-height: calc(100vh - (60px + 128px + 85px));
  width: 100%;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.megaMenuWrapper.active {
  overflow: visible;
}
.open .megaMenuWrapper {
  transform: scale(1);
  transition: transform 0.3s ease 0.3s, left 0.3s ease;
}
.megaMenu {
  position: relative;
  display: block;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  border: none;
  box-shadow: 0 2px 10px #E2E8EE;
  transition: all 0.3s ease;
}
.megaMenu.active {
  left: -100%;
}
.megaMenu a {
  color: #8230DF;
  font-size: inherit;
  font-weight: 400;
  margin: 0 1.5rem;
  border: none;
}
.megaMenu strong {
  position: relative;
  display: block;
  margin: 0 1.5rem;
  padding: 20px 15px;
  font-family: inherit !important;
  font-weight: 400 !important;
  line-height: 1;
}
.megaMenu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.megaMenu li.parent.open {
  overflow: visible;
}
.megaMenu li:first-child {
  background: none;
}
.megaMenu li:not(:first-of-type) strong {
  border-top: 1px solid #E2E8EE;
}
.megaMenu li a {
  display: block;
  padding: 20px 15px;
  line-height: 1em;
  border-top: 1px solid #E2E8EE;
}
.megaMenu.open > li > a {
  border-bottom: none;
}
.megaMenu li:first-child > a {
  border: none;
}
.megaMenu.open > li:first-child > a {
  border: none;
}
.megaMenu li.parent > span,
.megaMenu li.open.parent > span {
  position: absolute;
  top: 6px;
  width: 44px;
  height: 44px;
  right: 1.5rem;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/arrow-right.svg') no-repeat center center;
}
.megaMenu li > section {
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  max-height: calc(100vh - (60px + 128px + 85px));
  left: 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.megaMenu li.open > section {
  left: 0;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  visibility: visible;
}
.megaMenu li.open > section.active {
  left: -100%;
  overflow: visible;
}
.megaMenu li.open > section.active li.open > section {
  left: 100%;
}
.megaMenu li.open > section > ul > li > a {
  padding: 20px 15px;
  line-height: inherit;
}
.megaMenu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 10px 10px -8px #E2E8EE;
}
.megaMenu ul li a,
.megaMenu ul ul li a {
  padding: 20px 15px;
  border-top-color: #E2E8EE;
}
.megaMenu ul ul {
  background: #fff;
}
.megaMenu > li > section[data-children="2"] > ul ul,
.megaMenu > li > section[data-children="3"] > ul ul {
  columns: 220px;
  column-gap: 20px;
  -webkit-columns: 220px;
  -moz-columns: 220px;
  -ms-columns: 220px;
  -o-columns: 220px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
}
.megaMenu .viewall {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #E2E8EE;
  overflow: visible;
}
.megaMenu .viewall:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  z-index: -1;
}
.megaMenu .back {
  position: relative;
  padding-left: 36px;
  color: #333333;
  font-weight: 700;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/arrow-left.svg') #fff no-repeat 15px center;
  background-size: 7px 12px;
  border-top: none;
  border-bottom: 1px solid #E2E8EE;
  overflow: visible;
}
.megaMenu .back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  z-index: -1;
}
.siteTabs {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.active ~ .siteTabs {
  left: -100%;
}
.siteTabsSelect {
  margin: 10px 0;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 2px 10px #E2E8EE;
}
#siteTabsSelect {
  height: auto;
  font-size: inherit;
  background: none;
  border: 1px solid #E2E8EE;
  -webkit-appearance: menulist;
}
.siteTabsLinks {
  margin: 10px 0;
  padding: 15px 30px;
  list-style: none;
  background: #fff;
  box-shadow: 0 2px 10px #E2E8EE;
}
.headerCta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.open .headerCta {
  transform: translateY(0);
  transition: transform 0.3s ease 0.3s;
}
.headerCta-link {
  display: block;
  width: 33%;
  padding: 20px 15px;
  color: inherit;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}
.headerCta-link i {
  color: inherit;
  font-weight: 700;
  font-size: 1.5rem;
}
.headerCta-link img {
  display: block;
  margin: auto;
  max-width: 24px;
  max-height: 24px;
}
.headerCta-link span {
  display: block;
}
.headerCta-link:hover,
.headerCta-link:focus {
  text-decoration: none !important;
}
#newSignIn {
  margin: 0 auto;
}
.newSignIn-dropDown {
  position: relative;
  z-index: 100;
}
.newSignIn-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: calc(100vw - 185px);
  padding: 0 2.5rem;
  color: #fff;
  font-size: 0.75rem;
  background: #ED0722;
  border: none;
  border-radius: 0.3rem;
  box-sizing: border-box;
  transition: background 0.25s ease-in, border-radius 0.5s 0s;
  z-index: 1;
}
.newSignIn-link:after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-white-down.svg') no-repeat center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: 0.25s;
}
.icon-Icon_SignInLock {
  position: absolute;
  width: 1.2rem;
  height: 1.5rem;
  top: 50%;
  left: 1rem;
  margin-top: -0.75rem;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
}
.newSignIn-dropDownList {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  max-height: 0;
  margin: 0;
  padding: 0.25em 0 0.1em 0;
  color: #fff;
  list-style: none;
  background-color: #ED0722;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 0 0.5rem #fff;
  transition: max-height 0.25s, visibility 0.25s 0s;
  overflow: auto;
  visibility: hidden;
}
.newSignIn-dropDownList:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  height: 2px;
  background: #fff;
}
.newSignIn-dropDownListItem {
  display: block;
}
.newSignIn-dropDownListLink {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 0.875rem;
}
.newSignIn--open .newSignIn-link {
  border-radius: 0.3em 0.3em 0 0;
  transition: background 0.3s ease-in;
}
.newSignIn--open .newSignIn-link:after {
  transform: rotate(-180deg);
}
.newSignIn--open .newSignIn-dropDownList {
  max-height: calc(100vh - 100px);
  transition: max-height 0.25s;
  visibility: visible;
}
.newSignIn-activate {
  display: none;
}
#pageName {
  height: auto;
  margin: 30px 0 0 0;
  padding: 0;
  color: #333333;
  font-family: Scotia-Headline;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  background: none;
  overflow: visible;
}
#content-body {
  width: auto;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
#content-body h3 {
  margin: 0;
}
#content-body ul {
  padding: inherit;
  margin: inherit;
  list-style: inherit;
}
#siteFooter {
  text-align: center;
  box-sizing: border-box;
}
.backToTop {
  position: fixed;
  display: block;
  bottom: -50px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/arrow-backToTop.svg') #8230df no-repeat center center;
  background-size: 20px auto;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.5s ease;
}
.backToTop.active {
  bottom: 60px;
  opacity: 1;
}
#topFooter {
  padding: 45px 0 75px 0;
  border-top: 1px solid #E2E8EE;
}
.topFooter__columns {
  padding: 0 20px;
  box-sizing: border-box;
}
.topFooter__column:not(.topFooter__social):nth-of-type(1n + 2) {
  margin-top: 30px;
}
.topFooter__column-icon {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.topFooter__column-heading {
  display: block;
  margin: 0.75rem 0 0.6rem 0;
  font-size: 0.975rem;
  line-height: 1.1;
}
.topFooter__column-text {
  display: block;
  margin-bottom: 0.5rem;
}
.topFooter__column-link {
  display: block;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.topFooter__social {
  margin: 10px 0 1rem 0;
}
.topFooter__social a {
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
}
.topFooter__social a:nth-child(1n + 2) {
  margin-left: 1rem;
}
#bottomFooter {
  padding: 20px 0;
  border-top: 1px solid #E2E8EE;
}
.footerLinks {
  margin-bottom: 1rem;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  list-style-type: none;
}
.footerLinks li {
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0.75rem;
  padding: 0;
  border: none;
}
.footerLinks a {
  color: inherit;
}
#legalFooter {
  background-color: #F6F7FC;
  padding: 15px;
  font-size: 0.875rem;
  text-align: center;
}
/* Templates & Pages
**************************/
#rotatorMain {
  border-bottom: 1px solid #E2E8EE;
}
#ribbonMain {
  background-color: #F6F7FC;
  border-top: 1px solid #E2E8EE;
  border-bottom: 1px solid #E2E8EE;
}
/* Modules
**************************/
/* Accordion */
#content-body .accordion {
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-body .accordion .content a {
  color: #8230DF;
}
#content-body .accordion .content ul {
  margin: 1em 0;
  padding: 0;
}
.accordion {
  margin: 10px 0 15px 0;
  list-style: none;
  padding-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.accordion > li.content {
  position: relative;
  margin: 0.02em;
  background-color: transparent;
}
.accordion > li.content > header {
  padding: 0;
  background-image: none;
  color: #757575;
  display: block;
  background: none;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.2;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  padding: 0.75em 0.5em;
}
.accordion > li.content > header:focus {
  text-decoration: none;
}
.accordion > li.content > header:after {
  content: "";
  display: block;
  height: 100%;
  width: 2em;
  position: absolute;
  right: 0;
  top: 1.5rem;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-down-grey-24px.svg") no-repeat right top;
  min-height: 20px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  background-size: 2.1rem auto;
  min-height: 1.5rem;
}
.accordion > li.content > header.selected {
  font-weight: 700;
  color: #ED0722;
  border-bottom: 2px solid #ED0722;
}
.accordion > li.content > header.selected:after {
  content: "";
  display: block;
  height: 100%;
  width: 2em;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-down-red-24px.svg") no-repeat right 1.2rem center;
  min-height: 1.5rem;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  background-size: 2.1rem auto;
  transform: rotate(-180deg);
}
.accordion > li.content > article {
  font-weight: normal;
  padding: 1em;
}
.accordion > li.content > article h1 {
  margin-top: 0.5em;
}
.accordion > li.content > article ul.tb--list {
  padding-left: 0;
}
.accordion > li.content > article ul li {
  margin-top: 0.05em;
  margin-left: 1em;
  padding-left: 0;
  padding-bottom: 0;
  list-style: disc;
  background: none;
  list-style-position: inside;
}
.accordion > li.content > article ul li.l--item {
  list-style: none;
  margin-top: 8px;
  margin-left: 0;
  padding-left: 3em;
  padding-bottom: 1.5em;
  background-image: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon-check-outline-24px.svg");
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 2rem;
}
/* Account Application form */
#content-body .accountApplicationForm {
  margin: 0;
  padding: 0;
  background: none;
}
#content-body .accountApplicationForm .step {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#content-body .accountApplicationForm .step-container {
  margin: 5rem 0;
  padding: 0;
  text-align: center;
  background: none;
}
#content-body .accountApplicationForm .step li:not(:last-child) {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: inherit;
  border-color: #333333;
}
#content-body .accountApplicationForm .step li.active {
  color: #fff;
}
#content-body .accountApplicationForm .step-title {
  font-size: 16px;
  margin: 20px;
}
#content-body .accountApplicationForm label {
  width: 100%;
  padding-right: 30px;
}
#content-body .accountApplicationForm label > input {
  width: 100%;
  border-radius: 0;
}
#content-body .accountApplicationForm label > select {
  width: 100%;
  height: 2em;
  border-radius: 0;
}
#content-body .accountApplicationForm label > .text {
  width: auto;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}
#content-body .accountApplicationForm label .validation {
  bottom: 0.5em;
  right: 7px;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-error-lightred.svg') no-repeat center center, url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-success-green.svg') no-repeat center center;
}
#content-body .accountApplicationForm label .input-validation-error + .validation,
#content-body .accountApplicationForm label .field-validation-error {
  background-size: contain, 0 0;
}
#content-body .accountApplicationForm label .valid + .validation,
#content-body .accountApplicationForm label .field-validation-valid {
  background-size: 0 0, contain;
}
#content-body .accountApplicationForm .sectionHeading {
  margin: 1rem 0;
}
#content-body .accountApplicationForm .sectionHeading > img {
  margin: 0.9em 0.5em 0 0;
}
#content-body .accountApplicationForm .sectionHeading > h2 {
  display: inline;
}
#content-body .accountApplicationForm .personalInformationSection,
#content-body .accountApplicationForm .direccion,
#content-body .accountApplicationForm .employmentData,
#content-body .accountApplicationForm .acountInformationSection {
  padding: 0;
  border: none;
  background: none;
}
#content-body .accountApplicationForm .upload-btn {
  width: 100%;
}
#content-body .accountApplicationForm .direccion label:not([for]) {
  width: 100%;
}
#content-body .accountApplicationForm .direccion label:not([for]) .otherAddressTextArea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  width: 100%;
}
#content-body .accountApplicationForm .acountInformationSection .servicesAssociatedWithAccountSection .checkboxGroup {
  text-align: left;
  vertical-align: top;
}
#content-body .accountApplicationForm .acountInformationSection .servicesAssociatedWithAccountSection .checkboxGroup span:nth-of-type(1) {
  max-width: none;
}
#content-body .accountApplicationForm .legalSection .checkbox {
  width: 100%;
  margin: 0;
  text-align: left;
}
#content-body .accountApplicationForm .legalSection .checkbox span:nth-of-type(1) {
  display: inline;
  width: auto;
}
#content-body .accountApplicationForm .legalSection .legalDescription {
  margin: 0;
}
#content-body .accountApplicationForm .g-recaptcha {
  margin: 2rem 0;
}
#content-body .accountApplicationForm button,
#content-body .accountApplicationForm .button.SubmitLink {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background-color: #ED0722;
}
#content-body .accountApplicationForm button:hover,
#content-body .accountApplicationForm .button.SubmitLink:hover,
#content-body .accountApplicationForm button:focus,
#content-body .accountApplicationForm .button.SubmitLink:focus {
  text-decoration: none !important;
  background-color: #CB061D;
}
#content-body .accountApplicationForm button span,
#content-body .accountApplicationForm .button.SubmitLink span {
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  background: none;
  border: none;
}
#content-body .accountApplicationForm .button.SubmitLink {
  float: none;
  display: block;
  margin: 1rem;
}
#content-body .accountApplicationForm .hide {
  display: none;
}
/* Credit Card And Mortgage Application Form */
.credit-card-and-mortgage-application-form {
  margin: 20px 0;
  padding: 0;
}
.credit-card-and-mortgage-application-form .formSubmissionnError {
  padding: 0;
}
.credit-card-and-mortgage-application-form label {
  width: 100%;
  max-width: 450px;
  margin: 10px 0;
  padding: 0 30px 0 0;
  text-align: inherit;
}
.credit-card-and-mortgage-application-form label > [type="text"] {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.credit-card-and-mortgage-application-form label > select {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  height: 2em;
  padding-right: 1em;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-purple-down.svg') no-repeat right center;
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.credit-card-and-mortgage-application-form label > textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  font-size: 20px;
  line-height: 2em;
  background: none;
  border: none;
  border-bottom: 1px solid #757575;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.credit-card-and-mortgage-application-form label > [type="checkbox"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.2em 0.5em 0 0;
}
.credit-card-and-mortgage-application-form label > .text {
  display: block;
  width: auto;
  margin-top: 0;
}
.credit-card-and-mortgage-application-form label .validation {
  bottom: 0.5em;
  right: 7px;
  margin: 0;
  background: url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-error-lightred.svg') no-repeat center center, url('//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_formAlert-success-green.svg') no-repeat center center;
}
.credit-card-and-mortgage-application-form label .field-validation-error,
.credit-card-and-mortgage-application-form label .field-validation-error + .validation {
  background-size: contain, 0 0;
}
.credit-card-and-mortgage-application-form label .field-validation-valid,
.credit-card-and-mortgage-application-form label .field-validation-valid + .validation {
  background-size: 0 0, contain;
}
.credit-card-and-mortgage-application-form .checkbox {
  margin: 20px 0;
}
.credit-card-and-mortgage-application-form .checkbox .text {
  display: inline;
}
.credit-card-and-mortgage-application-form .checkbox .validation {
  top: 0.25em;
}
.credit-card-and-mortgage-application-form .g-recaptcha {
  margin: 30px 0;
}
/* Property Listings */
#propertyListings {
  font-size: inherit;
  overflow: hidden;
}
#propertyListings h2 {
  margin: 15px 0;
  line-height: 1.2;
}
#propertyListings #propertySearch {
  background: none;
}
#propertyListings #propertySearch label {
  text-align: inherit;
}
#propertyListings #propertySearch label span {
  display: block;
  font-weight: 700;
}
#propertyListings #propertySearch label select {
  height: auto;
}
#propertyListings input[type=submit] {
  float: right;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background-image: none;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background-color: #ED0722;
  cursor: pointer;
}
#propertyListings input[type=submit]:hover,
#propertyListings input[type=submit]:focus {
  background-color: #CB061D;
}
#propertyListings #propertyResults {
  clear: both;
  max-width: 540px;
  margin: 0 auto;
}
#propertyListings #propertyResults header {
  margin: 0;
}
#propertyListings #propertyResults article {
  margin: 40px 0 10px 0;
}
#propertyListings #propertyResults aside {
  margin: 0;
}
#propertyListings #propertyResults aside p {
  padding: 0;
}
#propertyListings #propertyResults aside a {
  display: inline-block;
  margin-top: 0.5em;
  color: #8230DF;
  font-size: inherit;
}
#propertyListings #propertyResults .paging {
  margin: 20px 0;
  text-align: center;
}
/* Property Listings Details */
#propertyDetails {
  margin-top: 40px;
  font-size: inherit;
}
#propertyDetails header h2 {
  margin: 10px 0;
  font-size: 36px;
  line-height: 1.2;
}
#propertyDetails .featuredProperty {
  padding: 0;
  background: none;
}
#propertyDetails .featuredProperty article {
  width: auto;
  margin: 20px 0;
}
#propertyDetails .featuredProperty article ul {
  margin: 20px 0;
}
#propertyDetails .featuredProperty article ul li {
  overflow: hidden;
}
#propertyDetails .featuredProperty h4 {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}
#propertyDetails #listingGallery {
  margin: 20px -8px;
}
#propertyDetails #listingGallery header {
  margin: 0 8px;
  padding-bottom: 0.5em;
}
#propertyDetails #listingGallery a {
  float: none;
  margin: 8px 8px;
}
#propertyDetails #listingGallery a:nth-child(even) {
  margin-right: 8px;
}
#propertyDetails #listingGallery a img {
  display: block;
}
#slideShow {
  position: fixed;
  display: none;
  top: 0px;
  z-index: 10000000;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  overflow: hidden;
}
#slideShow.hide {
  display: none;
}
#slideShow header {
  position: relative;
  z-index: 10;
}
#slideShow header .close {
  float: right;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}
#slideShow header .close:hover {
  background-position: right center;
}
#slideShow #Prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 5px;
  z-index: 60;
  background-image: url(/Images/mobileTheme/MobileArrows.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}
#slideShow #Next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 5px;
  z-index: 60;
  background-image: url(/Images/mobileTheme/MobileArrows.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
#slideShow .slides ul {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  left: 0px;
  height: 171px;
}
#slideShow .slides ul li {
  float: left;
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
#slideShow .slides ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#slideShow .slides img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* Ribbons */
.ribbon {
  padding: 0;
  background-color: white;
}
.ribbons {
  width: 100%;
  position: relative;
}
.ribbons > ul {
  position: relative;
  display: flex;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ribbons > ul.ribbons__tabs {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 40, 80, 0.07);
  box-sizing: border-box;
  overflow: auto;
}
.ribbons > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ribbons > ul.ribbons__content > li {
  flex: 0 0 auto;
  width: 100%;
}
.ribbons > ul > li > header {
  margin: 0 1rem;
  cursor: pointer;
  z-index: 100;
}
.ribbons > ul > li > header > span {
  position: relative;
  display: block;
  padding: 1rem 0;
  color: transparent;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 1em;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  z-index: 10;
}
.ribbons > ul > li.selected > header > span {
  border-color: #ED0722;
}
.ribbons > ul > li > header > span:after {
  content: attr(data-text);
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: inherit;
  color: #333333;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s;
}
.ribbons > ul > li:hover > header > span:after,
.ribbons > ul > li:focus > header > span:after {
  font-weight: 700;
}
.ribbons > ul > li.selected > header > span:after {
  font-weight: 700;
}
.ribbons > ul > li > section {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}
.contentColumn {
  margin: 0 0 2rem 0;
}
.contentColumn.tile {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: content-box;
}
.contentColumn.tile:hover {
  transition: ease 0.25s;
  box-shadow: 0 2px 50px 0 #E2E8EE;
}
/* Rotator */
.rotator {
  position: relative;
  margin: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.rotator > ul {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: inherit;
  white-space: normal;
  overflow: hidden;
}
.rotator > ul.pauseEffects {
  transition: none;
}
.rotator > ul > li {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: normal;
  vertical-align: top;
  background-color: transparent;
  box-sizing: border-box;
  transition: margin-left ease-out 0.5s;
}
.rotator > ul li a {
  display: inline;
  width: auto;
}
.rotator .slide > div {
  padding: 70px 45px 70px 45px;
  color: #fff;
  text-align: center;
}
.rotator h2 {
  color: inherit;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.rotator h3 {
  font-size: 16px;
  line-height: 1.5em;
}
.rotator p,
.rotator h3 {
  margin: 15px 0;
}
.rotator .btn {
  display: inline-flex;
  margin-top: 20px;
  padding: 1rem 3rem;
}
.rotator > nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
}
.rotator > nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rotator > nav li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  list-style: none;
}
.rotator > nav a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9000px;
  list-style: none;
  border: 1px solid #fff;
  border-radius: 10px;
}
.rotator > nav li.selected a {
  background: #fff;
}
.rotator .next,
.rotator .prev {
  display: none;
}
.rotator .pause,
.rotator .resume {
  display: none;
}
.rotator > ul > li > * {
  white-space: normal;
  max-height: 100%;
}
/* Search Results page */
.s--term {
  margin-bottom: 30px;
  padding: 45px 0;
  position: relative;
}
.s--term:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  height: 9.1em;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #eee;
  z-index: -10;
}
.s--term-copy {
  display: block;
  font-size: 1rem;
}
.s--term strong {
  display: block;
  color: inherit;
  font-size: 1.5rem;
}
/* Split Collapsible */
#content-body .contactBlurb h2 a {
  color: unset;
  display: block;
  background: none;
}
#content-body .contactBlurb.splitCollapsible {
  font-weight: normal;
  position: relative;
  margin: 0;
  border: none;
  border-bottom: 1px solid #D6D6D6;
  padding: 5px 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: none;
}
#content-body .contactBlurb.splitCollapsible a {
  color: #8230DF;
}
#content-body .contactBlurb.splitCollapsible:after {
  content: "";
  display: block;
  height: 6em;
  width: 3em;
  position: absolute;
  right: 0;
  top: 0;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-down-grey-24px.svg") no-repeat right top 1rem;
  background-size: 2.5em auto;
  min-height: 1.5em;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
#content-body .contactBlurb.splitCollapsible:hover {
  background-color: transparent;
}
#content-body .contactBlurb.splitCollapsible > h2:first-child {
  font-family: Scotia, Frutiger, Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #D6D6D6;
  padding: 0.75rem;
  text-decoration: none;
  color: #757575;
  font-size: 1.75rem;
  background: none;
}
#content-body .contactBlurb.splitCollapsible > h2:first-child a {
  color: #757575;
  text-decoration: none;
}
#content-body .contactBlurb.splitCollapsible > h2:first-child a:focus {
  text-decoration: none;
}
#content-body .contactBlurb.splitCollapsible .wrapper {
  display: none;
}
#content-body .contactBlurb.splitCollapsible.active {
  background: none;
}
#content-body .contactBlurb.splitCollapsible.active:after {
  content: "";
  display: block;
  height: 6em;
  width: 3em;
  position: absolute;
  right: 0;
  top: 0.25rem;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon_chevron-down-red-24px.svg") no-repeat right 0.4rem center;
  background-size: 2.5em auto;
  min-height: 1.5em;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  transform: rotate(-180deg);
}
#content-body .contactBlurb.splitCollapsible.active > h2:first-child {
  font-weight: bold;
  background: none;
  border-bottom: 2px solid #ED0722;
  color: #ED0722;
}
#content-body .contactBlurb.splitCollapsible.active > h2:first-child a {
  color: #ED0722;
}
#content-body .contactBlurb.splitCollapsible.active .descriptionText padding,
#content-body .contactBlurb.splitCollapsible.active .descriptionText ul {
  font-size: 1rem;
}
#content-body .contactBlurb.splitCollapsible.active .descriptionText ul {
  list-style-position: inside;
}
#content-body .contactBlurb.splitCollapsible.active .wrapper {
  margin: 1em;
  display: block;
}
#content-body .contactBlurb.splitCollapsible.active div:last-of-type {
  margin: 1em 1em 0.02rem 1em;
}
#content-body .contactBlurb.splitCollapsible div:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
#content-body .contactBlurb.splitCollapsible ~ .splitCollapsible {
  border-top: none;
}
#content-body .contactBlurb.splitCollapsible p,
#content-body .contactBlurb.splitCollapsible ul {
  font-size: 1rem;
}
/* Tabbed Content */
#content-body .tabbedContent > .Tabs {
  list-style: none;
  margin: 0;
}
#content-body .tabbedContent > .Tabs li a {
  color: #757575;
  font-weight: normal;
}
#content-body .tabbedContent > .Tabs li a:hover,
#content-body .tabbedContent > .Tabs li a:focus {
  color: #333333;
  text-decoration: none;
}
#content-body .tabbedContent > .Tabs li.Selected a {
  color: #ED0722;
  font-weight: bold;
}
#content-body .tabbedContent > .Tabs li.Selected a:hover,
#content-body .tabbedContent > .Tabs li.Selected a:focus {
  color: #ED0722;
}
#content-body .tabbedContent > .TabsContent {
  margin: 1em;
  padding: 1em;
}
#content-body .tabbedContent > .TabsContent a {
  color: #8230DF;
}
#content-body .tabbedContent > .TabsContent p {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
}
#content-body .tabbedContent > .TabsContent ul {
  margin-left: 1em;
  font-size: 1rem;
  padding-left: 1em;
}
#content-body .tabbedContent > .TabsContent ul.tb--list {
  padding-left: 0;
  margin-left: 0;
}
#content-body .tabbedContent > .TabsContent .Selected ul li {
  background: none;
  margin-top: 0;
}
#content-body .tabbedContent > .TabsContent .Selected ul li.l--item {
  margin-top: 8px;
  padding-left: 3em;
  padding-bottom: 1.5em;
  list-style: none;
  background-image: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/icon-check-outline-24px.svg");
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 2rem;
}
#content-body .tabbedContent > .TabsContent .Selected .tb--row {
  display: flex;
  flex-wrap: wrap;
}
#content-body .tabbedContent > .TabsContent .Selected .tb--row .tb--left {
  margin: 1em;
}
#content-body .tabbedContent > .TabsContent .Selected > *:first-child {
  margin-top: 0;
}
.tabbedContent {
  border: 1px solid #eee;
  padding-top: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.tabbedContent .Tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
}
.tabbedContent .Tabs > li {
  padding: 1em;
  flex-grow: 1;
}
.tabbedContent .Tabs > li.Selected {
  border-bottom: 2px solid #ED0722;
}
.tabbedContent .TabsContent {
  display: flex;
  flex-direction: column;
}
.tabbedContent .TabsContent .content {
  display: none;
}
.tabbedContent .TabsContent .content.Selected {
  display: block;
}
/* Tiles */
.tile {
  position: relative;
  background-color: white;
  border: 1px solid #D2D2D2;
  margin: 10px 0;
  font-size: 0.833em;
  box-sizing: border-box;
}
.tile .bgImage {
  position: relative;
  height: 100%;
  margin: -10px -10px -50px -10px;
  padding: 10px 10px 50px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.tile h4 {
  margin: 0 0 20px 0;
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 1.834em;
  font-weight: normal;
}
.tile h5 {
  margin: 0;
  color: #515151;
  font-size: 1.5em;
  font-weight: normal;
}
#content-body .tile h5 + p {
  margin-top: 0;
}
#content-body .tile p {
  margin: 1em 0;
}
.tile a {
  font-size: 1em;
}
#content-body .tile .btn {
  position: absolute;
  bottom: 21px;
  left: 20px;
  font-size: 15px;
  padding: 8px 20px;
}
#content-body .tile .bgImage .btn {
  bottom: 11px;
  left: 10px;
}
#content-body .tile .btn:hover {
  top: inherit;
  bottom: 20px;
}
#content-body .tile .bgImage .btn:hover {
  bottom: 10px;
}
#content-body .tile .btn:nth-of-type(2) {
  left: inherit;
  right: 20px;
}
#content-body .tile .bgImage .btn:nth-of-type(2) {
  right: 10px;
}
.tile.map h4 {
  font-size: 1.5em;
}
.tile.map h5 {
  margin: 15px 0 0 0;
  color: #515151;
  font-size: 1.25em;
  font-weight: bold;
}
.tile.map section {
  font-size: 1.25em;
}
.tile.map > footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
#content-body .tile.map .btn {
  bottom: 1px;
  left: 0;
}
#content-body .tile.map .btn:hover {
  bottom: 0;
}
#content-body .tile.map .btn + a {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 1.25em;
  font-weight: bold;
}
.tile.map .noLocations {
  display: none;
}
#brand {
  border-bottom-width: 1px;
}
.tile > * {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}
.tile h4 {
  margin: 0 0 20px 0;
  font-family: Scotia, Frutiger, Arial, Helvetica, sans-serif;
  font-size: 1.834em;
  font-weight: normal;
}
.tile h5 {
  color: #515151;
  font-size: 1.5em;
  font-weight: normal;
}
.tile p,
.tile ul {
  margin: 15px 0;
  font-size: 16px !important;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #333;
}
/* Tile Credit */
.tile .pc--inner--container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.pc--header {
  border-bottom: 1px solid #D6D6D6;
  min-height: 200px;
}
.pc--image {
  width: 70%;
  height: auto;
  margin: 0.5em auto;
  display: block;
}
.tile .pc--title sup {
  font-size: 0.5em;
}
.pc--body {
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
  text-align: center;
  background: none;
  padding-bottom: 1em;
}
.pc--tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: -15px;
}
.pc--tag {
  margin: 0.1em;
  border: 1px solid #D6D6D6;
  display: inline-block;
  background: #fff;
  padding: 0.5em 1em;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #757575;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3em;
}
.pc--tag.special {
  color: #fff;
  border: 1px solid #bc267a;
  background: #bc267a;
}
.pc--subtitle {
  text-align: center;
}
.pc--footer {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-top: auto;
}
#content-body .tile .pc--title,
#content-body .tile .pc--title a {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 1em;
  color: #333333;
}
#content-body .tile .pc--title a:hover {
  text-decoration: none;
}
#content-body .pc--cta {
  color: #fff;
  background-color: #ED0722;
  border-color: #ED0722;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75em 0;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 0.3em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1em;
}
#content-body a.pc--cta:hover,
#content-body a.pc--cta:focus {
  color: #fff;
  background-color: #ad0000;
  border-color: #ad0000;
  text-decoration: none;
}
#content-body a.pc--cta:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(237, 7, 34, 0.5);
}
/* Tile Generic - Home + Arrow Redesign */
#tileMain .tile.generic {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 25px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: content-box;
}
#tileMain .tile.generic:hover {
  transition: ease 0.25s;
  box-shadow: 0 2px 50px 0 #E2E8EE;
  -webkit-box-shadow: 0 2px 50px 0 #E2E8EE;
  -moz-box-shadow: 0 2px 50px 0 #E2E8EE;
  -ms-box-shadow: 0 2px 50px 0 #E2E8EE;
  -o-box-shadow: 0 2px 50px 0 #E2E8EE;
}
#tileMain .tile.generic > * {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}
#tileMain .tile.generic > img,
#tileMain .tile.generic picture > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  object-fit: cover;
}
#tileMain .tile.generic > img + * {
  margin-top: 30px;
}
#tileMain .tile.generic picture {
  display: block;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  max-height: 200px;
  min-height: 200px;
}
#tileMain .tile.generic h3,
#tileMain .tile.generic h4,
#tileMain .tile.generic h5,
#tileMain .tile.generic h3 a,
#tileMain .tile.generic h4 a,
#tileMain .tile.generic h5 a,
#tileMain .tile.generic strong {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  line-height: 1.2rem;
  height: auto;
  margin: 25px 0 5px 0;
}
#tileMain .tile.generic ul {
  margin-left: 0;
  padding-left: 2.5em;
}
#tileMain .tile.generic h5 + p {
  margin-top: 0;
}
#tileMain .tile.generic p {
  margin-bottom: 1em;
}
#tileMain .tile.generic a:hover {
  text-decoration: none;
}
#tileMain .tile.generic .btn:hover {
  top: inherit;
}
#tileMain .tile .bttn__arrow,
#tileMain .tile.generic .bttn__arrow {
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  margin: 0;
  margin-top: auto;
}
#tileMain .tile .bttn__arrow:after,
#tileMain .tile.generic .bttn__arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/arrow-right-red-link.svg") no-repeat left 20px center;
  background-size: 1.5em auto;
  min-height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
#tileMain .tile .bttn__arrow:hover:after,
#tileMain .tile.generic .bttn__arrow:hover:after,
#tileMain .tile .bttn__arrow:focus:after {
  background-position-x: 45px;
}
/* Tile Generic - Location */
#tileMain .tile.map {
  position: relative;
  min-height: 350px;
  margin: 10px 0;
  padding-bottom: 60px;
  border: 1px solid #eee;
}
#tileMain .tile.map h4 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 5px 0;
  display: none;
}
#tileMain .tile.map h5 {
  margin: 15px 0 0 0;
  color: #515151;
  font-size: 1rem;
  font-weight: bold;
}
#tileMain .tile.map section {
  font-size: 1rem;
}
#tileMain .tile.map > footer {
  position: relative;
  margin-top: 2rem;
  padding-left: 0;
}
#tileMain .tile.map .btn {
  bottom: 1px;
  left: 0;
}
#tileMain .tile.map .btn:hover {
  bottom: 0;
}
#tileMain .tile.map .btn + a {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 50%;
  margin-right: -5px;
  font-size: 1.25em;
  text-align: right;
  transform: translateY(50%);
  font-weight: bold;
}
#tileMain .tile.map .noLocations {
  display: none;
}
#tileMain .googleMap {
  height: 100%;
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
  box-sizing: content-box;
  padding: 0;
}
#tileMain .tile.map .googleMap div {
  background: initial;
}
#tileMain .tile.map .bttn__arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url("//cdn.aglty.io/scotiabank-costa-rica/2019-global-rebrand/arrow-right-red-link.svg") no-repeat left 0 center;
  background-size: 1.5em auto;
  min-height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
#tileMain .tile.map .bttn__arrow:hover:after,
#tileMain .tile.map .bttn__arrow:focus:after {
  background-position-x: 15px;
}
#content-body .tile.map .btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline;
  zoom: 1;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ED0722;
  border-color: #ED0722;
  bottom: inherit;
  left: inherit;
  box-shadow: none;
}
#content-body .tile.map .btn:hover,
#content-body .tile.map .btn:focus {
  color: #fff;
  background-color: #CB061D;
  border-color: #fff;
}
.legalInput {
  display: inline-block !important;
  width: 80px !important;
  height: 1em !important;
}
.legalText {
  width: 190px !important;
  float: right;
  text-align: start;
}
.legalText > em {
  float: left;
}
.legalText > span {
  width: 150px !important;
  margin-left: 5px;
  font-weight: 600;
}
.spr-chat__trigger-box {
  bottom: 55px !important;
}