* {
     margin: 0px;
     padding: 0px;
}

html {
	height: 100%;
	margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	 font-family: 'Oxygen', sans-serif;
	 font-size: 14px;
	 letter-spacing: 1px;
	 height: 100%;
	 color: #333;
}

img {
	border: 0px;
	outline: 0px;
}

.home {
      background: url('../images/main-bg.gif') repeat-x  #ced1d6;
}

.default {
	background: url('../images/interior-header.gif') repeat-x #fff;
}

@font-face {
	font-family: 'mixageb-webfont';
	src: url('../fonts/mixageb-webfont.eot');
	src: url('../fonts/mixageb-webfont.eot?#iefix')
	format('embedded-opentype'),
	url('../fonts/mixageb-webfont.woff') format('woff'),
	url('../fonts/mixageb-webfont.ttf') format('truetype'),
	url('../fonts/mixageb-webfont.svg#webfont') format('svg');
 }
 
.mixage {
	font-family: 'mixageb-webfont', sans-serif;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

p {
	margin-bottom: 30px;
	line-height: 26px;
	font-size: 14px;
}

h1 {
	font-family: 'mixageb-webfont', sans-serif;
	font-size: 40px;
	color: #fff;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-family: 'mixageb-webfont', sans-serif;
	/*font-family: "Ubuntu",sans-serif;	
	font-weight: 500;*/
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}

h4 {
	/*font-family: 'mixageb-webfont', sans-serif;*/
	font-family: "Ubuntu",sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 20px 0px;
	color: #000;
	/*letter-spacing: -1px;*/
	font-weight: 400;
	letter-spacing: -1px;
}

h5 {
	/*font-family: 'Oxygen',sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Ubuntu",sans-serif;	
	font-weight: 500;*/
	font-size: 15px;
	/*font-weight: bold;*/
	color: #333;
	margin-bottom: 16px;
	/*font-weight: normal;*/
	background: #D9DEF2;
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

a:link,a:visited {
	text-decoration: underline;
	color: #069;
}

a:link:hover {
   text-decoration: none;
}

a.white_link,a.white_link:visited {
	color: #fff;
	text-decoration: none;
}

a.white_link:hover {
	background: #161040;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}

.text_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

hr {
	color: #666;
    background-color: #666;
    height: 2px;
	margin: 30px 0px 30px 0px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.menu {
	width: 216px;
	height: 200px;
	float: left;
	padding: 0px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0px;
}

.logoholder {
	width: 500px;
	float: left;
	padding-top: 24px;
}

.logo-int {
	border: none;
}

.services {
	background: url('../images/menu1.gif') #2b255c;
	height: auto;
}

.industry {
	background: url('../images/menu2.gif');
	margin-left: 10px;
}

.solutions {
	background: url('../images/menu3.gif');
	margin-left: 10px;
}

.menu ul {
	list-style-type: none;
	padding: 4px 10px 4px;
	font-size: 14px;
	display: block;
	margin: 0px;
	/*height: 160px;*/
}

.menu ul a {
	display: block;
	width: 200px;
	padding: 2px;
	text-decoration: none;
}

.menu ul a:link,.menu a:visited {
	color: #fff;
}

.menu ul a:hover {
	background: #161040;
}

.menu ul li {
	margin-bottom: 4px;
}

.menu ul ul,.menu ul ul li {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}


div#networking_menu {
	display: none;
	margin-bottom: 4px;
}

#networking_menu a:hover {
	background: #000;
	width: 170px;
}

#networking_submenu {
	width: 100px;
	float: left;
}

#networking_submenu a:link,#networking_submenu a:visited {
	background: #31267c;
	width: 150px;
	display: block;
	color: #ededed;
	font-size: 12px;
	padding: 3px 0px 3px 4px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#networking_submenu a:hover {
	background: #2D8A20;
	color: #f0f0f0;
}

#networking_submenu li {
	margin-bottom: 6px;
}

.close_menu {
	width: 16px;
	height: 20px;
	float: right;
	margin-right: 6px;
	background: #161040;
	padding: 2px;
}

