/*------------------Banner------------------*/
.ot-home-banner {
    background: url('/site/images/OT_HomeBanner-img_1200pxW.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0;
}
.ot-home-banner-wide {
    background: url('/site/images/OT_HomeBanner-img_1200pxW.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0;
}
.ot-home-banner-wide-2020 {
    background: url('/site/images/OT-Home-Banner-2020.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0;
}
.ot-home-banner-wide-2020-lg {
    background: url('/site/images/OT-Home-Banner-2020-lg2.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0;
}
.ot-mil-home-banner-wide {
    background: url('/site/images/OT_MilHomeBanner3_1920pxW.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    position: relative;
	padding: 0;
}
.ot-mil-transition-banner-wide {
    background: url('/site/images/OT_Transition-Pathways_1920pxW.jpg') no-repeat;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    position: relative;
	padding: 0;
}
.ot-ex-banner {
	background: url('/site/images/about-orion.jpg') no-repeat;
	height: 60%;
	background-position: center;
	background: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ot-ex1-banner {
	height: 50%;
	background-position: center;
	background: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-text {
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	background-color: rgba(0,0,0, 0.3);
	border: 0 solid rgba(0,0,0, 0.2);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	max-width: 600px;
	text-align: left;
    position: absolute;
    top: 60%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
}
.banner-text h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 3.333em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}
.banner-text h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.content-2-3x h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #4c5158;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}

@media screen and (min-width: 760px) and (max-width: 1800px)  {
.imgz {
    transition:transform 0.25s ease;
}
.imgz:link, .imgz:visited,  {	
    -webkit-transform:scale(1);
    transform:scale(1);
	border: solid #fff 0;
	z-index: 1;
}
.imgz:hover, .imgz:active {
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
	border: solid #FFFFFF 1px;
	z-index: 10;
}
	}

@media only screen and (min-width: 10px) and (max-width: 767px){
.banner-text {
	margin: 0 0 0 20px;
}
.banner-text h1 {
	font-size: 1.6em;
	margin: 0;
}
.banner-text h5 {
	font-size: 1.1em;
}
}

.banner-text-wide {
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	background-color: rgba(0,0,0, 0.3);
	border: 0 solid rgba(0,0,0, 0.2);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	max-width: 700px;
	text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}
.banner-text-wide h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 3.333em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}
.banner-text-wide h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.banner-text-wide-lg {
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	background-color: rgba(0,0,0, 0.3);
	border: 0 solid rgba(0,0,0, 0.2);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	max-width: 800px;
	text-align: center;
    position: absolute;
    top: 38%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}
.banner-text-wide-lg h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 2.333em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}
.banner-text-wide-lg h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.banner-text-wide-lg-rt {
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	background-color: rgba(0,0,0, 0.3);
	border: 0 solid rgba(0,0,0, 0.2);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	max-width: 800px;
	text-align: center;
    position: absolute;
    top: 75%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}
.banner-text-wide-lg-rt h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 2.333em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}
.banner-text-wide-lg-rt h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
@media only screen and (min-width: 1031px) and (max-width: 1270px){
.banner-text-wide {	
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	width: 90%;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
	margin: 0 0 0 20px;
}
.banner-text-wide-lg {	
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	width: 85%;
    top: 38%;
    left: 35%;
    transform: translate(-50%, -50%);
	margin: 0 0 0 20px;
}
.banner-text-wide-lg-rt {	
	/*------------------Transp BG Box Start------------------*/
	padding: 1.5em;
	margin: 0;
	/*------------------Transp BG Box End------------------*/
	width: 70%;
    top: 75%;
    left: 35%;
    transform: translate(-50%, -50%);
	margin: 0 0 0 20px;
}
}
@media only screen and (min-width: 898px) and (max-width: 1030px){
.banner-text-wide {
	width: 90%;
	top: 50%;
    left: 40%;
	margin: 0 0 0 20px;
}
.banner-text-wide-lg {
	width: 88%;
	top: 38%;
    left: 44%;
	margin: 0 0 0 20px;
}
.banner-text-wide-lg-rt {
	width: 70%;
	top: 75%;
    left: 45%;
	margin: 0 0 0 20px;
}
}
@media only screen and (min-width: 602px) and (max-width: 897px){
.banner-text-wide {	
	width: 86%;
	top: 50%;
    left: 48%;
	margin: 0 0 0 20px;
}
.banner-text-wide h1 {
	font-size: 3em;
	margin: 0;
}
.banner-text-wide-lg {	
	width: 74%;
	top: 46%;
    left: 42%;
	margin: 0 0 0 20px;
}
.banner-text-wide-lg h1 {
	font-size: 2.333em;
	margin: 0;
}

.banner-text-wide-lg-rt {
	display: none;
}
.banner-text-wide-lg-rt h1 {
	display: none;
}
}
@media only screen and (min-width: 502px) and (max-width: 603px){
.banner-text-wide {	
	width: 90%;
	top: 50%;
    left: 45%;
	margin: 0 0 0 20px;
}
.banner-text-wide h1 {
	font-size: 2em;
	margin: 0;
}
.banner-text-wide h5 {
	font-size: 1.1em;
}
.banner-text-wide-lg {	
	width: 80%;
	top: 50%;
    left: 45%;
	margin: 0 0 0 20px;
}
.banner-text-wide-lg h1 {
	font-size: 2em;
	margin: 0;
}
.banner-text-wide-lg h5 {
	font-size: 1.1em;
}

.banner-text-wide-lg-rt {
	display: none;
}
.banner-text-wide-lg-rt h1 {
	display: none;
}
.banner-text-wide-lg-rt h5 {
	display: none;
}
}
@media only screen and (min-width: 10px) and (max-width: 501px){
.banner-text-wide {
	padding: .75em;
	width: 84%;
	top: 52%;
    left: 45%;
	margin: 0 0 0 20px;
}
.banner-text-wide h1 {
	font-size: 1.6em;
	margin: 0;
}
.banner-text-wide h5 {
	font-size: 1.1em;
}
.banner-text-wide-lg {
	padding: .75em;
	width: 84%;
	top: 54%;
    left: 45%;
	margin: 0 0 0 20px;
}
.banner-text-wide-lg h1 {
	font-size: 1.6em;
	margin: 0;
}
.banner-text-wide-lg h5 {
	font-size: 1.1em;
}
.banner-text-wide-lg-rt {
	display: none;
}
.banner-text-wide-lg-rt h1 {
	display: none;
}
.banner-text-wide-lg-rt h5 {
	display: none;
}
}


/*------------------Responsive Jobs Table start------------------*/
.t17 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.t17 table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.t17 table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.t17 table th,
.t17 table td {
  padding: .625em;
  text-align: center;
}
.t17 table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.t17 table .ogray-lt-bg {
    background: #e6e6e6;
}
@media screen and (max-width: 600px) {
 .t17 table {
    border: 0;
  }
  .t17 table caption {
    font-size: 1.3em;
  }
  .t17 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .t17 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .t17 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .t17 table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .t17 table td:last-child {
    border-bottom: 0;
  }
}
.narrow-option{
display:none;
}
.ot17 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 .5em;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.ot17 table caption {
  font-size: 1.3em;
  margin: 0 0 .75em;
}
.ot17 table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.ot17 table th,
.ot17 table td {
  padding: .625em;
  text-align: center;
  font-size: 1em;
}
.ot17 table th {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ot17 table .ogray-lt-bg {
    background: #e6e6e6;
}
@media screen and (max-width: 2000px) {
.wide-option{
display:none;
}
.narrow-option{
display: contents;
}
 .ot17 table {
    border: 0;
    width: 60%;
  }
  .ot17 table caption {
    font-size: 1.5em;
  }
  .ot17 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    font-size: 1em;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ot17 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .ot17 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: left;
  }
  .ot17 table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
	  font-weight: bold;
    text-transform: uppercase;
  }
  .ot17 table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
.wide-option{
display:none;
}
.narrow-option{
display: contents;
}
 .ot17 table {
    border: 0;
    width: 100%;
  }
  .ot17 table caption {
    font-size: 1.3em;
  }
  .ot17 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    font-size: .9em;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ot17 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .ot17 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: left;
  }
  .ot17 table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
	  font-weight: bold;
    text-transform: uppercase;
  }
  .ot17 table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
.wide-option{
display:none;
}
.narrow-option{
display: contents;
}
 .ot17 table {
    border: 0;
    width: 100%;
  }
  .ot17 table caption {
    font-size: 1em;
  }
  .ot17 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    font-size: .8em;
    margin: -1px;
	margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ot17 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    padding: .25em;
  }
  .ot17 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
    padding: .5em;
  }
  .ot17 table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
	  font-weight: bold;
    text-transform: uppercase;
  }
  .ot17 table td:last-child {
    border-bottom: 0;
  }
}
/*------------------Responsive Jobs Table end Ref: https://codepen.io/AllThingsSmitty/pen/MyqmdM------------------*/

