@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');



/*! CSS Used from: https://fonts.googleapis.com/icon?family=Material+Icons&ver=5.9.2 ; media=all */
@media all {
    .material-icons {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }
}

/*! CSS Used from: https://matjackiip.wpengine.com/wp-content/themes/matjack/css/theme.min.css?ver=1.0.0 ; media=all */
@media all {
    

    #flying-focus {
        position: absolute;
        margin: 0;
        background: 0 0;
        -webkit-transition-property: left, top, width, height, opacity;
        -o-transition-property: left, top, width, height, opacity;
        transition-property: left, top, width, height, opacity;
        -webkit-transition-timing-function: cubic-bezier(0, .2, 0, 1);
        -o-transition-timing-function: cubic-bezier(0, .2, 0, 1);
        transition-timing-function: cubic-bezier(0, .2, 0, 1);
        visibility: hidden;
        pointer-events: none;
        -webkit-box-shadow: 0 0 2px 3px #000, 0 0 2px #000 inset;
        box-shadow: 0 0 2px 3px #000, 0 0 2px #000 inset;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #flying-focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -3px;
        }
    }

    

    

    body {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.688;
        color: #000;
        text-align: left;
        background-color: #fff;
    }

    [tabindex="-1"]:focus:not(:focus-visible) {
        outline: 0 !important;
    }

    .page-intro h2 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .site-footer p {
        margin-top: 0;
        margin-bottom: 1rem;
    }


    .site-header img, .site-footer img {
        vertical-align: middle;
        border-style: none;
    }
    .site-header i{margin: 0px}
    .site-header .sh-email a,.site-header .sh-ph a{color: #020058;
    text-decoration: none;}
    .site-header .sh-email a:hover,.site-header .sh-ph a:hover{color: #fe4706;
    text-decoration: none;}
    .site-header a{text-decoration: none;}


    .search-module.open {
    display: block;
    top: 0;
}

    .search-module label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .search-module button {
        border-radius: 0;
    }

    .search-module button:focus:not(:focus-visible) {
        outline: 0;
    }

    .search-module button,
    .search-module input {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .search-module button,
    .search-moduleinput {
        overflow: visible;
    }

    .search-module button {
        text-transform: none;
    }

    .search-module [type=button],
    .search-module [type=submit],
    .search-module button {
        -webkit-appearance: button;
    }

    .search-module [type=button]::-moz-focus-inner,
    .search-module [type=submit]::-moz-focus-inner,
    .search-module button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    .page-intro h2 {
        margin: 0;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        line-height: 2.5625rem;
        color: #ffffff;
    }

    .page-intro h2 {
        font-size: 2.8125rem;
    }

    

    .container-cmn {
        width: 100%;
        box-sizing: border-box; padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:576px) {
        .container-cmn {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .container-cmn {
            max-width: 720px;
        }
    }

    @media (min-width:992px) {
        .container-cmn {
            max-width: 960px;
        }
    }

    @media (min-width:1200px) {
        .container-cmn {
            max-width: 1140px;
        }
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-12,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4 {
        position: relative;
        width: 100%;
        box-sizing: border-box; padding-right: 15px;
        padding-left: 15px;
    }

    .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width:768px) {
        .col-md-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }

        .col-md-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

        .col-md-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width:992px) {
        .order-lg-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.688em + .75rem + 2px);
        box-sizing: border-box; padding: .375rem .75rem;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.688;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    }

    @media (prefers-reduced-motion:reduce) {
        .form-control {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #0500d8;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(2, 0, 88, .25);
        box-shadow: 0 0 0 .2rem rgba(2, 0, 88, .25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

    .btn-cmn {
        display: inline-block;
        font-weight: 400;
        color: #000;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        box-sizing: border-box; padding: .375rem .75rem;
        font-size: 1.125rem;
        line-height: 1.688;
        border-radius: .25rem;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    }

    @media (prefers-reduced-motion:reduce) {
        .btn-cmn {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .btn-cmn:hover {
        color: #000;
        text-decoration: none;
    }

    .btn-cmn:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(2, 0, 88, .25);
        box-shadow: 0 0 0 .2rem rgba(2, 0, 88, .25);
    }

    .btn-cmn:disabled {
        opacity: .65;
    }

    .btn-secondary {
        color: #fff;
        background-color: #c82a05;
        border-color: #c82a05;
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #a32204;
        border-color: #962004;
    }

    .btn-secondary:focus {
        color: #fff;
        background-color: #a32204;
        border-color: #962004;
        -webkit-box-shadow: 0 0 0 .2rem rgba(208, 74, 43, .5);
        box-shadow: 0 0 0 .2rem rgba(208, 74, 43, .5);
    }

    .btn-secondary:disabled {
        color: #fff;
        background-color: #c82a05;
        border-color: #c82a05;
    }

    .btn-sm {
        box-sizing: border-box; padding: .25rem .5rem;
        font-size: .98438rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

    .collapse:not(.show) {
        display: none;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-toggle {
        white-space: nowrap;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        box-sizing: border-box; padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1.125rem;
        color: #000;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        box-sizing: border-box; padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #e9ecef;
    }

    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #020058;
    }

    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

    .input-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .input-group>.form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
        height: 39px;
        padding-left: 11px;
       font-size: 15.84px;
    }

    .input-group>.form-control:focus {
        z-index: 3;
    }

    .input-group:not(.has-validation)>.form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-append {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .input-group-append {
        margin-left: -1px;
    }

    .nav-link {
        display: block;
        box-sizing: border-box; padding: .5rem 1rem;
    }

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none;
    }

    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-sizing: border-box; padding: .5rem 1rem;
        margin: 0;
    }

    .navbar .container-cmn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        list-style: none;

    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggler {
        box-sizing: border-box; padding: .25rem .75rem;
        font-size: 1.40625rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: 50%/100% 100% no-repeat;
    }

    @media (max-width:991.98px) {
        .navbar-expand-lg>.container-cmn {
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media (min-width:992px) {
        .navbar-expand-lg {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            box-sizing: border-box; padding-right: .5rem;
            padding-left: .5rem;
        }

        .navbar-expand-lg>.container-cmn {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .5);
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75);
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: rgba(255, 255, 255, .1);
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .bg-primary {
        background-color: #020058 !important;
    }

    .bg-light {
        background-color: #f8f9fa !important;
    }

    .d-none {
        display: none !important;
    }

    .d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    @media (min-width:768px) {
        .d-md-none {
            display: none !important;
        }

        .d-md-inline-block {
            display: inline-block !important;
        }
    }

    .justify-content-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .shadow {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .m-0 {
        margin: 0 !important;
    }

    .py-3 {
        padding-top: 1rem !important;
    }

    .py-3 {
        padding-bottom: 1rem !important;
    }

    .px-4 {
        box-sizing: border-box; padding-right: 1.5rem !important;
    }

    .px-4 {
        box-sizing: border-box; padding-left: 1.5rem !important;
    }

    .text-dark {
        color: #343a40 !important;
    }

    

    .wrapper {
        box-sizing: border-box; padding: 30px 0 0;
    }

    .site-header img, .site-footer img {
        max-width: 100%;
        height: auto;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-twitter:before {
        content: "";
    }

    .fa-facebook:before {
        content: "";
    }

    .fa-youtube:before {
        content: "";
    }

    .search-close i {
    display: inline-block;
    background: url(btn-close-sm.jpg);
    width: 27px;
    height: 23px;
    box-sizing: border-box;
    cursor: pointer
    }

    .search-close:hover i {
    background: url(btn-close-sm-hover.jpg)
    }

    @media (max-width:767.98px) {
        html {
            font-size: 88%;
        }
    }

    body {
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
    }

    .page-intro h2 {
        font-weight: 700;
    }

   

    .header-inner ul,.site-footer ul{
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
    }
    .site-footer ul{margin-bottom: 0;}

    

    @media (max-width:991.98px) {
        .site-header {
            overflow-x: hidden;
        }
    }

    .site-header .navbar-collapse {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    @media (min-width:768px) {
        .sh-sticky-wrap.stuck {
            width: 100%;
            position: fixed;
            z-index: 99;
            top: 0;
            left: 0;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 6.93px .07px rgba(40, 40, 40, .44);
            box-shadow: 0 3px 6.93px .07px rgba(40, 40, 40, .44);
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

.search-close i {
    display: inline-block;
    background: url(btn-close-lg.jpg);
    width: 31px;
    height: 27px;
    box-sizing: border-box;
    cursor: pointer
    }

    .search-close:hover i {
    background: url(btn-close-lg-hover.jpg)
    }
    .site-footer ul{margin-bottom: 1rem;}



    }

    @media (max-width:767.98px) {
        .site-logo {
            margin: 0 auto .9375rem;
        }
    }

    .sh-email,
    .sh-ph {
        margin-right: 1rem;
        font-size: 1rem;
        color: #fff;
    }

    .sh-email .material-icons,
    .sh-ph .material-icons {
        font-size: 1.5rem;
        color: #fff;
    }

    .sh-email span:not(.material-icons),
    .sh-ph span:not(.material-icons) {
        display: none;
    }

    .sh-ph a {
        margin-top: .1875rem;
    }

    .social-icons a {
        display: inline-block;
        color: #020058;
        font-size: 1.25rem;
        text-align: center;
        text-decoration: none;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        vertical-align: middle;
    }

    @media (prefers-reduced-motion:reduce) {
        .social-icons a {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .social-icons a i {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .social-icons a:not(:last-child) {
        margin: 0 .9375rem 0 0 !important;
    }

    .social-icons a:hover {
        opacity: .9;
    }

    .header4 .top-line {
        box-sizing: border-box; padding: 1.28125rem 0;
    }

    .header4 .top-line .material-icons {
        color: #020058;
        vertical-align: middle;
    }

    @media (min-width:992px) {
        .header4 .top-line .sh-email {
            margin-left: 10.625rem;
        }
    }

    .header4 .top-line .sh-email,
    .header4 .top-line .sh-ph {
        font-size: 1.125rem;
    }

    .header4 .top-line .sh-email a:hover .material-icons,
    .header4 .top-line .sh-ph a:hover .material-icons {
        color: #fe4706;
    }

    .header4 .top-line .sh-email .material-icons,
    .header4 .top-line .sh-ph .material-icons {
        font-size: 24px;
    }

    .header4 .top-line .sh-email .material-icons:hover,
    .header4 .top-line .sh-ph .material-icons:hover {
        color: #fe4706;
    }

    .header4 .header-inner .navbar .nav-link {
        line-height: 1.5rem;
        box-sizing: border-box; padding-top: .78125rem;
        padding-bottom: .78125rem;
    }

    @media (max-width:991.98px) {
        .header4 .header-inner .navbar .nav-link {
            padding-left: 0;
        }
    }

    .header4 .header-inner .navbar .navbar-collapse {
        width: 86%;
    }

    .header4 .header-inner .navbar .navbar-collapse .navbar-nav {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header4 .header-inner .navbar .navbar-toggler {
        background-color: #c82a05;
        border-color: #c82a05;
        font-size: 20px;
    }

    .header4 .header-inner .navbar .dropdown .dropdown-menu {
        padding-top: .5rem;
    }

    @media (min-width:992px) {
        .header4 .header-inner .navbar .dropdown .dropdown-menu {
            -webkit-box-shadow: 0 6px 8px -1px rgba(0, 0, 0, .3);
            box-shadow: 0 6px 8px -1px rgba(0, 0, 0, .3);
        }
    }

    .header4 .header-inner .navbar .dropdown .dropdown-menu .nav-item a {
        padding-top: .8125rem;
        padding-bottom: .8125rem;
    }

    .header4 .header-inner .navbar .dropdown .dropdown-menu .nav-item a:hover {
        font-weight: 600;
    }

    .header4 #main-menu>li:hover>a {
        color: #fe4706;
    }

    .header4 .search-form-tigger {
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .header4 .search-form-tigger:focus,
    .header4 .search-form-tigger:hover {
        color: #fe4706;
    }

    .header4 .search-form-tigger .material-icons {
        vertical-align: bottom;
    }

    .header4 .dropdown-toggle::after {
        content: "\f0dd";
        vertical-align: .155em;
        
    }

    @media (max-width:991.98px) {
        .header4 .dropdown .dropdown-menu li:first-child {
            padding-top: .625rem;
            background-color: #fff;
        }

        .header4 .dropdown .dropdown-menu li:last-child {
            padding-bottom: .625rem;
            background-color: #fff;
        }
        ul.dropdown-menu.active1 {
    display: block!important;
}
    }

    @media (min-width:992px) {

        .header4 .sh-email span,
        .header4 .sh-ph span {
            display: inline-block;
            vertical-align: middle;
        }
    }

    @media screen and (min-width:993px) and (max-width:1400px) and (max-height:765px) {
        .header4 .header-inner .navbar .dropdown .dropdown-menu {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
            min-width: 780px;
        }
    }

    .dropdown .dropdown-menu {
        min-width: 19.8125rem;
        max-width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        color: #020058;
        background-color: transparent;
        display: none!important;
    }

    .dropdown .dropdown-menu li {
        border-radius: 0;
    }

    @media (min-width:992px) {
        .dropdown .dropdown-menu {
            padding: .3125rem 0 0;
        }
    }

    .dropdown-item {
        box-sizing: border-box; padding: .53125rem 3.125rem .53125rem 3.75rem;
        border-radius: 0;
        color: #020058;
        background-color: #fff;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5rem;
        white-space: normal;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: #fe4706;
    }

    @media (min-width:992px) {
        .dropdown-item {
            box-sizing: border-box; padding: 1.03125rem 1.25rem;
        }
    }

    .dropdown-toggle::after {
        content: "\f107";
        border: none;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

    @media (max-width:991.98px) {
        .dropdown-toggle {
            white-space: normal;
        }
    }

    @media (min-width:992px) {
        .menu-item-has-children:hover>.dropdown-menu {
            display: block !important;
            margin: 0;
        }
    }

    @media (max-width:1199.98px) {
        .menu-item-has-children:hover>.dropdown-menu {
            border: none;
        }
        .m-subnav-arrow.active1 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .navbar-toggler {
        box-sizing: border-box; padding: .125rem .125rem 0;
        border-color: #fff;
        color: #fff;
    }

    .menu-item-has-children {
        position: relative;
    }

    .m-subnav-arrow {
        width: 3.125rem;
        height: 2.875rem;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        text-align: center;
    }

    .m-subnav-arrow:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (min-width:992px) {
        .m-subnav-arrow {
            display: none;
        }
    }

    .main-menu .nav-link {
        box-sizing: border-box; padding: .53125rem 3.125rem .53125rem 1.875rem;
        color: #000;
        font-size: 1.125rem;
        font-weight: 400;
    }

    .main-menu .nav-link:focus,
    .main-menu .nav-link:hover {
        color: #000;
    }

    @media (max-width:991.98px) {
        .main-menu .dropdown-toggle.nav-link:after {
            content: none;
        }
    }

    @media (min-width:992px) {
        .main-menu .nav-link {
            box-sizing: border-box; padding: .5875rem 1.5625rem;
            white-space: nowrap;
        }
    }

    .navbar-dark .main-menu .nav-link {
        color: #fff;
    }

    .navbar-dark .main-menu .nav-link:focus,
    .navbar-dark .main-menu .nav-link:hover {
        color: #fe4706;
    }

    .navbar-dark .m-subnav-arrow:after {
        color: #fff;
    }

    .navbar-dark .m-subnav-arrow:after:focus,
    .navbar-dark .m-subnav-arrow:after:hover {
        color: #fe4706;
    }

    .btn-cmn {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.5rem;
        border-radius: 0;
        box-sizing: border-box; padding: 1.0625rem 3.6875rem;
        white-space: nowrap;
    }

    .btn-alt {
        display: inline-block;
        box-sizing: border-box; padding: .9375rem 1.875rem;
        border-color: #c82a05;
        background-color: #c82a05;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.5rem;
        border-radius: 0;
    }

    .btn-alt:focus,
    .btn-alt:hover {
        background-color: #020058;
        border-color: #020058;
        color: #fff;
    }

    .btn-sm {
        color: #fff;
        box-sizing: border-box; padding: .9375rem 1.875rem;
    }

    

    .container-cmn {
        max-width: 72.375rem;
    }

    .wrapper {
        padding: 1rem 0 1rem 0;
    }

    @media (max-width:991px) {
        body {
            padding-top: 0 !important;
        }
    }

    #skipToContent {
        position: fixed;
        z-index: -99;
        top: 10px;
        left: 10px;
        opacity: 0;
    }

    #skipToContent:focus {
        opacity: 1;
        z-index: 99999;
    }

    .nonlink {
        cursor: default;
        pointer-events: auto;
    }

    @media (min-width:768px) {
        .nonlink {
            pointer-events: none;
        }
    }

    .nonlink:hover {
        text-decoration: none;
    }

    .nonlink.fax:hover {
        text-decoration: none !important;
    }

    .tse-remove-border {
        outline: 0 !important;
    }

    .tse-remove-border:focus {
        outline: 0 !important;
    }

    .page-intro {
        position: relative;
        background-color: #c82a05;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
    }

    .page-intro h1 {
        margin-bottom: 0;
        color: #fff;
    }

    .page-intro:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(200, 42, 5, .6);
    }

    .page-intro .container-cmn {
        padding-top: 2.4375rem;
        padding-bottom: 2.375rem;
        position: relative;
        z-index: 1;
    }

    .breadcrumb-menu .container-cmn {
        padding-top: 1.875em;
    }

    .breadcrumb-menu a {
        margin-left: 0;
        margin-right: .3125em;
        font-size: 1em;
        line-height: 1.5em;
        color: #6d6d6d;
        font-weight: 400;
        text-decoration: underline;
    }

    .breadcrumb-menu a:hover {
        color: #707070;
        text-decoration: none;
    }

    .breadcrumb-menu .breadcrumb_last {
        margin-left: .3125em;
        color: #707070;
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 600;
    }

    .btn-cmn:not(:last-child) {
        margin-right: 1rem;
    }

    .search-form-tigger {
        color: #fff #dc3545 !important;
    }

    .search-form-tigger:hover {
        color: #dc3545 !important;
    }

    .search-module {
        position: fixed;
        z-index: 999;
        top: -100%;
        left: 0;
        right: 0;
        margin-top: 0;
        background: #ededed;
        -webkit-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s;
    }
    .search-module form{
        margin: 0 0 18px 0;

    }

    .search-module .input-group-append {
        height: 2.375rem;
    }

    .search-col .sc-form {
        margin-bottom: 1.25rem;
    }

    @media (min-width:768px) {
        .search-col {
            float: left;
        }

        .search-col:first-child {
            width: calc(100% - 2.875rem);
        }

        .search-col:last-child {
            width: 2.875rem;
        }

        .search-col .sc-form {
            width: 48%;
            float: left;
            margin-right: 2%;
        }
    }

    .search-btn,
    .search-submit {
        background-image: url(search-desktop.svg);
        background-size: 1.25rem;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .search-btn {
        height: 2.7rem;
        width: 2.85rem!important;
        padding: 0;
        border: none !important;
        position: relative;
        line-height: normal;
    }

    .search-close {
        padding-top: 0;
        margin: 0 auto;
        display: block;
        color: #c82a05;
        font-size: 1.875rem;
        text-align: center;
        height: 1.6875rem !important;
        width: 1.6875rem !important;
    }

    .search-close i {
        cursor: pointer;
        margin: 0 auto;
        vertical-align: super !important;
    }

    .search-close:hover {
        color: #707070;
    }

    @media (min-width:768px) {
        .search-close {
            margin-top: .25rem;
        }
    }

    .site-footer {
        background-color: #fff;
        text-align: center;
        color: #707070;
    }

    .site-footer>.container-cmn {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .sf-logo {
        display: inline-block;
        margin: 0 auto;
        max-width: 15.625rem;
        margin: 0 2rem;
    }

    .sf-logo img {
        display: block;
    }

    .sf-contact-info {
        padding: 0;
        margin-bottom: .625rem;
        display: block;
        text-align: center;
        list-style: none;
        color: #1c1c1c;
    }

    .sf-contact-info a {
        color: #1c1c1c;
        text-decoration: none;
    }

    .sf-contact-info a:focus,
    .sf-contact-info a:hover {
        color: #1c1c1c;
        text-decoration: underline;
    }

    .sf-links {
        padding: 0;
        margin-bottom: .625rem;
        display: block;
        text-align: center;
        list-style: none;
    }

    .sf-links a {
        color: #00334d;
        text-decoration: none;
        font-weight: 700;
    }

    .sf-links a:focus,
    .sf-links a:hover {
        color: #00334d;
        text-decoration: underline;
    }

    @media (min-width:992px) {
        .sf-contact-info {
            display: table;
            width: 100%;
        }
    }

    .sf-contact-info li {
        line-height: 2.5625rem;
    }

    @media (min-width:768px) {
        .sf-contact-info li {
            display: block;
        }
    }

    @media (min-width:992px) {
        .sf-contact-info li {
            display: table-cell;
            vertical-align: top;
            margin-right: 0;
            box-sizing: border-box; padding-right: 1rem;
        }

        .sf-contact-info li:last-child {
            padding-right: 0;
        }
    }

    .sf-links {
        padding: 0;
        margin: 0;
    }

    .sf-links li {
        margin-bottom: .625rem;
    }

    .sf-links a {
        box-sizing: border-box; padding: 0 .9375rem;
        font-weight: 700;
        display: block;
        white-space: nowrap;
        font-weight: 700;
        color: #00334d;
    }

    .sf-links a:focus,
    .sf-links a:hover {
        text-decoration: underline;
        color: #00334d;
    }

    @media (min-width:768px) {
        .sf-links {
            margin: 2.03125rem 0 2.0625rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            text-align: center;
        }

        .sf-links li {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
        }

        .sf-links a {
            box-sizing: border-box; padding: 0 1.6875rem;
        }
    }

    @media (min-width:992px) {
        .sf-links {
            margin: 1.125rem auto 2rem;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
        }
    }

    .footer-bootom {
        background-color: #00334d;
        color: #fff;
    }

    .footer-bootom .copyright {
        line-height: 1.875rem;
        margin: 0;
        text-align: left;
    }

    .footer-bootom .copyright a {
        color: #fff;
    }

    .footer-bootom .copyright a:focus,
    .footer-bootom .copyright a:hover {
        color: #10b1d7;
    }

    .footer-bootom .container-cmn {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
    }

    .footer-style2 {
        background-color: #fff;
    }

    .footer-style2>.container-cmn {
        padding-top: 1.3125rem;
        padding-bottom: 1.3125rem;
    }

    .footer-style2 .logo-wrap {
        margin-bottom: 2.5rem;
    }

    .footer-style2 .social-icons a {
        color: #fff;
    }

    .footer-style2 .sf-top-wrap {
        text-align: center;
    }

    .footer-style2 .sf-top-wrap>:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .footer-style2 .sf-links {
        color: #020058;
    }

    .footer-style2 .sf-links a {
        font-size: 1.0625rem;
        font-weight: 500;
        text-decoration: none;
        color: #020058;
    }

    .footer-style2 .sf-links a:hover {
        color: #c82a05;
    }

    @media (max-width:991.98px) {
        .footer-style2 .sf-links a {
            display: inline-block;
        }
    }

    .footer-style2 .sf-contact-info {
        margin-bottom: 1.5625rem;
        margin-left: 0;
    }

    .footer-style2 .sf-contact-info li {
        margin-bottom: .625rem;
        color: #020058;
        font-size: 1.0625rem;
    }

    .footer-style2 .sf-contact-info li a {
        color: #020058;
        text-decoration: none;
    }

    .footer-style2 .sf-contact-info .material-icons {
        font-size: 1.25rem;
        margin-right: .5rem;
        color: #c82a05;
        vertical-align: middle;
    }

    .footer-style2 #menu-footer-left-menu li {
        margin-bottom: .5rem;
        line-height: 26px;
    }

    .footer-style2 #menu-footer-right-menu li {
        margin-bottom: 4px;
        line-height: 26px;
    }

    @media (min-width:768px) {
        .footer-style2 .sf-top-wrap {
            text-align: left;
        }

        .footer-style2 .sf-top-wrap>:not(:last-child) {
            margin-bottom: 0;
        }

        .footer-style2 .sf-contact-info,
        .footer-style2 .sf-links {
            display: block;
            text-align: left;
            margin-top: 0;
        }

        .footer-style2 .sf-contact-info a,
        .footer-style2 .sf-links a {
            padding: 0;
            display: inline-block;
        }

        .footer-style2 .sf-contact-info li,
        .footer-style2 .sf-links li {
            display: block;
            line-height: 1.7rem;
        }

        .footer-style2 .sf-contact-info li:not(:last-of-type):after,
        .footer-style2 .sf-links li:not(:last-of-type):after {
            content: none;
        }

        .footer-style2 .sf-logo {
            margin-left: 0;
        }

        .footer-style2 #menu-footer-right-menu {
            margin-left: 35px;
        }

        .footer-style2 #menu-footer-right-menu {
            margin-bottom: 0;
        }
    }

    .footer-style2 .footer-bootom {
        background-color: #020058;
    }

    .footer-style2 .footer-bootom .container-cmn {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

    .footer-style2 .footer-bootom .copyright {
        font-size: 1rem;
    }

    .footer-style2 .footer-bootom a {
        font-size: 1rem;
        color: rgba(255, 255, 255, .9);
        text-decoration: none;
    }

    .footer-style2 .footer-bootom a:hover {
        color: #fe4706;
    }

    .footer-style2 .footer-bootom .social-icons a {
        font-size: 1.375rem;
        line-height: 1.5625rem;
        vertical-align: top;
    }

    @media (min-width:992px) {
        .footer-style2 .footer-bootom {
            background-color: #020058;
        }

        .footer-style2 .footer-bootom .container-cmn {
            display: -moz-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            box-pack: justify;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
        }
    }

    @media (max-width:767.98px) {
        .footer-style2 .bottom-logos {
            max-width: 25rem;
            margin: 0 auto;
        }
    }

    .footer-style2 .bottom-logos a {
        display: block;
    }

    .backtotop {
        display: inline-block;
        text-decoration: none;
        background-image: url(ico-arrow-white2.svg);
        background-size: 15px 10px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 1em;
        height: 50px;
        width: 50px;
        line-height: 1.6666666667em;
        border: 1px solid #020058;
        background-color: #020058;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .back-to-top {
        position: fixed;
        bottom: 65px;
        right: 50px;
        opacity: .7;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        display: none;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@media (max-width:767.98px) {
    .usa-logo img{
        width: 4.6875em !important;
    }
    .sf-usa-heading {
    display: block;
    font-size: .6em;
}
.sh-info {
    text-align: center;
    display: block;
}
}