@font-face {
    font-family: 'Effra Regular';
    src: url('../fonts/NYL_Effra/Effra_Std_Rg.ttf')
}

@font-face {
    font-family: 'Effra Light';
    src: url('../fonts/NYL_Effra/Effra_Std_Lt.ttf')
}

@font-face {
    font-family: 'Effra Medium';
    src: url('../fonts/NYL_Effra/Effra_Std_Md.ttf')
}

@font-face {
    font-family: 'Effra Bold';
    src: url('../fonts/NYL_Effra/Effra_Std_Bd.ttf')
}

@font-face {
    font-family: 'Calibri Bold Italic';
    src: url('../fonts/Calibri/Calibri Bold Italic.ttf')
}

@font-face {
    font-family: 'Calibri Bold';
    src: url('../fonts/Calibri/Calibri Bold.TTF')
}

@font-face {
    font-family: 'Calibri Italic';
    src: url('../fonts/Calibri/Calibri Italic.ttf')
}

@font-face {
    font-family: 'Calibri Light Italic';
    src: url('../fonts/Calibri/Calibri Light Italic.ttf')
}

@font-face {
    font-family: 'Calibri Light';
    src: url('../fonts/Calibri/Calibri Light.ttf')
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri Regular.ttf')
}


.user-nav {
    display: none;
}



.landing-hero:before {
    background-image: linear-gradient(90deg,#000 57%,transparent);
}

.landing-hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    min-width: 500px;
    opacity: .6;
}

*, :after, :before {
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: border-box;
}
#header {
    background-color: #ffe8cf;
    width: 100%;
    min-height: 0px;
    padding-top: 5px;
    padding-bottom:12px;
}
    #header .brand {
        background-color: #ffe8cf;
        float: Left;
        margin-left: 3.5%;
        width: 119px;
        margin-top: 8px !important;
        min-height: 66px !important;
        position: relative;
        border: none !important;
        background: url(../img/NewYorkLife_Logo.png) no-repeat left top 0px;
        background-size: contain;
        overflow: hidden;
    }


.cc-color-override-1438462623.cc-window {
    color: #FFF !important;
    background-color: #666666 !important;
    font-family: Arial !important;
}

.cc-color-override-1438462623 .cc-btn {
    color: #FFF !important;
    background-color: #00A7FF !important;
    font-family: Arial !important;
}

div.item {
    vertical-align: top;
    text-align: center;
    width: 168px;
    float: left;
    margin: 10px 8px 8px 0px;
}

.caption {
    display: block;
}

.text-center {
    text-align: center;
}

#menubar {
    padding-top: 1.5rem;
    background-color: #007cbd;
    text-align: left;
    min-height: 60px;
}

    #menubar a {
        font-size: 1.55rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

        #menubar a:link {
            color: #fff;
        }

        #menubar a:visited {
            color: #fff;
        }

        #menubar a:hover {
            color: #fff;
        }

        #menubar a:active {
            color: #fff;
        }

h1, h2, h5, h6 {
    font-family: 'Effra Bold' !important;
    color: #000a62;
}

h3, h4 {
    font-family: 'Effra Bold' !important;
    line-height: 30px;
    color: #000a62;
}

h1 {
    font-weight: 700;
    line-height: 1.2;
    color: #000a62;
}

h2 {
    font-weight: 700;
    color: #000a62;
}

h3 {
    font-weight: 700;
    color: #000a62;
    line-height: 1.1;
    letter-spacing: .5px;
}

h1, h2, h3 {
    font-size: 30px !important;
    color: #000a62;
}

.main-content-wrapper #main-content {
    padding: 0px !important;
    border-top: 0px;
    padding-top: 50px !important;
    height: auto !important;
    margin-top: 38px;
}

.centered {
    position: absolute;
    top: 42%;
    left: 28%;
    transform: translate(-50%, -50%);
}

