@font-face {
    font-family: 'Now Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Now Regular'), url('Now-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Now Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Now Thin'), url('Now-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Now Light';
    font-style: normal;
    font-weight: normal;
    src: local('Now Light'), url('Now-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Now Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Now Medium'), url('Now-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Now Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Now Bold'), url('Now-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Now Black';
    font-style: normal;
    font-weight: normal;
    src: local('Now Black'), url('Now-Black.woff') format('woff');
    }

    body {
        font-family:'Now Regular';font-weight:normal;font-size:16px;
    }

    h1 {
        font-family:'Now Regular';font-weight:normal;font-size:48px;
    }

    .lead{
        font-family:'Now Light';font-weight:normal;font-size:22px;
    }

    .cell-75 {
        background-color: #112437;
    }

    .cellx {
        background-color: #7ecdf7;
    }    


    ul.chk{
        margin-left: 10px;
        font-size: large;
    }
    ul.chk li{
        margin:0px;
        padding:5px;
        display: list-item;
    }
    ul.chk li:before {
        content: "✔ ";
        color: #7ecdf7;
    }

    ul.unchk{
        margin-left: 10px;
        font-size: large;        
    }

    ul.unchk li{
        margin:0px;
        padding:5px;
        display: list-item;        
    }  

    ul.unchk li:before {
        content: "• ";
    }

  .custom-icon-size {
    font-size: 64px !important;
}

.arrow-right-1 {
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #7ecdf7;
    position: absolute;
    margin-left: -10px;
    top: 40%;
    left: 0px;
    z-index: 9999; /* Add this line to ensure it is on top of other elements */
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #FFF;
    position: absolute;
    margin-left: -10px;
    top: 40%;
    left: 0px;
    z-index: 9999; /* Add this line to ensure it is on top of other elements */
}

