html, body, form, fieldset, blockquote, img {
	margin: 0;
	padding: 0;
	border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	color: #223240;
	font: normal normal normal 14px/1.6 'Raleway', myriad-pro, 'Trebuchet MS', Arial, sans-serif;
	background-color: #415464;
}

body {
	min-width: 960px;
}

ul {
	margin: 8px 0;
	padding: 0 0 0 34px;
}

ol {
	margin: 8px 0;
	padding: 0 0 0 25px;
}

ol.roman li {
	list-style-type: upper-roman;
}

ul li {
	margin: 3px 0;
	padding: 0 0 0 0;
	color: #536b89;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

a,
a:link {
	color: #5a9db4;
	text-decoration: underline;
}

a:visited {
	color: #7287A1;
}

a:hover,
a:active {
	color: #47BDFF;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 22px;
	margin: 20px 0 16px;
	padding: 0 0 6px;
	border-bottom: 1px solid #bfc9d5;
	color: #415464;
}

html.professional_directory h1 {
	margin: 20px 0 4px;
}

h2,
h2 a,
h2 a:link,
h2 a:visited {
	color: #415464;
	font-size: 14px;
	line-height: 22px;
	margin: 25px 0 8px;
	text-decoration: none;
}

h2 a:hover,
h2 a:active {
	color: #8EAED8;
	text-decoration: underline;
}

h3,
h3 a,
h3 a:link,
h3 a:visited {
	color: #99918b;
	font-size: 13px;
	line-height: 22px;
	margin: 25px 0 0;
	text-decoration: none;
}

h3 a:hover,
h3 a:active {
	text-decoration: underline;
}

h3 .small,
h3 .small a,
h3 .small a:link,
h3 .small a:visited {
	color: #1d73df;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 .small a:hover,
h3 .small a:active {
	color: #47BDFF;
}

h4,
h4 a,
h4 a:link,
h4 a:visited {
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	color: #99918b;
	margin: 25px 0 0;
}

h4 a:hover,
h4 a:active {
	text-decoration: underline;
}

html.professional_directory #main h4 {
	margin: 0 0 25px;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	line-height: 18px;
	color: #555555;
	margin: 25px 0 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	border: 1px solid #e8e8e8;
	padding: 6px;
	color: #6b6b6b;
	font: normal normal bold 12px/15px Helvetica, Arial, sans-serif;
}

input[type=file]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	outline: 3px solid #b4d4f4;
}

@-moz-document url-prefix() {
	input[type=file]:focus,
	input[type=email]:focus,
	input[type=password]:focus,
	input[type=tel]:focus,
	input[type=text]:focus,
	input[type=url]:focus,
	textarea:focus,
	.custom-select.focus {
		outline: 3px solid #b4d4f4;
	}
}

input.date {
	padding-right: 24px;
	background: #fff url("../images/icons/resources/calendar.gif") no-repeat scroll 95% 50%;
}

.input-with-button {
	position: relative;
}

.input-with-button button,
.input-with-button .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.button,
a.button,
a.button:link,
a.button:visited,
button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 8px 25px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #586673;
	zoom: 1;
}

.button:hover,
button:hover,
a.button:hover,
a.button:active {
	background-color: #8da1b4;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}

a.button.blue,
a.button.blue:link,
a.button.blue:visited,
button.blue,
a.button.orange,
a.button.orange:link,
a.button.orange:visited,
button.orange {
	font: normal normal bold 13px/16px Raleway, 'Arial Black', Arial, sans-serif;
	padding: 10px 30px;
	border: 4px solid #e6ebed;
	color: #ffffff;
}

button.blue:hover,
a.button.blue:hover,
a.button.blue:active,
button.orange:hover,
a.button.orange:hover,
a.button.orange:active {}

a.button.blue.small,
a.button.blue.small:link,
a.button.blue.small:visited,
button.blue.small,
a.button.orange.small,
a.button.orange.small:link,
a.button.orange.small:visited,
button.orange.small {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Raleway', 'myriad-pro', Arial, sans-serif;
	padding: 0;
}

a.button.blue,
a.button.blue:link,
a.button.blue:visited,
button.blue {
	background-color: #5a9db4;
}

button.blue:hover,
a.button.blue:hover,
a.button.blue:active {
	background-color: #77cce6;
}

a.button.orange,
a.button.orange:link,
a.button.orange:visited,
button.orange {
	background-color: #f09f59;
}

button.orange:hover,
a.button.orange:hover,
a.button.orange:active {
	background-color: #feb677;
}

iframe {
	border: none;
}

iframe#newsletter-signup {
	background: #fff;
	height: 540px;
	margin: 2em 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

::-moz-selection {
	background: #e7c867;
	color: #2E4D6C;
}

::selection {
	background: #e7c867;
	color: #2E4D6C;
}

.clearfix {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	zoom: 1;
}

.clearfix:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

img.left,
img.right,
img.alignleft,
img.alignright {
	padding: 3px;
	background-color: #e0e0e0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}

img.left,
img.alignleft {
	margin: 12px 25px 20px 0;
}

img.right,
img.alignright {
	margin: 12px 0 20px 25px;
}

img.no_border,
img.no_border.left,
img.no_border.right,
img.no_border.alignleft,
img.no_border.alignright {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
}

.error {
	color: #E12A18;
	font-style: italic;
}

.small {
	font-size: 80%;
}

.inline-block {
	display: -moz-inline-box;
	display: inline-table;
	display: inline-block;
}

table {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 12px;
}

table tr {
	vertical-align: middle;
}

table tr th,
table tr td {
	border: 2px solid #e8e8e8;
	padding: 3px 4px;
}

table tr th {
	text-align: left;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #555;
}

table tr td {}

table tr:nth-child(2n+1) td {
	background-color: #f0f7ff;
}

table tr.odd td {
	background-color: #fff;
}

table tr.even td {
	background-color: #f0f7ff;
}

table tr:hover td {
	background-color: #fff6cd;
}

table.padded_table {}

table.padded_table td,
table.padded_table th {
	padding: 3px 4px;
}

table.plain,
table.plain tr,
table.plain tr td {
	vertical-align: middle;
	background-color: transparent;
	border-width: 0;
}

table.plain tr td {
	padding: 3px 4px;
}

.sIFR-alternate {
	display: none;
}

.ta_left {
	text-align: left;
}

.ta_right {
	text-align: right;
}

.ta_center {
	text-align: center;
}

.va_top,
table.va_top tr {
	vertical-align: top;
}

.va_middle,
table.va_middle tr {
	vertical-align: middle;
}

.va_bottom,
table.va_bottom tr {
	vertical-align: bottom;
}

blockquote {
	font-size: 16px;
	line-height: 22px;
	color: #597ba5;
	font-style: italic;
}

blockquote.left,
blockquote.right {
	width: 190px;
}

blockquote.left {
	clear: left;
	margin: 0 30px 20px 0;
}

blockquote.right {
	clear: right;
	margin: 0 0 20px 30px;
}

blockquote p:before {
	content: '“';
}

blockquote p:after {
	content: '”';
}

blockquote > p:last-child {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
}

blockquote > p:last-child strong {
	display: block;
}

blockquote > p:last-child:after,
blockquote > p:last-child:before {
	content: "";
}

blockquote h2,
blockquote h3,
blockquote h4 {
	margin: 0 0 4px;
}

.cols_2,
.cols_3 {
	zoom: 1;
}

.cols_2:after,
.cols_3:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.cols_2 .col,
.cols_3 .col {
	float: left;
}

.cols_2 .col {
	width: 47%;
}

.cols_2 .col_1 {
	margin: 0 3% 3% 0;
}

.cols_2 .col_2 {
	float: right;
	margin: 0 0 3% 3%;
}

.cols_3 .col {
	width: 31%;
}

.cols_3 .col_1,
.cols_3 .col_2 {
	margin: 0 3% 3% 0;
}

.cols_3 .col_3 {
	float: right;
	margin: 0 0 3% 0;
}

.cols .col.button {
	box-sizing: border-box;
}

.two-col {
	column-count: 2;
	column-gap: 6em;
}

.samples .two-col article {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

/** Structure */

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

.content_wrapper:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

header,
#container header {
	background-color: #ffffff;
	padding: 10px;
	color: #223240;
}

header .tax-callout {
	box-sizing: border-box;
	display: block;
	position: relative;
	top: -10px;
	margin-left: 23px;
}

header .btn {
	font-size: 14px;
	font-weight: bold;
	display: block;
	max-width: 100%;
	text-align: left;
	padding: 10px;
	text-transform: none;
}

header svg {
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 4px;
}

header .content_wrapper,
#container header .content_wrapper {
	position: relative;
}

#logo,
#logo:link,
#logo:visited {
	display: block;
	float: left;
}