/*------------------Testing Index boxes start------------------*/
.line-box {
	align-content: center;
    min-width: 200px;
	max-width: 300px;
    height: 6px;
	padding: 0;	
    cursor: pointer;
	border: 0 solid #fff;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
    transition: width .5s, height .3s, linear;
    -webkit-transition: width .5s, height .3s; /* Safari 3.1 to 6.0 */
}
.line-box:hover {
	align-content: center;
    min-width: 200px;
	max-width: 300px;
    height: 510px;
	padding: 0;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.line-box-ht2 {
    height: 6px;
	padding: 0;	
    cursor: pointer;
	border: 0 solid #fff;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
    transition: width .5s, height .3s, linear;
    -webkit-transition: width .5s, height .3s; /* Safari 3.1 to 6.0 */
}
.line-box-ht2:hover {
    height: 460px;
	padding: 0;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.color-box {
	color: #fff;
	align-content: center;
    min-width: 200px;
	max-width: 300px;
    height: 400px;
	padding: 0;
    cursor: pointer;
	border: 0 solid #fff;
}
.color-box:hover, .color-box:hover p, .color-box:hover h2, .color-box:hover h3, .color-box a:hover, .color-box a:active {
	color: #000;
}
.color-box:link, .color-box p, .color-box h2, .color-box h3, .color-box a:link, .color-box a:visited {
	color: #fff;
	text-decoration: none;
}
.color-box-linked:hover, .color-box-linked:hover p, .color-box-linked:hover h2, .color-box-linked:hover h3, .color-box-linked:hover h6, .color-box-linked a:hover, .color-box-linked a:active {
	color: #000;
	text-decoration: none;
}
.color-box-linked:link, .color-box-linked p, .color-box-linked h2, .color-box-linked h3, .color-box-linked h6, .color-box-linked a:link, .color-box-linked a:visited {
	color: #fff;
	text-decoration: none;
}
.color-box-unlinked:hover, .color-box-unlinked:hover p, .color-box-unlinked:hover h2, .color-box-unlinked:hover h3, .color-box-unlinked:hover h6, .color-box-unlinked a:hover, .color-box-unlinked a:active {
	color: #fff;
	text-decoration: none;
}
.color-box-unlinked:link, .color-box-unlinked p, .color-box-unlinked h2, .color-box-unlinked h3, .color-box-unlinked h6, .color-box-unlinked a:link, .color-box-unlinked a:visited {
	color: #fff;
	text-decoration: none;
}
.area-ht1{
	height: 400px;
}
.area-ht4{
	height: 500px;
}
.area-ht4m{
	height: 400px;
}
.area-ht4s{
	height: 350px;
}
.color-box2 {
	color: #fff;
	align-content: center;
	width: 90%;
	margin: 0;
	border: none;
	padding: 0;
}
.color-box2 p, .color-box2 h2, .color-box2 h3 {
	color: #fff;
}
.color-box2-in {
	padding: 10px;
}

.line-box:hover p, .line-box:hover h2, .line-box:hover h3, .line-box:hover, .line-box a.link-gen:hover, .line-box a.link-gen:active {
	color: #eaeaea;
}
.line-box:link, .line-box a.link-gen:link, .line-box a.link-gen:visited {
	color: inherit;
	text-decoration: none;
}
.line-box-in {	
	padding: 20px 0;
}
.circle-line-box-in {	
	padding: 20px;
}
.circle-box1 {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
	text-decoration: none;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box1:hover {
    background-color: transparent;
    /*-- background: url('/site/images/Recruiting-Icon-200.png'); --*/
	border: 12px solid #225a6d;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}
.circle-box2, .circle-box2 a {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box2:hover, .circle-box2:hover a {
    background-color: transparent;
    /*-- background: url('/site/images/RPO-Icon.png'); --*/
	border: 12px solid #1a222d;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}
.circle-box3, .circle-box3 a {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box3:hover, .circle-box3:hover a {
    background-color: transparent;
    /*-- background: url('/site/images/Military-Icon.png'); --*/
	border: 12px solid #505636;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}
.circle-box4, .circle-box4 a {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box4:hover, .circle-box4:hover a {
    background-color: transparent;
    /*-- background: url('/site/images/Attraction-Sourcing.png'); --*/
	border: 12px solid #6e2321;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}
.circle-box5, .circle-box5 a {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box5:hover, .circle-box5:hover a {
    background-color: transparent;
    /*-- background: url('/site/images/total-talent.png'); --*/
	border: 12px solid #39849e;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}
.circle-box6, .circle-box6 a {
    margin: 10px auto;
    width: 200px;
    height: 200px;
	line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 30px;
	border: 12px solid #fff;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.circle-box6:hover, .circle-box6:hover a {
    background-color: transparent;
    /*-- background: url('/site/images/total-talent.png'); --*/
	border: 12px solid #ba262f;
	border-radius: 10em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	color: inherit;
}

@media screen and (min-width: 941px) and (max-width: 1156px) {
.line-box:hover {
    height: 510px;
}
.line-box-ht2:hover {
    height: 480px;
}
.circle-box1, .circle-box2, .circle-box3, .circle-box4, .circle-box5 {
    width: 170px;
    height: 170px;
	border: 12px solid #fff;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	}
}

@media screen and (min-width: 769px) and (max-width: 940px) {
.circle-box1, .circle-box2, .circle-box3, .circle-box4, .circle-box5 {
    width: 150px;
    height: 150px;
	border: 12px solid #fff;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	}
}

@media screen and (min-width: 774px) and (max-width: 940px) {
.line-box:hover {
    height: 540px;
}
.line-box-ht2:hover {
    height: 500px;
}
}

@media screen and (min-width: 768px) and (max-width: 773px) {
.line-box:hover {
    height: 550px;
}
.line-box-ht2:hover {
    height: 520px;
}
}

@media screen and (min-width: 740px) and (max-width: 767px) {
.line-box:hover {
    height: 490px;
}
.line-box-ht2:hover {
    height: 450px;
}
}

@media screen and (min-width: 10px) and (max-width: 739px) {
.line-box:hover {
    height: 500px;
}
.line-box-ht2:hover {
    height: 450px;
}
}
/*------------------Testing Index boxes end------------------*/
.ot-arrow {
	content: "\2794";
}
.ot-down-arrow {
	content: "\21d3";
}
.ot-up-arrow {
	/*--content: "\21A5";--*/
	content: "\21D1";
	font-size: 1.2em;
}
/*------------------Testing Job Search Buttons------------------*/
.ot-wrap0-1 {
	margin: 0;
	padding: 0 1em;
}
.ot-wrap1 {
	margin: 0;
	padding: 1em;
}
.ot-wrap1-2 {
	margin: 0;
	padding: 1em 2em;
}
.ot-wrap2 {
	margin: 0;
	padding: 2em;
}
.job-search-area {
	width: 100%;
	text-align: center;	
	background-color: #f0f3f6;
	color: #000;
	margin: 0;
	padding: 1em 0;
	display: block;
}
.job-search-area h4 {
font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}
.job-search-area ul {
	align-content: center;
	list-style: none;
	padding: 02em 1em;
	display: inline-block;
}
.job-search-area ul li {
	align-content: center;
	padding: 0 1em;
	display: inline-block;
}
/*------------------Testing Email Form Area------------------*/
.email-form-area {
	width: 100%;
	text-align: center;	
	background-color: #4C5158;
	color: #fff;
	margin: 1em 0 0;
	padding: 1em 0 0;
	display: block;
}
.email-form-area h4 {
font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}
.email-form-area ul {
	align-content: center;
	list-style: none;
	padding: 0 1em;
	display: inline-block;
}
.email-form-area ul li {
	align-content: center;
	padding: 0 1em;
	display: inline-block;
}
/*------------------Removed class styles in 2017------------------*/
.content-2-3x {
}
.content-1-3x {
}
/*------------------Edited class styles in 2017------------------*/
.content-break-x {
	width: 0;
	margin-bottom: 0;
}

/*------------------Modified from Style.css------------------*/
h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4c5158;
	margin: 0;
	padding: 0 0 .2em;
}
h2 {
	font-family: 'Varela Round', sans-serif;
	font-size: 1.333em;
	font-weight: 400;
	color: #788794;
	margin: 0;
	margin-bottom: 1%;
	padding: 0;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #4c5158;
	margin: 0;
	padding: 0;
	padding-bottom: 1%;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.333em;
	text-transform: none;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.888em;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 1.9em;
	margin: 0 0 2% 0;
	padding: 0;
}
.styuppercase {
	text-transform: uppercase;
}
.stylowercase {
	text-transform: lowercase;
}
.stypropercase {
	text-transform: none;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.main-nav-box{
	width: 65%;
	float: right;
	margin-top: 2%;
}
.main-nav-box-top {
	height: .6em;
	border-top-left-radius: .75em;
	-moz-border-top-left-radius: .75em;
	-webkit-border-top-left-radius: .75em;
	width: 100%;
/*-- 	background: #fff;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	border-bottom-color: #ffffff; --*/
}
.main-nav-box-bottom {
	height: 3em;
	border-bottom-left-radius: 0.75em;
	-moz-border-bottom-left-radius: .75em;
	-webkit-border-bottom-left-radius: 0.75em;
	width: 97%;
/*-- background: #fff;
	border-top-width: 0.3em;
	border-top-style: solid;
	border-top-color: #225a6d; --*/
	padding-left: 3%;
}
.social-icons {
	font-size: 0.9em;
	width: 100%;
	line-height: 1em;
	margin: 1em 0 0 2%;
	padding: 0;
}
/*------------------New 2017 Styles------------------*/
.full-wide-wrap{
	width: 100%;
	padding: 0;
	margin: 0;
	align-content: center;
	text-align: center;
}
.full-wide{
	width: auto;
	padding: 2em 4%;
	margin: 0;
	text-align: left;
}
.copy-wide{
	width: auto;
	padding: 2em 10%;
	margin: 0;
	text-align: left;
}
.icon-li-wrap{
	display: inline-block;
	padding: 1em;
	margin: 0 2em;
}
.form50p-out-wrap{
	width: 100%;
	height: 639px;
}
.form50p-wrap{
	width: 50%;
	padding: 2% 2% 0;
	float: left;
}
.form50p-wrap h3{
	padding: 0 0 .75em;
}
.rf-arrow52{
	width: 52px;
    background-repeat: no-repeat;
	float: left;
}
.lf-arrow52{
	width: 52px;
    background-repeat: no-repeat;
	float: left;
}
.form50p-copy{
	width: 30%;
	padding: 14% 4%;
	margin: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
	background-image: url(/site/images/recruitment-force.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.narrow-arrow {
 display: none;
}
/*---------- Start Testing Image Hover Effect & Text positioning /recruiting-resources/employers/index-testing-phase2.aspx ------------*/
.ot-container {
    position: relative;
	width:50%;
  background-color: #000;
}
.ot-image {
  opacity: .3;
  transition: .5s ease;
  backface-visibility: hidden;
	float:left; width:100%; height:100%; object-fit:cover;
}
.ot-middle {
  transition: .5s ease;
  opacity: 1;
	position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%)
}
.ot-container:hover .ot-image {
  opacity: 1;
}
.ot-container:hover .ot-middle {
  opacity: 1;
}
.ot-text {
opacity: 1;
	background-color: transparent;
  color: #fff;
  font-size: 1.2em;
  padding: 1em;
  border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.ot-container:hover .ot-text {
opacity: .9;
  background-color: #fff;
  color: #000;
}
/*---------- End Testing Image Hover Effect & Text positioning /recruiting-resources/employers/index-testing-phase2.aspx ------------*/
@media screen and (min-width: 10px) and (max-width: 989px) {
.main-nav-box-top {
	display: none;
/*--	height: .6em;
	border-top-left-radius: .75em;
	-moz-border-top-left-radius: .75em;
	-webkit-border-top-left-radius: .75em;
	width: 100%;
 	background: #fff;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	border-bottom-color: #ffffff; --*/
}
.form50p-out-wrap{
	width: 100%;
	height: auto;
}
.form50p-wrap{
	width: 94%;
	padding: 2em 2%;
	float: left;
}
.rf-arrow52{
	display: none;
}
.lf-arrow52{
	display: none;
}
.form50p-copy{
	width: 96%;
	padding: 2em 2%;
	margin: auto;
	float: none;
	text-align: left;
	vertical-align: middle;
	background-image: url(/site/images/recruitment-force.jpg);
	background-color: #000;
    background-repeat: no-repeat;
	background-position: center;
}
.narrow-arrow {
	display: inline;
}
	
}
/*------------------Some Special Screen Sizes------------------*/
.area-ht4{
	height: 350px;
}
.area-ht4m{
	height: 300px;
}
.area-ht4s{
	height: 250px;
}
.area-ht1{
	height: 250px;
}
.area-ht2{
	height: 200px;
}
.area-ht3{
	height: 110px;
}
@media screen and (min-width: 10px) and (max-width: 380px) {
.area-ht4{
	height: 450px;
}
.area-ht4m{
	height: 400px;
}
.area-ht4s{
	height: 300px;
}
.area-ht1{
	height: 380px;
}
.area-ht2{
	height: 230px;
}
.area-ht3{
	height: 110px;
}
}
@media screen and (min-width: 381px) and (max-width: 510px) {
.area-ht4{
	height: 400px;
}
.area-ht4m{
	height: 360px;
}
.area-ht4s{
	height: 300px;
}
.area-ht1{
	height: 300px;
}
.area-ht2{
	height: 200px;
}
.area-ht3{
	height: 100px;
}
}
@media screen and (min-width: 699px) and (max-width: 767px) {
.area-ht4{
	height: 350px;
}
.area-ht4m{
	height: 330px;
}
.area-ht4s{
	height: 270px;
}
.area-ht1{
	height: 200px;
}
.area-ht2{
	height: 180px;
}
.area-ht3{
	height: 90px;
}
}
@media screen and (min-width: 768px) and (max-width: 910px) {
.area-ht4{
	height: 600px;
}
.area-ht4m{
	height: 490px;
}
.area-ht4s{
	height: 360px;
}
.area-ht1{
	height: 600px;
}
.area-ht2{
	height: 340px;
}
.area-ht3{
	height: 200px;
}
}
@media screen and (min-width: 911px) and (max-width: 1280px) {
.area-ht4{
	height: 520px;
}
.area-ht4m{
	height: 450px;
}
.area-ht4s{
	height: 350px;
}
.area-ht1{
	height: 500px;
}
.area-ht2{
	height: 300px;
}
.area-ht3{
	height: 160px;
}
}
@media screen and (min-width: 1281px) and (max-width: 1430px) {
.area-ht4{
	height: 450px;
}
.area-ht4m{
	height: 380px;
}
.area-ht4s{
	height: 300px;
}
.area-ht1{
	height: 350px;
}
.area-ht2{
	height: 250px;
}
.area-ht3{
	height: 140px;
}
}
@media screen and (min-width: 1431px) and (max-width: 1800px) {
.area-ht4{
	height: 400px;
}
.area-ht4m{
	height: 370px;
}
.area-ht4s{
	height: 300px;
}
.area-ht1{
	height: 300px;
}
.area-ht2{
	height: 240px;
}
.area-ht3{
	height: 110px;
}
}
@media screen and (min-width: 1801px) {
.area-ht4{
	height: 390px;
}
.area-ht4m{
	height: 370px;
}
.area-ht4s{
	height: 300px;
}
.area-ht1{
	height: 300px;
}
.area-ht2{
	height: 240px;
}
.area-ht3{
	height: 110px;
}
}

