/************************Generic******************************************/
html {
    font-size: 62.5%;
}

h1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Heebo-black';
}

h2 {
    font-size: 2rem;
    margin-top: 2rem;
}

p,
th,
td {
    font-size: 1.4rem;
    line-height: 24px;
}

a:focus {
    box-sizing: border-box;
    border: 2px solid #73c3eb;
    border-radius: 4px;
    box-shadow: 0 0 4px 3px rgb(115 195 235 / 35%);
}

a:hover {
    text-decoration: underline;
}

.form-container label {
    font-family: 'Heebo-Regular';
    font-size: 18px;
    margin-right: 16px;
}
/* *************************Font size******************************************** */
.font-12px{
    font-size: 12px;
}
/************************Table******************************************/
.news-container {

    padding-bottom: 2rem;
}

.cta {
    padding-bottom: 2rem;
}

.table tbody .table-data {
    font-size: 1.4rem;
}

.table .table-heading {
    font-weight: 500;
    font-size: 1.4rem;
    font-family: 'Heebo-Medium';
}

.table {
    margin-bottom: 28px;
}

/************************Container******************************************/
.footer-container {
    flex-flow: initial;
}

.bmo-container-flex {
    flex-flow: column;
}

.flex-row {
    flex-direction: row;
}

.small-img {
    width: 50px;
}

.disabled {
    display: none;
}

.form-container {
    display:flex;
    align-items: center;
}

.modal_overlay{
    z-index: 1999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.bmo_modal{

    z-index: 2000;
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    padding: 24px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 25, 40, .12), 0 2px 2px 0 rgba(0, 25, 40, .07);

}

/************************Buttons******************************************/

.primary {
    background: #0075be;
    border: 2px solid #0075be;
    color: #ffffff;
    display: inline-block;
    border-radius: 32px;
    padding: 6px 32px;
    font-family: "heebo-medium";
    font-size: 1.4rem;
    cursor: pointer;
    text-transform: uppercase;
    height: unset;
    overflow: hidden;
    margin: 8px 32px 8px 0;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 132px;
    text-align: center;
    margin: 0 auto;
}

.primary:hover,
.primary:focus {
    background: #005587;
    border: 2px solid #005587;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 3px 3px rgb(0 110 163 / 70%) !important;
    text-decoration: none;
}

/************************Alerts******************************************/
.alert {
    width: 100%;
    min-width: 150px;
    padding: 0px 32px 0px 19px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 16px;
    color: #C81414;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 8px;
    margin-bottom: 6px;
}

/************************Search******************************************/


