@charset "utf-8";
/* CSS Document */



/*  BOX SIZING  ================================================ */
.main, .inner_main, .heading, .blurb, .careers {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {margin: 0 0 0 0;}


/* hanging indent in key features, bullets not outside though  */
.careers ul {
	padding-left: 10px; /* hanging indent*/
	text-indent: -10px; /* hanging indent*/
}


/* reset */
* {
	margin: 0 0 0 0;
}



/*  344 AND BELOW ================================================ */
@media all and (max-width: 344px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 7%;
		padding-right: 7%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 1.6em;
		line-height: 1em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.1em;
		line-height: 1.5em;
		font-weight: 200;
	}
	

	
	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .75em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 15px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1em;
		line-height: 1.3em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1em;
		line-height: 1.3em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1em;
		line-height: 1.3em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: color 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: rgb(38,36,123);
	}	
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}

	
	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 100%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}	
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}
				
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}
	
}














/*  345 to 600 ================================================ */
/*  iphone 7 portrait */

@media all and (max-width: 600px) and (min-width: 345px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 7%;
		padding-right: 7%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	
	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2em;
		line-height: 1.2em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.25em;
		line-height: 1.6em;
		font-weight: 200;
	}



	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .75em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 20px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	.subhead {
		font-size: 1em;
		line-height: 1.4em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1em;
		line-height: 1.4em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
			
		
	
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}
	

		
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 100%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}	
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}	
	
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}
	
	
}










/*  601 TO 768 ================================================ */
/* iphone 7 landscape */

@media all and (max-width: 768px) and (min-width: 601px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 7%;
		padding-right: 7%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	
	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2em;
		line-height: 1.2em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.25em;
		line-height: 1.6em;
		font-weight: 200;
	}
	

	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .75em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 20px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1em;
		line-height: 1.4em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1em;
		line-height: 1.4em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
		
	
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}	

	
	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 100%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}	
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}
	
	

	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}

}












/*  769 TO 1024 ================================================ */
/*  ipad pro portrait*/

@media all and (max-width: 1024px) and (min-width: 769px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 10%;
		padding-right: 10%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	

	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2.2em;
		line-height: 1.4em;
		font-weight: 800;
		margin-bottom: 15px;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.45em;
		line-height: 1.6em;
		font-weight: 200;
	}

	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .75em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 20px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1em;
		line-height: 1.4em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1em;
		line-height: 1.4em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
	
		
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}

	
	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 100%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}	
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}
	
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}
	
	
}










/*  1025 TO 1200 ================================================ */

@media all and (max-width: 1200px) and (min-width: 1025px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 10%;
		padding-right: 10%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	


	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2.2em;
		line-height: 1.4em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.45em;
		line-height: 1.6em;
		font-weight: 200;
	}

	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .8em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 20px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1em;
		line-height: 1.3em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1em;
		line-height: 1.3em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1em;
		line-height: 1.3em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}

	
	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 90%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1.1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1.1em;
		line-height: 1.4em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}	
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}			
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}
	

}








/*  1201 TO 1500 ================================================ */
/*  ipad pro landscape */

@media all and (max-width: 1500px) and (min-width: 1201px) {

	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 10%;
		padding-right: 10%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	

	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2.3em;
		line-height: 1.6em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: 200;
	}

	
	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .8em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 20px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1.1em;
		line-height: 1.3em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
	
		
	
	

	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 100px;
	}
	
	.map iframe {
		width: 80%;
		vertical-align: text-bottom;
	}

	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 80%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1.1em;
		line-height: 1.5em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.1em;
	}
	
	.careers_p2 {
		font-size: 1.1em;
		line-height: 1.5em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}
	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}
		
	
	
	
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}
	
	
}






/*  1501PX AND ABOVE ================================================ */