#logo:hover,
#logo:active {}

#logo img,
#logo:link img,
#logo:visited img {
	vertical-align: middle;
}

.celebrating-20-years {
	float: left;
	margin: 5px 0 0 20px;
}

.social_links {
	margin: 0 0 0;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.social_links a {
	color: #5a9db4;
	text-decoration: none;
}

.social_links a:hover,
.social_links a:active {
	color: #47BDFF;
}

.social_links a.socicon {
	text-transform: none;
	background-color: #7da1c0;
	color: #ffffff;
	padding: 4px;
	font-size: 10px;
	font-weight: normal;
}

.social_links a.socicon:hover,
.social_links a.socicon:active {
	background-color: #47BDFF;
}

.socicon {
	font-family: socicon, serif;
}

nav ul {
	margin: 0;
	padding: 0;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	list-style: none outside none;
}

nav ul:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

nav ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none outside none;
	float: left;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited {
	display: block;
	padding: 5px 10px;
}

nav ul li a:hover,
nav ul li a:active {}

nav ul ul ul {
	padding: 0 0 0 8px;
}

#primary {
	font: normal normal normal 18px/1 'Raleway', myriad-pro, 'Trebuchet MS', Arial, sans-serif;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 4000;
}

#primary > ul {}

#primary > ul > li {
	margin: 0 1px 0 0;
	position: relative;
}

#primary > ul > li > a,
#primary > ul > li > a:link,
#primary > ul > li > a:visited {
	color: #000223;
	padding: 0;
	margin: 0 0 0 30px;
	text-decoration: none;
}

#primary > ul > li.selected > a,
#primary > ul > li.selected > a:link,
#primary > ul > li.selected > a:visited {
	color: #5a9db4;
}

#primary > ul > li.first > a,
#primary > ul > li.first > a:link,
#primary > ul > li.first > a:visited {}

#primary > ul > li.last > a,
#primary > ul > li.last > a:link,
#primary > ul > li.last > a:visited {
	border: none;
}

#primary > ul > li.hover > a,
#primary > ul > li.hover > a:link,
#primary > ul > li.hover > a:visited,
#primary > ul > li > a:hover,
#primary > ul > li > a:active {
	color: #5a9db4;
}

#primary > ul > li > ul,
#primary > ul > li > ul li,
#primary > ul > li > ul li a,
#primary > ul > li > ul li a:link,
#primary > ul > li > ul li a:visited {
	background-color: #ffffff;
}

#primary > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 20px;
	margin: 20px 0 0;
	padding: 10px 18px 10px;
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}

#primary > ul > li.last > ul {
	left: auto;
	right: -11px;
}

#primary > ul > li > ul li {
	zoom: 1;
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: list-item;
	color: #2b2001;
	font-size: 15px;
	line-height: 1.3;
}

#primary > ul > li > ul li a,
#primary > ul > li > ul li a:link,
#primary > ul > li > ul li a:visited {
	white-space: nowrap;
	padding: 2px 0;
	color: #2b2001;
	text-decoration: none;
}

#primary > ul > li > ul li a:hover,
#primary > ul > li > ul li a:active {
	text-decoration: underline;
}

#primary > ul > li > ul li ul {
	padding-left: 22px;
}

#primary > ul > li > ul li ul li {
	color: #5f4803;
	font-size: 13px;
	list-style-type: disc;
}

#primary > ul > li > ul li ul li a,
#primary > ul > li > ul li ul li a:link,
#primary > ul > li > ul li ul li a:visited {
	color: #5f4803;
}

#primary > ul > li > ul li ul li a:hover,
#primary > ul > li > ul li ul li a:active {}

#main {
	color: #223240;
	display: block;
	background-color: #fff;
	background-image: -moz-linear-gradient(#efefef 0%, #ffffff 131px);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 131, from(#efefef), to(#ffffff));
	background-image: -webkit-linear-gradient(#efefef 0%, #ffffff 131px);
	background-image: -o-linear-gradient(#efefef 0%, #ffffff 131px);
	background-image: -ms-linear-gradient(#efefef 0%, #ffffff 131px);
	background-image: linear-gradient(#efefef 0%, #ffffff 131px);
	-pie-background: linear-gradient(#efefef 0, #ffffff 131px);
	behavior: url("/assets/js/PIE.htc");
	padding: 30px 0 60px;
	min-height: 10px;
}

#main:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.home #main {
	background-color: transparent;
	border: none;
	padding: 0;
}

.divider {
	color: #a2a2a2;
}

#main section {
	float: left;
	width: 640px;
}

#main aside {
	float: right;
	width: 260px;
}

aside > .subnav:first-child {
	margin-top: 60px;
}

nav.subnav {
	font-size: 11px;
}

nav.subnav ul {}

nav.subnav ul li {
	background-color: #e6ebed;
	float: none;
	border-bottom: 2px solid #ffffff;
	padding: 0 0 6px;
}

nav.subnav ul li:first-child {
	zoom: 1;
	position: relative;
}

nav.subnav ul li:last-child {
	zoom: 1;
	position: relative;
	border: none;
}

nav.subnav ul li.selected {
	background-color: #f4f6f8;
}

nav.subnav ul li h3,
nav.subnav ul li a,
nav.subnav ul li a:link,
nav.subnav ul li a:visited {
	zoom: 1;
	position: relative;
}

nav.subnav ul li h3 {
	padding: 8px 24px 2px;
}

nav.subnav ul li a,
nav.subnav ul li a:link,
nav.subnav ul li a:visited {
	padding: 12px 24px 6px 16px;
	font: normal normal bold 12px/14px Raleway, helvetica, Arial, sans-serif;
	color: #12456c;
	text-decoration: none;
}

nav.subnav ul li a:hover,
nav.subnav ul li a:active {
	color: #1E80CF;
}

nav.subnav ul li.selected a,
nav.subnav ul li.selected a:link,
nav.subnav ul li.selected a:visited {}

nav.subnav ul li ul {
	margin: 0 0 4px;
}

nav.subnav ul li ul li {
	background-color: transparent;
	border: none;
	padding: 0;
}

nav.subnav ul li ul li a,
nav.subnav ul li ul li a:link,
nav.subnav ul li ul li a:visited {
	padding: 2px 2px 2px 26px;
	color: #99918b;
	background-image: none;
}

nav.subnav ul li ul li a:before {
	content: '- ';
}

nav.subnav ul li ul li.selected a,
nav.subnav ul li ul li.selected a:link,
nav.subnav ul li ul li.selected a:visited,
nav.subnav ul li ul li a:hover,
nav.subnav ul li ul li a:active {
	color: #645f5b;
	text-decoration: underline;
}

.call_to_action {
	zoom: 1;
	position: relative;
	background-color: #e8e8e8;
	margin: 20px 0;
	padding: 20px;
}

.call_to_action:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.call_to_action.blue {
	background-color: #ecf0f4;
}

.call_to_action.yellow {
	background-color: #fdf9f0;
}

.call_to_action h3 {
	margin: 0 0 8px;
}

.call_to_action input[type=text],
.call_to_action input[type=password],
.call_to_action textarea {
	/* @see https://developer.mozilla.org/en/CSS/box-sizing */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	width: 100%;
}

.call_to_action .custom-select {
	position: relative;
	width: 100%;
}

.call_to_action .custom-select select {
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #6b6b6b;
	font-size: 12px;
	padding: 6px 12px;
	position: relative;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.call_to_action .custom-select select::-ms-expand {
	display: none;
}

.call_to_action .custom-select::before,
.call_to_action .custom-select::after {
	display: block;
	font-size: 8px;
	line-height: 1;
	position: absolute;
	right: 7px;
	text-align: center;
	width: 8px;
	z-index: 1000;
}

.call_to_action .custom-select::before {
	content: '\25B2';
	top: 0;
}

.call_to_action .custom-select::after {
	content: '\25BC';
	position: absolute;
	top: 9px;
}

.call_to_action.bordered {
	text-align: center;
	background: transparent url("../images/structure/arrow-down.gif") no-repeat scroll 50% 0;
	padding: 0;
	border: 4px solid #e8e8e8;
	border-width: 4px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
}

.call_to_action.bordered .call_to_action_inner {
	padding: 25px 0;
	background: transparent url("../images/structure/arrow-up.gif") no-repeat scroll 50% 100%;
}

form.call_to_action {}

.call_to_action label,
form.call_to_action label {
	font-weight: bold;
}

form.call_to_action table {
	width: 100%;
}

form.call_to_action table tr {
	vertical-align: top;
}

form.call_to_action table tr td,
form.call_to_action table tr th {
	padding: 3px;
	background-color: transparent;
	border: none;
}

form.call_to_action td.label_cell {
	width: 30%;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}

form.call_to_action tr#tr_message td.label_cell {
	padding-top: 8px;
	vertical-align: top;
}

form.call_to_action .full_width td {
	padding-left: 40px;
	padding-right: 40px;
}

form.call_to_action .full_width td.label_cell {
	white-space: normal;
	text-align: left;
	padding-top: 16px;
}

.leads_buttons a.button {
	display: block;
}

.leads_buttons p {
	margin: 4px 0;
}

/** Homepage */

#buckets {
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
}

#buckets .content_wrapper {
	background-color: #ffffff;
	width: 1000px;
	margin: -40px auto 0;
	position: relative;
	z-index: 1;
}