.close_this:hover,.facebook:hover {
	opacity:0.7;
    filter:alpha(opacity=70);
}

.menu_head {
	background: #161040;
	color: #FF0;
	width: 200px;
	color: #fff; 
	padding: 2px;
	margin: 0px 0px 8px 7px;
}

/*.menu_head a:hover {
	color: #090;
	text-decoration: none;
}*/

.menu_head_link,.menu_head_link2 {
	background: #161040;	
	width: 179px;
	float:left;
	color: #fff; 
	padding: 2px;
	margin: 0px 0px 8px 7px;
	height: 20px;
}

.menu_head_link:hover,.menu_head_link2:hover {
	cursor: pointer;
}

.menu_head_link a:link,.menu_head_link a:visited,.menu_head_link2 a:link,.menu_head_link2 a:visited {
	color: #fff;
}

.solutions_head {
	margin-top: 54px;
}

.logo {
	background: url('../images/logo.png') no-repeat;
	float: left;
	width: 280px;
	height: 200px;
}

#blue_bar {
	background: url('../images/blue-bar.png') repeat-x #009;
	width: 100%;
	clear: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 100px;
}

#menu2 {
	/*width: 500px;*/
	width: 400px;
	float: left;
	margin: 36px 0px 0px 20px;
	/*padding: 26px 0px 0px 40px;*/
}


#menu2 ul,#company_menu ul,#difference_menu ul {
	list-style-type: none;
}

#menu2 li {
	float: left;
	padding: 0px;
}

#menu2 li,#company_menu li#difference_menu li {
	display: inline;
	margin-right: 18px;
}

#menu2 a:link,#menu2 a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

#menu2 a:hover {
	background: #161040;
}

#show_options {
	clear: left;
	width: 100%;
	height: 10px;
	padding-top: 6px;
}

#company_menu,#difference_menu {
	display: none;
	clear: left;
	float: left;
    font-size: 12px;
	/*margin-top: 10px;*/
}

#column1 {
	width: 696px;
	float: left;
	margin: 20px 14px 40px 0px;
}

#column2 {
	width:250px;
	float: left;
	margin: 20px 0px 40px 0px;
}

.c2e {
	width: 230px;
	padding: 10px; 
	color: #fff;
}

.help {
	 background: #d83a3a;
	 border: 1px solid #fff;
}

.newsletter {
	background: #2d8a20;
	border: 1px solid #fff;
}

#light_blue_bar {
	width: 672px; 
	background: #5876c4; 
	border: 1px solid #fff;
	padding: 2px 10px 2px 10px;;
	margin-bottom: 12px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0px;
	height: 34px;
}

#light_blue_bar ul {
	font-size: 14px;
	margin: 8px 8px 0px;
	letter-spacing: 1px;
}

#light_blue_bar li {
	display: inline;
	margin-left: 12px;
}

#content {
	width: 100%;
	background: #3a55a6;	
	clear: both;
	color: #fff;
	border-top: 4px solid #fff;
	padding-bottom: 40px;
}

#content a:link {
    color: #fff;
	text-decoration: underline;
}


#content a:visited {
	color: #f0f0f0;
	text-decoration: underline;
}

#content a:hover {
	color: #CF0;
	text-decoration: none;
}


#contentholder {
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	min-height: 100px;
	font-size: 22px;
	letter-spacing: -1px;
	width: 960px;
}

#footer {
	/*background: url('../images/footer-bg.gif') repeat-x bottom #272564;*/
	background: url('../images/footer-bg2.png') repeat-x;
	color: #fff;
	/*height: 200px;*/
	height: 170px;
	border-top: 1px solid #fff;
	clear: left;
	width: 100%;
}

.menubg {
	background: #003;
	padding: 4px 20px 8px 20px;
	border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
	width: 440px;
	border: 1px solid #000;
	margin-top: 30px;
	text-align: center;
}

#footermenu li {
    list-style-type: none;
	display: inline;
	font-size: 16px;
	margin-right: 14px;
	letter-spacing: 1px;
}

#footermenu a:link,#footermenu a:visited {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#footermenu a:hover {
	color: #5FDE4C;
}

