﻿

/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------------DO NOT EDIT ANYTHING BELOW THIS LINE-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    max-width: 1920px;
    font-family: OpenSans-Regular;
}

#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #005587;
    outline: 0;
}

.skip-link {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99999;
    background: #fff;
    height: 0;
    overflow: hidden;
}

.lang-selector-tab {
    background-color: #005587;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 10px !important;
}

/*start scrolling  */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #4285f4;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

/*end of scrolling to top*/




/*#content {
    min-height: 99.9%;
}*/

a[href^="tel:"] {
    color: #266f99;
    font-weight: 600;
}

/*general link style*/
a:link {
    color: #266f99;
}

a:active {
    color: #266f99;
}

a:hover {
    color: #005587;
}

a:visited {
    color: #266f99;
}




/*header style*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Oswald-Regular;
}

    h4 a:link {
        /*color: #dee6efeb;*/
        color: #266f99;
        ;
    }

    h4 a:hover {
        /*color: #dee6efeb;*/
        color: #005587;
    }

    h4 a:visited {
        color: #266f99;
    }


/******************navigation style*****************************/
/* Microsoft Edge Browser 12-18 (All versions before Chromium) - one-liner method */
/*@supports (-ms-ime-align:auto) {
    font-size: 2rem;
}*/


.navbar {
    /*padding: 0rem!important;
    padding-bottom: 20px;
    padding-top: -20px!important;*/
    padding: 0rem .5rem .5rem 0rem !important;
}

.navbar-custom {
    background-color: #005587;
    font-family: Oswald-Medium;
    padding: .5rem 1rem;
    font-size: calc(120% + .3vw);
    font-size: 120%;
    text-transform: uppercase;
    margin-bottom: 46px;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.9);
        padding: 4px;
        float: left;
    }
    /* change the link color  and padding between items*/
    .navbar-custom .navbar-nav .nav-link {
        color: #ccdde7;
        padding-right: 1.1rem !important;
        padding-left: 1.1rem !important;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

#txtSiteSearch {
    z-index: 3000;
}

.custom-toggler.navbar-toggler {
    border-color: #f4f4f4;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



@media only screen and (max-width: 420px) {

    #txtSiteSearch {
        /*z-index: 20000;*/
        max-width: 220px;
        /* float: right; */
        margin-left: 100px;
        /*margin-top: -6px !important;*/
    }

    #btnSiteSearch {
        border: 1px solid #ccc;
    }
}