#buckets .content_wrapper:before,
#buckets .content_wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	width: 4px;
	height: 106px;
	background: transparent none no-repeat scroll 50% 50%;
}

#buckets .content_wrapper:before {
	left: -4px;
	background-image: url("../images/home/buckets-shadow-left.png");
}

#buckets .content_wrapper:after {
	visibility: visible;
	left: auto;
	right: -4px;
	background-image: url("../images/home/buckets-shadow-right.png");
}

#buckets .col_1,
#buckets .col_2 {
	padding: 20px 0 0 20px;
	width: 290px;
	margin: 0 20px 30px 0;
}

#buckets .bucket-event {}

#buckets .bucket-event a.bucket-event-image {
	display: block;
	position: relative;
}

#buckets .bucket-event a.bucket-event-image span {
	position: absolute;
	top: 0;
	left: 0;
}

#buckets .bucket-event p {
	margin: 10px 0 4px;
}

#buckets .bucket-event .bucket-event-link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#buckets .col_2 {
	margin-right: 0;
}

#buckets .col_3 {
	background-color: #edebe9;
	padding-bottom: 15px;
}

#buckets .col_3 h3 {
	padding-left: 20px;
	margin: 20px 0 15px;
	color: #000223;
	font-size: 22px;
	font-weight: 500;
}

#buckets .bucket-event .icon-community:before {
	background-color: #b7dd79;
}

#buckets .bucket-event .icon-community:hover:before {
	background-color: #caf389;
}

/** Icons */

.icon,
.icon.button,
.icon.button.col {
	position: relative;
	padding-top: 3px;
	min-height: 28px;
	padding-left: 39px;
	display: inline-block;
}

.icon.button,
button.icon,
.icon.button.col {
	padding-top: 9px;
	min-height: 22px;
	padding-bottom: 0;
}

.icon.button.col {
	min-height: 31px;
}

.icon:before {
	content: '';
	width: 31px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f09f59 url("../images/icons/refresh/blog.png") no-repeat scroll 50% 50%;
}

.icon:hover:before {
	background-color: #ffad5a;
}

.icon.icon-blue:before {
	background-color: #5a9db4;
}

.icon.icon-blue:hover:before {
	background-color: #87d9f2;
}

.icon.icon-article:before {
	background-image: url("../images/icons/refresh/article.png");
}

.icon.icon-blog:before {
	background-image: url("../images/icons/refresh/blog.png");
}

.icon.icon-book:before {
	background-image: url("../images/icons/refresh/book.png");
}

.icon.icon-community:before {
	background-image: url("../images/icons/refresh/community.png");
}

.icon.icon-disclosure:before {
	background-image: url("../images/icons/refresh/disclosure.png");
}

.icon.icon-event:before {
	background-image: url("../images/icons/refresh/event.png");
}

.icon.icon-news:before {
	background-image: url("../images/icons/refresh/news.png");
}

.icon.icon-notebook:before {
	background-image: url("../images/icons/refresh/notebook.png");
}

.icon.icon-phone:before {
	background-image: url("../images/icons/refresh/phone.png");
}

.icon.icon-portal:before {
	background-image: url("../images/icons/refresh/portal.png");
}

.icon.icon-proposal:before {
	background-image: url("../images/icons/refresh/proposal.png");
}

.icon.icon-upload:before {
	background-image: url("../images/icons/refresh/upload.png");
}

.icon.icon-user:before {
	background-image: url("../images/icons/refresh/user.png");
}

ul.icon-list {
	padding: 0;
}

ul.icon-list li {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}

ul.icon-list li a {
	color: #000223;
	text-decoration: none;
	display: block;
}

ul.icon-list li a:hover,
ul.icon-list li a:active {
	color: #8a8d99;
}

/** Homepage Showcase */

.home header,
.home #container header {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
}

.home header .content_wrapper {
	padding: 10px;
	background-color: #ffffff;
}

.home #primary {
	right: 10px;
}

#slideshow,
.slide_image {
	height: 563px;
	overflow: hidden;
}

#slideshow {
	position: relative;
	background-color: #edebe9;
}

.slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slide {
	display: none;
}

.slide .content_wrapper {
	position: relative;
}

.slide_image {
	line-height: 1;
	text-align: center;
	background: transparent none no-repeat scroll 50% 35% / cover;
	max-width: 1480px;
	margin: 0 auto;
}

.slide_image img {}

.js #slideshow .slide {
	visibility: hidden;
}

#slideshow.active .slide,
.js #slideshow.active .slide {
	display: block;
	visibility: visible;
}

#slideshow > .slide:first-child {
	display: block;
}

.slide_summary {
	position: absolute;
	bottom: 60px;
	right: 10px;
	width: 496px;
	color: #ffffff;
	font: normal normal normal 22px/34px 'Raleway', myriad-pro, 'Trebuchet MS', Arial, sans-serif;
}

.slide_summary .slide_summary_content {
	background-color: #5a9db4;
	padding: 20px;
}

.slide_summary .slide_navigation {
	text-align: right;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0 0 4px;
}

.slide_summary .slide_navigation .slide_prev,
.slide_summary .slide_navigation .slide_next {
	color: #f09f59;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: 0;
	cursor: pointer;
}

.slide h3 {
	margin: 0;
	position: absolute;
	bottom: 60px;
	left: 10px;
}

.slide h3 a {
	color: #ffffff;
	font-style: italic;
	text-decoration: underline;
}

.slide_summary blockquote {
	color: #ffffff;
}

.slide_summary blockquote p {
	font-size: 22px;
	line-height: 1.2;
}

.slide_summary blockquote p:before,
.slide_summary blockquote p:after {
	content: '';
}

.slide_summary blockquote p:before {
	content: '“';
}

.slide_summary blockquote p:after {
	content: '”';
}

.slide_summary p {
	margin: 0 0 0;
}

.slide_summary blockquote p strong {
	display: inline;
}

#slideshow.active .slide a.button {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 0;
}

.slide_summary .slide_summary_content > em {
	font-size: 14px;
}

