/* your styles go here */

.navbar ul.navbar-nav > li > a:not(.navbar-btn) {
    border-top: 5px solid transparent;
    /*padding: 40px 15px !important;*/
    color: #656565;
    font-weight: 300;
}
.navbar ul.navbar-nav > li.active > a, .navbar ul.navbar-nav > li.show > a {
    text-decoration: none !important;
    border-top-color: #e1383d;
    color: #e1383d;
}
.navbar {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .navbar-toggler {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e1383d;
    font-size: 0.8rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    outline: none;
}

.job-form-section.job-form-section--image {
    background: top center url("../imgs_work4tg/Header.jpg")no-repeat;
	background-size: contain 
}
.job-form-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
        padding-bottom: 40px;
    margin-top: 240px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

@media (max-width: 991px) {

.job-form-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
        padding-bottom: 40px;
    margin-top: 150px;
    margin-bottom: 0;
    padding-bottom: 20px;
}


}
.badge {
    font-size: 1rem;
}
.featured-badge {
    margin-left: 0px;
}
.badge {
	white-space:normal
}
.box-image-text.bg-visible .bg {
  opacity: 0;
}
.footer__copyright {
    background: #0d62a6;
}

.badge-success {

    color: color-yiq(#0d62a6);
    background-color: #0d62a6;

}
.error {
	color: #e1383d
}

.Heading4Table {
    background-color: #0d62a6 !important;
	color:#FFFFFF;
	font-weight:bold
}
.subHeading4Table {
    background-color: rgba(13,98,166,0.78)!important;
	color:#FFFFFF;
	font-weight:bold
}
.noborder, .noborder td {
    border:none !important
}

th {
	text-align:center
}
ol li {
	margin-bottom:8px
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #666;
	Border-bottom: 1px solid #fff;
	background: #F0F0F0;
  }
  .navbar .dropdown-menu .dropdown-item:hover {
    color: #333;
  }
}

.box-image-text {
	padding:15px
}

table.dataTable {

    border-collapse: collapse;
}

.section td {
	border-top:1px solid #000 !important
}

table.dataTable.display tbody tr.odd2 {
    background-color: #f9f9f9 !important;
}
table.dataTable.display tbody tr.even2 {
    background-color: #fff !important;
}

.dataTables_wrapper .dataTables_filter {

    float: none;
    text-align: left;

}

hr.sectionHR {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double rgb(13, 98, 166);
    color: #333;
    text-align: center;
	margin: 30px 0
}
hr.sectionHR:after {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.85em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fafafa;
	color:rgb(13, 98, 166);
}

h4, h5, h3 {
	color:rgb(13, 98, 166)
}

html {
  scroll-behavior: smooth;
}

ul.list {
  list-style: none; /* Remove default bullets */
}

ul.list li::before {
  content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(13, 98,166);
  font-family:"Arial", sans-serif;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.rule-md {
	border-right: none
}

@media (min-width: 768px) {
.rule-md {
	border-right: 1px solid rgba(135,132,132,1.00)
}
}

.lang {position: fixed; top: 0px; right: 0px} 

