.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    font-weight: 100 !important;
}

.panel-title>a:before {

    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-weight: 100 !important;
    font-size: 13px;
    padding-top: 3px;
}

#result {
    position: absolute;
    background: #0c0f1c;
    z-index: 999;
    opacity: .9;
    width: 600px;
    color: white !important;
}

@media (max-width: 600px) {
    .hotJobs {
        margin-left: -80px !important;
    }
}

@media (max-width: 1024px) {
    .center2 {
        margin-top: .5em !important;
    }

    .center2 a {
        font-size: 18px;
    }

    .topList {
        font-size: 20px;
    }
}

.forcecenter div,
.forcecenter p {
    text-align: center;
}

@media (min-width: 1025px) {
    html h2.large {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

#searchName2 {
    width: 100%;
    display: inline-block;
}

.search-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    background-color: white;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.search-input #searchName2 {
    display: block;
    width: 100% !important;
    background-color: white !important;
    color: black;
    flex-grow: 0;
    flex-shrink: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    margin-bottom: 0px;
}

.search-input i {
    display: inline-block;
    height: 40px;
    width: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.search-input i:hover {
    color: #375393;
}

.search-input i.fa-search {
    display: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

#dhaSH {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

#dhaSH,
#qualsSH {
    display: none;
}

.bluebutton {}

#learnmore.bluebutton,
#quals.bluebutton {
    cursor: pointer !important;
    width: 450px !important;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 36px;
    text-transform: uppercase;
}

ul#ulitems li {
    color: white;
    text-align: left;
    list-style-type: disc !important;
    margin-left: -20px;
    font-size: 20px;
    line-height: 30px;
}

div#mapButtonContainer div {
    cursor: pointer !important;
}

.dhacolumn {
    float: left;
    width: 25%;
    margin-left: -20px;
    margin-right: -20px;

}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 600px) {
    .dhacolumn {
        width: 100%;
    }
}

.fa-icon {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 60px;
}

form.form-inline {
    max-width: 600px !important;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .fa-icon {
        font-size: 35px;
    }
}

@media screen and (max-width: 600px) {
    .dhabutton {
        width: auto !important;
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {

    #learnmore.bluebutton,
    #quals.bluebutton {
        width: auto !important;
        height: auto !important;
    }
}

.jobContainer {
    background-color: #e8e8e8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#jobBoard .jobContainer .jobTitle {
    color: #1b8fda;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer !important;
}

.jobHidden {
    display: none;
}

.jobLocation {
    font-size: 16px;
    font-weight: 400;
}

.jobDescription {
    font-weight: 400;
    font-size: 18px;
    color: black;
    padding: 12px;
    /*text-align: justify !important;*/
}

.jobLink {
    /*box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 8px;*/
    width: 235px;
    background-color: #00529c;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 16px;
}

.jobLink a {
    font-size: 16px;
    text-transform: uppercase;
    width: 250px;
    display: inline-block;
    text-align: center;
    font-weight: 400 !important;
}

#jobBoard .jobContainer,
#jobBoard .jobContainer * {
    cursor: pointer !important;
}

.jobModal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.jobModal .jobModalClose {
    position: absolute;
    /* text-align: right; */
    /* width: 100%; */
    /* float: right; */
    right: 80px;
    margin-top: -50px;
    font-size: 64px !important;
}

body.cursor-customizer103.cursor-customizer104.cursor-customizer105.cursor-customizer106 div.jobModalClose {
    cursor: pointer !important;
}

.jobModal .jobModalContent {
    margin: 50px;
    background-color: white;
    height: 90%;
    padding: 50px;
    font-weight: 16px;
    overflow: auto;
}

.jobModal .jobModalContent div {
    text-align: left;
    clear: left;
    font-size: 18px;
}

div.jobModal div.jobModalH1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.jobModalApply {
    background-color: #00529c;
    /*box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 8px;*/
    display: inline-block;
    width: 210px;
    text-transform: uppercase;
    float: left;
    text-align: center !important;
    margin-top: 14px;
    margin-bottom: 14px;
}

div.jobModal div.jobModalApply a {
    line-height: 42px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.jobModalField:empty {
    display: none;
}

div.topList {
    padding: 12px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: white;
    font-size: 21px;
    font-weight: bold;
    padding-top: 12px;
    border-bottom: 1px solid #b9c6d0;
}

div.topBody {
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
    color: #1d92d6;
}

div.containUSA {
    background-color: rgb(234, 244, 250);
}

div.gm-style-iw.gm-style-iw-c {
    padding: 0px;
}

div.gm-style-iw-d {
    /*overflow: auto !important;*/
    overflow: hidden !important;
}

div.gm-style-iw-t button {
    top: 0px !important;
    right: 10px !important;
}

div.gm-style-iw-t button img {
    width: 26px !important;
    height: 26px !important;
}

div.topBody div.center2 {
    margin-top: 4px;
}

.infoBoxContainer {
    margin-top: 40px;
    background: #fff;
    padding: 0px;
    border-top: 1px solid #b9c6d0;
    max-width: 400px;
    width: 100%;
    background-color: #eaf4fa;
}

.infoBoxTitle {
    /* position: absolute; */
    margin-top: -36px;
    padding-left: 16px;
    padding-bottom: 6px;
    background-color: white;
    font-size: 21px;
    font-weight: bold;
    padding-top: 4px;
}

.infoBoxBody {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    overflow: auto;
}

.infoBoxButton {
    background-color: rgb(0, 82, 156);
    /* box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 8px; */
    cursor: pointer;
    display: block;
    margin-top: 14px;
    margin-left: 0px;
    text-align: left;
    color: white;
    width: 95px;
    padding: 12px;
    clear: left;
    margin-bottom: 14px;
}

.infoBoxButton a {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.infoBoxButton a:hover,
.infoBoxButton a:active {
    color: white !important;
    text-decoration: none !important;
}

.infoBoxJobTitle {
    font-size: 16px;
    font-weight: 400;
    margin: 4px;
    color: #1d92d6;
}

.infoBoxJobBody {
    padding: 4px;
}

#jobPagination li {
    display: inline-block;
    height: 24px;
    margin: 3px;
}

#jobPagination li a {
    display: inline-block;
    width: 24px;
    line-height: 24px;
    border: 1px solid white;
    text-decoration: none;
}

#jobPagination li.active a {
    background-color: white;
    color: black;
    font-weight: bold;
}

#jobPagination li a:hover,
#jobPagination li a:active {
    background-color: white;
    color: black;
    font-weight: bold;
}

.slide-message.fadeInUp:not(.animated) {
    opacity: 0;
}

.something {
    display: none;
}