


.navbar-brand {
	margin: 0 auto;
	display: block;
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-size: 90px;
	margin-top: 15vh;
	margin-bottom: 25vh;


}

strong {
	font-weight: 800;
	text-transform: uppercase;
}

h2 {
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #323236;
	padding: 10px 0;

}

h4 {
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
}

[type=button], [type=reset], [type=submit], button, input[type="file" i] a {
	background-color: #000 !important;
	color: #fff;
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	border: 0;

}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

input[type="file" i] {
	margin: 0 auto;
	width: 70%;
	margin-bottom: 30px;
}


.form h4 {
	margin-top: 30px;
}

input {
	width: 70%;
}

p {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}

#logo {
	width: 65%
}

.whiteh2 {
	color: #F0EBE1;
}

.redh2 {
	color: #DC4133;
}

.padb25 {
	padding-bottom: 25px;
}

.padb50 {
	padding-bottom: 50px;
}

.padt50 {
	padding-top: 50px;
}

.pad50 {padding-top: 50px; padding-bottom: 50px;}

.herowrap {

	background-image: url('_img/hero.jpg');
	background-size: cover;
	background-position: bottom;
/*	min-height: 60vh;*/
}

.slider {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
margin-right: 0;
padding-right: 0;
margin-left: 0;
padding-left: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.introwrap {
	background-image: url('_img/pattern.jpg');
	background-size: cover;
	padding: 100px 0;
}

.whitebg {
	background-color: #F0EBE1;
	padding-left: 30px;
	padding-right: 0;
}

.whitebg .col-md-6 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.jobswrap {
	background-image: url('_img/jobsbg.jpg');
	background-size: cover;
	background-position: bottom;
	padding: 100px 0;
}

.sliderwrap {
	background-image: url('_img/stripes.jpg');
	background-size: cover;
	padding: 100px 0;
}

.footwrap {
	background-color: #323236;
	padding: 50px 0;
}

.location {
	background-color: #F0EBE1;
	padding-top: 30px;

}



/* Accordion css */

.applybtn a {
	background: #DC4133;
	border-radius: 6px;
	color: #fff;
	padding: 8px 40px;
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.applybtn a:hover {

	text-decoration: none;
}

.redbtn a {
	background: #000;
	border-radius: 6px;
	color: #fff;
	padding: 8px 40px;
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	transition: background .3s;

}

.redbtn a:hover {
	background: #DC4133; 
	transition: background .3s;
	text-decoration: none;
}

.yellowbg {
	background-color: #FEC34E;
	padding: 100px 0;
}

.transition, ul li i:before, ul li i:after {
  /*transition: all 0.25s ease-in-out;*/
}

.flipIn, ul li {
  /*animation: flipdown 0.5s ease both;*/
}

.no-select, .jobswrap h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.announcement {
	background-color: #DC4133;
	border-top: #fff 3px solid;
	position: fixed;
	padding: 10px;
	bottom:0;
	right: 0;
	left: 0;
	z-index: 99999;
	min-height: 100px;
	-webkit-box-shadow: 0px -7px 4px -2px rgba(0,0,0,0.18);
-moz-box-shadow: 0px -7px 4px -2px rgba(0,0,0,0.18);
box-shadow: 0px -7px 4px -2px rgba(0,0,0,0.18);
}

.announcement p {
	margin-bottom: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}

.announcement a {
	color: #fff;
}

.announcement img {
	width: 35px;
}


.tinytitle {
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 42px;
	color: #323236;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

h3 {
  padding: 16px 0px 16px 20px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
  border: 2px solid #323236;
}

.jobdeets {
 
  position: relative;
  overflow: hidden;
 
  opacity: 1;
  transform: translate(0, 0);
  margin-top: -2px;
  z-index: 2;
	background-color: #fefffa;
	border-bottom: 2px solid #323236;
	border-right: 2px solid #323236;
	border-left: 2px solid #323236;
	margin-left: 0;
	margin-right: 0;
	padding: 15px;


}

.openpositions ul {
	list-style-type: disc;
	padding-left: 30px;
	font-family: 'Fira Sans', sans-serif;

}

.openpositions ul li {
	padding-top: 8px;

}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 23px;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 5px;
  height: 21px;
}
ul li i:before {
  transform: translate(-7px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(-7px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ .jobdeets {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(-10px, 0) rotate(0deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-10px, 0) rotate(90deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* End Accordion css */

.social {
	margin-bottom: 80px;
}

.whitebg_m {
		display: none;
	} 

@media (min-width: 1400px) {}


@media (max-width: 1200px) {}

@media (max-width: 991px) {

	.boh {
		margin-top: 50px;
	}
	.footwrap {
		text-align: center;

	}

	.mobilel {
		text-align: right;
	}

	.mobiler {
		text-align: left;
	}

	.social {
		margin-top: 40px;
		margin-bottom: 100px;
	}

}

@media (max-width: 768px) {
	.whitebg {
		padding-left: 0;
	}

	.whitebg h2 {
		padding-left: 30px;
	}

	.whitebg iframe {
		margin-top: 50px;
	}

	h1 {
		margin-top: 4vh;
		margin-bottom: 9vh;
		font-size: 60px;
	}



 }

@media (max-width: 575px) {

	.openpositions ul {
		margin-left: 50px;
	}
	iframe {
		margin-top: 30px;
	}

	.applybtn a {
		position: inherit;
	}

	.location {
		text-align: center;
	}

	.whitebg {
		display: none;
	}

	.whitebg_m {
		display: inherit;
	}

	.padb50 {
		padding-bottom: 25px;
	}

	.padt50 {
		padding-top: 25px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	.introwrap .padb50 {
		padding-bottom: 0;
	}

	.jobdeets .text-right {
		text-align: center !important;
		bottom: auto;
		right: auto;
	}


	.tinytitle {
	font-family: termina, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 42px;
	color: #323236;
	display: block;
	align-items: center;
	justify-content: center;
	}	

	.announcement p {
		display: block;
	}

	.announcement img {
		display: block;
		margin: 0 auto;
		width: 35px;
		padding: 5px;
	}


}




