/* CSS ACROSS LANDING PAGES */
.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    //height: 0.8em;
	margin-right: 0.3em;
	margin-top:10px;
	margin-bottom:10px;
    border-top: 0.2em solid black;
    border-bottom: 0.2em solid black;
}
.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid black;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.white{
	color:white;
}
.black{
	color:black!important;
}
h1{
	font-size:32px;
}
h2{
	font-size:20px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}
.bold{
	font-weight:900;
}
.caps{
	text-transform: uppercase;
}
.ptheading{
	font-size:16px;
}
.ptcontent{
	font-size:16px;
}
.ptbtn{
	font-size:14px;
}
.pad0{
	padding:0px!important;
}
.pad3{
	padding:3px!important;
}
.pad10{
	padding:10px!important;
}
.pad20{
	padding:20px!important;
}
.pad50{
	padding:50px!important;
}
.vpad20{
	padding-top:20px!important;
	padding-bottom:20px!important;
}
.vpad10{
	padding-top:10px;
	padding-bottom:10px;
}
.hpad13pc{
	padding-left:13%!important;
	padding-right:13%!important;
}
.margin0{
	margin:0px!important;
}
.hmargin10pc
{
	margin-left:10%;
	margin-right:10%;
}
.vmargin20{
	margin-top:20px;
	margin-bottom:20px;
}
.vborderleft{
	border-left: 1px solid black;
}
.vborderright{
	border-right: 1px solid black;
}
.hborderbold{
	border-top:2px solid black;
	border-bottom:2px solid black;
}
.parent{
	display: table;
	width:100%;
}
.child{
	display: table-cell;
	vertical-align: middle;
}
#logorow{
	margin:15px 0px;
	padding:15px 15px 15px 10px;
}
.videothumb{
	width:100%;
}
.videoHover {
	transition: 0.3s;
	background-size: cover;
	cursor: pointer;
}
#vid{
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#headerbg{
	width:100%;
	//background-image: url('hero.png');
	background-size: cover;
	background-position: center;
}
#headerlogo{
	width:200px;
	padding-left:10px;
}
#jobpagelogo{
	max-width:145px;
	max-height:80px;
	padding-left:10px;
}
#headertext{
	//width: 50%;
	//min-width: 326px;
	margin: 25px 0px 10px 10px;
	padding: 15px 15px 15px 0px;
}
#headercontent{
	//margin-bottom:150px;
}
#btnavail{
	padding: 10px;
	width:300px;
	text-align:center;
	margin-left: 10px;
}
#btnavail:active,#btnavail:hover{
	opacity: 0.75;
}
a,a:active,a:hover,a:focus,a:visited{
	text-decoration: none!important;
	color:white;
}
a .black, a:active .black, a:hover .black, a:focus .black, a:visited .black{
	color:black!important;
}

