body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fafafa;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -ms-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease; 
}

*{
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

/* --------------------  Header Start -------------------- */

.logo {
  width:60px;
  margin-left:10px;
}

.logo-text {
  font-family: Helvetica, sans-serif; 
  font-size: 1.5em; 
  margin-top: 20px; 
  color: #003A8D; 
  font-weight: bold; 
  margin-left: 5px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .prev, .next,.text {font-size: 11px}
  .logo {width: 60px;}
  .logo-text {font-family: Helvetica, sans-serif; font-size: 1.1em; margin-top: 20px; color: #003A8D; font-weight: bold; margin-left: 5px;}
  #smallscreensearch {display: none;}

}

/* --------------------  Header End -------------------- */


/* --------------------  Footer Start -------------------- */
/* --------------------  Footer Start -------------------- */
/* --------------------  Footer Start -------------------- */
/* --------------------  Footer Start -------------------- */
/* --------------------  Footer Start -------------------- */

.footer-distributed{
  width: 100%;
  bottom: 0;
  display: inline-block;
  background: #f1f1f1;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
}

.footer-distributed{
	background: rgb(148, 148, 148);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
    padding: 55px 50px;
    font-family: 'Roboto', sans-serif;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

#footer-logo{
    height: 100px; 
    display: block; 
    margin-left: auto; 
    margin-right:auto;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
    font-weight:400;
	text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-links a:hover{
  color: #222;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color: #ffffff;
	text-decoration: none;;
}

.footer-distributed .footer-links span{
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #222;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #222;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons i{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
  border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}

#siteseal{
    position: relative; /* Declared position allows for location changes */
    top: -2px; /* Moves the image 2px closer to the top of the page */
}

/* --------------------  Footer End -------------------- */
/* --------------------  Footer End -------------------- */
/* --------------------  Footer End -------------------- */
/* --------------------  Footer End -------------------- */
/* --------------------  Footer End -------------------- */


/*------------------------------------- Main Page Start -------------------------------------*/
/*------------------------------------- Main Page Start -------------------------------------*/
/*------------------------------------- Main Page Start -------------------------------------*/
/*------------------------------------- Main Page Start -------------------------------------*/
/*------------------------------------- Main Page Start -------------------------------------*/


.main-page-intro-main-container{
  width: 100%;
  display: block;
  background-color: #DEE9FE;
  margin: 0;
}

.main-page-intro-container{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px;
}

.main-page-intro-container h2{
  text-align: center;
  color: rgb(66, 66, 66);;
}

.main-page-intro-container p{
  color: rgb(66, 66, 66);;
  line-height: 1.6em;
  text-align: center;
}

.main-page-openings-main-container{
  width: 100%;
  display: block;
  margin: 0;
  background-color: #F6F4FF;
}

.main-page-openings-sub-container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 100px 0px;
  text-align: center;
}

.main-page-openings-sub-container h2{
  text-align: center;
  color: rgb(66, 66, 66);
}

.main-page-openings-sub-container .pos-par{
  font-weight: bold;
  font-size: 1.1em;
}

.main-page-openings-sub-container a{
  text-decoration: none;
  border: 1px solid #00aeef;
  border-radius: 5px;
  padding: 5px 7px;
  background-color: #00aeef;
  color: #fff;
}

.openings-sub-container{
  display: inline-block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  padding: 40px 30px;
  margin: 10px 10px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

.main-page-values-main-container{
  width: 100%;
  display: block;
  margin: 0;
}

.main-page-values-sub-container{
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px;
}

.main-page-values-sub-container{
  text-align: center;
  color: #051146;
}

.main-page-values-sub-container h2{
  font-family: 'Work Sans', sans-serif;    
  font-size: 38px;
  color: #051146;
  line-height: 1.11;
  font-weight: 700;
  text-align: center;
  white-space: pre-line;
}

.main-page-values-sub-container .values-container div{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-family: 'Work Sans', sans-serif;    
  font-size: 30px;
  color: #051146;
  line-height: 1.11;
  font-weight: 700;
  text-align: center;
  white-space: pre-line;
}


@media only screen and (max-width: 1215px){
  .main-page-values-sub-container .values-container div{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mySlides img{
      height: 100% !important;
  }
  .main-page-openings-sub-container h2 span{
      display: block;
  }
  .openings-sub-container{
      padding-left: 1%;
      padding-right: 1%;
  }
  .main-page-openings-sub-container a{
      font-size: 0.6em;
      text-decoration: none;
      border: 1px solid #00aeef;
      border-radius: 5px;
      padding: 7px 10px;
      background-color: #00aeef;
      color: black;
  }

}


/*--------------------------------------- Main Page End --------------------------------------*/
/*--------------------------------------- Main Page End --------------------------------------*/
/*--------------------------------------- Main Page End --------------------------------------*/
/*--------------------------------------- Main Page End --------------------------------------*/
/*--------------------------------------- Main Page End --------------------------------------*/





/*------------------------------------- About Page Start -------------------------------------*/
/*------------------------------------- About Page Start -------------------------------------*/
/*------------------------------------- About Page Start -------------------------------------*/
/*------------------------------------- About Page Start -------------------------------------*/
/*------------------------------------- About Page Start -------------------------------------*/



.about-main-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#about-sub-container-one , #about-sub-container-two{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin: 50px 0px;
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

#about-sub-container-one h2 , #about-sub-container-two h2{
  text-align: center;
  color: #6c757d;
}

#about-sub-container-one p , #about-sub-container-two p{
  color: grey;
  padding: 0px 50px;
  line-height: 1.5;
}

#about-sub-container-two #about-values{
  display: block;
  color: grey;
  border: 2px solid #00aeef;
  border-radius: 5px;
  padding: 35px 20px;
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#about-sub-container-two img{
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#about-sub-container-two #about-values span{
  padding: 0px 20px;
  color: #00aeef;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (max-width: 1215px){
  #about-sub-container-two img{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about-main-container{
      width: 90%;
  }
  #about-sub-container-one p , #about-sub-container-two p{
      padding: 30px;
      text-align: justify;
  }
  #about-sub-container-one img{
      width: 80% !important;
      margin-top: -15%;
  }
  #about-sub-container-two img{
      width: 80% !important;
  }
  #about-values{
      width: 80% !important;
      margin-top: -10% !important;
  }

  #about-sub-container-two #about-values{
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  #about-sub-container-two #about-values span{
    text-align: center;
    display: block;
    padding: 20px 10px;
    font-size: 1.3em;
  }
}