.form_row {
	margin-bottom: 18px;
	width: 100%;
}

.interior_form_wrapper {
	width: 80%;
	margin: 0 auto 60px auto;
	height: auto;
}

.inside {
	width: 100px;
}

.shadow {
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 1);
    box-shadow:         0px 1px 5px rgba(50, 50, 50, 1);
}

.box {
	background: #f0f0f0;
	padding: 30px;
	font-size: 13px;
	width: 500px;
	margin: 20px auto 20px auto;
	border: 3px solid #ccc;
	color: #333;
}

.box ul {
	margin: 10px 0px 20px 20px;
}

.boxshadow {
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 1);
    box-shadow:         0px 1px 5px rgba(50, 50, 50, 1);
	background: #fff;
	margin: 16px 0px 24px 0px;
	/*min-height: 254px;*/
	height: 252px;
	padding: 16px;
	box-sizing: border-box;
	font-size: 13px;
}

.boxshadow p {
	line-height: 20px;
	margin-bottom: 10px;
}

.box2 {
	width: 500px;
	border: 1px #ccc solid;
	padding: 10px;
	margin: 50px auto 50px auto;
}

.box2 ul {
	margin: 10px 0px 20px 20px;
}

.center {
     width: 300px;
	 margin: 0 auto 30px auto;
}

.center2 {
	width: 550px;
	margin: 0 auto 30px auto;
}


.inputfield {
	background: #ccc;
	font-size: 13px;
	padding: 8px;
	width: 90%;
	height: 16px;
	border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
	color: #333;
	box-shadow:inset 3px 4px 10px #979797;
	-moz-box-shadow:inset 3px 4px 10px #979797;
}

.inputfield_interior {
	background: #f0f0f0;
	font-size: 13px;
	padding: 8px;
	width: 90%;
	height: 16px;
	border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
	color: #333;
	box-shadow:inset 3px 4px 10px #979797;
	-moz-box-shadow:inset 3px 4px 10px #979797;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
}

textarea {
	background: #f0f0f0;
	font-size: 13px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #333;
	box-shadow: inset 3px 4px 10px #979797;
	-moz-box-shadow: inset 3px 4px 10px #979797;
	border: 0px;
}


.inputbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    /*-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 1);
    box-shadow:         0px 1px 5px rgba(50, 50, 50, 1);*/
	width: 100px;
	color: #fff;
	border: 0px;
}

.inputbutton:active {
	position: relative;
	top: 1px;
	color: #fff;
}

.blue {
	color: #fff;
	border: solid 1px #333399;
	background: #384d9e;
	background: -webkit-gradient(linear, left top, left bottom, from(#384d9e), to(#4c64aa));
	background: -moz-linear-gradient(top,  #384d9e,  #4c64aa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#384d9e', endColorstr='#4c64aa');
}

.blue:hover {
	background: #2f3f7a;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f3f7a), to(#384d9e));
	background: -moz-linear-gradient(top,  #2f3f7a,  #384d9e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3f7a', endColorstr='#384d9e');
}

.blue:active,.blue:visited {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#384d9e), to(#2f3f7a));
	background: -moz-linear-gradient(top,  #384d9e,  #2f3f7a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#384d9e', endColorstr='#2f3f7a');
}

/** home page **/

#column1 {
	width: 696px;
	float: left;
	margin: 20px 14px 20px 0;
}

#column2 {
	width:250px;
	float: left;
	margin: 20px 0 20px 0;
}

#column2 a:link,#column2 a:visited, #column2 a:hover {
	color: #fff;
}

.c2e {
	width: 230px;
	padding: 10px; 
	color: #fff;
}

.help {
	 background: #d83a3a;
	 border: 1px solid #fff;
}

.newsletter {
	background: #2d8a20;
	border: 1px solid #fff;
}

#light_blue_bar {
	width: 672px; 
	background: #5876c4; 
	border: 1px solid #fff;
	padding: 2px 10px 2px 10px;;
	margin-bottom: 12px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0px;
}

#light_blue_bar ul {
	font-size: 14px;
	margin: 8px 8px 0px;
	letter-spacing: 1px;
}

