﻿/* ***** RESET CSS ***** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
/* ***** RESET CSS ***** */


/* ***** GENERIC ***** */
body {
    color: #010000;
    font-family: Raleway,Helvetica,Arial,sans-serif;
}

#holdContent {
    max-width: 1140px; /* Changes with media screen */
    margin: 10px auto 0px auto;
    padding: 20px 15px 20px 15px;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
}

.hideThis {
    display: none;
}

h4 {
    font-weight: 500;
    padding: 0px 0px 15px 3px;
}
/* ***** GENERIC ***** */


/* ***** TABS ***** */
#tabMenu {
    border-bottom: 1px solid #acacac;
    list-style: none;
}

#tabMenu li {
    background-color: #ddd; /*f06c15*/
    border: 1px solid #acacac;
    border-bottom: 0px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 8px 15px;
}

#tabMenu li.activeTab {
    background-color: #74af26;
    color: #fff;
}

#tabMenu li:not(.activeTab):hover {
    background-color: #f06c15;
    color: #fff;
}

[data-tab] {
    display: none;
}

[data-tab*="1"] {
    display: block;
}

#tabMenu #searchGuide {
    display: none;
}

#tabMenu #searchGuide.showTab {
    display: inline-block;
}
/* ***** TABS ***** */


/* ***** TOP ***** */
#topArea {
    margin: 0px 0px 20px 0px;
    position: relative;
}

#topArea #logo {
    display: inline-block;
    width: 129px; /* Changes with media screen */
}

#topArea #logo img {
    height: auto;
    max-width: 100%;
}

#topArea ul {
    display: inline-block;
    margin: 0px 0px 14px 80px;
    vertical-align: text-bottom;
}

#topArea ul li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
}

#topArea ul li a {
    border-bottom: 1px solid #fff;
    color: #000101;
    font-weight: 700;
    padding: 0px 0px 2px 0px;
    text-decoration: none;
}

#topArea ul li a:hover {
    border-bottom: 1px solid #000101;
}

#topArea #partners {
    display: inline-block;
    height: 36px; /* Changes with media screen */
    position: absolute;
    right: 0px;
    top: 10px;
}

#topArea #partners img {
    max-height: 100%;
    width: auto;
}
/* ***** TOP ***** */


/* ***** INTRO ***** */
#intro {
    overflow: hidden;
}

#intro h1 {
    color: #010000;
    border-bottom: 1px solid #acacac;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0px 0px 5px 3px;
}

#intro h2 {
    color: #6cb3f6;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 10px 10px 10px;
}

#intro p {
    color: #010000;
    font-size: 1.0em;
    margin: 0px 10px 10px 10px;
}

#intro ul {
    color: #010000;
    font-size: 1.0em;
    list-style: disc;
    margin: 0px 0px 30px 30px;
}

#intro ul li {
    margin: 0px 0px 5px 0px;
}
/* ***** INTRO ***** */


/* ***** LOADER ***** */
#loader,
#loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#loader {
    border-top: 1.1em solid rgba(25, 25, 25, 0.2);
    border-right: 1.1em solid rgba(25, 25, 25, 0.2);
    border-bottom: 1.1em solid rgba(25, 25, 25, 0.2);
    border-left: 1.1em solid #ffffff;
    bottom: 0;
    font-size: 5px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    text-indent: -9999em;
    top: 0;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ***** LOADER ***** */


/* ***** FORM ***** */
.frm {
    border-bottom: 1px solid #acacac;
    padding: 15px 8px 15px 8px;
}

.frm div {
    float: left;
    margin-right: 50px;
}

.frm div:last-of-type {
    margin-right: 0px;
}

.frm div div {
    float: none;
    margin: 0px 0px 15px 0px;
}

.frm div div:last-of-type {
    margin-bottom: 0px;
}

.frm label {
    display: inline-block;
    font-size: 1.0rem;
    padding: 0px 10px 0px 0px;
    text-align: right;
    width: 50px;
    vertical-align: super;
}