body {
    font-family: 'Effra Regular' !important;
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
    letter-spacing: .5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

p {
    font-family: 'Effra Regular' !important;
    margin: 0;
    padding: 1px 0 10px 0px;
    color: #151414;
    font-size: 22px;
    line-height: 2 !important;
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
}

::selection {
    background: rgb(51, 144, 255);
    color: rgb(247, 247, 247);
}

strong {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: normal !important;
}

.alpaca-icon-required {
    display: none;
}

legend.alpaca-container-label {
    color: #da1020 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.btn {
    display: inline-block;
    padding: 15px 15px 15px 15px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #0468ff !important;
    user-select: none !important;
    vertical-align: middle !important;
    border: 5px solid #0468ff;
    border-radius: 1.25rem;
    height: 50px;
    width: auto;
    text-align: center;
    font-family: 'Effra Regular' Calibri !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #0468ff !important;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #8BCD32 !important;
    border-color: #000 !important;
}

.btn-primary .badge {
    color: #fff !important;
    background-color: #0079c2 !important;
}

.checkbox {
    padding-left: 40px !important;
}

.radio {
    padding-left: 30px !important;
}

.form-alpaca.form-border .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.alpaca-field-optiontree:first-child input {
    display: none;
}

.bg-mdt {
    background-color: #e8e8e8;
}

hr {
    margin: 0px !important;
    border: none !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px !important;
    width: 100%;
}

#customerForm a {
    color: #666666 !important;
}

.image-tagline p {
    font-size: 18px;
    line-height: 49px;
    letter-spacing: .01em;
    font-weight: bold;
    line-height: 25px;
    text-transform: none;
}

.image-tagline {
    overflow: hidden;
}

    .image-tagline p {
        background: 0;
        color: #fff;
        line-height: 1;
    }

ul, li {
    list-style: disc;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.col-md-12, .col-md-5, .col-sm-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.responsive-iframe {
    width: 100%;
    height: 250px;
    max-width: 480px;
}

.main-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.ml-0 {
    margin-left: 0px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-88 {
    margin-top: 27px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 13px !important;
}

.pt-83 {
    padding-top: 83px;
}

.plr-40 {
    padding: 0px 40px;
}

.paramount-text {
    font-size: 25px;
    color: #7FEAED;
    line-height: 1.2 !important;
    font-weight: 700;
}

.text-light {
    color: #000000;
}

.ul-margin {
    margin-left: 35px;
    margin-top: 5px;
}

.company-input {
    font-size: 12px;
    text-align: center;
    border: 2px solid #cdcdcd;
    border-color: rgb(35 2 2);
    background-color: white;
    height: 42px
}

.max-w-320 {
    max-width: 320px;
}

.max-w-420 {
    max-width: 420px;
}

@media (max-width: 992px) {

    p {
    font-family: 'Effra Regular' !important;
    margin: 0;
    padding: 1px 0 10px 0px;
    color: #151414;
    font-size: 22px;
    line-height: 2 !important;
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
}

    .max-w-320 {
        max-width: 100%;
    }

    .max-w-420 {
        max-width: 100%;
    }

    .m-text-center {
        text-align: center;
    }
}

@media (max-width: 768px) {
p {
    font-family: 'Effra Regular' !important;
    margin: 0;
    padding: 1px 0 10px 0px;
    color: #151414;
    font-size: 22px !important;
    line-height: 2 !important;
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
}

    #header .brand {
        margin-top: 46px !important;
        margin-left: 12px !important;
        min-height: 100px !;
        min-height: 34px !important;
        width: 80px;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .company-input {
        max-width: 400px;
        margin: 0px auto;
    }

    .submit-report {
        margin-top: 10px !important;
        margin-left: 0px;
    }

    .divRegLogin {
        margin-left: -16% !important;
    }

    .divTier2Section {
        margin-left: -45px !important;
    }

    .divSDSection {
        padding-left: 15px !important;
    }

    .divRegSection {
        margin-left: -44px !important;
    }

    h1, h2 {
        font-size: 24px !important;
        color: #000a62;
    }

    .Tier2Section {
        margin-left: -12px !important;
        width: 114%;
    }

    .sdSection {
        margin-top: 180px !important;
        margin-left: 0px !important;
    }

    .btn-Submit {
        display: flex !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-div {
        width: 100% !important; /* Adjust the width for smaller screens */
        padding-left: 0px !important;
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .res-div-btn {
        padding-top: 10px !important; /* Adjust the width for smaller screens */
    }
}

@media only screen and (max-width: 600px) {
    .res-div-left {
        padding-left: 0px !important; /* Adjust the width for smaller screens */
    }
}

@media only screen and (max-width: 600px) {
    .res-div-btn2 {
        margin-top: -48px !important; /* Adjust the width for smaller screens */
        margin-left: 240px !important; /* Adjust the width for smaller screens */
    }
}

@media only screen and (max-width: 600px) {
    .res-submit-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20vh;
    }
}

@media only screen and (max-width: 600px) {
    .header-tag h2 {
        width: 200px !important; /* Adjust the width for smaller screens */
        margin-top: 30px !important;
        margin-left: 6% !important;
        font-size: 20px !important;
    }
}