@media only screen and (max-width: 768px) {
    .breadcrumb {
        margin-top: 0px !important;
        font-size: calc(70% + .1vw);
        padding-right: .8rem !important;
        padding-left: .8rem !important;
    }

    .custom-toggler {
        margin: 8px 0 0 8px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-custom {
        margin-bottom: 1px;
        font-size: calc(90% + .1vw);
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-custom {
        margin-bottom: 1px;
        font-size: calc(80% + .1vw);
    }

    .breadcrumb {
        margin-top: 40px;
    }
}




.breadcrumb {
    /*padding-left: 25px !important;*/
    padding-left: 7% !important;
    border-radius: 0rem !important;
    margin-bottom: 0rem !important;
    background-color: #e2e2e2;
}

.breadcrumb-item.active {
    color: #555555;
}

/******************navigation style end*****************************/




/******************grid system *****************************/
.additional-fixed {
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    right: 0px;
    width: 103%;
    z-index: 9999;
    border-radius: 0px;
    height: 30px;
    border-top: 22px solid #005587;
}

/******************grid system end *****************************/




/******************language selector*****************************/

.language-link-in-top-tab a {
    font-size: 80% !important;
    color: white !important;
}
/******************language selectorstyle end*****************************/




/******************icons style*****************************/
/*General use*/
.fa, .fas {
    margin-right: 4px;
    font-size: 1rem;
}

/*Leading Icons*/
.fa-leadingIconXLX {
    font-size: 2.0em;
    color: #005587;
    margin-right: 10px;
}

.fa-leadingIconLX {
    font-size: 1.5em;
    color: #005587;
}

.fa-leadingIconMX {
    font-size: 1.25em;
    color: #005587;
}

.fa-leadingIconSX {
    font-size: 1.0em;
    color: #005587;
}

/*Trailing Icons*/
.fa-trailingIconXLX {
    font-size: 2.0em;
    color: #005587;
}

.fa-trailingIconLX {
    font-size: 1.5em;
    color: #005587;
}

.fa-trailingIconMX {
    font-size: 1.25em;
    color: #005587;
}

.fa-trailingIconSX {
    font-size: 1.0em;
    color: #005587;
}



/******************icons style end*************************/

/******************font style*****************************/

.barCode {
    font-family: 'Free 3 of 9';
}

@font-face {
    font-family: 'Free 3 of 9';
    src: url('../../font/font-barcode/Free3of9.eot');
    src: url('../../font/font-barcode/Free3of9.eot?#iefix') format('embedded-opentype'), url('../../font/font-barcode/Free3of9.woff2') format('woff2'), url('../../font/font-barcode/Free3of9.woff') format('woff'), url('../../font/font-barcode/Free3of9.ttf') format('truetype'), url('../../font/font-barcode/Free3of9.svg#Free3of9') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../../font/font-oswald/static/Oswald-ExtraLight.ttf') format('truetype');
}


@font-face {
    font-family: 'Oswald-Medium';
    src: url('../../font/font-oswald/static/Oswald-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../../font/font-oswald/static/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../../font/font-oswald/static/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Barcode';
    src: url('../../font/font-barcode/FREE3OF9.TTF') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../font/font-open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../../font/font-open-sans/OpenSans-SemiBold.ttf') format('truetype');
}
/*.row, .field {
    font-size: .8rem;
}*/
/******************font style end*****************************/
/******************layout style*****************************/
#Contentplaceholder1_TE5485A05055_Col00 {
    margin-bottom: -50px
}

#Contentplaceholder1_TE5485A05055_Col01 {
    margin-bottom: -50px
}

.fixed-top {
    background-color: #fff
}

.mainContent {
    padding-top: 220px;
    /*padding-left:20px;padding-right:20px*/
}

.site-main {
    padding-left: 10px;
}

@media only screen and (max-width: 992px) {
    .boeLogo {
        margin-bottom: 40px;
    }

    .potentialHawkSearch {
        margin-top: -20px;
    }
}

/*@media (min-width: 1024px) {
    #Contentplaceholder1_TAA75111F034_Col00 {
        z-index: -1;
    }
}*/

@media (min-width: 992px) {
    .navbar {
        margin-top: 0;
        top: 45px;
    }

    .footerTopSection {
        padding: 0px;
    }

    .row {
        flex-wrap: nowrap !important;
        margin-top: 0px !important;
    }

    .adjustWidthForOfficialSite {
        width: 750px !important
    }
}

@media (max-width: 800px) {

    div.row.footerTopSection {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        max-width: 100% !important;
    }
}

@media (min-width: 375px) {
    .official-site {
        z-index: 5000;
        position: absolute;
        max-height: 22px;
        padding-top: 2px;
        font-size: 10px;
        width: auto;
        width: 250px;
        /*        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;*/
        margin-left: 0% !important;
        line-height: .5
    }

    .row {
        margin-top: 10px;
    }

    .officialWebSite {
        margin: 20px 0 0 5px;
        z-index: 6000 !important;
        position: absolute !important;
        /* width: 100%; */
        padding: 10px 10px 20px 30px;
    }

    .adjustWidthForOfficialSite {
        width: 100% !important
    }
}


.full-size-official-site {
    z-index: 5000;
    position: absolute !important;
    max-height: 22px !important;
    padding-top: 4px !important;
    font-size: 10px;
    width: auto;
    width: 100% !important;
}
/******************layout style end*****************************/

/******************Footer style ********************************/

.footer {
    bottom: 0;
}

    /*.footer h1, h2, h3, h4, h5 {
font-family:Oswald-Regular
}*/
    .footer .container-fluid {
        background-color: #005587;
        color: #f4f4f4;
        border-top: 1px solid #CFFEEE;
        padding: 30px;
        min-height: 300px;
    }

    .footer a {
        /*color: #dee6efeb;*/
        color: #eae9fa;
    }

        .footer a:link {
            /*color: #dee6efeb;*/
            color: #eae9fa;
        }

        .footer a:hover {
            /*color: #dee6efeb;*/
            color: #fff;
        }

        .footer a:hover {
            color: #fff;
        }

.footerTopSection {
    border-bottom: 1px solid #dadada;
    min-height: 100px;
    padding: 50px;
}

#disclaimerPolicy {
    margin-top: 33px;
}

    #disclaimerPolicy a {
        font-family: Oswald-Light;
        font-size: 90%;
        color: #dadada;
    }

        #disclaimerPolicy a:visited {
            color: #dadada;
        }

        #disclaimerPolicy a:hover {
            color: #fff;
        }



/******************Footer style end*****************************/


/*******Messaging alerts styles. Talk to Elliot Hofman before applying any changes*******/
/*error alert*/
.alert-error {
    background-color: #f9e9ea;
    padding: 8px;
    border: #f4f4f4 1px solid;
    border-radius: 4px;
    margin: 10px;
}