#light_blue_bar li {
	display: inline;
	margin-left: 12px;
}

#content {
	width: 100%;
	background: #3a55a6;	
	clear: both;
	color: #fff;
	border-top: 4px solid #fff;
	padding-bottom: 40px;
}

.contentholder {
	width: 880px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}


/** interior page **/

.interior_logoholder {
	width: 550px;
	height: 110px;
	float: left;
	padding-top: 30px;
}

.interior_logo_text {
	font-size: 34px;
	/*margin: 18px 0px 0px 0px;*/
	padding-top: 20px;
	font-family: 'mixageb-webfont', sans-serif;
	color: #fff;
	letter-spacing: -2px;
	width: 410px;
	float: left;
}

.interior_logo_text a:link,.interior_logo_text a:visited {
	color: #fff;
	text-decoration: none;
}
	

.interior_menu2 {
	/*width: 384px;
	float: left;
	padding: 58px 0px 0px 16px;*/
	width: 390px;
	float: left;
	margin: 60px 0px 0px 0px;
	padding-left: 20px;
}

.interior_menu2 ul {
	list-style-type: none;
}

.interior_menu2 li {
	display: inline;
	margin-right: 16px;
}

.interior_menu2 a:link,.interior_menu2 a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

.interior_menu2 a:hover {
	background: #161040;
}

#interior_column1 {
	width: 216px;
	float: left;
	clear: both;
	margin-right: 30px;
}

#interior_content {
	width: 714px;
	float: left;
	min-height: 100%;
	margin-bottom: 30px;
}

#interior_footer {
	background: url('../images/full-bg.gif') repeat-x;
	width: 100%;
	clear: both;
	height: 80px;
	/*position: relative;*/
	margin-top: 2px;
}

/*.push {
	height: 280px;
	clear: left;
	position: relative;
}
*/
.interior_wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	/*margin: 0 auto -280px;*/
	position: relative;
}

.interior_industry {
	background: url('../images/menu2.gif');
	border-top: 1px solid #000;
}

.interior_solutions {
	background: url('../images/menu3.gif');
	border-top: 1px solid #000;
}

.interior_help {
	background: url('../images/menu4.gif');
	border-top: 1px solid #000;
	min-height: 26px;
	height: auto;
	color: #fff;
}

.interior_newsletter {
	background: url('../images/menu5.gif');
	border-top: 1px solid #000;
	min-height: 26px;
	height: auto;
	color: #fff;
}

#enews_signup {
	display: none;
	clear: both;
	color: #000;
	font-size: 14px;
}

#help_login {
	display: none;
	clear: both;
	font-size: 14px;
}

#help_login p {
	line-height: 20px;
	margin-bottom: 16px;
}

#interior_content h2 {
	font-size: 32px;
	margin: 0px;
	padding: 0px;
	/*text-transform: uppercase;*/
	letter-spacing: -1px;
	color: #2F2861;
	border-bottom:4px solid #2F2861;
	/*font-family: "Ubuntu",sans-serif;*/
	/*font-weight: 300;*/
    /*font-family: "Open Sans",sans-serif;*/
	font-family: 'mixageb-webfont', sans-serif;
}

#interior_content h3 {
     /*font-family: Arial, Helvetica, sans-serif;*/
	  font-size: 14px;
	 color: #999;
	 font-weight: normal;
	 margin: 16px 0px 20px 0px;
	 padding-bottom: 10px;
	 letter-spacing: 4px;
	border-bottom: 1px dotted #ccc;	 
}

#contains_sub h3 {
	margin-bottom: 0px;
}

#section_submenu {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	padding: 6px 0px 4px 0;
	margin-bottom: 20px;
}

#section_submenu ul {
	list-style-type: none;
	margin-left: 6px;
}

#section_submenu li {
	border-right: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
	display: inline;
	text-align: center;
}

#section_submenu a {
	display: inline-block;
	width: auto;
	padding: 4px;
	text-decoration: none;
	color: #666;
}

#section_submenu a:hover {
	background: #CCC;
	color: #333;
	text-decoration: none;
}