.frm label:after {
    content: ": ";
}

.frm div.longLabel label {
    width: 150px;
}

.frm select {
    display: inline-block;
    font-size: 1.0rem;
    width: 220px;
}

.frm .buttons {
    float: right;
}

.frm .buttons button {
    background-color: #f313ac;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0px;
    padding: 7px 8px 5px 8px;
}

.frm .buttons button:last-of-type {
    background-color: #f06c15;
    margin-left: 10px;
}

.frm button:after {
    content: '\02C3';
    font-size: 1.8rem;
    padding-left: 8px;
    vertical-align: middle;
}

.frm button:hover,
.frm .buttons button:last-of-type:hover{
    background-color: #acacac;
}
/* ***** FORM ***** */


/* ***** POPUP ***** */
table td.popSkills {
    background: url(skills.png) no-repeat center 8px;
    cursor: pointer;
}

#popUpBg {
    background: #000;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#popUpContent {
    border: 1px solid #fff;
    left: 50%;
    padding: 0px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#popUpContent span {
    background-color: #ff8800;
    border-left: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#popUpContent span:hover {
    background-color: #74af26;
    color: #fff;
}

#popUpContent div {
    background-color: #fff;
    width: 400px;
}

#popUpContent div div {
    width: auto;
}

#popUpContent div h3 {
    background-color: #6cb3f6;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 5px 20px 5px 20px;
}

#popUpContent div ul {
    list-style: none;
    max-height: 350px;
    overflow: auto;
    padding: 20px 20px 0px 20px;
}

#popUpContent div ul li {
    padding-bottom: 10px;
}
/* ***** POPUP ***** */


/* ***** NO RESULTS DD ***** */
.noResults {
    display:none;
}

.noResults h2 {
    color: #6cb3f6;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0px 0px 15px 3px;
}

.noResults dl {
    width: 430px;
}

.noResults dl dt {
    display: inline-block;
    font-weight: 500;
    margin: 0px 30px 10px 0px;
    text-align: right;
    vertical-align: top;
    width: 170px;
}

.noResults dl dd {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    width: 230px;
}

.noResults dl dd span {
    display: block;
}
/* ***** NO RESULTS DD ***** */


/* ***** BREAKPOINTS ***** */
@media only screen and (min-width: 1001px) {
    [data-res-hide='0'] {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    [data-res-hide='0'] {
        display: block;
    }

    [data-res-hide='1'] {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #topArea ul {
        margin: 0px 0px 0px 10px;
    }

    #topArea ul li {
        display: block;
        margin-bottom: 5px;
    }

    .frm .buttons {
        margin-top: -6px;
    }
    
    .frm .buttons button {
        display: block;
        font-size: 1.2rem;
        padding: 4px 0px 3px 0px;
        width: 120px;
    }

    .frm .buttons button:last-of-type {
        margin: 7px 0px 0px 0px;
    }
}

@media only screen and (max-width: 800px) {
    .frm .buttons {
        clear: both;
        display: block;
        float: none;
        margin-top: -6px;
    }

    .frm .buttons button {
        display: inline-block;
        margin-top: 20px;
    }

    .frm .buttons button:last-of-type {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 750px) {
    [data-res-hide='2'] {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    [data-res-hide='3'] {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .frm {
        padding: 15px 0px 8px 0px;
    }

    .frm div {
        float: none;
        margin-right: 0;
    }

    .frm div div {
        margin: 5px 0px 5px 0px;
    }

    .frm label {
        display: block;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .frm select {
        display: block;
        width: 100%;
    }

    [data-res-hide='4'] {
        display: none;
    }
}

@media only screen and (max-width: 585px) {
    #popInfo {
        height: 345px;
        width: 350px;
    }

    #popInfo dl {
        width: 350px;
    }

    #popInfo dl dd {
        width: 240px;
    }
}
/* ***** BREAKPOINTS ***** */