a.testimonials_link,
a.testimonials_link:link,
a.testimonials_link:visited {
	margin: 10px 0 0;
	padding: 12px 15px;
}

a.testimonials_link:hover,
a.testimonials_link:active {}

a.meet_team,
a.meet_team:link,
a.meet_team:visited {
	background-color: transparent;
	position: absolute;
	bottom: 40px;
	left: 435px;
	padding-left: 24px !important;
	zoom: 1;
}

a.meet_team:hover,
a.meet_team:active {}

a.meet_team:before {
	background: transparent url("../images/icons/arrow_left.gif") no-repeat scroll top left;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 8px;
}

/** Footer */

footer {
	margin: 20px 0 20px;
}

.footer-services,
.footer-industries,
.footer-locations {
	float: left;
	margin: 0 3% 0 0;
}

.footer-services {
	width: 25%;
}

.footer-industries {
	width: 21%;
}

.footer-locations {
	width: 10.4%;
	margin-right: 0;
}

.footer-newsletter-accolades {
	float: right;
	width: 33%;
	white-space: normal;
}

.footer-nav ul {
	margin: 6px 0 0;
	padding: 0;
}

.footer-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-nav ul li a {
	font-size: 13px;
	color: #e2dfdc;
	text-decoration: none;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:active {
	color: #47bdff;
}

.footer-nav ul.etc {
	margin-top: 22px;
}

.footer-nav ul.etc li a {
	color: #6bbbd6;
}

.footer-nav ul.etc li a:hover,
.footer-nav ul.etc li a:focus {
	color: #47bdff;
}

footer h4,
footer h3 {
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 1.2;
	color: #6bbbd6;
	font-weight: bold;
	text-transform: uppercase;
}

footer h3 {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
}

footer .call_to_action h3 label {
	font-weight: normal;
}

footer .call_to_action {
	background-color: #344553;
}

footer .call_to_action button.icon {
	text-indent: -9999em;
	padding: 0;
	width: 31px;
}

footer .call_to_action input {
	font-size: 16px;
	height: 33px;
	font-weight: normal;
	background-color: #e2dfdc;
}

footer .call_to_action input::-moz-placeholder {
	font-style: italic;
}

footer .call_to_action input::-webkit-input-placeholder {
	font-style: italic;
}

footer .call_to_action input:-ms-input-placeholder {
	font-style: italic;
}

#awards {
	text-align: right;
}

#awards img {
	margin-left: 10px;
}

/** Breadcrumbs */

.breadcrumbs {
	font-size: 12px;
	border-bottom: 4px solid #e8e8e8;
	line-height: 14px;
	color: #ccc;
	padding: 0 0 1em;
	margin: 0;
}

.breadcrumbs li {
	display: inline;
	list-style: none;
	line-height: 1;
	color: #99918b;
}

.breadcrumbs li:before {
	content: '〉';
	padding: 0 2px 0 5px;
}

.breadcrumbs li:first-child:before {
	content: '';
	padding-left: 0;
}

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
	display: inline-block;
	color: #2b4b73;
	padding: 0 0 10px;
	text-decoration: none;
	position: relative;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
	text-decoration: underline;
}

.breadcrumbs a.selected:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #E8E8E8 transparent;
}

/** Generic Styles */

.cols {
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

.cols:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#main section .cols_2 {
	margin: 30px 0 0;
	font-size: 13px;
}

#main section .cols_2 .col {
	float: left;
	width: 310px;
	margin: 0 20px 20px 0;
}

#main section .cols_2 .col_2 {
	margin-right: 0;
}

#main section .cols_2 .col h4 {
	margin: 0;
}

#main section .cols_3 {
	margin: 30px 0 0;
	font-size: 13px;
}

#main section .cols_3 .col {
	float: left;
	width: 190px;
	margin: 0 30px 30px 0;
}

#main section .cols_3 .col_3 {
	margin-right: 0;
}

#main section .cols_3 .col h4 {
	margin: 0;
}

.clear {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

hr,
.hr {
	border: 4px solid #e8e8e8;
	border-width: 4px 0 0;
	height: 0;
	margin: 30px 0;
	overflow: hidden;
	clear: both;
}

hr.arrow_top,
.hr.arrow_top {
	border-width: 0 0 4px;
	background: transparent url("../images/structure/arrow-up.gif") no-repeat scroll 50% 100%;
	height: 6px;
}

hr.arrow_bottom,
.hr.arrow_bottom {
	background: transparent url("../images/structure/arrow-down.gif") no-repeat scroll 50% 0;
	height: 6px;
}

.gray_panel {
	background-color: #e8e8e8;
	padding: 10px;
	-moz-box-shadow: inset 0 0 2px #CDCDCD;
	-webkit-box-shadow: inset 0 0 2px #CDCDCD;
	box-shadow: inset 0 0 2px #CDCDCD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url("/assets/js/PIE.htc");
}

table.image_table {
	margin: 0 auto;
}

table.image_table tr {
	vertical-align: top;
}

table.image_table tr td {
	padding: 2px;
}

table.image_table tr td img {
	display: block;
}

/** Professional Directory */

#professionals {
	margin: 20px 0 0;
}

#professionals table {
	width: 100%;
}

#professionals table tr td.name_cell {
	width: 185px;
}

#professionals table tr td.name_cell a,
#professionals table tr td.name_cell a:link,
#professionals table tr td.name_cell a:visited {
	text-decoration: none;
}

#professionals table tr td.name_cell a:hover,
#professionals table tr td.name_cell a:active {
	text-decoration: underline;
}

#professionals table tr td.title_cell {
	font-size: 12.5px;
	font-weight: bold;
}

#professionals table tr td.cat_cell {
	font-size: 11.5px;
}

#professionals table tr.primary_contact td {
	background-color: #ADD;
}

#professional_directory_cats {}

#professional_directory_cats ul {
	margin: 0;
	padding: 0;
}

#professional_directory_cats ul li {
	margin: 2px 0;
	padding: 0;
	list-style: none outside none;
}

#professional_directory_cats ul li a,
#professional_directory_cats ul li a:link,
#professional_directory_cats ul li a:visited {
	display: block;
	padding: 1px 8px;
	background-color: #F2F2F2;
	font-size: 12px;
	text-decoration: none;
	color: #555555;
}

#professional_directory_cats ul li a.selected,
#professional_directory_cats ul li a.selected:link,
#professional_directory_cats ul li a.selected:visited,
#professional_directory_cats ul li a:hover,
#professional_directory_cats ul li a:active {
	color: #47BDFF;
}

#professional_directory_cats ul li ul {}

#professional_directory_cats ul li ul a,
#professional_directory_cats ul li ul a:link,
#professional_directory_cats ul li ul a:visited {
	padding: 2px 8px 2px 22px;
}

.alpha_filter {
	border: 2px solid #E8E8E8;
	border-width: 2px 0;
	margin: 15px 0;
	padding: 4px 0 6px;
	text-align: center;
	white-space: nowrap;
}

.alpha_filter a.disabled,
.alpha_filter a.disabled:link,
.alpha_filter a.disabled:visited {
	background-color: #F3F3F3;
	color: #CBCBCB;
}

.alpha_filter a.disabled:hover,
.alpha_filter a.disabled:active {}

img.team_image {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
}

img.left.team_image {
	margin: 25px 25px 0 0;
	width: 160px;
}

img.right.team_image {
	margin: 25px 0 0 25px;
	width: 160px;
}

.team h1 {
	margin: 20px 0 0;
}

.team h4 {
	margin: 0 0 15px;
}

.team_contact,
.team_articles {
	clear: both;
	width: 138px;
	padding: 12px 15px;
	margin: 10px 0 0 25px;
	font-size: 12px;
	line-height: 16px;
	background-color: #e8e8e8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
}

.team_contact strong {
	display: block;
	margin: 0 0 14px;
}

.team_contact a,
.team_contact a:link,
.team_contact a:visited {
	margin: 0 20px 0 0;
	width: 32px;
	padding: 0 0;
	float: left;
}