@media all and (min-width: 1501px) {

	
	/* main ----------------------------*/

	.main {
		display: block;
		padding-left: 10%;
		padding-right: 10%;
	}

	.inner_main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
	}
	

	
	/*-- blurb----*/
	.blurb {
        display: block;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	.blurb h1 {
		text-align: left;
		color: #0b3c81;
		font-size: 2.4em;
		line-height: 1.6em;
		font-weight: 800;
	}
	
	.blurb p {
		text-align: left;
		color: #646464;
		font-size: 1.6em;
		line-height: 1.6em;
		font-weight: 200;
	}
	

	/*  row headings */
	h2 {
		text-align: left;
		text-transform: uppercase;
		font-size: .85em;
		letter-spacing: 1px;
		font-weight: 800;
		color: #0b3c81;
		margin-bottom: 25px;
	}
	
	/*--  contact ----*/
	.row_address {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.col_address {
		display: block;
		margin: 0 0 1em 0;
	}

	
	.subhead {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #000000;
		font-weight: 600;
		margin: 25px 0 4px 0;
	}
	
	.col_address p {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 0 0;
	}
	
	.col_address a {
		font-size: 1.1em;
		line-height: 1.3em;
		color: rgb(38,36,123);
		font-weight: 200;
		transition: 0.3s ease;
		margin: 0 0 0 0;
	}

	.col_address a:hover {
		color: #d7d7d7;
	}
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 100px;
	}
	
	.map iframe {
		width: 70%;
		vertical-align: text-bottom;
	}
	
	
	
	/*---- careers ----*/
	.careers	{
		display: block;
		width: 70%;
		margin-bottom: 160px;
	}
	
	.careers_p1 {
		font-size: 1.1em;
		line-height: 1.5em;
		color: #646464;
		font-weight: 200;
		margin-bottom: 1.4em;
	}
	
	.careers_p2 {
		font-size: 1.1em;
		line-height: 1.5em;
		color: #646464;
		font-weight: 200;
		margin: 0 0 .6em 0;
	}
	
	.careers_p2:nth-of-type(4) {margin-bottom: 1.6em;}

	
	.careers a {
		font-size: 1em;  /* don't forget em is based on parent. careers p above. so to get parent's 1.1em, it's 1em */
		color: rgb(38,36,123);
		font-weight: 400;
		transition: 0.3s ease;
	}	

	.careers a:hover {
		color: #d7d7d7;
	}
	
	.position {
		font-size: 1em;
		font-weight: 600;
		color: #000000;
	}
	
	.position2 {
		font-size: 1em;
		font-weight: 400;
		color: #000000;
	}


	
	
	
	/*  CLEAR FLOAT!  */
	.row:before, .row:after {
			content: "";
			display: table;
		}

	.row:after {
		clear: both;
	}

	
}









/*  CAREERS PAGE PHOTO AND NEW LINK TO DLR   */


@media all and (max-width: 800px) {
	.careers_relative1 {display: none;}
	.careers_relative2 {display: block;}
}

@media all and (min-width: 801px) {
	.careers_relative1 {
		display: block;
		position: relative;
		width: 70%;
		height: auto;
	}
	.careers_relative2 {display: none;}
	
}


.careers_image {
	width: 100%;
	height: auto;
	vertical-align: middle;
	z-index: 1;
}


.careers_gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
    box-sizing: border-box;
	background-color: rgba(0,0,0, 0.45);
	transition: background-color ease .3s;
}

.careers_msg1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 63.8%;
	height: 17.4%;
	z-index: 3;
    box-sizing: border-box;
	background-color: rgba(0,0,0,0);
	transition: color ease .3s;
}



.careers_relative1 a:hover .careers_gradient {
	background-color: rgba(0,0,0, 0.8);
}

.careers_relative1 a:hover .careers_msg {
	color: rgba(122,180,248,1);
}



.careers_msg2 {
	font-size: 1em;
	font-weight: 400;
	color: #686868;
	text-align: left;
	line-height: 1.1em;
	transition: color ease .2s;
}

.careers_msg2:hover {
	color: rgb(102,160,248);
}






