@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

@font-face {
    font-family: 'MWF-MDL2';
    src: url(../fonts/SegMDL2.eot);
    src: url(../fonts/SegMDL2.eot#iefix) format("embedded-opentype"), url(../fonts/SegMDL2.ttf) format("truetype")
}

.body {
    font-family: 'Lato', sans-serif;
}

.container-fluid {
    max-width: 1366px;
}

h1 {
    margin-top: 7px;
    color: #111C2C;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 34px;
}

h2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111C2C;
    font-weight: normal;
    padding-top: 20px;
}

h3 {
    color: #2F2F2F;
    font-size: 24px;
    letter-spacing: 0.40px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:visited {
    color: #000098;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    letter-spacing: 0.40px;
    font-weight: 600;
    text-decoration: none;
}

p, h6 {
    font-size: 15px;
    letter-spacing: 0.40px;
    color: #2F2F2F;
    line-height: 22px;
}

h6 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

/* START Button */
.wsc-button.wsc-button-default {
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    padding: 11px 24px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 8px;
    margin-top: 29px;
}

    .wsc-button.wsc-button-default:hover,
    .wsc-button.wsc-button-default.is-selected {
        color: #fff;
        border-color: #233B5C;
        background: #233B5C;
    }
/* END Button */

/*Header Css starts here*/

header {
    background-color: #111C2C;
    width: 100%;
    z-index: 16;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.logo {
    display: inline-block;
    margin: 12px 27px 12px 0;
}

.logo-title {
    color: #fff;
}

    .logo-title span {
        font-size: 15px;
        line-height: 18px;
    }

    .logo-title p {
        font-size: 24px;
        line-height: 20px;
        color: #fff;
    }

.social-login {
    /*height: 100%;*/
    flex-direction:row;
    flex-wrap:wrap;
}

    .social-login ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social-login ul li {
            margin-left: 16px;
        }

        .social-login ul > li > a {
            display: inline-block;
        }

        .social-login ul li a img {
            width: 36px;
        }
.login-button {margin-top:25px;}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 11px 24px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 8px;
}

.submitClass .btn.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

[role=alert] {
    margin-bottom: 40px;
}

.social-login .btn.btn-primary {
    margin-left: 18px;
}

.social-login .dropdown .btn,
.social-login .dropdown .btn:hover {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    box-shadow: none;
}

.social-login .dropdown-toggle::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.social-login .dropdown-toggle[aria-expanded="true"]::after {
    -webkit-transform: rotate(225deg) translateY(-65%);
    -ms-transform: rotate(225deg) translateY(-65%);
    transform: rotate(225deg) translateY(-65%);
}

.social-login .dropdown-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

.social-login .dropdown-item,
.social-login .dropdown-item.active, .social-login .dropdown-item:hover {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #233B5C;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.16);
    padding: 6px 10px;
}

    .social-login .dropdown-item:last-child {
        border-bottom: 0px;
    }

.btn.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active
.btn-primary:not(:disabled):not(.disabled):active {
    border: 1px solid #fff;
    background: #fff;
    color: #111C2C;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.navbar .form-inline {
    max-width: 332px;
    width: 100%;
}

    .navbar .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        border-radius: 8px 0 0 8px;
        height: 32px;
        border-color: #233B5C;
        max-width: 272px;
        width: 100%;
    }

.navigation .form-inline.search-inline {
    flex-flow: row;
}

.search, .search:hover {
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    background: #233B5C;
    border-color: #233B5C;
    line-height: 16px;
    min-width: 46px;
}

    .search::after {
        content: '\E721';
        font-family: "MWF-MDL2";
    }
/*Header Css ends here*/


/*navigation css starts here*/

.navigation nav {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    z-index: 15;
}