.team_contact a:hover,
.team_contact a:active {}

.team_contact a:last-child,
.team_contact a:link:last-child,
.team_contact a:visited:last-child {
	margin: 0;
}

.team_contact a img {
	display: block;
}

.team_articles ul {
	padding: 0 0 0 0;
}

.team_articles ul li {
	list-style: none outside none;
	padding: 5px 0 8px;
	margin: 0;
	border-top: 1px solid #CCCCCC;
}

.team_articles a {}

#contact_modal {}

#bnn_modal_overlay {
	background-color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
}

.rgba #bnn_modal_overlay {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

#bnn_modal .call_to_action {
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	z-index: 3000;
}

#bnn_modal.whitepaper_form .call_to_action {
	background: #f9fcff url("../images/subnav/whitepaper_header.jpg") no-repeat scroll 50% 0;
	padding: 92px 0 0;
	width: 370px;
	margin: -100px 0 0 -185px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("/assets/js/PIE.htc");
}

#bnn_modal.whitepaper_form #bnn_modal_content {
	padding: 20px 50px;
}

#bnn_modal table {
	width: 100%;
}

#bnn_modal table td {
	background-color: transparent;
}

#bnn_modal_content_wrapper {
	position: relative;
}

#bnn_modal_close {
	cursor: pointer;
	background: transparent url("../images/icons/close.gif") no-repeat scroll top left;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.caption {
	padding: 10px 10px 6px;
	background-color: #E9E9E9;
	font-size: 12px;
	line-height: 18px;
}

.caption:after {
	content: attr(title);
	margin: 4px 0;
}

.caption.left {
	margin: 6px 20px 20px 0;
}

.caption.right {
	margin: 6px 0 20px 20px;
}

/** News */

#news_items {
	margin: 35px 0 0;
}

#news_items .news_item {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #DDD;
}

#news_items .news_item h2 {
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

#news_items .news_item h2 a {
	font-size: inherit;
	color: inherit;
}

#news_items .news_item h5,
h5.entry_date {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #555555;
}

h5.entry_date {
	margin-top: 25px;
}

section.news_item {}

section.news_item h1 {
	margin: 0 0 15px;
}

img.news_thumbnail {
	border: none;
	padding: 0;
}

img.news_thumbnail.left {
	margin: 4px 10px 10px 0;
}

img.news_thumbnail.right {
	margin: 4px 0 10px 10px;
}

#in_the_community h1 {
	margin: 0 0 20px;
	background: transparent url("../images/in_the_community/h1_bg.jpg") no-repeat scroll right center;
	height: 151px;
	text-indent: -3000px;
}

/** Pagination */

.pagination strong,
.pagination a,
.pagination a:link,
.pagination a:visited {
	display: inline-block;
	position: relative;
	background-color: #E8E8E8;
	padding: 3px 6px;
	margin: 3px 0 0 0;
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Consolas', 'Lucida Console', 'Monaco', monospace;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	behavior: url("/assets/js/PIE.htc");
}

.pagination strong,
.pagination a.selected,
.pagination a.selected:link,
.pagination a.selected:visited,
.pagination a:hover,
.pagination a:active {
	background-color: #2C4669;
	color: #E7C867;
}

/** Our History */

#timeline {
	margin: 25px 0 0;
}

#timeline_header {
	text-align: center;
	padding: 5px 0 0;
	background-color: #ebebeb;
	zoom: 1;
	position: relative;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	behavior: url("/assets/js/PIE.htc");
}

#timeline_header div {
	position: relative;
	cursor: pointer;
	padding: 11px 10px 11px;
	margin: 0 1px 0 0;
	height: 13px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	zoom: 1;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	behavior: url("/assets/js/PIE.htc");
}

#timeline_header div.selected,
#timeline_header div:hover {
	color: #a9a9a9;
	background-color: #f5f5f5;
}

#timeline_header div:after {
	content: '';
	position: absolute;
	top: 11px;
	right: -1px;
	height: 13px;
	width: 1px;
	overflow: hidden;
	background-color: #c1c1c1;
}

#timeline_header div:last-child:after {
	display: none;
}

#timeline_content,
#timeline_content div,
#timeline_content h1 {
	background-color: #f5f5f5;
}

#timeline_content {
	padding: 35px 40px 40px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	behavior: url("/assets/js/PIE.htc");
}

#timeline_content div {
	position: absolute;
	width: 560px;
}

#timeline_content h1 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 0;
}

/** College Students */

#schools_logo_gallery {
	zoom: 1;
	float: right;
	width: 250px;
}

#logos {
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 14px 0 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #e6e6e6;
	behavior: url("/assets/js/PIE.htc");
}

#logos img {
	position: absolute;
	top: 50%;
	left: 50%;
}

#schools {
	float: right;
	width: 430px;
}

#schools .left {
	width: 47%;
}

#schools .right {
	width: 47%;
}

#schools li {
	font-size: 14px;
	cursor: pointer;
}

#schools li:hover,
#schools li.selected {
	color: #7CA1D2;
}

.college_students #students_testimonials {
	float: left;
	width: 300px;
	height: 300px;
}

#students_testimonials h2 {
	margin-top: 10px;
}

#students_testimonials .testimonial {
	width: 300px;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #808080;
}

.college_students #students_testimonials .testimonial {
	position: absolute;
	margin: 0;
	background-color: #fff;
}

#students_testimonials .testimonial q {
	color: #597ba5;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	margin: 10px 0;
	display: block;
}

#students_testimonials .testimonial strong {
	display: block;
}

#students_testimonials .clearfix {
	margin: 0 0 30px;
}

/** Testimonials */

#testimonials {}

#testimonials .testimonial {
	padding: 0 0 30px;
	border-bottom: 4px solid #e8e8e8;
	margin: 30px 0;
}

#testimonials .testimonial:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#testimonials .quote,
#testimonials .quote_author {
	font-size: 14px;
}

#testimonials .quote {}

.quote > p:first-child:before {
	content: '“';
}

.quote > p:last-child:after {
	content: '”';
}

.quote_author {
	font-weight: bold;
}

#testimonials h2 {
	text-transform: uppercase;
}

#testimonials .testimonial_image {
	float: left;
	width: 152px;
}

.testimonial_image {
	padding: 4px;
	zoom: 1;
	position: relative;
	background-color: #fff;
	border: 1px solid #ecf0f4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url("/assets/js/PIE.htc");
}

.testimonial_image img {
	display: block;
}

#testimonials .testimonial_content {
	float: right;
	width: 450px;
}

#testimonials .testimonial_content h2 {
	margin-top: 0;
}

#testimonial {
	padding: 20px 0 0;
}

#testimonial .right {
	width: 300px;
	text-align: center;
}

#testimonial .testimonial_image {
	width: 292px;
}

#testimonial .testimonial_content {
	float: left;
	width: 305px;
}

#testimonial .quote {
	font-size: 16px;
	color: #597ba5;
	line-height: 22px;
}

#testimonial .right p {
	margin: 20px 0 10px;
}

#testimonial .right .button {
	padding: 10px 15px;
}

#testimonial .right > a,
#testimonial .right > a:link,
#testimonial .right > a:visited {
	font-size: 12px;
	color: #3395f3;
	font-weight: bold;
	text-decoration: none;
}

#testimonial .right > a:hover,
#testimonial .right > a:active {}

/** Lead Contacts and Additional Team Members */

.lead_contact {
	padding: 15px 15px 5px;
	font-size: 13px;
	line-height: 18px;
}

#professional_directory_lead_contacts {
	margin: 0 0 20px;
}

#professional_directory_lead_contacts .lead_contact {
	padding: 10px 10px 5px;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0 10px;
}

.lead_contact img.left,
.lead_contact img.right {
	background-color: #fff;
}

.lead_contact img.left {
	margin: 0 15px 15px 0;
}

.lead_contact img.right {
	margin: 0 0 15px 15px;
}

.lead_contact h2 {
	margin: 0;
}

