:root { --v-primary-base: #2247CC; --v-primary-darken1: #2247CC; --v-primary-darken2: #152C7F; --v-primary-lighten1: #7F9BFF; --v-primary-lighten2: #E3E9FC; --v-lapis-25: #F1F4FD; --v-secondary-base: #E4F5FE; --v-secondary-darken2: #B3E0FF; --v-secondary-darken1: #ECF7FF; --v-secondary-lighten1: #F4FBFE; --v-success-base: #08BBA0; --v-success-darken1: #068975; --v-success-darken2: #045549; --v-success-lighten1: #D2F2ED; --v-error-base: #CD0000; --v-error-darken1: #AC0000; --v-error-lighten1: #fff5f5; --v-info-base: #e0c787; --v-info-darken1: #8d6300; --v-info-lighten1: #fffdef; --v-info-lighten2: #fff9f9; --v-premium-base: #F2AF00; --v-premium-darken1: #C79000; --v-premium-darken2: #846000; --v-premium-lighten1: #FBE9B9; --v-highlight-base: #4FCFF0; --v-highlight-darken1: #3A97AF; --v-highlight-darken2: #2C7183; --v-highlight-lighten1: #BFEDF9; --v-caution-base: #ED4000; --v-caution-darken2: #CC3700; --v-caution-lighten1: #FFE9DB; --v-notify-base: #f20D49; --v-notify-darken1: #DC0C43; --v-notify-darken2: #B10A36; --v-notify-lighten1: #FEE7EA; --v-positive-base: #85C545; --v-positive-darken2: #619033; --v-positive-lighten2: #F3F9EE; --v-grey-base: #282a2a; /* aka graphite */ --v-grey-lighten0: #545D69; --v-grey-lighten1: #6D7580; --v-grey-lighten2: #A5ABB1; --v-grey-lighten3: #767676; --v-silver-base: #D6DADB; /* aka louie-50 */ --v-silver-lighten0: #E5E7EB; --v-silver-lighten1: #f9f9f9; --v-silver-lighten2: #ffffff; --spacer: 4px; --max-app-width: 1392px; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { width: 100%; padding-right: 12px; padding-left: 12px; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .fw-b { font-weight: 700 !important; } .d-none { display: none !important; } :any-link { color: var(--v-primary-base); } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-4 { margin-bottom: 16px !important; } .text-center { text-align: center !important; } .pb-2 { padding-bottom: 8px !important; } .fw-l { font-weight: 300 !important; } .display-1 { font-size: 1rem; line-height: normal; letter-spacing: normal; } .divider { border: 0; caret-color: #2247CC !important; font-size: 1.25rem; border-top: 1px solid #6D7580; } .item-container { height: 118px; transition: height 1s; } .pos-rl { position: relative !important; } .search-types.hide-overflow { height: 110px; overflow: hidden; transition: height 1s; } .grid-container { display: grid; grid-template-columns: repeat(2, 1fr); } .section { margin: 40px 0; } .full-section { width: 100%; } .obscuring { background: linear-gradient(hsla(0, 0%, 100%, 0), #fff); bottom: 0; content: ''; left: 0; height: 45px; width: 100%; transition: opacity 1s; } .pos-ab { position: absolute !important; } .d-flex { display: flex !important; } .align-center { align-items: center !important; } .pa-2 { padding: 8px !important; } .mr-2 { margin-right: 8px !important; } .text-left { text-align: left !important; } .ma-0 { margin: 0 !important; } .body-1, .body-2 { font-weight: 400; letter-spacing: normal; font-size: 1rem; line-height: 1.25; } .body-2 { font-size: 0.875rem; line-height: 1.43; } .btn { font-size: 16px; cursor: pointer; position: relative; align-items: center; padding: 4px 12px; border-radius: 4px; display: inline-flex; font-weight: 700; justify-content: center; text-decoration: none; white-space: nowrap; } .td-n { text-decoration: none; } .white { background-color: #fff !important; } .bg-white { background-color: #fff; } .pb-12 { padding-bottom: 48px !important; } .pt-3 { padding-top: 12px !important; } :any-link { color: #2247CC; } .ash--text { color: #6D7580 !important; } .mb-6 { margin-bottom: 24px !important; } .subtitle-2 { font-size: 0.875rem; font-weight: 500; line-height: 1.43; letter-spacing: normal; } .mt-3 { margin-top: 12px !important; } .my-3 { margin-bottom: 12px !important; } .mb-2 { margin-bottom: 8px !important; } .btn.btn--elev { box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); } .primary { background-color: #2247CC !important; border-color: #2247CC !important; } .px-3 { padding-left: 12px !important; padding-right: 12px !important; } .ro-180 { transform: rotate(180deg); } .ml-2 { margin-left: 8px !important; } p { margin-bottom: 16px; } .link-text { font-weight: 700; color: #2247CC; text-decoration: none; } .primary--text { color: #2247CC !important; caret-color: #2247CC !important; } .card:not(.flat):not(.outlined):not(.raised) { box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; } .card:not(.tile) { border-radius: 4px; } .card { background-color: rgb(255, 255, 255); position: relative; } .content { box-shadow: 0 16px 16px -8px rgb(0 0 0 / 20%); } .contents { box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 16px -8px; } .pa-8 { padding: 32px !important; } .mb-10 { margin-bottom: 40px !important; } .mt-5, .my-5 { margin-top: 20px !important; } .pt-2, .py-2 { padding-top: 8px !important; } .text-field-wrapper { font-size: 16px; padding-bottom: 4px; border-bottom: 1px solid rgb(118, 118, 118); } .mr-5 { margin-right: 20px !important; } .mt-6, .my-6 { margin-top: 24px !important; } .mb-8 { margin-bottom: 32px !important; } .icon { display: inline-flex; align-items: center; justify-content: center; fill: currentcolor; vertical-align: middle; } input:focus { outline: none; } .text-field-wrapper:focus-within { border-width: 2px; border-color: #2247CC; } .error--text { color: #cd0000 !important; caret-color: #cd0000 !important; } .text-field-error-message { font-size: 12px; line-height: 13px; display: none; } .text-field-wrapper--error { border-color: #cd0000 !important; } .fw-m { font-weight: 500 !important; } .pb-8 { padding-bottom: 32px !important; } .pa-6 { padding: 24px !important; } .divider--vertical { border-top-style: initial; border-right-style: initial; border-bottom-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: initial; border-width: 0px 0px 0px 1px; border-image: initial; border-left: 1px solid rgb(221, 221, 221); } .px-5 { padding-left: 20px !important; padding-right: 20px !important; } .pt-6 { padding-top: 24px !important; } .py-6 { padding-bottom: 24px !important; padding-top: 24px !important; } .row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; flex: 1 1 auto; } .col-6 { max-width: 50%; flex: 0 0 50%; } @media screen and (min-width: 768px) { .px-md-5 { padding-left: 20px !important; padding-right: 20px !important; } .section.section--what-can-i-find { max-width: 650px; } .grid-container { grid-template-columns: repeat(3, 1fr); } .section { margin: 80px 0; max-width: 768px; } } @media screen and (min-width: 1152px) { .section-l{ max-width: 1152px !important; } } .pb-1 { padding-bottom: 4px !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .text-uppercase { text-transform: uppercase !important; } .pa-3 { padding: 12px !important; } .col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } .col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } .w-100 { width: 100%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } .fw-b { font-weight: 700 !important; } .flex-column { flex-direction: column !important; } .mb-7 { margin-bottom: 28px !important; } .fw-r { font-weight: 400 !important; } .mt-1, .my-1 { margin-top: 4px !important; } .mt-2, .my-2 { margin-top: 8px !important; } .col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; width: 100%; padding: 12px; } .pb-0 { padding-bottom: 0 !important; } .pr-0 { padding-right: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .pl-0 { padding-left: 0 !important; } .pa-4 { padding: 16px !important; } .mt-5, .my-5 { margin-top: 20px !important; } .py-2 { padding-top: 8px !important; padding-bottom: 8px !important; } .mt-4, .my-4 { margin-top: 16px !important; } .mt-10, .my-10 { margin-top: 40px !important; } .mt-l { margin-top: 144px; } .mb-l { margin-bottom: 144px; } .display-2 { font-size: 1.25rem; font-weight: 500; line-height: normal; letter-spacing: normal; } .no-gutters { margin-right: 0px; margin-left: 0px; } .col-10 { max-width: 83.3333%; flex: 0 0 83.3333%; } .tab { font-size: 11px; letter-spacing: 0.8px; border-radius: 0px; flex: 1 1 25%; } .no-gutters > .col, .no-gutters > [class*='col-'] { padding: 0; } .pb-0 { padding-bottom: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .pl-0 { padding-left: 0 !important; } .pt-2 { padding-top: 8px !important; } .pt-9 { padding-top: 36px !important; } .mt-9, .my-9 { margin-top: 36px !important; } .container { width: 100%; margin-right: auto; margin-left: auto; padding: 12px; } .spacer { flex-grow: 1 !important; } .mr-4 { margin-right: 16px !important; } .row--dense > .col, .row--dense > [class*='col-'] { padding: 4px; } .mb-5 { margin-bottom: 20px !important; } .d-inline-block { display: inline-block !important; } .mx-2 { margin-left: 8px !important; margin-right: 8px !important; } .px-6 { padding-left: 24px !important; padding-right: 24px !important; } .py-3 { padding-top: 12px !important; padding-bottom: 12px !important; } .justify-center { justify-content: center !important; } .justify-space-between { justify-content: space-between !important; } .mt-7, .my-7 { margin-top: 28px !important; } .row--dense { margin-right: -4px; margin-left: -4px; } @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media screen and (min-width: 768px) { .container { max-width: 768px; } .section { margin: 80px 0; max-width: 768px; } .px-md-5 { padding-left: 20px !important; padding-right: 20px !important; } .grid-container { grid-template-columns: repeat(3, 1fr); } .col-md-4 { max-width: 33.3333%; flex: 0 0 33.3333%; } .display-1 { font-size: 1.25rem; } .d-md-block { display: block !important; } .col-md-6 { max-width: 50%; flex: 0 0 50%; } .d-md-none { display: none !important; } .d-md-block { display: block !important; } .display-2 { font-size: 1.5rem; } .py-md-12 { padding-top: 48px !important; padding-bottom: 48px !important; } .pa-md-8 { padding: 32px !important; } } @media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } .pa-8 { padding: 32px !important; } .mb-10 { margin-bottom: 40px; } .col-12 { max-width: 100%; flex: 0 0 100%; } .col-lg-6{ width: 100%; padding: 12px; } .mb-5 { margin-bottom: 20px; } .justify-end { justify-content: flex-end; } .py-1 { padding-top: 4px; padding-bottom: 4px; } .pb-5 { padding-bottom: 20px; } .mb-12 { margin-bottom: 48px; } .mb-1 { margin-bottom: 4px; } .mb-9 { margin-bottom: 36px; } .my-2 { margin-bottom: 8px; } .px-10 { padding-left: 40px; padding-right: 40px; } .pt-5, .py-5 { padding-top: 20px; } .display-2 { font-size: 1.5rem; } .display-3 { font-size: 2.125rem; } @media (max-width: 768px) { .display-3 { font-size: 1.5rem; } .display-2 { font-size: 1.25rem; } .display-1 { font-size: 1rem; } .mb-l { margin-bottom: 60px; } .mt-l { margin-top: 60px; } } .pa-0 { padding: 0!important; } .ls-no { list-style-type: none; } .mt-6, .my-6 { margin-top: 24px; } .py-3 { padding-bottom: 12px; } .responsive-image { width: 100%; display: flex; }