@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&display=swap');
#content h3,h1,h2,h4,h5{
    margin-top: 20px;
    font-weight: bold;
}
#content p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
}

#content ul{
    padding-left: 40px;
}
#content ul li{
    font-size: 14px;
    color: #666666;
    list-style: disc !important;
    white-space: normal !important;
}


#content ol{
    padding-left: 40px;
}
#content ol li{
    font-size: 14px;
    color: #666666;
    list-style: decimal !important;

}
.left { text-align: left; }
img.left { float: left; }
table.left { float: left; }
.right { text-align: right; }
img.right { float: right; }
table.right { float: right; }
.center { text-align: center; }
img.center { display: block; margin: 0 auto; }
table.center { display: block; margin: 0 auto; }
.full { text-align: justify; }
img.full { display: block; margin: 0 auto; }
table.full { display: block; margin: 0 auto; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.example1 {}
.tablerow1 { background-color: #D3D3D3; }
#content blockquote{
    background: #f7908f;
    margin: 20px 0 30px;
    padding: 12px 20px;
    font-style: italic;
    font-size: 25px !important;
    font-weight: 100;
    font-family: 'Old Standard TT', "Open Sans", sans-serif;
    color: white ;
}
#content blockquote p{
    font-size: 25px !important;
    font-weight: 100;
    font-style: italic;
    font-family: 'Old Standard TT', "Open Sans", sans-serif;
    color: white ;
}
#content img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

iframe{
    width: 100%;
}

div#attachment{
    width: 100%;
}

.wp-caption{
    width: 100% !important;
}

#content span.label{
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;

}

#content span.value{
    color: #8799a3;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
}


#content .link-block{
    border-bottom: 2px solid #ececec;
    border-top: 2px solid #ececec;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

#content .link-block p{
    color: #666666;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", Sans-serif;
}



a.boxed-btn3-small{
    color: white !important;
}

a.boxed-btn3-small:hover{
    background: #0a6aa1;
    color: white !important;
    -webkit-text-fill-color: white;
}

@media (max-width: 998px) {

    #content .link-block{
        border-bottom: 2px solid #ececec;
        border-top: 2px solid #ececec;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #content .link-block p{
        color: #666666;
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", Sans-serif;
    }



    a.boxed-btn3-small{
        color: white !important;
    }

    #content span.label{
        color: black;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;

    }

    #content span.value{
        color: #8799a3;
        text-transform: none;
        font-size: 10px;
        font-weight: 400;
        margin-left: 10px;
    }

}