.messageIconError {
    padding-left: 1rem;
    color: #7c0003 !important;
}

    .messageIconError i {
        font-size: 180%;
        /*margin-right: 10px;*/
    }

.messageContentError {
    padding-left: 1rem;
    color: #7c0003 !important;
}

/*informational alert*/
.alert-informational {
    background-color: #e5eef3;
    padding: 8px;
    border: #f4f4f4 1px solid;
    border-radius: 4px 4px;
    margin: 10px;
}

.messageIconInfo {
    padding-left: 1rem;
    color: #00304C !important;
}

    .messageIconInfo i {
        font-size: 180%;
        /*margin-right: 10px;*/
    }

.messageContentInfo {
    padding-left: 1rem;
    color: #00304C !important;
}


/*success alert*/
.alert-success {
    background-color: #e5f2eb;
    padding: 8px;
    border: #f4f4f4 1px solid;
    border-radius: 4px 4px;
    margin: 10px;
}

.messageIconSuccess {
    padding-left: 1rem;
    color: #004d24;
}

.messageContentSuccess {
    padding: 0 1rem 0 1rem;
    color: #004d24;
}

.messageIconSuccess i {
    font-size: 180%;
    /*margin-right: 10px;*/
}


/*warning alert*/

.alert-warning {
    background-color: #fff3cd;
    padding: 8px;
    border: #f4f4f4 1px solid;
    border-radius: 4px 4px;
    margin: 10px;
}

.alert-warning-text {
    font-family: Oswald-light;
    font-weight: 100;
    font-size: 1rem !important;
}


.messageIconWarning {
    padding-left: 1rem;
    color: #9b5000;
}

    .messageIconWarning i {
        font-size: 180%;
        /*margin-right: 10px;*/
    }

.messageContentWarning {
    padding: 0 1rem 0 2rem;
    color: #9b5000;
}
/******************messaging alerts  styles end*****************************/

/******************responsive table*****************************************/
@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }


    .table-responsive-stack td,
    .table-responsive-stack th {
        display: block;
        /*      
   flex-grow | flex-shrink | flex-basis   */
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .table-responsive-stack .table-responsive-stack-thead {
        font-weight: bold;
    }

    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }

    .hideIt {
        display: none;
    }
}

/******************responsive table style end************************************/


/******************SiteAlert style************************************/
.siteAlertContainer {
    max-height: 65px;
    font-size: calc(10px + 0.5vw);
    line-height: 1;
    padding: 10px 10px 15px 25px;
    margin-left: -25px;
    margin-right: -15px;
    margin-top: -2px;
}

.site-alert-1 {
    color: #fff;
    background-color: #b70606;
}

    .site-alert-1 a {
        color: #f4f4f4 !important;
        font-weight: 700;
    }

        .site-alert-1 a:link {
            text-decoration: underline;
            color: #f4f4f4 !important;
        }

        .site-alert-1 a:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .site-alert-1 a:visited {
            color: #f4f4f4 !important;
        }


.site-alert-2 {
    color: #fff;
    background-color: #f57e1e;
}

.site-alert a {
    color: #f4f4f4 !important;
    font-weight: 700;
}

    .site-alert a:link {
        text-decoration: underline;
    }

    .site-alert a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .site-alert a:visited {
        color: #ffffff;
    }


.site-alert-3 {
    color: #fff;
    background-color: green;
}

.site-alert a {
    color: #f4f4f4 !important;
    font-weight: 700;
}

    .site-alert a:link {
        text-decoration: underline;
    }

    .site-alert a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .site-alert a:visited {
        color: #ffffff;
    }


.site-alert-4 {
    color: #333;
    background-color: #dadada;
}

.site-alert a {
    color: #333 !important;
    font-weight: 700;
}

    .site-alert a:link {
        text-decoration: underline;
    }

    .site-alert a:hover {
        color: #333;
        text-decoration: none;
    }

    .site-alert a:visited {
        color: #333;
    }
/******************end of SiteAlert style************************************/


.text-fluid {
    /*font-size: calc(100% + .4vw) !important;*/
    font-size: 1rem
}


.featuredItem {
    border: solid #d7d7d7 1px;
    padding: 10px;
    border-radius: 4px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);*/
}

/******************county colors style************************************/
.btn-primary-county {
    background-color: #005587 !important;
    border-color: #005587 !important;
    color: #fff !important;
}

    .btn-primary-county:hover, .btn-primary-county:focus, .btn-primary-county:visited, .btn-primary-county:active, .btn-primary-county.active, .open > .dropdown-toggle.btn-primary-county {
        color: #fff !important;
    }

