html {
    height: 100%;
    min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgb(34, 34, 34);
	color: #bfbfbf;
	text-align: center;
	font-family: "Myriad Pro", "Tahoma", verdana, arial;
	font-size: 16px;
    min-width: 800px;
    background-repeat: no-repeat;
    background-image: url('/elements/redlinev.jpg');
    background-position: top right;
    background-size: 11% 100%;
    background-attachment: fixed;
    height: 100%;
    min-height: 100%;
}
img {
	border-style: none;
}
a {
    text-decoration: none;
	color: #E6E6E6;
    font-weight: normal
}
a:hover {
	color: #E6E6E6;
}

@keyframes fadeIn {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(+100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes grow {
    0% {max-height: 0px;}
    100% {max-height: 3000px;}
}


.edgefade {
    -webkit-mask: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
}
.indent {
	margin-left: 40px;
}
.indentlarge {
	margin-left: 60px;
}
.bufferedarea {
	padding: 10px 0px 10px 50px;
}
.bufferedareasmall {
	padding: 10px 0px 10px 25px;
}
table, tr, td {
	empty-cells: show;
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.fulltable {
	width: 100%;
	border: 1px #c2c2c2 outset;
	-moz-box-shadow: inset 0px 0px 12px 3px #303030;
	-webkit-box-shadow: inset 0px 0px 12px 3px #303030;
	box-shadow: inset 0px 0px 12px 3px #303030;
}
.tablearea {
	border: 1px #c2c2c2 outset;
	padding: 10px 10px 10px 10px;
}
.pagetitle {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.sectionhead {
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.boldened {
	font-weight: bold;
}
.page {
    column-count: 1;
    column-width: 800px;
    animation: .66s ease-out 0s 1 slideInFromBottom;
}
.header {
    line-height: 1;
	font-family: "Myriad Pro", "Tahoma", verdana, arial;
	font-size: 18px;
    width: 100%;
    height: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}
.menuwrapper {
    line-height: 1;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0;
    margin: 0;
    background-image: url('/elements/redlineh.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: table;
	-webkit-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.5);
}
.menubuffer {
    width: 315px;
    height: 50px;
    display:table-cell;
}
.menuholder {
    padding: 0;
    margin: 0;
    display: table-cell;
    width: 100%;
    height: 50px;
}
.menu {
    width: 100%;
    height: 50px;
    display: table;
    padding: 0;
    margin: 0;
    table-layout: fixed;
    position: relative;
}
.menusubtext {
    font-size: 70%;
    font-weight: normal;
    position: absolute;
}
.menubuffernew {
    width: 315px;
    height: 50px;
    display: inline-block;
}
.menubutton {
    line-height: 50px;
    color: #c8c8c8;
    text-shadow: 3px 3px black;
    font-size: 35px;
    float: right;
    font-weight: normal;
    margin-right: 20px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.menubutton:hover {
    padding: 0px 0px;
    font-size: 40px;
    font-weight: bold;
}

.menuelement {
    height: 100%;
    line-height: 1;
    color: #c8c8c8;
    text-shadow: 3px 3px black;
    padding: 8px 0px;
    font-size: 85%;
    height: 100%;
    display: table-cell;
    font-weight: normal;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.menuelement div {
    width: 100%;
    top: 32px;
    left: 0px;
    padding: 0px;
    position: absolute;
    z-index: 10;
    display: none;
}
.menuelement:hover div {
    display: inline;
    padding: 0px;
    position: absolute;
}
.menuelement:hover {
    padding: 0px 0px;
    font-size: 90%;
    font-weight: bold;
}
.content  {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-image: linear-gradient(to bottom right, rgba(50, 50, 50, .66), rgba(150, 130, 130, .5));
    #background-color: rgba(70, 70, 70, 0.5);
    width: 85%;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
}
.contentcolumned  {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5);
    width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.left {
    float: left;
    width: 65%;
}
.right {
    float: right;
    width: 33%;
}
.lefteven {
    float: left;
    width: 50%;
}
.righteven {
    float: right;
    width: 49%;
}
.videowrapper {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
}
.videowrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media screen and (max-width: 1100px) {
    .left {
        float: none;
        width: 100%;
    }
    .right {
        float: none;
        width: 100%;
    }
    .lefteven {
        float: none;
        width: 100%;
    }
    .righteven {
        float: none;
        width: 100%;
    }
}

.jobholder {
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    z-index: 9;
    width: 100%;
    font-size: 0px;
	text-align: center;
	display: flex;
    margin-bottom: 15px;
}

.jobholdermenu {
    flex-wrap: wrap;
    justify-content: center;
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    overflow: hidden;
    background-color: rgba(110, 110, 110, 1);
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    font-size: 0px;
    text-align: center;
    display: none;
}
.jobwide {
    color: #bfbfbf;
    font-size: 16px;
	border: 0px;
    background-size: contain;
    background-color: rgba(110, 110, 110, 0.7);
    background-image: linear-gradient(to bottom right, rgba(50, 50, 50, .66), rgba(150, 130, 130, .5));
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
    min-width: 600px;
    max-width: 800px;
    flex: auto;
	text-align: center;
    margin: 5px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
	position: relative;
	zoom: 1;
}
.job {
    color: #bfbfbf;
    font-size: 16px;
	border: 0px;
    background-size: contain;
    background-color: rgba(110, 110, 110, 0.7);
    background-image: linear-gradient(to bottom right, rgba(50, 50, 50, .66), rgba(150, 130, 130, .5));
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
    min-width: 300px;
    max-width: 400px;
    flex: auto;
	text-align: center;
    margin: 5px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
	position: relative;
	zoom: 1;
}
.jobold {
    color: #bfbfbf;
    font-size: 16px;
	border: 0px;
    background-color: rgba(110, 110, 110, 0.7);
    background-image: linear-gradient(to bottom right, rgba(50, 50, 50, .66), rgba(150, 130, 130, .5));
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
	width: 300px;
	height: 340px;
	text-align: center;
    margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	position: relative;
	zoom: 1;
}

.jobshading {
    height: 100%;
	-webkit-box-shadow: inset 0px 0px 60px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 60px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 60px 0px rgba(0,0,0,0.75);
}
.jobtextarea {
	text-align: center;
	width: 94%;
	margin-top: 40px;
	margin-left: 3%;
	margin-right: 3%;
	left: 0px;
	position: absolute;
}
.joboverlay {
    width: 100%;
    height: 100%;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.joboverlay:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jobtext {
    font-size: 16px;
}
.jobtitle {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.jobtitle:hover {
    font-size: 26px;
    transition: all 0.6s;
}