.menu-container-fluid {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (min-width:1440px) {
    .menu-container-fluid {
        padding-left: 114px;
    }
}

.menu-container-fluid a.dropdown-item {
    color: #000000;
}

    .menu-container-fluid a.dropdown-item.active,
    .menu-container-fluid a.dropdown-item:active {
        color: #fff;
        background-color: #273e62;
        outline: none;
    }

@media (min-width: 992px) {
    .navigation nav.navbar-expand-lg .navbar-nav .dropdown {
        position: static;
    }

    .navigation nav.navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        margin-top: 0px;
        border: 0px;
        background: #EBEBEB;
        box-shadow: 0 0 4px rgba(0,0,0,.16);
        border-radius: 2px;
    }

    .menu-wrapper {
        max-width: 1366px;
        margin: 0 auto;
        padding-left: 97px;
    }

    .navigation .navbar-nav {
        padding-left: 117px;
    }
}

.navigation .navbar-nav {
    float: left;
}

.dropdown-toggle::after,
.select-arrow::after {
    content: '';
    position: static;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #111c2c;
    border-right: 1px solid #111c2c;
    -webkit-transform: rotate(45deg) translateY(-10%);
    -ms-transform: rotate(45deg) translateY(-10%);
    transform: rotate(45deg) translateY(-10%);
}

ul.navbar-nav .nav-item.dropdown a.nav-link.dropdown-toggle {
    color: #233B5C;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 40px;
    position: relative;
}

ul.navbar-nav .nav-item.dropdown.show a.nav-link.dropdown-toggle {
    color: #808080;
}

    ul.navbar-nav .nav-item.dropdown.show a.nav-link.dropdown-toggle::before {
        content: '';
        border-bottom: 4px solid #808080;
        display: block;
        width: calc(100% - (2rem + 6px));
        position: absolute;
        bottom: -.4rem;
    }

ul.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    border-bottom-color: #707070;
    border-right-color: #707070;
    -webkit-transform: rotate(225deg) translateY(-65%);
    -ms-transform: rotate(225deg) translateY(-65%);
    transform: rotate(225deg) translateY(-65%);
}
/*navigation css ends here*/


/* Home page css starts */


/*Top Section*/

.top-section .carousel.slide {
    width: 100%;
    display: flex;
    /*align-items: flex-end;*/
    height: 590px;
}