/******************county colors style************************************/
p {
    font-size: 1rem;
}

.text-instructional {
    font-size: 150%;
    color: #777;
    font-family: sans-serif;
}

.label {
    font-size: .9rem;
    color: #333;
    font-weight: 600;
}

.calendarDate {
    color: #005587;
    font-family: Oswald;
}

/*required style*/
.req {
    border-left: 3px solid red !important;
}

.txtAsLabel {
    background-color: #fff;
    border: none;
    width: auto;
    min-width: 350px;
}

.txtAsWarning {
    color: red;
    font-size: 100%;
    font-weight: 500;
    font-family: 'Oswald-Medium';
}

.txtAsWhite {
    color: #fff;
}

.indent-text-under-icon {
    padding-left: 1.625rem;
}

.indent1rem {
    padding-left: 1rem;
}

/*------------------Applets validating alert----------------------*/
.validationAlert {
    color: #333;
    border: 1px solid #666;
    border-radius: 2px;
    padding: 3px;
    font-size: 100%;
    margin: 3px;
    font-family: Oswald;
    width: auto;
    max-width: 300px;
    min-width: 100px;
    background-color: #fff3cd;
}



.arrow_box {
    position: absolute;
    background: #ffffff;
    border: 1px solid #719ECE; /*set border colour here*/
    width: 300px;
    height: 32px;
    border-radius: 3px;
    padding: 0px;
    /*padding-top:2px;*/
    max-width: 300px;
    border: 1px solid #999;
    margin-left: 5px;
    margin-top: 3px;
    /*-webkit-filter: drop-shadow(0 1px 10px rgba(113, 158, 206, 0.8));
    /*set shadow colour  and size here*/
    /*-moz-box-shadow: 0 1px 10px rgba(113, 158, 206, 0.8);*/
    filter: drop-shadow(0 1px 10px rgba(113, 158, 206, 0.8));
}

    .arrow_box:after,
    .arrow_box:before {
        bottom: 80%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        /*background-color: yellow;*/
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        /*  border-bottom-color: #ffffff;
        border-width: 19px;
        left: 50%;
        margin-left: -19px;*/
    }


    .arrow_box:before {
        border-color: rgba(113, 158, 206, 0);
        border-bottom-color: #fff3cd;
        border-width: 20px;
        left: 50%;
        margin-left: -20px;
    }

.alertIcon {
    border-right: 1px solid #999;
    font-size: 1.3rem;
    color: red;
}

.alertMessage {
    background-color: #fff3cd;
    font-family: Oswald-ExtraLight;
    font-weight: 100;
    font-size: 1rem;
    color: #000;
    padding-top: 2px;
    height: 1.8rem;
}

/*------------------// Applets validating alert----------------------*/

.table {
    color: #333;
}

.card-white {
    background-color: #fff !important;
    border: none !important;
}

.btn-success {
    color: #fff !important
}

.btn-warning {
    color: #212529 !important;
}



.card-wrapper {
    margin: 6px;
    font-size: .8rem;
}

/*Folded right top corner*/
/*.corner-r:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 26px 26px 0;
    border-style: solid;
    border-color: #4285f4 #fff;
    margin-right: 14px;
    z-index: 1;
    box-shadow:0px 1px #888888;
   
}*/


/*Title Underline*/
/*#Contentplaceholder1_TAA75111F039_Col00{
border-left:8px solid #ccc; border-bottom:2px solid #f8513c; box-shadow: 0px 6px #f4f4f4
}*/


.card_call_to_action_Title, .card_call_to_action_Button {
    border: none;
    background-color: transparent !important;
}

.card_call_to_action_Title_Secondary {
    background-color: transparent !important;
}


.display-5 {
    font-size: 1.4rem;
    color: #333;
    font-family: Open Sans, sans-serif;
}


/*---------ADD YOUR CUSTOM STYLES IN THIS BOX. ARE YOU ADDING SOME STYLE THAT IS NOT OFFERED BY BOOTSTRAP?----------*/



/*---------Mysa update--------------------------------------------------------*/

/*---------END Mysa update----------------------------------------------------*/





/*---------Dana update--------------------------------------------------------*/

/*---------END Dana update----------------------------------------------------*/