#section_submenu2 {
	border-bottom: 1px solid #ccc;
	padding: 16px;
	margin: 10px 0px 30px 20px;
	background: #f0f0f0;
	font-size: 11px;
	width: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#section_submenu2 ul {
	margin: 10px 10px 10px 30px;
}

#section_submenu2 li {
	margin-bottom: 6px;
}

#section_submenu2 a:link,#section_submenu2 a:visited {
	color: #666;
	text-decoration: underline;
}

#section_submenu2 a:hover {
	color: #06C;
	text-decoration: none;
}

.label {
	width: 120px;
	float: left;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.content_list {
	margin: 10px 40px 10px 40px;
}

.content_list li {
	margin-bottom: 10px;
}

/*partners*/

.partner_logo {
	width: 244px;
	float: left;
	margin-right: 10px;
}

.partner_text {
	width: 350px;
	float: left;
}

.partner_website {
	background: #ededed;
	width: 100%;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

ul#wide_list {
	margin: 0px;
}

ul#wide_list li {
	margin-bottom: 8px;
}


ul#box_list {
	margin: 10px 10px 10px 30px;
}

ul#box_list li {
	margin-bottom: 8px;
	line-height: 24px;
}

.acc_header {
	margin-bottom: 0px;
}

.acc_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
}

.risk_header {
	/*font-family: "Ubuntu", sans-serif;*/
	font-family: "mixageb-webfont", sans-serif;
	font-size: 20px;
	color: #3D5AA9;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 20px;
}

.return_top {
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background: #f0f0f0;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#shared_vue {
	letter-spacing: normal;
	margin: inherit;
	padding: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#shared_vue h1,#shared_vue h2,
#shared_vue h3,
#shared_vue h4{
	letter-spacing: normal;
	font-family: inherit;
	border: none;
}

.img_right {
	margin: 0px 0px 16px 16px;
}

.img_left {
	margin: 0px 16px 16px 0px;
}

#news_heading {
	font-size: 28px;
	color: #fff;
	width: 150px;
	height: 36px;
	float: left;
	letter-spacing: -1px;
	text-align: center;
	background: url('../images/news.gif') repeat-y right;
	padding-top: 12px;
}

/*employment*/

#employment {
	width: 960px;
	height: 49px;
	/*padding: 1%;*/
	background: #161040;
	color: #fff;
	margin-top: 26px;
	border: 1px solid #fff;
}

#employment p {
	margin-left: 350px;
}

#employment a:link,#employment a:visited {
	color: #AAC8E8;
}

#employment a:hover {
	color: #ccc;
}

.marquee, .marquee-with-options {
	 float: right;
	 width: 810px;
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
}

.go_resume {
	width: 100%;
	text-align: left;
	height: 30px;
	padding: 0px 10px 10px;
}

.go_resume a,.go_resume a:visited {
	color: #fff;
	text-decoration: none;
}

.resume_button {
   border-top: 1px solid #919191;
	background: #384d9e;
	background: -webkit-gradient(linear, left top, left bottom, from(#384d9e), to(#4c64aa));
	background: -moz-linear-gradient(top,  #384d9e,  #4c64aa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#384d9e', endColorstr='#4c64aa');
   padding: 5px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff;
   font-size: 13px;
   text-decoration: none;
   vertical-align: middle;
   text-transform: uppercase;   
}


.resume_button:hover {
   border-top-color: #6e6e6e;
   background: #6e6e6e;
   color: #ccc;
}

.resume_button:active {
   border-top-color: #a80505;
   background: #a80505;
}

.tech-data {
	background: #000034;
	color: #fff;
	display: block;
	padding: 20px 0px;
	height: 57px;
}

.state-term-pricing {
	clear: both;
	background: #fff;
	margin-bottom: 40px;
	padding: 30px;
}

.state-term-pricing h2 {
	color: #fff;
	border: 0;
	background: #2F2861;
	padding: 6px;
}

.state-term-pricing p {
	margin-bottom: 0;
}

.state-term-pricing img:hover {
	opacity: .75;
}

.state-term-pricing p strong {
	color: #2F2861;
}

.flex-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-row div:first-of-type {
	margin-right: 20px;
}