.icon.medium.search.granite {
    background-image: url(https://www.zs.bmoinvestorline.com/wealth/journeys/content/standalone/images/24-search-granite.svg);
}

.search-container {
    box-sizing: border-box;
    height: 32px;
    align-items: center;
    max-width: 300px;
    flex-direction: row;
}


span.icon.medium.search.granite {
    margin-left: -32px;
    margin-top: 0;
    height: 24px;
    width: 24px;
}

.search-container input {
    color: #646c76;
    font-family: 'heebo';
    font-size: 1.4rem;
    letter-spacing: 0.25px;
    line-height: 2.4rem;
    /* margin-left: 16px; */
    box-sizing: border-box;
    height: 32px;
    width: 720px;
    /* min-width: 366px; */
    width: 100%;
    border: 1px solid #d9dce1;
    border-radius: 24px;
    background-color: #ffffff;
    padding-left: 16px;
}

.search-container input:focus {

    box-shadow: 0 0 4px 3px rgba(115, 195, 235, 0.65);
    outline: 0;
}

.search-container input::placeholder {
    color: #646c76;
    font-family: 'heebo-medium';
    font-size: 1.4rem;
    letter-spacing: 0.25px;
    line-height: 24px;
}

.search-container input label {
    display: flex;
}

.CIRO-logo {
    height:56px;
    width:264px;
}

/************************Accessibility******************************************/
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


/*************************Mobile download page overrides**************************** */
.blue-app-background {
    background-position: center;
    background-size: cover;
    padding: 48px 0px;
    background: radial-gradient(194.74% 40.34% at 50% 59.66%, #3AB3FF 19.21%, #00588F 72.76%);
}



.dark-blue-background{
    background-color: #00588F;
}

.white-font-32px{
    color: var(--Icon-White, #FFF);
/* font-family: Heebo; */
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px;
letter-spacing: -0.064px;
}

.white-font-16px{
    color: var(--Icon-White, #FFF);
text-align: center;
/* font-family: Heebo; */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.032px;
}

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

.flex-container {
    display:flex;
}

.flex-column{
    flex-direction: column;
    flex-flow: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.gap-16px{
    gap:16px;
}

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

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

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

.margin-bottom-10px{
    margin-bottom: 10px;
}

.margin-0-auto{
    margin:0 auto;
}

.margin-b8px{
    margin-bottom: 8px;
}

.margin-b16px{
    margin-bottom:16px;
}



.margin-right-16px{
    margin-right:16px;
}

.padding-0{
    padding:0px;
}

.padding-left-24{
    padding-left:24px;
}

.margin-b24px{
    margin-bottom:24px;
}
.margin-s28px{
    margin-left:28px;
    margin-right:28px;
}

.margin-left-24px{
    margin-left: 24px;
}
.display-block{
    display:block;
}

.height-48{
    height:48px;
}

.width-100{
    width:100%;
}

.width-90{
    width:90%;
}

.max-width-450px{
    max-width:450px;
}

.platform_select_container{
    position:relative;
}

.list_option{
    background:none;
    border:none;
    outline:none;
    /* padding:2px 24px; */
    width:100%;
    text-transform: none;
    text-align: left;
    z-index: 2000;
}

.list_option:focus, .list_option:hover{
    box-shadow: 0 0 4px 3px #73c3eba6 !important;
    outline: 0;
    background: none;
    border:none;
    border-radius: 0;
    color:#000;
}

.dropdown_button{
    /* background: none; */
    /* color: #000; */
    font-size: 14px;
    font-family: heebo-regular;
    text-transform: none;
    height: 32px;
    line-height: 16px;
    display: block;
    /* border: 1px solid white; */
    border-radius: 4px;
    text-align: left;
    padding: 8px;
    min-width: 118px;
    width: max-content;
    margin-left: 0;
    background-image: url(https://www.zs.bmoinvestorline.com/wealth/journeys/content/standalone/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 8px;
    background-size: 16px 16px;
}

.dropdown_button span{
    margin-right:16px;
}

.dropdown_button:focus, .dropdown_button:hover{
    background-color: #f5f6f7;
    background-image: url(https://www.zs.bmoinvestorline.com/wealth/journeys/content/standalone/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 8px;
    background-size: 16px 16px;
    color:#000;
    border-radius: 0;
}

.dropdown_container{
    background-color: #fff;
    height: max-content;
    width: 213px;
    border-radius: 4px;
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    list-style-type: none;
    box-shadow: 0 0 2px #0019281f, 0 2px 2px #00192812;
}

.dropdown_container.expanded {
    display:block;
    z-index: 1;
    top:35px;
}

.dropdown_p{
    padding: 8px 16px 4px;
    position: relative;
    letter-spacing: .25px;
    font-size: 14px;
    list-style-type: none;
    box-sizing: border-box;
    font-family: heebo-medium;
    margin-bottom:0;
}

.dropdown_list{
    letter-spacing: .25px;
    font-size: 14px;
    list-style-type: none;
    box-sizing: border-box;
    cursor: default;
    padding: 2px 0;
    font-family: 'Heebo-Regular';
    
}

.list_option.selected{
    background-image: url(https://www.zs.bmoinvestorline.com/wealth/journeys/content/standalone/images/checkmark_blue.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 16px;
}





/************************Media Queries******************************************/
@media (max-width:1023px) {
    .footer-container {
        flex-direction: column;
    }

    .search-container {
        width: 100%;
    }

    .form-container {
        flex-direction: column;
        align-items: baseline;
    }
}

@media screen and (min-width: 720px) {
    .search-wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    footer .footer-container ul {
        flex-direction: column;
    }

    footer .footer-container ul li {
        margin: 10px 0 0 0;
    }
}

@media (max-width:474px) {
    .table tbody .table-data {
        min-width: 33.3%;
        width: auto;
    }
}

@media (max-width: 356px){
    .mobile-font-14px{
        font-size: 14px;
    }

    .mobile-font-28px{
        font-size: 28px;
    }
}