.lead_contact h2,
.lead_contact h2 a,
.lead_contact h2 a:link,
.lead_contact h2 a:visited {
	color: #2B4B73;
	font-size: 18px;
	line-height: 26px;
}

.lead_contact h2 a:hover,
.lead_contact h2 a:active {}

#professional_directory_lead_contacts .lead_contact h2,
#professional_directory_lead_contacts .lead_contact h2 a,
#professional_directory_lead_contacts .lead_contact h2 a:link,
#professional_directory_lead_contacts .lead_contact h2 a:visited {
	font-size: 16px;
	line-height: 22px;
}

.lead_contact h4 {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 16px;
}

#professional_directory_lead_contacts .lead_contact h4 {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 16px;
}

.lead_contact .lead_contact_info {
	float: right;
	width: 500px;
}

.lead_contact,
.additional_team {
	margin: 8px 0 20px;
	-moz-box-shadow: inset 0 0 3px #B7B7B7;
	-webkit-box-shadow: inset 0 0 3px #B7B7B7;
	box-shadow: inset 0 0 3px #B7B7B7;
}

.additional_team {
	max-width: 270px;
	padding: 7px;
	float: left;
	margin-top: 0;
}

.additional_team:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.additional_team a,
.additional_team a:link,
.additional_team a:visited {
	text-indent: -3000px;
	float: left;
	margin: 3px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: transparent none no-repeat scroll center center;
	zoom: 1;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}

.additional_team a:hover,
.additional_team a:active {}

html.js .additional_team a img,
html.js .additional_team a:link img,
html.js .additional_team a:visited img {
	display: none;
}

#lead_contacts {
	width: 330px;
}

#additional_team_members {
	width: 284px;
}

/** Tooltips */

#tooltip {
	background-color: #2B4B73;
	opacity: 0.9;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 250px;
	z-index: 7000;
	zoom: 1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url("/assets/js/PIE.htc");
}

.rgba #tooltip {
	background-color: rgba(43, 75, 115, 0.9);
	opacity: 1;
}

#tooltip h3, #tooltip div {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

/** Contact Section */

html.contact #main section .clearfix .left {
	width: 33.333333%;
}

html.contact #main section .clearfix .left:first-child {
	margin: 0;
}

html.contact #main section .clearfix .left:last-child {
	margin: 0;
}

html.contact #main section .clearfix .left h3 {
	display: block;
	width: 129px;
	background-color: #dfe6ed;
	margin: 0;
	padding: 4px 8px;
}

html.contact #main section .clearfix .left img {
	display: block;
}

html.contact .location h4 {
	color: #5a9db4;
	text-transform: uppercase;
}

html.contact .location p {
	margin: 0 1em 0 0;
	color: #425464;
}

html.contact a.tel {
	color: inherit;
	text-decoration: none;
}

hr.space {
	clear: both;
	border: none;
	background: #fff;
	height: 1px;
	padding: 0;
	margin: 2em 0;
}

a.map_link,
a.map_link:link,
a.map_link:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.map_link:hover,
a.map_link:active {
	text-decoration: underline;
}

/** Current Openings */

#jobs ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

#jobs h3 {
	margin: 0;
}

/** Library */

#library div {
	border-bottom: 1px solid #E8E8E8;
	padding: 8px 0;
	font-size: 14px;
}

#library div a {
	text-decoration: none;
	color: #5a9db4;
}

#library div a:hover,
#library div a:focus {
	text-decoration: underline;
}

#library_form {
	font-size: 12px;
	line-height: 16px;
	zoom: 1;
	position: relative;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("/assets/js/PIE.htc");
}

#library_form,
#library_form table {
	font-size: 12px;
	line-height: 16px;
}

#library_form table tr td {
	padding: 5px;
}

#library_form .label_cell {
	text-align: right;
}

#library_form label {
	font-weight: bold;
}

#library_form p {
	margin: 0 0 8px;
}

#library_form .library_form_content {
	margin: 0;
	padding: 10px 15px;
}

#library_form .library_form_content:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#library_form h3.library_form_content {
	color: #12456c;
	background: transparent url("../images/icons/resources/library_small.gif") no-repeat scroll 14px 50%;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 15px 10px 44px;
}

#library_form .left {
	width: 300px;
	padding: 0 20px 0 0;
	border-right: 1px solid #edf0f3;
}

#library_form .right {
	width: 250px;
}

#library_form .button_wrapper {
	margin: 8px 0 0;
}

/** In the community */

nav.tag_list {}

nav.tag_list h3 {
	margin: 12px 0 6px;
}

nav.tag_list a,
nav.tag_list a:link,
nav.tag_list a:visited {
	display: inline-block;
	background-color: #ecf0f4;
	color: #12456C;
	padding: 4px 10px;
	margin: 0 0 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url("/assets/js/PIE.htc");
}

nav.tag_list a:hover,
nav.tag_list a:active {
	text-decoration: none;
	color: #1E80CF;
}

/** Recognition */

.image_row {
	zoom: 1;
	text-align: justify;
	margin: 20px 0;
}

.image_row img {
	display: inline-block;
	vertical-align: middle;
}

.image_row:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

/** Resources */

#resources {
	text-align: center;
	zoom: 1;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url("/assets/js/PIE.htc");
}

#main section #resources .cols_2,
#main section #resources .cols_3 {
	margin: 30px 0;
}

#main section #resources .cols_2 {
	width: 425px;
	margin: 30px auto;
}

#main section #resources .cols_2 .col,
#main section #resources .cols_3 .col {
	color: #555555;
	text-decoration: none;
	min-height: 155px;
	height: auto !important;
	height: 155px;
	width: 192px;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #E8E8E8;
}

#main section #resources .cols_2 .col span,
#main section #resources .cols_3 .col span {
	display: block;
	min-height: 62px;
	height: auto !important;
	height: 62px;
	margin: 0 0 4px;
}

#main section #resources .cols_2 .col img,
#main section #resources .cols_3 .col img {
	display: block;
	margin: 0 auto;
}

#main section #resources .cols_2 .col h2,
#main section #resources .cols_3 .col h2 {
	margin: 0;
}

#main section #resources .cols_2 .col_2,
#main section #resources .cols_3 .col_3 {
	border: none;
}

.certifications {
	white-space: nowrap;
}

/** Table Sorter */

table.sortable thead tr th.header {
	background-image: url("../images/tablesorter/bg.gif");
	background-repeat: no-repeat;
	background-position: right 8px;
	cursor: pointer;
	padding-right: 21px;
}

table.sortable tbody td {
	padding: 4px;
	vertical-align: top;
}

table.sortable tbody tr.odd td {}

table.sortable thead tr th.headerSortUp {
	background-image: url("../images/tablesorter/asc.gif");
}

table.sortable thead tr th.headerSortDown {
	background-image: url("../images/tablesorter/desc.gif");
}

table.sortable thead tr th.headerSortDown, table.display_table thead tr th.headerSortUp {}

#title_filter_wrapper span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/** About BNN */

#about_bnn_wrapper .call_to_action.left {
	width: 165px;
	font-size: 13px;
}

#about_bnn_wrapper .right {
	width: 415px;
}

#about_bnn_wrapper h2 {
	color: #2B4B73;
	font-size: 24px;
}

#about_bnn_wrapper .call_to_action h2 {
	margin: 0 0 8px;
	font-size: 18px;
}

/** Benefits Blog */

#employee_benefits_blog h1 {
	margin: 0 0 20px;
	background: transparent url("../images/benefits/header.jpg") no-repeat scroll right center;
	height: 131px;
	text-indent: -3000px;
	border-bottom: 4px solid #E8E8E8;
}

.news_author {
	font-size: 12px;
	margin: 0 0 0;
}

.feed_list a {
	display: inline-block;
	margin: 4px 4px 0 0;
}

div.blog_social {
	/* padding: 0 10px; */
	font-size: 14px;
	line-height: 24px;
}

.blog_social .sharethis {
	margin-top: 22px;
}

div.blog_social a,
div.blog_social a:link,
div.blog_social a:visited {
	color: #345278;
	text-decoration: none;
}

