@import url("https://bk.bnymellon.com/rs/353-HRB-792/images/bny_email_fonts_publico.css");
@import url("https://bk.bnymellon.com/rs/353-HRB-792/images/bny_email_fonts_akkurat.css");

body {
    font-family:'Akkurat', Arial, sans-serif ;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.5rem;
}

h1,
.h1{
    font-size: 3.75rem;
    font-weight: 400;
    color: #000000;
    font-family:'Publico Banner', Arial, sans-serif ;
    line-height: 1.1;
   
}
h2,
.h2{
    font-size: 2.5rem;
    font-weight: 400;
    color: #000000;
    font-family:'Publico Banner', Arial, sans-serif ;
    line-height: 1.1;
}
h3,
.h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
}

.h3-publico{
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-family:'Publico Banner', Arial, sans-serif ;
}
h4,
.h4{
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
}
p,
.p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
a 
.a{
    color: #0074D9;
    font-weight: 600;
}

.small-copy{
    font-size: 0.875rem;
    font-weight: 400;
}
.sec-pad-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec-pad-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad-top-35 {
    padding-top: 35px;
}

.logo img{
    width: 195px;
    max-width: 100%;
    height: auto;
}
section.header {
    padding-top: 35px;
    padding-bottom: 35px;
}
section.hero-stacked {
    min-height: 360px;
    padding-top: 90px;
    padding-bottom: 40px;
}
.hero-event-img img{
    min-height: 480px;
    width: 100%; 
    object-fit: cover;
    max-height: 540px;
}
.hero-stacked h1 {
    max-width: 760px;
}
.hero-stacked p {
    max-width: 600px;
}

