body{
background-color: #efefef;
font-size: 16px;
margin: 20px 0 ;
padding: 0;
box-sizing: content-box;
font-family: Source Sans Pro,Arial,Helvetica,sans-serif;
}

#jobdesc, #jobdesc h5, #jobdesc span, #jobdesc span h5,  #jobdesc ul li, #jobdesc span ul li, #jobdesc b, #jobdesc span div b, #jobdesc div b {
	font-family: Source Sans Pro,Arial,Helvetica,sans-serif !important;
}

.greyspan{
  color: grey;
}


.lismall {
  color: #888;
font-size: 16px;
line-height: 17px;
margin-top: 12px;
margin-bottom:5px;
}
.poweredby{
  vertical-align: middle;
  display:-webkit-inline-box;

}
label{
  color: #646464;
  font-size: 14px;
}

.in1{
  width: 100%;
  height: 33px;
line-height: 20px;
border-radius: 2px;
font-size: 15px;
padding: 2px 0 3px 6px;
vertical-align: middle;
  box-shadow: none;
color: #222;
border-color: #d7d7d7;
margin-bottom: 10px;
font-family: Source Sans Pro,Arial,Helvetica,sans-serif;
border: 1px solid #afafaf;
background: #fafafa;
}


.s1{

  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;

  padding-top: 10px;
  background-color: #ffffff;
border-top: 3px solid #4763ab;
border-radius: 3px 3px 0 0;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
}


/*
If you want a fixed sidenav.*/
.fixedbox
{
position: -webkit-sticky;
position: sticky;
top: 0;
}

@media screen and (min-width:1200px) {
  div.hiddenondesktop{
    display: none;
  }
}

@media screen and (max-width:1200px ) and (min-width:992px) {
div.hiddenondesktop{
  display: none;
}

}

/*@media (min-width: 769px) {
div.hiddenondesktop{
  display: none;

}
div.s1{
  column-width:100%;
}
}*/

@media screen and (max-width:991px ) and (min-width:576px) {

  div.fixedbox{
    display: none;
  }
  div.
}

@media screen and (max-width:575px) {
div.fixedbox{
  display: none;
}

}

.s2{

  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 20px;

  box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);

}

.list1{
width: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
list-style: none;
padding-bottom: 20px;
}

.list1 li{
  text-align: left;
    padding: 0px 36px 0px;
    border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
}

.b1{
  display: block;
  width:90%;
text-align: center;
  color: white;
  background-color:#4763ab;
  border: 1px solid #4763ab;
  border-radius: 2px;
  margin: 10px auto;
  font-weight: 500;
  font-size: 15px;
  height: 33px;
  padding: 0 15px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
input.b2
{
  width:100%;
}
}

@media (max-width:1200px){
input.b2{
  width: 100%;
}

}

ul li:last-child {
   border-bottom: 0;
}

.b2{
  display: block;
  width:40%;
text-align: center;
  color: white;
  background-color:#4763ab;
  border-color: #334f97;
  border: 1px;
  border-radius: 2px;
  margin: 32px 0;
  font-weight: 500;
  font-size: 15px;
  height: 33px;
  padding: 0 15px;
  cursor: pointer;
}
h2{
  margin-top: 5px;
  font-family: BhrHeaderFont,Trebuchet MS;
    font-weight: 500;
    color: #4763ab;
    font-size: 26px;
line-height: 29px
}

.bc1{

    font-size: 13px;
    line-height: 17px;
    margin: 4px 1px 7px;
    color: #4763ab;
}



.descr{


}

.footer-content{


background-color: #f4f4f4;
border-top: 1px solid #d8d8d8;
border-radius: 0 0 3px 3px;
padding: 5px 20px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
}


.fa {
  border: solid 1px #d7d7d7;
    padding: 3px;
    font-size: 19px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    margin: 12px 0px 4px 0px;
    cursor: pointer;
    border-radius: 2px;
}
.fa-linkedin {
  background-color: #f1f1f1;
  color: #007bb5;
  }

  .fa-facebook {
    background-color: #f1f1f1;
  color: #3B5998;

}

.fa-twitter {
  background-color: #f1f1f1;
  color: #55ACEE;
}

#desciframe {
	width: 100%;
	border: none;
}

@media (max-width: 999px) {
	.container{
		width:100% !important;
		max-width:100% !important;
		padding-left:0px;
		padding-right:0px;
	}
	.s1 {
		padding-left:5px;
		padding-right:5px;
	}
	.row {
		margin-right: 0px; 
		margin-left: 0px; 
	}
}

#submitBtn {
	padding: 0px !important;
}