div.blog_social a:hover,
div.blog_social a:active {
	color: #5181BE;
	text-decoration: underline;
}

.gray {
	color: #a1a1a1;
}

/** SEO text */

#seo_text {
	margin: 35px auto 25px;
	background: transparent url("../images/structure/hr.png") no-repeat scroll 0 0;
	padding: 30px 0 0;
	color: #183654;
}

#seo_text .left {
	width: 580px;
}

#seo_text .right {
	font-size: 14px;
	line-height: 20px;
	width: 320px;
	padding: 20px;
	position: relative;
	background-color: #ecf0f4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("/assets/js/PIE.htc");
}

#seo_text h1 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 20px;
}

/** Shared this */

.social_icon,
.sharethis > span {
	cursor: pointer;
	text-indent: -3000px;
	background: transparent none no-repeat scroll 50% 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.social_icon.facebook,
.sharethis > span.st_facebook_custom {
	background-image: url("../images/icons/blog/facebook.gif");
}

.social_icon.twitter,
.sharethis > span.st_twitter_custom {
	background-image: url("../images/icons/blog/twitter.gif");
}

.social_icon.linkedin,
.sharethis > span.st_linkedin_custom {
	background-image: url("../images/icons/blog/linkedin.gif");
}

.social_icon.google_plus,
.sharethis > span.st_googleplus_custom {
	background-image: url("../images/icons/blog/google_plus.gif");
}

.social_icon.mail,
.sharethis > span.st_email_custom {
	background-image: url("../images/icons/blog/mail.gif");
}

/** Tax exempt organizations */

#tax_exempt_organizations_blog h1 {
	background: transparent url("../images/blog/tax_exempt_orgs.jpg") no-repeat scroll top left;
	height: 136px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 0 0;
	border-bottom: 4px solid #E8E8E8;
}

.news_author.has_image {
	line-height: 16px;
	margin: 20px 0 2px;
}

.news_author.has_image:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.news_author.post_page.has_image {
	margin-top: 29px;
}

.news_author.has_image .left {
	margin: 0 10px 0 0;
	position: relative;
	top: -11px;
}

.news_author.has_image .left img {}

/** Testimonials */

#testimonial_page #main {
	padding-top: 0;
}

.testimonial_overview_image {
	position: relative;
	margin: 0 0 20px;
}

.testimonial_overview_image .testimonial_overview_content {
	position: absolute;
	top: 50%;
	right: 7.5%;
	left: 50%;
	background-color: #5a9db4;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

.testimonial_overview_image .testimonial_overview_content h1,
.testimonial_overview_image .testimonial_overview_content h2 {
	margin: 0 0 10px;
	padding: 10px 0 14px;
	border-bottom: 1px solid #adceda;
	color: #ffffff;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
}

.testimonial_content {
	font-style: italic;
}

.testimonial_content em {
	color: #4a9ebb;
	font-style: normal;
}

#testimonial_page #main aside {
	margin-top: 10px;
}

#testimonial_page #main section h1 {
	margin-top: 0;
}

.testimonial_links {
	margin: 20px 0;
}

nav.subnav.testimonial_links ul li a {
	display: block;
	padding-right: 0;
}

.testimonial_links a:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.testimonial_links a img {
	float: left;
	margin: 0 12px 0 0;
}

.testimonial_links a > span {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
}

.testimonial_links a span.testimonial_title {
	margin: 12px 0 0;
}

.testimonial_links a span.testimonial_job_title {
	font-style: italic;
	font-size: 14px;
	color: #5a9db4;
}

.testimonial_articles {
	margin: 0 0 25px;
}

.testimonial_articles .view_library {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

a.testimonial_article {
	display: block;
	zoom: 1;
	margin: 0 0 12px;
	line-height: 1.1;
	text-decoration: none;
	color: #000223;
}

.testimonial_article:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.testimonial_article .testimonial_article_image {
	float: left;
	margin: 0 10px 0 0;
}

.testimonial_article .icon {
	padding: 0;
}

.testimonial_article .icon:before {
	height: 33px;
	bottom: auto;
}

/** Connect with us */

#connect_with_us {
	width: 240px;
	border: 1px solid #e3e6e8;
	padding: 20px 30px;
	margin: 50px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}

#connect_with_us:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#connect_with_us .bubble_text {
	position: relative;
	background-color: #f09f59;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	float: left;
	margin: -40px 12px 0 0;
}

#connect_with_us .bubble_text:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 15px 0;
	border-color: transparent #f0a059 transparent transparent;
}

#connect_with_us .socicon {
	float: left;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 12px;
	width: 42px;
	height: 42px;
	padding: 0 6px 0;
	font-size: 28px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#connect_with_us .facebook {
	background-color: #6bbbd6;
}

#connect_with_us .linkedin {
	background-color: #7da1c0;
}

#connect_with_us .facebook:hover {
	background-color: #84e0fc;
}

#connect_with_us .linkedin:hover {
	background-color: #a5d2f4;
}

/*
==========================
Campus Recruiting Schedule
==========================
*/

.crs #main,
.samples #main {
	padding-top: 0;
}

.crs #hero,
.samples #hero {
	background-repeat: no-repeat;
	background-size: cover;
	height: 512px;
	margin: 0 0 4em;
	position: relative;
}

.crs #hero {
	background-image: url(/assets/images/hero/campus-schedule.jpg);
	background-position: 50% 100%;
}

.samples #hero {
	background-image: url(/assets/images/hero/job-samples.jpg);
	background-position: 50% 40%;
	text-align: right;
}

.crs #hero h1,
.samples #hero h1 {
	border: none;
	color: #fff;
	font-size: 50px;
	line-height: 1.1;
	margin: 0 50% 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.samples #hero h1 {
	margin: 0 60% 0 0;
}

.crs #main section {
	width: 47.5%;
}

.crs #main section p {
	color: #415a6d;
	font-size: 18px;
	margin: 0;
	padding: 0 0 1.5em;
}

.crs #main aside {
	width: 47.5%;
}

.crs #main iframe {
	float: right;
	width: 100%;
}

.crs #main iframe + h4 {
	clear: right;
	color: #7da1c0;
	font-size: 18px;
	padding: 1em 0;
	text-align: center;
}

.crs table {
	border: 2px solid #d5e1ed;
	width: 100%;
}

.crs table th {
	border: 2px solid #d7dee5;
	background: #d5e1ed;
	color: #415464;
	font-size: 16px;
	padding: 24px 12px 12px;
	vertical-align: bottom;
}

.crs table td {
	border: 2px solid #d7dee5;
	border-bottom: none;
	border-top: none;
	color: #415464;
	font-weight: 600;
	padding: 12px;
	vertical-align: middle;
}

.crs table td:first-child {
	border-left: 2px solid #d5e1ed;
}

.crs table td:last-child {
	border-right: 2px solid #d5e1ed;
}

.crs table td.icon-event {
	line-height: 2;
	position: relative;

	/*text-indent: 36px;*/
}

table tr.even td {
	background-color: #e8eef4;
}

table tr.odd td {
	background: #fff;
}

.crs table tr:hover td {
	background-color: #fff6cd;
}

.crs-icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 24px;
	left: 12px;
	position: absolute;
	width: 24px;
}

.crs-icon.career-fair {
	background-image: url(/assets/images/icons/careers/career-fair.svg);
}

.crs-icon.financial {
	background-image: url(/assets/images/icons/careers/financial.svg);
}

.crs-icon.information-session {
	background-image: url(/assets/images/icons/careers/information.svg);
}

.crs-icon.interview {
	background-image: url(/assets/images/icons/careers/interview.svg);
}

.crs-icon.meet {
	background-image: url(/assets/images/icons/careers/meet.svg);
}

.crs-icon.open-house {
	background-image: url(/assets/images/icons/careers/open-house.svg);
}

.crs-icon.panel {
	background-image: url(/assets/images/icons/careers/panel.svg);
}

.crs-icon.social {
	background-image: url(/assets/images/icons/careers/social.svg);
}

#crs {
	border-top: 4px solid #e8e8e8;
	clear: both;
	margin: 3em 0 0;
	padding: 3em 0 0;
}

