.bottomContent,
.bottomContent1
{
  text-align: left;
  padding-left: 1em;
}
.websiteContainer .pull-right{
  padding-left: 0;
}
.greyBox{
  height: auto;
}
.button-container-2{
  width: 220px;
}
.btn{
  color: #0097a7 !important;
  font-size: 18px;
  border: solid 2px #0097a7;
  border-radius: 0;
  padding: 0;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  background: none; 
}
.mas-3.apply{
  margin-top: 16px !important;
  margin-left: 0px !important;
  color: #0097a7;
  left: 0;
}
button.careerZig-Zag.apply{
  background: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height:51px;
  color: #0097a7;
  outline: none;
  width: 100%;
}
.button-container-2 button.apply:hover {    
  -webkit-mask: url("../images/urban-sprite.png");
  mask: url("../images/urban-sprite.png");    
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #FFF;
  line-height:52px;
  cursor: pointer;
  border: none !important;
  background: #0097a7;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
@media only screen and (max-width: 991px) {
  .websiteContainer .pull-right{float: none;width: 100%;padding-left: 15px;}
  .headerwebsite{font-size: 22px;text-align: center;margin-bottom: 25px;}
  .websiteHeading{margin: 10px 0;text-align: center;font-size: 16px;}
  .websiteBtn{text-align: center}
  .websiteContainer{padding: 35px 15px;}
  .websiteContainer2{margin-top: 0}
  .bottomContent{font-size: 14px; line-height: 30px;}
}
@media only screen and (max-width: 767px) {
	.navbar-default .navbar-toggle .icon-bar{background: #FFF;}
	.navbar-default .navbar-brand .dark{display: none;}
	.navbar-default .navbar-brand .light{display: inline-block;}
  .bottomContent1
  {
    line-height: 30px;
  }
  .greyBox
  {
    height: auto;
  }
  .bottomContent,
  .bottomContent1
  {
    text-align: center;
    padding-left: 0px;
  }
}