.socialIcon:hover{
	opacity: 0.75;
}
#covids{
	//margin-top: -100px;
	//margin-bottom:-50px;
}
#ci div,#cev div{
	border: 1px solid black;
}
#ciceheader{
	//margin:25px 0px;
	padding:0px 75px;
}
#ciceheader p{
	padding-top:25px;
	margin:0;
}
#jobs h1
{
	margin:0px 0px 50px 0px;
	text-align:center;
}
.job{
	border:0 solid #69727d;
	box-shadow:0 0 10px 0 rgba(0,0,0,.15);
	margin-bottom:30px;
}
.job:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
}
.jobtext{
	padding:30px;
	//min-height:325px;
}
.jobtitle{
	text-transform:uppercase;
	font-weight:bold;
	min-height: 100px;
}
.joblocation {
	font-style: italic;
	min-height: 25px;
}
.jobdescription{
	padding:15px 0px 0px 0px;
	min-height:125px;
}
.btns{
	padding:15px 0;
}
.btnMore{
	border-radius:4px 4px 4px 4px;
	padding:10px;
	white-space: nowrap;
	color:white!important;
}
.btnMore:active,.btnMore:hover{
	//filter: brightness(125%);
	//opacity: 0.75;
	background:linear-gradient(180deg, #0073B7 0%, #0073B7 100%);
}
.btnApply{
	border-radius:4px 4px 4px 4px;
	padding:10px 10px;
	white-space: nowrap;
	color:white!important;
}
.btnApply:active,.btnApply:hover{
	//filter: brightness(125%);
	//opacity: 0.75;
	background:linear-gradient(180deg, #0073B7 0%, #0073B7 100%);

}
.btnCheck{
	//background-color:white;
	//color:black!important;
	padding:20px;
}
.btnCheck:active,.btnCheck:hover{
	opacity: 0.75;
	color:black!important;
}
#foot{
	padding:15px 75px;
}
.socialIcon{
	margin: 35px 3px 0px 0px;
	width: 35px;
	height: 35px;
	background-color: #015ba0;
	border-radius: 50%;
	padding: 10px;
	color: #dcd9da;
	transition: all 0.2s ease-in-out;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: initial;
}
.jobhr{
	background-color: black;
	height: 1px;
	border: 0;
}
.jobInfoBasic{
		padding-left:5px!important;
		padding-right:5px!important;
	}
.cice{
	display:inline-block;
}
/* toggle accordion panels */
.panel-heading.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content:"\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 15pt;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}
.panel-heading.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-heading:hover h4 {
    text-decoration: underline;
}

/*#toTop {
	display: none; /* Hidden by default */
	/*position: fixed; /* Fixed/sticky position */
	/*bottom: 20px; /* Place the button at the bottom of the page */
	/*right: 30px; /* Place the button 30px from the right */
	/*z-index: 99; /* Make sure it does not overlap */
	/*border: none; /* Remove borders */
	/*outline: none; /* Remove outline */
	/*cursor: pointer; /* Add a mouse pointer on hover */
	/*padding: 15px; /* Some padding */
/*}
#toTop:active,#toTop:hover{
	opacity: 0.75;
}*/
@media screen and (max-width: 1333px) {
	.ptheading{
		font-size:15px;
	}
	.ptcontent{
		font-size:14px;
	}
	.ptbtn {
		font-size: 11px;
	}
}
@media screen and (max-width: 1199px) {
	h1{
		font-size:24px;
	}
	#covids{
		//margin-top: -175px;
	}
	.ptcontent{
		font-size:15px;
	}
	.ptbtn {
		font-size: 12px;
	}
}
@media screen and (max-width: 990px) {
	.jobtitle{
		min-height:0px;
	}
	.jobdescription{
		min-height:0px;
	}
	.addsmmargin{
		margin-top:45px;
	}
	.btnApply{
		margin-bottom:10px;
	}
}
@media (max-width: 770px) {
	.vborderleft{
		border-left:0px!important;
	}
	.jobInfoBasic{
		padding-bottom:10px;
	}
}
@media screen and (max-width: 700px) {
	#headerbg{
		//background-image:none;
	}
	#headertext{
		width:100%;
	}
	.pad50{
		padding:25px;
	}
	#btnavail{
		width:100%;
	}
	.hmargin10pc{
		margin-left:5%;
		margin-right:5%;
	}
	.ptbtn {
		font-size: 10px;
	}
}

#CSBreadcrumb a{
    color: gray!important;
        text-transform: uppercase;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
              margin-top: 25px;
              margin-bottom: 0px;
}
     @media only screen and (max-width: 767px) {
       div#searchBarTop {
           min-height: 250px;
        }
    }
    #searchHeader h1 {
    font-weight: bold !important;
    font-size: 350%!important;
    margin-top: 0px !important;
}
div#searchHeader {
    //height: 100% !important;
    padding: 80px 0px !important;
  margin-bottom: 32.5px;
}
#searchHeaderSubText {
    color: white;
  font-size: 120%;
    margin-top: -20px;
    font-weight: 100;
    padding-top: 17px;
}
#searchHeaderSubText p{
	text-align:left!important;
}
.parallax {
    background-image: url(https://digi-me.com/wp-content/uploads/2017/11/contactFormBackground.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_disabled{
    color: #ea702a!important;
    font-size: 125%;
}
input#kwd {
width: 70%;
height: 54px;
color: black;
background-color: rgb(255,255,255,0.6);
border: none;
font-size: 24px;
padding-left: 24px;
padding-right: 24px;
}
div#searchBar button {
font-size: 25px;
padding: 14px 14px 16px 14px;
margin: 0px -5px !important;
background-color: #e77a1c;
border: orange;
}
div#searchBar {
margin-bottom: 30px;
}
select#cat {
margin-top: 65px;
height: 55px;
font-size: 24px;
color: dimgray;
}
div#moreFiltersArea {
    margin-bottom: 32px;
}
div#moreFilters input {
background-color: rgb(255,255,255,0.6);
border: none;
font-size: 24px;
padding-left: 24px;
width: 78%;
color: black;
}
div#location {
margin-top: 15px;
margin-bottom: 20px;
}
div#location input{
height: 55px;
}
div#company {
margin-top: 15px;
margin-bottom: 20px;
}
div#company input{
height: 55px;
}