section.hero-horizontal {
    min-height: 360px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hero-horizontal h1{
    max-width: 540px;
}

.eyebrow {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    color: #857644;
}
.large-p{
    font-size: 1.25rem;
    line-height: 1.3;
}
a.cta-url {
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}
a.cta-url::after{
    content: '';
    display: inline-block;
    background-image: url('https://bk.bnymellon.com/rs/353-HRB-792/images/BNYMellon-Arrow-Black.png');
    width: 12px;
    height: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.form-hero {
    background-color: #00485E;
    padding: 40px 80px;
}
a {
    color: #00485E;
    text-decoration: none;
}

a.btn-main-light {
    display: inline-block;
    background-color: transparent;
    padding: 12px 20px;
    min-width: 140px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    border: 2px solid #ffffff;
}
a.btn-main-dark {
    display: inline-block;
    background-color: transparent;
    padding: 12px 20px;
    min-width: 140px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    border: 2px solid #000000;
}
.video img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.quote::before {
    content: "“ ";
    display: inline-block;
    width: 15px;
    height: 15px;
}
.quote {
    text-indent: -.8rem;
}
.banner-container {
    min-height: 200px;
    padding: 25px;
    box-shadow: 4px 4px 8px 4px rgba(178,181,185, 0.2);
    background-color: #fff;
    
}
.accordion-item {
    border:none;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
.accordion-body {
    padding-top: 0;
    padding-bottom: 27px;
}
.orange-vertical-divider {
    border-left: 2px solid #F9550D;
    padding-left: 30px;
}
.cell-full-width {
       display: block;
       width: 100%;
}
.spacer{
    height: 80px;
}
section.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #999999;
    background-color: #F6F6F6;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1208px){
    .form-hero {
        background-color: #00485E;
        padding: 40px 40px;
    }
}
@media (min-width: 1400px){
    .container-small {
        max-width: 1090px;
    }
}
@media (min-width: 992px){
    .hero-no-container {
        width: 636px;
        max-width: 100%;
    }
    .offset-right-content-1{
        padding-right: 7%;
    }
    .offset-left-content-1{
        padding-left: 7%;
    }
}
@media (max-width: 991px){
    .hero-no-container {
        width: 336px;
    }
}
@media screen and (max-width:992px) {
    section.header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    h1,
    .h1{
        font-size: 2.5rem;
    
    }
    h2,
    .h2{
        font-size: 1.5rem;
    }
    h3,
    .h3{
        font-size: 1.25rem;
    }
    .h3-publico {
        font-size: 1.125rem;
    }
    .hero-stacked h1 {
        max-width: 660px;
    }
    .hero-stacked p {
        max-width: 660px;
    }
    
    .large-p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .quote {
        text-indent: -.5rem;
    }
    section.hero-stacked {
        min-height: 260px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    section.hero-horizontal {
        min-height: 285px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hero-event-img img{
        min-height: 300px;
    }
    .hide-tablet {
        display: none;
    }
    .sec-pad-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec-pad-60 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .form-hero {
        background-color: #00485E;
        padding: 30px 30px;
    }
    .spacer{
        height: 60px;
    }
    section.footer {
        padding-top: 50px;
        padding-bottom: 50px;
        color: #999999;
    }
    
}
@media screen and (max-width:767px) {
    .sec-pad-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-horizontal .col-md-6:first-of-type{
        padding-right: 12px; 
        padding-bottom: 20px;
    }
    .pad-bottom-col .col-md-6:first-of-type{
        padding-bottom: 25px;
    }
    .table-responsive td{
    display: table-row;
    }
    .hero-no-container {
        width: 100%;
    }
    .reverse-col-mobile .col-md-6:first-of-type {
        order: 2;
        padding-top: 25px;
    }
    .reverse-col-mobile .col-md-6:last-of-type {
        order: 1;
    }
    .orange-vertical-divider {
        padding-left: 20px;
        border: none;
    }
    .mobile-vertical-divider {
        border-left: 2px solid #F9550D;
        margin-left: 5px;
    }
    .gray-horizontal-divider {
        border-top: 1px solid #DDDDDD;
        padding-bottom: 30px;
    }
    .cell-full-width {
        display: table-cell;
        width: 50%;
    }
    .hide-mobile {
        display: none!important;
    }
    .copyright {
        text-align: left!important;
    }
}

/**
 * Marketo Form Styles (Global)
 */
 
 form.mktoForm,
 form.mktoForm .mktoFormRow,
 form.mktoForm .mktoFormCol,
 form.mktoForm .mktoFieldWrap,
 form.mktoForm .mktoHtmlText,
 form.mktoForm .mktoLabel,
 form.mktoForm input[type=text],
 form.mktoForm input[type=url],
 form.mktoForm input[type=email],
 form.mktoForm input[type=tel],
 form.mktoForm input[type=number],
 form.mktoForm input[type=date],
 form.mktoForm textarea.mktoField,
 form.mktoForm select.mktoField,
 form.mktoForm .mktoButtonRow,
 form.mktoForm .mktoButtonRow .mktoButtonWrap {
     font-family: 'Akkurat', Arial, sans-serif !important;
     display: block;
     width: 100% !important;
     margin: 0 !important;
     padding: 0 !important;
     font-size: 16px !important;
 }

 form.mktoForm .mktoButtonRow .mktoButtonWrap {
    text-align: center;
}
 
 
 form.mktoForm input[type=text],
 form.mktoForm input[type=url],
 form.mktoForm input[type=email],
 form.mktoForm input[type=tel],
 form.mktoForm input[type=number],
 form.mktoForm input[type=date],
 form.mktoForm textarea.mktoField,
 form.mktoForm select.mktoField {
     padding: 10px 15px!important;
     border: #FFFFFF solid 1px !important;
     color: #000 !important;
     border-radius: 0px !important;
     font-family: 'Akkurat', Arial, sans-serif !important;
     box-shadow: none !important;
     min-height: 50px!important;
 }
 
 form.mktoForm .mktoRadioList>label,
 form.mktoForm .mktoCheckboxList>label {
     margin-left: 30px !important;
     color: #FFFFFF !important;
     font-size: 16px !important;
     cursor: pointer !important;
 }
 form.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    width: fit-content!important;
}
 form.mktoForm .mktoFormRow>.mktoFormCol {
     margin-bottom: 20px !important;
 }
 form.mktoForm a{
     color: #FFFFFF !important;
 }
 
 form.mktoForm .mktoButtonRow button {
     font-family: 'Akkurat', Arial, sans-serif !important;
     font-weight: 700 !important;
     position: relative !important;
     font-size: 1rem !important;
     background-color: transparent !important;
     color: #ffffff !important;
     border-radius: 0 !important;
     padding: 12px 20px !important;
     border: 2px solid #FFFFFF !important;
     background-image: none !important;
     margin-top: 30px !important;
     min-width: 100px;
     width: auto !important;
     text-shadow: none !important;
     font: 700 1rem/1.2 'Akkurat', Arial, sans-serif!important;
     box-shadow: none !important;
     text-transform: none!important;
 }
 
 
 form.mktoForm .mktoRequiredField .mktoAsterix {
     float: right !important;
     padding: 0 5px !important;
 }
 
 form.mktoForm p {
     color: #FFFFFF !important;
     font-family: 'Akkurat', Arial, sans-serif !important;

 }
 .mktoForm .mktoHtmlText .lead-soft{
    margin: 0 !important;
    font-size: 1.25rem;
}
 
 /**
    * Marketo Forms (Specific Forms)
    */
 
 form.mktoForm .mktoLabel {
     font-family: 'Akkurat', Arial, sans-serif !important;
     color: #FFFFFF !important;
     display: inline-block !important;
     font-size: 0.875rem !important;
     line-height: 1.3rem!important ;
     margin-bottom: 10px !important;
     margin-top: 10px !important;
     width: auto !important;
     font-weight: 700 !important;
     text-transform: uppercase!important;
 }
 .mktoForm button.mktoButton::after {
    content: ""!important;
    padding-left: 0!important;
}
.form-hero .mktoForm input[type=text],
.form-hero .mktoForm input[type=url],
.form-hero .mktoForm input[type=email],
.form-hero .mktoForm input[type=tel],
.form-hero .mktoForm input[type=number],
.form-hero .mktoForm input[type=date],
.form-hero .mktoForm textarea.mktoField,
.form-hero .mktoForm select.mktoField{
background-color: #00485E!important;
color: #ffffff!important;
}

.form-hero ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(255, 255, 255, 0.6)!important;
  } 
.form-hero ::-moz-placeholder { /* Firefox 19+ */
    color: rgb(255, 255, 255, 0.6)!important;
  } 
.form-hero :-ms-input-placeholder { /* IE 10+ */
    color: rgb(255, 255, 255, 0.6)!important;
  }
.form-hero :-moz-placeholder { /* Firefox 18- */
    color: rgb(255, 255, 255, 0.6)!important;
  }
.form-hero .mktoForm select.mktoField option {
    color: #ffffff!important;
}
.form-hero .mktoForm select.mktoField {
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://info.bnymellon.com/rs/651-GHF-471/images/BNY-Form-White-Arrow.png) #00485E no-repeat 98.5% !important;
    background: url(https://info.bnymellon.com/rs/651-GHF-471/images/BNY-Form-White-Arrow.png) #00485E no-repeat calc(100% - 10px) !important;
}

@media only screen and (max-width: 992px){
.mktoFormCol:first-child:nth-last-child(3), .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
}
.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    padding-left: 0em !important;
}
.mktoFormCol:first-child:nth-last-child(3){
    padding-right: 0rem!important;
}
}
@media only screen and (min-width: 993px)
{
.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    padding-left: 0.7em !important;
}
.mktoFormCol:first-child:nth-last-child(3){
    padding-right: 0.7rem!important;
}
}
