@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.career section.maintitle p {
  font-family: "DroidSans";
  color: #fff;
  font-size: 1em;
  max-width: 1160px;
  width: 100%;
}
.career section.maintitle ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.career section.maintitle ul li {
  color: #fff;
  font-family: "DroidSans";
  font-size: 1em;
  margin: 0 0 10px 0;
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.career section.maintitle ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.career section.maintitle ul li a {
  color: #fff;
  font-family: "DroidSans";
  font-size: 1.2em;
}

.fullscreenpan {
  margin: 70px 0 0px 0;
  width: 100%;
  padding: 0 2%;
}
.fullscreenpan .container {
  padding: 0;
  width: 100%;
}
.fullscreenpan .fullscreenwrapper {
  margin: 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft {
  padding: 0;
  background-position: bottom;
  background-attachment: fixed;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft.circleimg img {
  width: 43%;
  margin: 7% 5% 7% 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenright {
  padding: 3% 3% 1% 3%;
  color: #000;
  background-color: #fff;
  display: table;
}
.fullscreenpan .fullscreenwrapper .fullscreenright .middlecontent {
  display: table-cell;
  vertical-align: middle;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2 {
  font-size: 3em;
  padding: 0 0 0 50px;
  position: relative;
  line-height: 0.8em;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
  display: inline-block;
  padding: 0 50px 0 50px;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before {
  display: none;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul {
  margin: 0 0 0 55px;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li {
  list-style: none;
  font-family: "DroidSans";
  margin: 0 0 20px 0;
  font-size: 1.1em;
}
.fullscreenpan .fullscreenwrapper .fullscreenright p {
  font-size: 1.1em;
  font-family: "DroidSans";
  line-height: 1.5em;
  margin: 0 12% 0 55px;
}
.fullscreenpan .fullscreenwrapper .careeraccord {
  width: 100%;
/*  padding: 0 5%;*/
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv {
/*  padding: 10px;*/
  background: rgba(0, 0, 0, 0.52);
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
  color: #33ccff;
  font-family: "Couture-Bold";
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 15px 25px 25px 60px;
  border-bottom: 1px dotted #8c8b8b;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3.active {
  border-bottom: 0;
  margin: 0;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 img {
  width: 50px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3:after {
  font-family: 'icomoon' !important;
  content: "\e095";
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  height: 22px;
  margin-top: -20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3.active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1600px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 1440px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1280px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    font-size: 0.8em;
  }
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent {
  color: #fff;
  font-family: "DroidSans";
  font-size: 20px;
  display: none;
  margin: 0 0 50px 60px;
  padding: 2%;
  background-color: #fff;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent h4 {
  color: #1baed6;
  font-family: "DroidSans";
  margin: 30px 0 10px;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent p {
  margin: 0 0 15px 0;
  color: #000;
  text-align: left;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent p b {
  display: block;
  color: #1baed6;
  text-transform: uppercase;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ul {
  margin: 0 0 25px 30px;
  padding: 0;
  color: #000;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 1.25em;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #1baed6;
  position: absolute;
  left: -25px;
  top: 8px;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ol {
  color: #000;
  margin: -10px 0 15px -20px;
}
.fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ol li {
  margin: 0 0 15px 0;
  line-height: 1.25em;
}
@media screen and (max-width: 1600px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent {
    font-size: 16px;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent ul li:before {
    top: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent {
    font-size: 14px;
  }
}

@media screen and (max-width: 1600px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    font-size: 0.9em;
    margin: 0 0 0 55px;
  }
}
@media screen and (max-width: 1440px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    margin: 0 0 10px 0;
    font-size: 0.9em;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord {
    width: 100%;
/*    padding: 2%;*/
  }

  .career section.maintitle p {
    max-width: 920px;
  }
}
@media screen and (max-width: 1280px) {
  .fullscreenpan {
    margin: 50px 0 0 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    font-size: 15px;
  }

  .work .top-triangle1 {
    bottom: -34%;
  }

  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    font-size: 1em;
  }

  .career-openings h2 {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fullscreenpan {
    margin: 40px 0 0 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 3em;
    margin: 0 0 20px 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    margin: 0 0 8px 0;
    font-size: 0.9em;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 45px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:after {
    width: 30px;
    height: 30px;
  }

  .career .top-triangle1 {
    bottom: -30%;
  }
}
@media screen and (max-width: 960px) {
  .career #fh5co-work {
    padding-bottom: 8%;
  }
  .career .top-triangle1 {
    bottom: -55%;
  }
}
@media screen and (max-width: 920px) {
  .work #fh5co-work {
    padding-bottom: 8%;
  }
  .work .top-triangle1 {
    bottom: -55%;
  }

  .career-openings h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 840px) {
  .career .top-triangle1 {
    bottom: -90%;
  }
}
@media screen and (max-width: 820px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    font-size: 13px;
    padding: 2%;
  }
}
@media screen and (max-width: 736px) {
  .fullscreenpan {
    margin: 35px 0 0px 0;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord {
    padding: 0;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv {
    padding: 0;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv .careercontent {
    margin: 0px 0 50px 0px;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    padding: 20px 25px 20px 60px;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 img {
    width: 40px;
    margin: 5px 0 0 0;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3:after {
    margin-top: -10px;
  }

  .career-openings h2 {
    margin: 0 0 15px 0;
    font-size: 1.6em;
  }
  .career-openings p.career-tagline {
    margin: 0 0% 20px;
  }
}
@media screen and (max-width: 720px) {
  .fullscreenpan {
    margin: 0px 0 0px 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenleft {
    width: 100%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenleft.circleimg img {
    margin: 7% 3% 7% 3%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    font-size: 16px;
    width: 100%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 0 30px 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2 {
    padding: 0 50px 0 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 55px;
    padding: 0 0px 0 50px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright ul {
    margin: 0 0 0 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright p {
    margin: 0 12% 30px 55px;
  }
}
@media screen and (max-width: 640px) {
  .career .top-triangle1 {
    bottom: -115%;
  }

  .fullscreenpan {
    margin: 0;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    font-size: 0.9em;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 img {
    width: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    font-size: 14px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    padding: 0 0 0 35px;
    margin: 0px 0 15px 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    padding: 0 50px 0 35px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    right: inherit;
    left: 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 0 30px 35px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 35px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2 {
    padding: 0 50px 0 40px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 0px;
    padding: 0 0px 0 35px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    right: inherit;
    left: 0;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright ul {
    margin: 0 0 0 40px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright p {
    margin: 0 12% 30px 40px;
  }

  .career .top-triangle1 {
    bottom: -135%;
  }
}
@media only screen and (max-width: 375px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 2.5em;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 {
    padding: 15px 25px 15px 50px;
    font-size: 0.7em;
  }
  .fullscreenpan .fullscreenwrapper .careeraccord .careeraccorddiv h3 img {
    margin: 5px 0 0 0;
    width: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .career .top-triangle1 {
    bottom: -155%;
  }
}

/*# sourceMappingURL=style-career.css.map */

.tab{
    margin-left: 9px;
	margin-bottom:30px;	
	}
.tab .nav-tabs li a {
    background:transparent;
    border-radius:0;
    border:none;
	color:#3399cc;
/*    padding: 16px 22px 10px 22px;*/
	font-size:24px;
}
.tab .nav-tabs{
	border:none;	
	}
.nav-tabs > li {
    margin-right: 45px;
}
.nav > li > a{
	    padding: 10px 0px;
		margin:0px 15px;
	}
.tab .nav-tabs li a:hover{
    background:transparent;
}
.tab .nav-tabs li a i{
    display:block;
    text-align:center;
    margin-bottom:4px;
    color:#e67e22;

}
.tab .nav-tabs li.active > a,
.tab .nav-tabs li.active > a:focus,
.tab .nav-tabs li.active > a:hover {
    border: none;
    border-bottom: 4px solid #fff;
    color:#fff ;
    background: transparent;
	padding-bottom: 15px;
}
.tab .nav-tabs li.active:after{
    content: " ";
    position: absolute;
	bottom: -38%;
    left: 44%;
    border-width: 12px;
    border-style: solid;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #fff;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
	
}

.tab .tab-content{
    padding:12px;
    color:#5a5c5d;
    font-size: 14px;
    margin-top:0;
    border:none;
}
@media only screen and (max-width: 480px) {
    .tab .nav-tabs li{
        width:100%;
    }
    .tab .nav-tabs li a{
        border:1px solid lightgray;
        margin-bottom:10px;
    }
    .tab .nav-tabs li a i{
        display:inline-block;
        margin-right:15px;
    }
    .tab .nav-tabs li.active  a,
    .tab .nav-tabs > li.active a:focus,
    .tab .nav-tabs > li.active a:hover {
        border:1px solid #fff;
    }
    .tab .nav-tabs > li.active > a:after{
        border:none;
    }
}

.career-openings h2{
	text-align:left;	
	}
.jtitle{
	margin-left:38px;	
	}
.jd-selection{
	margin-top:25px;	
	}
.careeraccorddiv h2{
	font-size:1.2em!important;
	color:#fff;
	margin-bottom:5px;
	text-transform:capitalize!important;
	}
.careeraccorddiv p{
	text-align:left;	
	}
.jd-selection label {
  margin: 1em 2em;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  color:#fff;
  width:80%;
}

.jd-selection input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.jd-selection .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.jd-selection .box{
        padding: 10px 20px;
        display: none;
/*        margin-top: 20px;*/
    }
.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #33ccff;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
.interns-jd{
	margin:20px 0;
	cursor:pointer;	
	}
#interForm {
  background:url(../images/careers/inters-frm-bg.jpg) no-repeat center top;
  margin: 30px auto;
  padding: 40px;
  width: 100%;
  height:auto;
  min-height:669px;
}
.inter-form{
	margin:0 auto;
	max-width:1000px;	
	}
.inter-form label{
	color:#fff;
	font-size:16px;	
	}
.inter-form .form-control{
	background:#ccc;
	border-radius:0px;
	font-size:14px;
	color:#fff;
	height: 40px;
	}
.inter-form .form-control:active, .inter-form .form-control:focus{
	background:#fff;
	}

.inter-form .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn,.btn.btn-primary{
		background:#3399cc;
		border-radius:0px;
		border:0px;
		color:#fff;
		padding: 18px 40px;
	}
.personal-info{
	background:url(../images/careers/icon-personal.png) no-repeat left;
	height:164px;
	padding-left:194px;
	width:410px;
	margin:0 auto 20px auto;
	}
.personal-info h2{
		color:#fff;
	padding-top: 35px;
    font-size: 30px;

	}
.Didntfind {
    margin: 50px 0;
    text-align: left;
}