@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;
	}

	
	/*--  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;}	
	

	
	.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;
	}
	

			
		
	
	
	
	/*--  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;}	
	

	
	.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;
	}
	

		
	
	
	
	/*--  map ----*/
	.map {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70px;
	}
	
	.map iframe {
		width: 100%;
		vertical-align: text-bottom;
	}	

	
	
	
	

	/*  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;
	}
	

		
	
	
	/*--  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;}	
	

	
	.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;
	}
	

	
	
	/*--  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;}	
	

	
	.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;
	}
	

	
		
	
	

	
	/*--  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;}
	

	
	.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;
	}
	

	
	/*--  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;}

	

	
	.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;
	}

	
}









.contact_link {
		font-size: 1em;
		color: rgb(102,160,248);
		font-weight: 400;
		transition: color 0.3s ease;

}

.contact_link:hover {color: rgb(36,38,123);}