/*---------Elliott update------------------------------------------------------*/
html {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

h1, .heading-xl {
    font-size: 2.25rem;
}

h2, .heading-l {
    font-size: 1.75rem;
    font-family: Oswald-Regular;
}

h3, .heading-m {
    font-size: 1.50rem;
    font-family: Oswald-Regular;
}

h4, .heading-s {
    font-size: 1.20rem;
    font-family: Oswald-Regular;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
    font-weight: 600;
}

a {
    color: #266f99;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #005587;
        text-decoration: underline;
    }

img {
    vertical-align: middle;
    border-style: none;
    border-radius: 0.25rem;
}



.btn-primary {
    background-color: #266f99;
    border-color: #266f99;
    color: #fff !important;
    margin-top: 3px;
}

    .btn-primary:hover {
        background-color: #005587;
        border-color: #266f99;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #005587;
        border-color: #005587;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #266f99;
        border-color: #266f99;
    }

.btn-outline-primary {
    color: #266f99;
    border-color: #266f99;
}

    .btn-outline-primary:hover {
        background-color: #005587;
        border-color: #266f99;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #266f99;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: #266f99;
        border-color: #266f99;
    }

.border-primary {
    border-color: #266f99 !important;
}

.content_block-feature-primary {
    background-color: #e5f6ff !important;
    border-radius: .25rem;
    /*border:1px solid #ccc;*/
    margin-bottom: 10px;
}

.card {
    background-color: #e5f6ff !important;
    border: none !important;
}

.card-header {
    background-color: #fff;
    border-bottom: 2px solid #e9ecef !important;
}

.content_block-feature-secondary {
    border: 1px solid #b3e3ff;
    border-width: 0.0625rem;
    border-radius: .25rem;
    padding: 2em 2em 3em 2em;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 20px;
}

    .content_block-feature-secondary a:link {
        font-family: Open Sans, sans-serif;
        /*font-size: 1rem;*/
        font-size: calc(.9rem + .1vw);
        line-height: 1.5rem;
        color: #266f99;
        margin-bottom: 1rem;
    }

.dt {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    padding: 3px 0px 10px 3px;
    color: #666666;
}
/*-------------------END Elliott update-----------------------------------------------------------------------------*/

.card-img-top {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem
}


/*-------------------hawk search-----------------------------------------------------------------------------*/
/*hawk search BOX*/
.btn-search {
    color: #fff;
    background-color: #005587;
    border-color: #005587;
}


/*hawk search RESULTS*/
.hawk-searchQuery .hawk-sqHeader {
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
}

.hawk-searchQuery .hawk-sqHeader {
    padding: 5px;
    font-family: Oswald-Light;
    color: #fff;
    background: #005587;
}

.hawk-searchQuery {
    display: none;
    /*position: absolute;*/
    position: fixed;
    z-index: 999999;
    margin: 5px 0 0 0;
    width: 300px;
    border: 1px solid #aaa !important;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    box-shadow: 0 0 4px 1px rgba(50,50,50,.25);
    background: #fff;
    font-size: .9rem;
}

    .hawk-searchQuery .hawk-sqFooter {
        color: #fff;
    }

    .hawk-searchQuery .hawk-sqFooter, .hawk-searchQuery .hawk-sqHeader {
        background: #005587;
    }

    .hawk-searchQuery .hawk-sqFooter {
        padding: 5px;
        background: #005587;
    }

        .hawk-searchQuery .hawk-sqFooter a {
            color: #dee6efeb;
        }

            .hawk-searchQuery .hawk-sqFooter a:hover {
                color: #fff;
            }


.hawk-sqItemName {
    font-size: 1rem;
}

.hawk-searchQuery .hawk-sqContent {
    list-style-type: none;
    padding-left: 1px;
    padding-right: 1px;
}

    .hawk-searchQuery .hawk-sqContent ol, ul, dl {
        margin-top: 10px;
    }

.hawk-searchQuery .hawk-sqItemAlt {
    background-color: #f3f3f3;
}

.hawk-searchQuery .hawk-sqItem {
    display: block;
    position: relative;
    margin: 0;
    padding: 3px 10px 3px 3px;
    border: 1px solid #fff;
    color: #8b2300;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
}

/*-------------------hawk search end-----------------------------------------------------------------------------*/



#Contentplaceholder1_TAA75111F019_Col00 {
    max-width: 1640px;
    margin: auto;
    font-family: OpenSans-Regular;
}


.officialWebSite {
    margin: 16px 0 0 15px;
    z-index: 6000 !important;
    position: absolute !important;
    width: 100%;
    padding: 10px 20px 20px 30px
}

.x-small-text {
    font-size: .7rem !important;
}

.es-hidden-text {
    display: none;
    visibility: hidden;
}

/*-------------------twitter X with fa v5.14-----------------------------------------------------------------------------*/


.fa-brands.fa-x-twitter {
    font-family: sans-serif;
}

.fa-brands.fa-x-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
    font-style: normal;
    text-decoration: none
}