#crs h4 {
	color: #415a6d;
}

#school-list {
	margin: 2em 0;
	overflow: hidden;
	padding: 1px;
}

#school-list li {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	filter: grayscale(100%);
	display: inline-block;
	float: left;
	height: 78px;
	list-style: none;
	margin: 0 0 7px;
	outline: 1px solid #ddd;
	padding: 0;
	transition: all 0.3s;
	width: 128px;
}

#school-list li:hover {
	filter: grayscale(0);
	outline-color: #888;
}

#school-list li.active {
	filter: grayscale(0);
}

#school-list li + li {
	margin: 0 0 7px 7px;
}

#school-list li:nth-child(8) {
	margin: 0 0 7px;
}

#school-list li span {
	left: -9999em;
	position: absolute;
}

.infographic {
	background: #6fc5e1 url(/assets/uploads/careers/campus-recriuting-sm.png) 75% 100% no-repeat;
	border-radius: 4px;
	margin: 2em 0 0;
}

.samples .infographic {
	background-image: url(/assets/uploads/careers/campus-recriuting.png);
	background-position: 92% 100%;
	border: 3px solid #eee;
	border-radius: 3px;
}

.campus .infographic {
	background-color: #fff;
	background-position: 80% 20px;
	margin-bottom: 5em;
}

.infographic .text {
	margin: 0 40% 2em 20%;
	padding: 1em 0;
}

.campus .infographic .text {
	text-align: center;
}

.infographic h4 {
	color: #fff;
	font-size: 1.375em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 14px 0;
}

.campus .infographic h4 {
	color: #415363;
	font-weight: bold;
}

.samples .infographic p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 50% 0 5%;
	padding: 1.5em 0;
}

.open-house-cta a.button,
.infographic a.button {
	background: #f09f59;
	border: 3px solid #c7dfe6;
	font-size: 1em;
	padding: 1em 2em;
}

.infographic .cta {
	font-size: 16px;
	padding: 0 0 2em 1.5em;
}

.infographic .cta a.button {
	border: none;
	outline: 3px solid rgba(238, 238, 238, 0.73);
	padding: 16px 30px 12px;
}

.open-house-cta a.button:hover,
.open-house-cta a.button:focus,
.infographic a.button:hover,
.infographic a.button:focus {
	background: #e88c3c;
}

.open-house-cta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2em 0;
	padding: 2em 0;
	text-align: center;
}

.samples .two-col header {
	background-repeat: no-repeat;
	background-size: cover;
	border: 6px solid #e2dfdc;
	height: 155px;
	position: relative;
}

.samples .two-col header.video {
	background: #f90;
	height: auto;
}

.samples .two-col header.video iframe {
	display: block;
	height: 228px;
	width: 406px;
}

.samples .two-col header.video iframe + p {
	display: none;
}

.samples .two-col header h2 {
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.samples .two-col h2.alt-hdg {
	font-size: 18px;
	margin: 0;
	padding: 1em 0 0;
}

.samples .two-col h2.alt-hdg + .description {
	padding-top: 0.5em;
}

.samples .two-col .description {
	padding: 1.5em 0 3em;
}

.samples .two-col .learn-more {
	font-size: 15px;
	padding: 1em 0 0;
}

.samples .two-col .learn-more a {
	color: #ed9e5f;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.campus #container article header {
	background: transparent;
}

#reasons > ul {
	margin: 1em 0;
	padding: 0;
}

#reasons > ul > li {
	background-repeat: no-repeat;
	background-size: cover;
	border: 6px solid #e5ebed;
	display: inline-block;
	height: 222px;
	position: relative;
	width: 222px;
}

#reasons > ul > li h3 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

#reasons > ul > li:after {
	background: rgba(85, 156, 181, 0.7);
	bottom: 0;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.15s;
}

#reasons > ul > li > .tooltip {
	background: #fff;
	border-radius: 3px;
	bottom: 142px;
	box-shadow: 2px 2px 5px rgba(180, 180, 180, 0.1), -2px 2px 5px rgba(180, 180, 180, 0.1), 2px -2px 5px rgba(180, 180, 180, 0.1), -2px -2px 5px rgba(180, 180, 180, 0.1);
	color: #000123;
	display: none;
	font-size: 92.8571429%;
	left: -83px;
	padding: 1.5em 2em;
	position: absolute;
	width: 150%;
	z-index: 5000;
}

#reasons > ul > li > .tooltip.extended {
	left: -139px;
	width: 200%;
}

#reasons > ul > li:hover:after {
	background: rgba(243, 159, 82, 0.7);
}

#reasons > ul > li:hover > .tooltip {
	display: block;
}

#reasons > ul > li > .tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

#reasons > ul > li:nth-child(1) > .tooltip,
#reasons > ul > li:nth-child(5) > .tooltip {
	left: -5px;
}

#reasons > ul > li:nth-child(1) > .tooltip:after,
#reasons > ul > li:nth-child(5) > .tooltip:after {
	left: 30%;
}

#reasons > ul > li:nth-child(4) > .tooltip,
#reasons > ul > li:nth-child(8) > .tooltip {
	left: -157px;
}

#reasons > ul > li:nth-child(4) > .tooltip:after,
#reasons > ul > li:nth-child(8) > .tooltip:after {
	left: 70%;
}

#reasons > ul > li:hover > .tooltip .cols-2 {
	column-count: 2;
	column-gap: 2em;
}

#reasons > ul > li > .tooltip > h2,
#reasons > ul > li > .tooltip > h3,
#reasons > ul > li > .tooltip > h4 {
	color: #2b4b73;
	font-size: 15px;
	margin-top: 0;
}

#reasons > ul > li:hover > .tooltip ul {
	margin: 0 10px;
	padding: 10px;
}

#reasons > ul > li:hover > .tooltip ul li {
	line-height: 1.3;
	list-style: disc;
	marign: 0;
	padding: 0 0 3px;
}

.cta-section {
	padding: 2em 0 0;
	overflow: hidden;
	text-align: center;
}

.cta-section.has-copy {
	text-align: left;
}

.cta-section .copy {
	float: left;
	width: 67%;
}

.cta-section .copy p {
	color: #415a6d;
	font-size: 18px;
}

.cta-section.has-copy .button-container {
	float: right;
	width: 28%;
}

.cta-section .button-container a.button {
	padding: 13px 64px 12px;
	text-align: center;
}

#campus-videos {
	background: #fff url(/assets/images/structure/video-bg.png) 0 0 repeat-x;
	padding-bottom: 2em;
}

#campus-videos header {
	text-align: center;
}

#campus-videos h2 {
	color: #fff;
	font-size: 36px;
	padding: 1em 0 0;
}

#campus-videos div {
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}

.campus-videos .video {
	float: right;
	text-align: center;
	width: 47.5%;
}

.campus-videos .video:first-child {
	float: left;
}

.campus-videos .video iframe {
	border: none;
	height: 265px;
	width: 475px;
}

.campus-videos .video p {
	background: #fff;
	color: #a0bbd2 !important;
	padding: 10px 10%;
}

#campus-campi {
	background: #f3f0ec;
}

#campus-campi header {
	text-align: center;
}

#campus-campi header h3 {
	color: #415a6d;
	font-size: 22px;
}

#campus-campi header p {
	color: #798793;
	font-size: 18px;
	padding: 1em 0;
}

#school-logos {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#school-logos li {
	float: left;
	height: 135px;
	list-style: none;
	margin: 0 0 22px;
	transition: all 0.3s;
	width: 218px;
}

#school-logos li a {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid #ddd;
	filter: grayscale(100%);
	display: block;
	height: 100%;
}

#school-logos li a span {
	left: -9999em;
	position: absolute;
}

#school-logos li a:hover {
	border-color: #aaa;
	filter: grayscale(0);
}

.flexbox #school-logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flexbox #school-logos li {
	flex-grow: 0;
}

p.disclaimer {
	font-size: 13px;
	font-style: italic;
	padding: 1em 0 0;
}