/*--------------------------------------- About Page End ---------------------------------------*/
/*--------------------------------------- About Page End ---------------------------------------*/
/*--------------------------------------- About Page End ---------------------------------------*/
/*--------------------------------------- About Page End ---------------------------------------*/
/*--------------------------------------- About Page End ---------------------------------------*/



/*------------------------------------- Contact Page Start -------------------------------------*/
/*------------------------------------- Contact Page Start -------------------------------------*/
/*------------------------------------- Contact Page Start -------------------------------------*/
/*------------------------------------- Contact Page Start -------------------------------------*/
/*------------------------------------- Contact Page Start -------------------------------------*/


.contact-main{
  background-color: #fafafa;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 70px;
}

.contact-top-text h1{
  text-align: center;
  margin-top: 40px;
  color: #2f3638
}

.contact-top-text p{
  text-align: center;
  font-size: 17px;
  color: #334e68;
  margin-top: 15px;
}

.contact-top-table{
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form{
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
  border-radius: 2px;
  width: 50%;
  display: inline-block;
  overflow: hidden;
}

.contact-form{
  padding: 20px;
}

.contact-form input[type=text], select, textarea, .contact-form input[type=email]{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact-form input:focus, .contact-form textarea:focus{
  outline: none !important;
  box-shadow: 0 0 10px #719ECE;
}

.contact-form input[type=submit] {
  background-color: #8dc63f;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  margin-top: 7px;
}

.contact-form input[type=submit]:hover {
  background-color: #87bd3c;
}

.contact-details{
  width: 49%;
  padding-left: 40px;
  overflow: hidden;
  float: right;
  margin-top: -20px !important;
}

.contact-details h3{
  font-size: 18px;
  color: #334e68;
  margin-bottom: 30px;
}

.contact-details p{
  font-size: 15px;
}

.contact-details-table span{
  color: #00aeef;
  margin-left: 15px;
}

.contact-details-table-1, .contact-details-table-2{
  margin-bottom: 10px;
}

.contact-middle-table{
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.contact-middle-table h3{
  text-align: center;
  color: #2f3638;
  font-family: 'Open Sans','Helvetica Neue','Arial','Helvetica','sans-serif';
}

.social-table{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.social-table-column{
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px;
  margin: 10px;
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

.social-table:after {
  content: "";
  display: table;
  clear: both;
}

.social-table-column img{
  display:block;
  margin:auto;
  padding: 15px;
}

.social-table-column h6{
  text-align: center;
  padding-top: 10px;
}

.social-table-column p{
  text-align: center;
}

.social-table a{
  color: inherit; 
}

.social-table-column:hover > h6{  
  color: #00aeef;
}

.social-table-column:hover > p{  
  color: #000;
}

.social-table-column:hover{  
  -webkit-box-shadow: 0 0 20px rgb(170, 170, 170);
  box-shadow: 0 0 20px rgb(170, 170, 170);
}

.contact-details iframe{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
  border-radius: 2px;
}


/* ---------- Small Screen Contact Us ---------- */

@media only screen and (max-width: 1215px){
  .contact-main{
    width: 90%;
  }

  .contact-top-table{
    margin-top: 50px;
  }

  .contact-form{
    display: block;
    width: 100%;
  }

  .contact-details{
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
    box-shadow: 0 0 20px rgb(218, 216, 216);
    padding: 20px;
  }

  .contact-details iframe{
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  .social-table-column{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    margin-bottom: 20px;
  }

  .contact-details{
    margin-bottom: 60px;
  }

  .contact-details h3, .contact-details p{
    text-align: center;
  }

  .contact-details h3{
    padding-top: 10px;
  }

  .contact-details-table img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-details-table span{
    display: block;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 500px){
  .contact-details{margin-top: 40px!important;}
  .contact-main {margin-top: 40px;}
}


/* -----------------     Media Query     ----------------- */

/* -----  Header Mediquery  ----- */

@media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: center;
    }

    .header img{
        height: 20%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
    
    .header-right {
      float: none;
    }
  }

@media screen and (max-width: 860px){
  .header img{
    height: 12%;
  }
}

@media screen and (max-width: 1024px){
  .header img{
    height: 12%;
  }
}

@media screen and (max-width: 375px){
  .header img{
    height: 15%;
  }
}


/* -----  Footer Mediquery  ----- */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
    margin-bottom: 20px;
    text-align: center;
    }

  .footer-distributed .footer-center{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    }

	.footer-distributed .footer-center i{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 !important;
  }

  .footer-distributed .footer-center .footer-contact p{
    text-align: center;
  }
  
  .footer-distributed .footer-center .footer-contact{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}

/* -----  SlideShow Mediaquery  ----- */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {font-size: 11px}
  }



/*------------------------------------- Contact Page End -------------------------------------*/
/*------------------------------------- Contact Page End -------------------------------------*/
/*------------------------------------- Contact Page End -------------------------------------*/
/*------------------------------------- Contact Page End -------------------------------------*/
/*------------------------------------- Contact Page End -------------------------------------*/





/*------------------------------------- Careers Page Start -------------------------------------*/
/*------------------------------------- Careers Page Start -------------------------------------*/
/*------------------------------------- Careers Page Start -------------------------------------*/
/*------------------------------------- Careers Page Start -------------------------------------*/
/*------------------------------------- Careers Page Start -------------------------------------*/



.top-image img{
    height: 90%;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -20px !important;
    background-color: #3456d3;
    position: relative;
    text-align: center;
    background-size: cover;
}

.top-image img.filtered {
    filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}  

.job-application-main-container{
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.job-application-container h3{
    font-family: 'Roboto', sans-serif;
    font-size: 3ch;
}

.job-application-container label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 550;
}

* {
    box-sizing: border-box;
}

.asterisk:after{
    content: " *";
    color: #DB2A3A;
}

.job-application-container input[type=text], .job-application-container input[type=email], .job-application-container input[type=number]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    outline-color: #75B9F0;
}

.job-application-container label {
    padding: 12px 12px 12px 0;
    float: left;
}

.job-application-container input[type=submit] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fec600;
    color: #56575f;
    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.job-application-container input[type=submit]:hover {
    background-color: #ffc802e0;
}

.job-application-container{
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.job-application-container .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.job-application-container .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.job-application-container .row:after {
    content: "";
    display: table;
    clear: both;
}

.uploadfile{
    border: 1px solid #ddd !important;
    color: #222222;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 40px;
    line-height: 40px !important;
    outline-color: #75B9F0;
}

.careers-main-container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.careers-sub-container{
  height: 250px;
  width: 550px;
  display: inline-block;
  margin: 13px;
  justify-content: center;
  border-radius: 3px;

  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.careers-sub-container:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

.careers-image-text h1{
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-size: 38px;
}

.top-image .careers-image-text{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.careers-image-text .careesrs-button{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fec800;
  border-radius: 3px;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 30px;
  padding: 11px 20px;
  font-weight: 700;
  width: 170px;
  text-align: center;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.careers-image-text .careesrs-button:hover{
  background-color: #fec800;
  color: #56575f;
  cursor: pointer;
}

#job-list-main-con{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.open-pos-headline{
  width: 93% !important;
  border-bottom: 1px solid #c7d1e0;
  padding-bottom: 12px;
  margin: auto !important;
  position: relative;
}

.open-pos-headline span{
  color: #2f84ed;
  font-weight: 700;
  margin-right: 7px;
}

.open-pos-headline{
  font-weight: 300;
  color: #6b6d77;
  font-size: 22px;
}

.careers-sub-container-headline{
  font-weight: 700;
  color: #56575f;
  font-size: 23px;
  display: block;
  position: absolute;
  text-decoration: none;
}

.careers-underline{
  display: block;
  background: #e3e3e3;
  width: 50px;
  height: 4px;
  margin-top: 35px;
  margin-bottom: 10px;
}

.careers-sub-container-text{
  position: relative;
  float: left;
  text-align: left;
  display: block;
  color: #6b6d77;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.carees-sub-container-button a{
  position: relative;
  float: left;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 15px;
  color: #fff;
  background: #2f84ed;
  cursor: pointer;
  margin-top: 15px;
  font-size: 14px;
}

/* Career Description one */

#career-desc-main-one{
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-one:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

/* Career Description two */

#career-desc-main-two{
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-two:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

/* Career Description three */

#career-desc-main-three{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-three:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

/* Career Description four */

#career-desc-main-four{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-four:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

/* Career Description five */

#career-desc-main-five{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-five:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}

/* Career Description six */

#career-desc-main-six{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-six:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}


/* Career Description seven */

#career-desc-main-seven{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #d3d9e0;
  padding: 40px 25px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 50px;
  display: none;
}

#career-desc-main-seven:hover{
  -webkit-box-shadow: 0 0 20px rgb(218, 216, 216);
  box-shadow: 0 0 20px rgb(218, 216, 216);
}



.career-desc-sub{
  margin: 20px 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#career-desc-main-one .career-desc-sub-headline, #career-desc-main-two .career-desc-sub-headline, 
#career-desc-main-three .career-desc-sub-headline, #career-desc-main-four .career-desc-sub-headline, 
#career-desc-main-five .career-desc-sub-headline, #career-desc-main-six .career-desc-sub-headline, #career-desc-main-seven .career-desc-sub-headline{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e5e5e;
  font-size: 1.5em;
  font-weight: bold;
}

#career-desc-main-one .career-desc-sub-location, #career-desc-main-two .career-desc-sub-location,
#career-desc-main-three .career-desc-sub-location, #career-desc-main-four .career-desc-sub-location,
#career-desc-main-five .career-desc-sub-location, #career-desc-main-six .career-desc-sub-location, #career-desc-main-seven .career-desc-sub-location{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}

.career-desc-sub ul li{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-left: 30px;
}

.applybutton{
  width:100%; 
  margin:0 auto; 
  background-color: #FDCD1F;
  border-color: #FDCD1F;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2b2727;
  font-size: 1.1em;
}
.applybutton:hover{
  background-color:  #f8d555;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .job-application-main-container{
        display: block;
        width: 80%;
    }
    .job-application-container .col-25, .job-application-container .col-75, .job-application-container input[type=submit] {
    width: 100%;
    margin-top: 0;
}
    .job-application-container label{
        float: left;
    }
}

@media (max-width: 768px){
    .open-pos-headline {
        text-align: center;
        padding-bottom: 20px;
    }
    .careers-image-text h1{
      width: 100%;
      border: 1px solid white !important;
      text-align: center;
      padding: 20px;
    }
}

@media screen and (max-width: 600px) {
  .careers-image-text {margin-top: -300px; position: relative;}
  .top-image img {height: 650px;}
  #job-list-main-con {width: 100%;}
  .careers-sub-container {width: 90%!important;}
}

@media (max-width: 414px){
  .open-pos-headline {
      text-align: center;
      padding-bottom: 20px;
  }
  .careers-image-text h1{
    width: 100%;
    border: 1px solid white !important;
    text-align: center;
    margin-top: 550px !important;
  }
}  

@media (max-width: 1024px){
  .careers-image-text h1{
    text-align: center;
  }
}

@media (max-width: 380px){
  .careers-main-container .careers-sub-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 330px){
  .careers-main-container .careers-sub-container{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 370px){
  .careers-main-container .careers-sub-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*------------------------------------- Careers Page End -------------------------------------*/
/*------------------------------------- Careers Page End -------------------------------------*/
/*------------------------------------- Careers Page End -------------------------------------*/
/*------------------------------------- Careers Page End -------------------------------------*/
/*------------------------------------- Careers Page End -------------------------------------*/