.top-section .carousel-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.top-section .carousel-caption {
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /*height: 240px;*/
    background: rgba(0,0,0,.5);
    border-radius: 8px;
    padding-bottom: 45px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.top-section .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

.top-section .carousel-caption .caption-content {
    width: 80%;
}

.top-section .control-arrows {
    max-width: 880px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
    top: 70%;
    z-index: 12;
    width: 9%;
    height: 40px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev {
    left: 10px;
}

.top-section .carousel-caption h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    color: #fff;
}

.top-section .carousel-caption p {
    margin-bottom: 20px;
    color: #fff;
}

.top-section .carousel-caption .btn {
    max-width: 146px;
    margin: 0 auto;
}

.top-section .carousel-indicators li {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.top-section .carousel-indicators {
    bottom: 10px;
}

    .top-section .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0.2rem;
    opacity: 1;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    content: '';
    position: static;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.carousel-control-prev-icon::after {
    margin: -1px 0 0 2px;
    -webkit-transform: rotate(135deg) translateY(-10%);
    -ms-transform: rotate(135deg) translateY(-10%);
    transform: rotate(135deg) translateY(-10%);
}

.carousel-control-next-icon::after {
    margin: 1px 2px 0 0px;
    -webkit-transform: rotate(-45deg) translateY(-10%);
    -ms-transform: rotate(-45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-10%);
}
/*Top Section Ends*/

/*Card Design starts*/
.cjtc-cards {
    padding: 56px 0;
}

    .cjtc-cards .card {
        border: 0px;
        border-radius: 8px;
        transition: all ease-in-out 300ms;
        box-shadow: 0 0 1px rgba(0,0,0,.30);
        display: block;
    }

        .cjtc-cards .card:hover {
            transition: all ease-in-out 300ms;
            box-shadow: 0 0 6px rgba(0,0,0,.30);
        }

    .cjtc-cards .card-body {
        text-align: center;
        min-height: 210px;
    }

    .cjtc-cards .card-title a {
        color: #233B5C;
        font-size: 28px;
        letter-spacing: 1px;
        font-weight: 300;
        font-family: 'Lato, Light';
    }

    .cjtc-cards .card-text {
        font-size: 15px;
        line-height: 22px;
        color: #2F2F2F;
        font-family: 'Open Sans', sans-serif;
    }
/*Card Design ends*/

/*upcoming events cards STARTS*/
.upcoming-events h1, .follow-social h1 {
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111C2C;
    text-align: center;
    margin-bottom: 40px;
}

.upcoming-events {
    padding: 54px 0;
    margin: 0 auto;
    background: #F8F8F8;
    width: 100%;
}

    .upcoming-events .btn.btn-primary, .form-box .btn.btn-primary, .employment-announcement .btn.btn-primary {
        color: #000000;
        border-color: #000000;
    }

    .upcoming-events .btn.btn-primary {
        margin-top: 40px;
    }

        .upcoming-events .btn.btn-primary:hover, .form-box .btn.btn-primary:hover {
            color: #fff;
            border-color: #111C2C;
            background: #111C2C;
        }

    .upcoming-events .card {
        border: 0px;
        border-radius: 8px;
        box-shadow: 0 0 6px rgba(0,0,0,.15);
    }

    .upcoming-events .card-body {
        display: flex;
        align-items: center;
        padding: 15px 16px 23px 16px;
    }

    .upcoming-events .date {
        font-weight: bold;
        font-family: Lato;
        text-align: center;
        margin-right: 30px;
    }

    .upcoming-events .day {
        font-size: 48px;
        line-height: 52px;
        display: block;
    }

    .upcoming-events .month, .upcoming-events .year {
        font-size: 14px;
        color: #111C2C;
        display: block;
    }

    .upcoming-events .card-title a {
        color: #233B5C;
        font-size: 28px;
        letter-spacing: 1px;
        font-weight: 300;
        font-family: 'Lato, Light';
    }

    .upcoming-events .card-text {
        font-size: 15px;
        line-height: 22px;
        color: #2F2F2F;
        font-family: 'Open Sans', sans-serif;
        height: 44px;
        overflow: hidden;
        letter-spacing: 0.40px;
    }
/*upcoming events cards ENDS*/



/*Follow Us on Social Media Starts*/
.follow-social {
    padding: 56px 0;
}

.feeds {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.logo-name {
    margin-right: 66px;
}

    .logo-name .icons {
        text-align: center;
    }

        .logo-name .icons img {
            width: 80px;
        }

    .logo-name span {
        color: #233B5C;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        margin-top: 18px;
    }

.d-flex.align-items-start.new-feeds {
    border-bottom: 1px solid #CBCBCB;
    padding: 40px 0;
}

.feeds .d-flex.align-items-start.new-feeds:last-child {
    border-bottom: 0px;
}

.post-content img {
    width: 100%;
}

.post-content p {
    font-size: 15px;
    line-height: 22px;
    color: #2F2F2F;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.40px;
}
/*Follow Us on Social Media ends*/



/*Testimonial Section Starts*/
.testimonials, .law-enforcement {
    display: block;
    width: 100%;
    /* background: #111C2C;     */
    background: #233B5C;
    display: flex;
}

    .testimonials .quotes {
        margin: 40px auto;
        max-width: 640px;
        width: 100%;
        text-align: center;
    }

        .testimonials .quotes h2 {
            color: #fff;
            font-size: 28px;
            letter-spacing: 2px;
            margin-bottom: 32px;
            font-weight: normal;
        }

        .testimonials .quotes p {
            color: #fff;
            margin-bottom: 0px;
        }

    .testimonials.law-enforcement .quotes {
        max-width: 735px;
        margin: 56px auto;
    }

    .law-enforcement h3 {
        color: #fff;
        margin-bottom: 45px;
    }

    .testimonials.law-enforcement .quotes .btn {
        margin-top: 16px;
    }
/*Testimonial Section Ends*/

/*========================= Home page css ends ===========================*/


/*footer css starts here*/

footer {
    background-color: #343434;
    width: 100%;
    padding: 56px 0;
    margin: 0 auto;
}

    footer .row a, footer .row a:hover, footer .row a:visited {
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        float: left;
        clear: both;
        margin-bottom: 8px;
    }

    footer address p, footer address span {
        color: #fff;
        font-size: 12px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

        footer address span::before {
            content: '\E717';
            font-family: "MWF-MDL2";
            font-size: 20px;
            margin-right: 15px;
        }

.followus {
    align-items: center;
    height: auto;
}

    .followus span {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-right: 12px;
    }

footer hr {
    border-top-color: #EBEBEB;
    width: 95%;
    margin-left: 0;
}

footer .lowercase, footer .lowercase a {
    text-transform: none;
    color: #fff;
    font-size: 12px;
}
/*footer css ends here*/
.scrolltop, .scrolltop:hover, .scrolltop:visited {
    background-color: #000000;
    text-transform: uppercase;
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 1px;
    position: fixed;
    height: 72px;
    width: 52px;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;
    bottom: 200px;
    right: 40px;
    border-radius: 8px;
    z-index: 15;
    display: none;
}

    .scrolltop span {
        position: static;
        display: block;
        width: 11px;
        height: 11px;
        margin-top: 5px;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(-135deg) translateY(-10%);
        -ms-transform: rotate(-135deg) translateY(-10%);
        transform: rotate(-135deg) translateY(-10%);
    }
/*Training & Education page css starts */
.breadcrumb {
    background: transparent;
    padding-top: 21px;
    padding-left: 2px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #00268B;
    letter-spacing: 1px;
    font-weight: 600;
    vertical-align: text-bottom;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #111C2C;
    font-size: 14px;
    letter-spacing: 1px;
}

.training-course h2 {
    margin-bottom: 60px;
}

.table thead {
    background-color: #273e62;
}

    .table thead th,
    .table thead tr {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

.training-course .table tbody td {
    min-width: 70px;
}

@media (min-width:1025px) {
    .training-course .table tbody td:first-child {
        min-width: 480px;
    }

    .course-signup table, .training-course table, .certification-detail table {
        display: table;
    }
}

.training-course .table thead th:nth-child(2),
.training-course .table tbody td:nth-child(2) {
    min-width: 150px;
    text-align: center;
}

.training-course .table-striped label {
    display: block;
}

.training-course .table-striped label, .training-course .table-striped span,
.equivalency .form-box a, .equivalency .info-box .attachments a {
    text-transform: uppercase;
    font-weight: 600;
}

.training-course-filters .wsc-button:not(.show-all-btn):not(.numeric-btn) {
    padding: 11px 14px;
}

.training-course-filters {
    margin-bottom: 50px;
}

    .training-course-filters ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .training-course-filters ul li {
            margin-bottom: 7px;
        }

            .training-course-filters ul li a {
                display: block;
            }

            .training-course-filters ul li:first-child a {
                padding: 11px 7px;
            }

            .training-course-filters ul li:not(:last-of-type) {
                margin-right: 7px;
                margin-bottom: 7px;
            }

            .training-course-filters ul li:nth-last-child(2) {
                margin-right: 40px;
            }

.table-striped span {
    color: #2F2F2F;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 22px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #EBEBEB;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #F8F8F8;
}

.new {
    background-color: #233B5C;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 10px;
    letter-spacing: 2px;
    display: inline-block;
}

new.red {
    background-color: #ba4651;
}
/*Equivalency page css starts*/
.equivalency .info-box,
.equivalency .form-box {
    padding: 24px 56px 60px 44px;
    box-sizing: border-box;
    width: 100%;
    background: #F8F8F8;
    border-radius: 2px;
    margin-bottom: 30px;
}

.attachments a {
    margin-top: 26px;
    text-decoration: none;
    text-transform: none;
    display: flex;
    vertical-align: middle;
}

    .attachments a::before {
        content: '\E1A5';
        font-family: 'MWF-MDL2';
        margin-right: 18px;
        color: #233B5C;
        font-size: 20px;
    }

.equivalency .form-box {
    background: #EBEBEB;
}

    .equivalency .form-box label {
        padding: 0px 10px 0px 0px;
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.40px;
        color: #2F2F2F;
        text-align: right;
    }

    .equivalency .form-box p {
        color: #2F2F2F;
    }

    .equivalency .form-box a {
        text-transform: none;
        text-decoration: none;
    }

.equivalency-details .row {
    padding-top: 29px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CBCBCB;
}

.form-box ul {
    list-style: none;
    padding: 0;
}

    .form-box ul li span::before {
        content: '\E77B';
        display: inline-block;
        margin-right: 10px;
        font-family: 'MWF-MDL2';
    }

.requiredforms h1 {
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 40px;
}
/*Equivalency page css ends*/

/*Leosa-certification and similar page css*/
.leosa-certification .sticky-top {
    background: rgba(35, 59, 92,.1);
    border-radius: 8px;
    top: 20px;
    z-index: 0;
}

    .leosa-certification .sticky-top ul {
        padding: 31px 49px 46px 24px;
        list-style: none;
        margin-bottom: 0;
    }

        .leosa-certification .sticky-top ul li {
            margin-bottom: 20px;
        }

            .leosa-certification .sticky-top ul li a {
                color: #111C2C;
                font-weight: 400;
            }

            .leosa-certification .sticky-top ul li.active a {
                font-weight: 600;
            }

.leosa-certification h2 {
    text-transform: none;
    margin-bottom: 27px;
}

.leosa-certification ol {
    margin-bottom: 50px;
}

    .leosa-certification ol li {
        padding-left: 10px;
    }

.leosa-certification .attachments a {
    margin-top: 0;
}

a.opentab {
    display: flex;
}

    a.opentab::before {
        content: '\E8A7';
        display: inline-block;
        font-family: 'MWF-MDL2';
        margin-right: 10px;
        font-weight: 400;
        font-size: 20px;
    }

.certification-detail > div {
    padding-top: 29px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CBCBCB;
}

    .certification-detail > div#about-leosa {
        padding-top: 0px;
    }

        .certification-detail > div#about-leosa h2 {
            padding-top: 0px;
        }

/*.certification-detail table tr th {
    padding-left: 0px;
    padding-right: 0px;
}*/

.list-group.list-group-flush li:first-child {
    border-top: 0px;
}

.faq-list {
    list-style: none;
    padding: 0;
}

    .faq-list > li:before {
        content: '-';
        float: left;
        margin-right: 10px;
    }

.faq-table h4 {
    font-size: 20px;
    line-height: 32px;
    color: #2F2F2F;
    margin: 0;
    font-weight: 400;
}

.no-border > div {
    border: 0px;
}
/*course-signup css starts*/
.welcome {
    margin: 28px 0 11px 0;
}

.select-arrow {
    position: relative;
}

    .select-arrow::after {
        position: absolute;
        top: 15px;
        right: 15px;
    }

.custom-select {
    background: none;
    font-size: 15px;
    letter-spacing: 0.40;
    color: #2F2F2F;
}

    .custom-select option {
        color: #233B5C;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
    }

.course-signup table {
    margin: 40px 0 50px 0;
}

    .course-signup table tr > *:last-child {
        text-align: center;
    }

.course-detail h2 {
    margin-bottom: 26px;
}

.course-detail .form-box ul span.disabled::before {
    content: '';
    margin-right: 26px;
}

.course-detail .form-box ul span.disabled {
    opacity: 0.5;
}

.course-detail {
    margin-bottom: 50px;
}

.equivalency.course-detail .col-md-6:first-child .form-box {
    background: #F8F8F8;
}
/*course-signup css ends*/

/*Employement Announcement Form starts*/

.employment-announcement form {
    width: 100%;
    margin-bottom: 50px;
}

    .employment-announcement form input,
    .employment-announcement form .inputfields {
        width: 100%;
        max-width: 432px;
    }

    .employment-announcement form input,
    .employment-announcement form select {
        border-color: #707070;
        border-radius: 8px;
        height: 40px;
    }

        .employment-announcement form input[type="date"] {
            max-width: 150px;
            display: inline-block;
        }

.calender-icon::after {
    content: '\E163';
    font-family: 'MWF-MDL2';
    color: #fff;
    background: #233B5C;
    border-radius: 8px;
    padding: 12px;
}

.employment-announcement form label {
    min-width: 115px;
    text-align: right;
    margin-right: 10px;
}

.employment-announcement form .inputfields {
    width: calc(100% - 125px);
}

.employment-announcement form textarea {
    width: calc(100% - 125px);
    max-width: 653px;
    border-color: #707070;
    border-radius: 8px;
}

.employment-announcement .btn.btn-primary {
    margin-left: 108px;
}
/*Employement Announcement Form Ends*/


/**Search results*/
.wcjtc-search-results .media.sf-media:nth-of-type(odd) {
    background: #EBEBEB;
}

.wcjtc-search-results .media.sf-media:nth-of-type(even) {
    background: #F8F8F8;
}

.wcjtc-search-results .media.sf-media h3 a {
    text-transform: uppercase;
}

.wcjtc-search-results .media-body.sf-media-body {
    padding: .75rem;
    vertical-align: top;
}

.wcjtc-search-results .row {
    background-color: #273e62;
}

.wcjtc-search-results h1 {
    color: #fff;
}

.wcjtc-search-results .sf-search-results.media-list {
    padding-bottom: 15px;
}

.wcjtc-search-results .page-item.active .page-link {
    background-color: #273e62;
    border-color: #273e62;
}

.wcjtc-search-results .page-item a.page-link {
    color: #273e62;
}

.wcjtc-search-results .page-item.active .page-link {
    color: #fff;
}
/**END Search results*/
.card-body .btn.btn-primary {
    color: #000000;
    border-color: #000000;
}

.card-body .btn.btn-primary:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #000000;
}
.events-custom .hours {
    min-width: 148px;
}
.frm-letcsa .sf-fieldWrp {
    padding-top: 15px;
    padding-bottom: 25px;
}
.frm-letcsa .sf-SubmitButton, .frm-login button[type="submit"] {
    color: #000000;
    border-color: #000000;
}
.frm-letcsa .sf-SubmitButton:hover, .frm-login button[type="submit"]:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #000000;
}
.certification-detail > div {
    padding-top: 0px;
}
.certification-detail h1 {
    margin-top: 0px;
}
#contentBlock img,
.container-fluid img[data-displaymode="Custom"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*Testimonial slider*/
.testimonialslider {
    background: #111C2C;
    padding: 80px 100px;
}

    .testimonialslider .carousel-image {
        flex: 0 0 200px;
        margin-right: 2rem;
    }

        .testimonialslider .carousel-image img {
            width: 250px;
            height: 230px;
        }

    .testimonialslider .carousel-caption {
        position: static;
        flex: 1;
        text-align: left !important;
    }

        .testimonialslider .carousel-caption .quote-image {
            width: 30px;
            display: block;
            margin-bottom: 1.5rem;
            height: auto;
        }

        .testimonialslider .carousel-caption h3,
        .testimonialslider .carousel-caption p {
            color: #fff;
        }

    .testimonialslider .control-arrows a span {
        border: 0;
    }

    .testimonialslider .carousel-control-next,
    .testimonialslider .carousel-control-prev {
        top: 47.5%;
        width: auto;
    }

    .testimonialslider .carousel-control-prev {
        left: 0;
    }

    .testimonialslider .carousel-control-next {
        right: 0;
    }

    .testimonialslider .container-fluid {
        padding: 0 65px;
    }

    .testimonialslider .carousel-indicators {
        bottom: -50px;
    }

    .testimonialslider .carousel-control-prev-icon::after,
    .testimonialslider .carousel-control-next-icon::after {
        width: 22px;
        height: 22px;
        border-bottom-width: 2px;
        border-right-width: 2px;
    }

    .testimonialslider .title {
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        color: #fff;
    }

    .testimonialslider .summary {
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .testimonialslider .author {
        font-weight: 600;
        letter-spacing: 1px;
        margin-top: 2rem;
        font-size: 18px;
    }