﻿@charset "utf-8";
/* CSS Document */
/* Code Modified for Tracker 180925 (ISO Logo to Webpages)*/

/******************************
[Table of Contents]
1. Body and some general stuff
2. Header
******************************/

/*********************************
1. Body and some general stuff
*********************************/
body {
    font-family: 'Century Gothic', sans-serif;
    color: #616161;
    font-size: 16px;
    line-height: 24px;
}

ul {
    margin: 0;
    padding: 0;
}

.mainContainer {
    width: 100%;
}

.container {
    width: 90%;
    max-width: 1600px;
}

h1 {
    font-size: 60px;
}
/* h2{font-size:42px;}
h3{font-size:36px; }
h4{font-size:30px;}
h5{font-size:24px;}
h6{font-size:18px;} */
a {
    color: #4b266c;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

img {
    max-width: 100%;
}

.glbl-btn {
    display: inline-block;
    padding: 8px 50px 4px 50px; /*transition: 0.5s;*/
    font-size: 20px;
    color: #606161;
    margin: 15px 0px;
    background-color: #d5d5d5; /*text-transform:uppercase;*/
    border-radius: 10px;
    border: #b5a990 2px solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    font-weight: bold;
    background-image: url(../images/glbl-btn.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

    .glbl-btn:hover {
        background-color: #b58c0a;
        border: #fff 2px solid;
        background-image: url(../images/glbl-btn-hover.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        color: #69635f;
    }

img.frame {
    border: #fff 8px solid;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
}
/*********************************
2. Header
*********************************/
.header {
    width: 100%;
    padding: 10px 0px;
}

    /*.header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .header li {
        text-align: left;
    }

        .header li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #606161; 
            font-size: 24px;
            font-weight: lighter;
        }

            .header li a:hover, .header .menu-btn:hover { 
                color: #4b186e;
                text-decoration: underline;
            }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 0px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #606161;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
                background: #606161;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 300px;
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }*/

    .header .logo img {
        width: 218px;
    }
    /*.header.listing .logo img {width: 80%;}*/
    .header.listing .search-wrapper .searchResult ul li p a {
        font-size: 17px;
        font-weight: 600;
        color: #4b186e;
        display: inline-block;
        padding: 0px;
    }

        .header.listing .search-wrapper .searchResult ul li p a:hover {
            color: #fff;
            text-decoration: none;
        }
/*********************************
3. Search wrap
*********************************/
.search-wrapper {
    width: 100%;
}

    .search-wrapper h2 {
        background: #c39809;
        text-align: center;
        padding: 10px;
        color: #fff;
        margin-bottom: 0;
    }

    .search-wrapper .searchBar {
        width: 100%;
        padding: 15px 0px 40px 0px;
    }

        .search-wrapper .searchBar label {
            color: #4b186e;
        }

        .search-wrapper .searchBar input, .search-wrapper .searchBar select {
            border: #4b186e 1px solid;
        }

            .search-wrapper .searchBar input:focus {
                box-shadow: none;
            }

        .search-wrapper .searchBar .btn {
            background: #4b266c;
            color: #fff;
            padding-left: 39px;
            padding-right: 39px;
        }

            .search-wrapper .searchBar .btn:hover {
                background: #b58c0a;
            }

    .search-wrapper .searchResult {
        background: #c39809;
        width: 100%;
        padding: 5px;
    }

        .search-wrapper .searchResult ul {
            display: flex;
        }

            .search-wrapper .searchResult ul li {
                list-style-type: none;
                padding: 0px 10px;
                /*display: flex;*/
                padding-bottom:15px;
            }

                .search-wrapper .searchResult ul li:first-child {
                    width: 32%;
                    border-right: #fff 2px solid;
                }

                .search-wrapper .searchResult ul li:nth-child(2) {
                    width: 28%;
                    border-right: #fff 2px solid;
                }

                .search-wrapper .searchResult ul li h3 {
                    font-weight: 600;
                    color: #fff;
                    text-align: center;
                    font-size: 1.70rem;
                }

                    .search-wrapper .searchResult ul li h3 span {
                        color: #4b266c;
                    }

                .search-wrapper .searchResult ul li p {
                    color: #fff;
                    font-size: 17px;
                    font-weight: 600;
                    text-align: center;
                    margin-bottom: 0px;
                    width: 100%;
                }

                .search-wrapper .searchResult ul li:last-child {
                    width: 40%;
                    align-self: center;
                }

    .search-wrapper .applicant-wrap {
        background: #4b186e;
        width: 100%;
        padding: 10px;
        margin: 20px 0px;
    }

        .search-wrapper .applicant-wrap ul {
            display: flex;
        }

            .search-wrapper .applicant-wrap ul li {
                list-style-type: none;
                padding: 0px 10px;
                width: 50%;
            }

                .search-wrapper .applicant-wrap ul li:first-child {
                    border-right: #fff 2px solid;
                }

                .search-wrapper .applicant-wrap ul li p {
                    color: #fff;
                    font-size: 18px;
                    font-weight: 600;
                    text-align: center;
                    margin-bottom: 0px;
                }

                .search-wrapper .applicant-wrap ul li:last-child p {
                    color: #fff;
                    font-size: 17px;
                    font-weight: 600;
                    text-align: center;
                }

                    .search-wrapper .applicant-wrap ul li:last-child p span {
                        color: #c39809;
                    }


/*********************************
3. Table wrap
*********************************/
.table-wrap {
    width: 100%;
}

    .table-wrap .table thead th {
        background: #4b186e;
        color: #fff;
        border-right: #fff 1px solid; /*text-decoration: underline;*/
        font-weight: normal;
        text-align: center;
    }

    .table-wrap .table tbody tr:nth-child(even) td {
        background: #cccccc;
        border-right: #fff 1px solid;
    }

    .table-wrap .table tbody tr td a {
        color: #4653a4;
        text-decoration: underline;
    }

        .table-wrap .table tbody tr td a:hover {
            text-decoration: none;
        }

/*********************************
3. Footer
*********************************/
footer {
    width: 100%;
    padding: 20px 0px 10px 0px;
    background: #4b176d;
}

    footer img {
        margin-bottom: 5px;
    }

    footer h5 {
        color: #fff;
        position: relative;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 16px;
    }
        /*footer h5:last-of-type{margin-top: 20px;}*/
        footer h5:after {
            position: absolute;
            content: "";
            left: 0px;
            height: 3px;
            width: 50px;
            background: #B89600;
            bottom: -7px;
        }

    footer ul.links-wrap {
        width: 100%;
    }

        footer ul.links-wrap > li {
            display: block;
            list-style-type: none;
            margin-bottom: 5px;
        }

            footer ul.links-wrap > li:last-child {
                margin-bottom: 0px;
            }

            footer ul.links-wrap > li > a {
                color: #fff;
                font-size: 14px;
            }

            footer ul.links-wrap > li > span {
                color: #fff;
            }

            footer ul.links-wrap > li > i {
                color: #B89600;
                margin-right: 10px;
            }

            footer ul.links-wrap > li > a:hover {
                color: #b98d00;
            }

    footer .social-wrap {
        width: 100%;
        margin: 5px 0px 10px 0px;
    }

        footer .social-wrap > h3 {
            color: #484848;
            font-size: 32px;
        }

        footer .social-wrap > ul {
            color: #fff;
        }

            footer .social-wrap > ul > li:first-child {
                margin-left: 0px;
            }

            footer .social-wrap > ul > li {
                display: inline-block;
                margin-left: 5px;
            }

                footer .social-wrap > ul > li a {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    border: #fff 1px solid;
                    text-align: center;
                    display: block;
                    color: #fff;
                    padding-top: 6px;
                }

                    footer .social-wrap > ul > li a:hover { /*color:#b98d00;*/
                        background: #b98d00;
                    }

                footer .social-wrap > ul > li i {
                    font-size: 16px;
                }

        footer .social-wrap a {
            color: #484848;
        }

    footer .container .row .col-xl-6 {
        align-self: center;
        text-align: left;
    }

.search-wrapper .applicant-wrap.listing-wrap {
    margin-top: 0px;
}

    .search-wrapper .applicant-wrap.listing-wrap ul li {
        width: 33.3%;
        border-right: #fff 4px solid;
        display: flex;
    }

        .search-wrapper .applicant-wrap.listing-wrap ul li:last-child {
            border-right: none;
        }

        .search-wrapper .applicant-wrap.listing-wrap ul li h3 {
            color: #fff;
            text-align: center;
            font-weight: 600;
            align-self: center;
            width: 100%;
            font-size: 2.25rem;
        }

.search-wrapper .applicant-wrap ul li p {
    align-self: center;
}

.search-lg-show {
    display: none;
}

.header.listing {
    padding: 10px 0px 0px 0px;
}

.search-wrapper .searchBar select {
    max-width: 120px;
}

.search-wrapper.search-lg-show .searchResult ul li {
    border-bottom: #fff 4px solid;
    border-right: 0;
}

.search-wrapper.search-lg-hide .searchResult ul li {
    border-right: #fff 4px solid;
}

    .search-wrapper.search-lg-hide .searchResult ul li:last-child {
        border-right: 0px;
        padding-top: 0px;
    }

.search-wrapper.search-lg-show .searchResult ul li:last-child {
    border-bottom: 0px;
    padding: 15px 35px;
    padding-top:5px;
}

ul.search-content {
    display: flex;
    justify-content: space-between;
}

    ul.search-content li {
        list-style-type: none;
        align-self: end;
    }

        ul.search-content li:last-child {
            width: calc(100% - 140px);
            margin-top: auto;
        }

            ul.search-content li:last-child .btn {
                padding-left: inherit;
                padding-right: inherit;
                width: 48%;
            }

                /*ul.search-content li:last-child .btn:first-child {
                    margin-right: 4%;
                }*/
footer .disclaimer {
    color: #fff;
    padding-top: 20px;
}

    footer .disclaimer > a {
        color: #b98d00;
    }

        footer .disclaimer > a:hover {
            text-decoration: underline;
        }

.ISOlogo {
    background: #4b176d;
    padding-bottom: 10px;
}

    .ISOlogo > p {
        margin-top: -15px;
        margin-bottom: 0px;
        margin-right: 2%;
    }

@font-face {
    font-family: 'icomoon';
    src: url('../webfonts/icomoon.eot?jte0pm');
    src: url('../webfonts/icomoon.eot?jte0pm#iefix') format('embedded-opentype'), url('../webfonts/icomoon.ttf?jte0pm') format('truetype'), url('../webfonts/icomoon.woff?jte0pm') format('woff'), url('../webfonts/icomoon.svg?jte0pm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
    content: "\e900";
}



 