html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  background: url(images/backdrop.gif) #ebebe5 fixed;
}
a {
  color: #ffd471;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #6c6b38;
}
img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}
article ul,
section ul,
article ol,
section ol {
  margin: 0 0 18px 25px;
}
.group ul,
section #slider ul {
  margin: 0 0 0px 0px;
}
article ul ul,
section ul ul,
article ul ol,
section ul ol,
article ol ol,
section ol ol,
article ol ul,
section ol ul {
  margin-bottom: 0;
}
article ul, section ul {
  list-style: disc;
}
article ol, section ol {
  list-style: decimal;
}
article dl, section dl {
  margin-bottom: 18px;
}
article dl dt,
section dl dt,
article dl dd,
section dl dd {
  line-height: 18px;
}
article dl dt, section dl dt {
  font-weight: bold;
}
article dl dd, section dl dd {
  margin-left: 9px;
}
article blockquote, section blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #6c6b38;
  padding-left: 15px;
  color: #6c6b38;
  font-style: italic;
}
article blockquote p, section blockquote p {
  margin-bottom: 0;
}
article iframe, section iframe {
  background: #989da4;
  max-width: 100%;
}
.vimeo_video {
	padding:10px;
	width:596px;
	height:335px;
}

article .videoContainer, section .videoContainer {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 270px;
  padding-top: 10px;
  overflow: hidden;
}
article .videoContainer video,
article .videoContainer iframe,
section .videoContainer iframe,
article .videoContainer object,
section .videoContainer object,
article .videoContainer embed,
section .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .imageContainer, section .imageContainer {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 270px;
  padding-top: 10px;
  overflow: hidden;
}
article .imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
code, pre {
  font-size: 13px;
  white-space: pre-wrap;
}
hr {
  height: 5px;
  background: #6c6b38;
  border: 0;
  margin-bottom: 18px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
small {
  font-size: 11px;
  line-height: 16px;
  color: #565656;
}
.bold {
	font-weight:bold;
	color:#44a1cf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #565656;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6c6b38;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 13px;
  line-height: 18px;
  color: #eab44a;
  font-weight: normal;
}
h1 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 36px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}
h3 {
  font-size: 18px;
  font-weight:bold;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #6c6b38;
  text-transform: uppercase;
}
.rgba #slider {
  background-color: #989da4; /* IE */
  background: rgba(152, 157, 164, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#slider {
  margin-bottom: 36px;
  display: none;
}
.wmuSlider {
  width: 100%;
  height: 0;
}
.wmuSlider img {
  position: relative;
  z-index: 1;
}
.wmuSlider .wmuPrev, .wmuSlider .wmuNext {
  position: absolute;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background: url(./images/sprites.png) no-repeat 0 0;
  top: 50%;
  margin-top: -40px;
  z-index: 2;
}
.wmuSlider .wmuPrev {
  background-position: 100% 0;
  left: 20px;
}
.wmuSlider .wmuNext {
  right: 20px;
}
.wmuSlider .wmuControl {
  z-index: 2;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.wmuSlider .wmuControl li {
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
}
.wmuSlider .wmuControl a {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: url(./images/sprites.png) no-repeat 0 -80px;
}
.wmuSlider .wmuControl a.wmuActive {
  background-position: -10px -800px;
}
.wmuSlider .wmuLoading {
  position: absolute;
  width: 200px;
  text-align: center;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px;
  z-index: 0;
}

body {
  padding: 0px 0 0 0;
}
#backdrop_graphic_overlay {
  background: url(images/backdrop_graphic_overlay.png) 50% 0 fixed repeat-y;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 0;
}
#page {
  zoom: 1;
  width: 960px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#page:before, #page:after {
  display: table;
  content: "";
}
#page:after {
  clear: both;
}
header {
  z-index: 3;
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  margin-bottom: 0px;
  text-align: center;
}
header nav {
  zoom: 1;
}
header nav:before, header nav:after {
  display: table;
  content: "";
}
header nav:after {
  clear: both;
}
header nav #logo {
  display: block;
  float: none;
  margin-bottom:10px;
}
header #logo img {
	height:156px;
	width:145px;
}
header .members {
	display:block;
	float:right;
	line-height:33px;
	font-size:12px;
	letter-spacing:0.4em;
}
header .register {
	padding-top:1px;
	padding-left:45px;
	padding-right:11px;
	display:block;
	float:left;
	background-image:url(images/register.gif);
	background-repeat:repeat-x;
}
header .register a {
	color:#66aacb;
}
header .register a:hover {
	color:#000000;
}
header .login {
	padding-top:1px;
	padding-left:64px;
	padding-right:18px;
	display:block;
	float:right;
	background-image:url(images/login.gif);
	background-repeat:repeat-x;
}
header .login a {
	color:#ffffff;
}
header .login a:hover {
	color:#000000;
}

header nav ul {
  float: right;
}
header nav ul li {
  float: left;
  margin-left: 1px;
  text-align: center;
  font-size:12px;
  font-weight:bold;
  letter-spacing:0.3em;
}
header nav ul a {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0 18px;
  color: #4d95b9;
  background: #f6f6f0; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f0 0%, #f6f6f0 72%, #cfcfcd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f0), color-stop(72%,#f6f6f0), color-stop(100%,#cfcfcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f0 0%,#f6f6f0 72%,#cfcfcd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f0 0%,#f6f6f0 72%,#cfcfcd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f0 0%,#f6f6f0 72%,#cfcfcd 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f0 0%,#f6f6f0 72%,#cfcfcd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f0', endColorstr='#cfcfcd',GradientType=0 ); /* IE6-9 */
}
header nav ul a:hover {
  color: #123443;
  background: #f6f6f0; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f0 0%, #eaeae4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f0), color-stop(100%,#eaeae4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f0 0%,#eaeae4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f0', endColorstr='#eaeae4',GradientType=0 ); /* IE6-9 */
}
header nav ul li.current-cat a, header nav ul li.current-menu-item a {
	cursor:default;
	background: #eaeae4; /* IE */
  background: rgba(234, 234, 228, 1);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;*/
}
header nav ul li.current-menu-item a:hover {
	color:#4d95b9;
}


header h1 {
  margin-top: 36px;
}
header p {
  margin-bottom: 0;
}
#main {
  width: 940px; /* from 720 original when the side was used */
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar {
  width: 200px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
.fullWidth #main {
  width: 940px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
section {
  margin-bottom: 36px;
}
.fullWidth .image_list, .fullWidth .text_list {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 18px;
}
.fullWidth .image_list:before, .fullWidth .text_list:before, .fullWidth .image_list:after, .fullWidth .text_list:after {
  display: table;
  content: "";
}
.fullWidth .image_list:after, .fullWidth .text_list:after {
  clear: both;
}
.fullWidth .image_list article, .fullWidth .text_list article {
  margin-bottom: 18px;
  width: 220px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
.fullWidth .image_list article figure, .fullWidth .text_list article figure {
  margin-bottom: 9px;
}
.fullWidth .image_list article h4,.fullWidth .text_list article h4, .fullWidth .image_list article p, .fullWidth .text_list article p {
  margin-bottom: 0;
}
.fullWidth .image_list article p, .fullWidth .text_list article p {
  margin-top: 9px;
}
#portfolio {
  zoom: 1;
  margin-left: 0px;
  margin-right: 0px;
}
#portfolio:before, #portfolio:after {
  display: table;
  content: "";
}
#portfolio:after {
  clear: both;
}
#portfolio .description {
  width: 220px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
#portfolio .content {
  width: 720px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
#portfolio .content .wmuSlider {
  margin-bottom: 0;
}

.light_grey_box_home {
	padding:10px;
	display:block;
  background-color: #eaeae4; /* IE */
  background: rgba(234, 234, 228, 1);
}
.light_grey_box {
	padding:0px 10px 0px 10px;
	display:block;
  background-color: #eaeae4; /* IE */
  background: rgba(234, 234, 228, 1);
}
.dark_grey_box {
	display:block;
  background-color: #989da4; /* IE */
  background: rgba(152, 157, 164, 1);
}
.blue_box {
	display:block;
	float:left;
	width:412px;
	height:300px;
	background-image:url(images/blue_box_1.gif);
	background-repeat:no-repeat;
}
.home_page_video, .home_page_image {
	padding:10px;
	display:block;
}
.light_grey_box_continued {
	margin-bottom:10px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	display:block;
	float:left;
  background-color: #eaeae4; /* IE */
  background: rgba(234, 234, 228, 1);
}
.left_column {
	width:616px;
	display:block;
	float:left;
	font-size:14px;
	line-height:26px;
	padding-bottom:0px;
	margin-right:10px;
}
.left_column, .right_column {
	color:#565656;
}
.left_column a, .right_column a {
	color:#4d95b9;
	font-weight:bold;
	text-decoration:none;
}
.left_column a:hover{
	color:#123443;
}
/* 
.boxsizing.rgba article img,
.boxsizing.rgba section img,
.boxsizing.rgba article iframe,
.boxsizing.rgba section iframe {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 0px; ----- creates border around images and iframes 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
.boxsizing.rgba .header_image,.boxsizing.rgba .header_image_over_tabs {
  background: rgba(152, 157, 164, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left_column .header_image {
  margin-bottom:-10px;
}
.secondary_page_content {
	margin-top:10px;
}
.left_column img {
	width:615px;
	margin-bottom:10px;
}
.callout_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 1px 3px 5px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 3px 5px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 3px 5px rgba(255, 255, 255, 0.1);
	background-color: #f6f6f0; /* IE */
	background: rgba(246, 246, 240, 1);
	margin-bottom:10px;
}
.one_col {
	width:100%;
	float:left;
}
.two_col {
	width:308px;
	float:left;
}
.three_col {
	width:205px;
	float:left;
}
.blue_header {
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	letter-spacing:0.3em;
	color:#ffffff;
	background-image:url(images/blue_header_backdrop.gif);
	background-repeat:no-repeat;
	/*-webkit-box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	background-color:#73c8ef;*/
	padding: 10px 10px 10px 10px;
}
a:hover .blue_header {
	background-image:url(images/blue_header_backdrop_over.gif);
	background-repeat:no-repeat;
	background-color: #bababa; /* IE */
}
.blue_header_side {
	font-size:12px;
	line-height:46px;
	font-weight:bold;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	letter-spacing:0.25em;
	color:#ffffff;
	background-image:url(images/blue_header_right_column_backdrop_one_line.png);
	background-repeat:no-repeat;
	/*-webkit-box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	box-shadow: inset -5px -10px 7px rgba(0, 0, 0, 0.12);
	background-color:#73c8ef;*/
	padding: 0px 0px 0px 0px;
	margin-bottom:10px;
}
.blue_header_side img {
	height:46px;
	margin: 0px 0px 0px 0px;
}
a:hover .blue_header_side {
	background-image:url(images/blue_header_right_column_backdrop_one_line_over.png);
	background-repeat:no-repeat;
	background-color: #bababa; /* IE */
}
/*.callout_content a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/
.callout_content img {
	float:left;
	width:84px;
	margin: 5px 13px -4px 0px;
	border: 4px solid rgba(58, 164, 216, 1);
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.callout_content img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.testimonial_name {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.testimonial_accreditations {
	font-size:12px;
	font-style:italic;
}
.blue_header img {
	width:26px;
	margin: 0px 14px 0px 0px; /* margin-bottom:30px for long headers */
}
.callout_content {
	padding: 5px 10px 10px 10px;
}
.right_column {
	width:294px;
	display:block;
	float:right;
	font-size:13px;
	line-height:24px;
}
.right_column img {
	width:100%;
}
.right_column p {
	padding-bottom:10px;
}
ul#list {
	list-style-image: url(images/bullet.png);
}
.msg_head {
	cursor: pointer;
	position: relative;
}
.msg_body {
	margin-left:15px;
}
/*ul#list {   <------------------works beautifully, but only when bullets are in a single line
	list-style-type: none;
    line-height: 150%;
}
ul#list li {
	background: url(images/bullet.png) no-repeat center left;
	padding-left: 30px;
}*/

.blue_page_title_box {
	display:block;
	float:left;
	width:920px;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	letter-spacing:0.2em;
	padding-top:20px;
	padding-left:90px;
	padding-right:10px;
	padding-bottom:20px;
}
.blue_page_title_box_advertise {
	background-image:url(images/blue_page_title_box_advertise.gif);
	background-repeat:no-repeat;
}
.blue_page_title_box_capabilities {
	background-image:url(images/blue_page_title_box_capabilities.gif);
	background-repeat:no-repeat;
}
.blue_page_title_box_contact {
	background-image:url(images/blue_page_title_box_contact.gif);
	background-repeat:no-repeat;
}
.blue_page_title_box_help {
	background-image:url(images/blue_page_title_box_help.gif);
	background-repeat:no-repeat;
}
.blue_page_title_box_pressroom {
	background-image:url(images/blue_page_title_box_pressroom.gif);
	background-repeat:no-repeat;
}
.blue_page_title_box_how_it_works {
	background-image:url(images/blue_page_title_box_how_it_works.gif);
	background-repeat:no-repeat;
}
.home_page_divider_1 {
	height:40px;
	background-image:url(images/home_page_divider_1.png);
	background-repeat:no-repeat;
}
.home_page_divider_2 {
	height:40px;
	background-image:url(images/home_page_divider_2.png);
	background-repeat:no-repeat;
}
.large_blue_text {
	color:#72caf1;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.contactError {
	color:#7cbf47;
}







.secondary_nav {
	font-size: 11px;
	letter-spacing:1px;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #989da4; /* IE */
	background: rgba(152, 157, 164, 1);
}
	
.secondary_nav ul {
	display:block;
	margin: 0 auto;
}

.secondary_nav ul li {
	float: left;
	display: inline;
	border-right: 1px solid #f6f6f0;
	background-color: #989da4; /* IE */
	background: rgba(152, 157, 164, 1);
}

.secondary_nav ul li.last {
	border-right:none;
}
.secondary_nav a:link, .secondary_nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 14px;
	text-decoration: none;
}
.secondary_nav a:hover, .secondary_nav a:active,
.secondary_nav .active a:link, .secondary_nav .active a:visited {
	color: #fff;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #65b0d3; /* Old browsers */
background: -moz-linear-gradient(top, #65b0d3 0%, #73c8ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65b0d3), color-stop(100%,#73c8ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #65b0d3 0%,#73c8ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b0d3', endColorstr='#73c8ef',GradientType=0 ); /* IE6-9 */
}
/*.secondary_nav .last a:hover {
	border-right: 1px solid #000;
}*/
.secondary_nav li.current-secondarymenu-item a {
	cursor:default;
	color: #fff;
	text-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #89cfef; /* Old browsers */
background: -moz-linear-gradient(top, #89cfef 0%, #72c7ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89cfef), color-stop(100%,#72c7ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #89cfef 0%,#72c7ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #89cfef 0%,#72c7ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #89cfef 0%,#72c7ee 100%); /* IE10+ */
background: linear-gradient(to bottom, #89cfef 0%,#72c7ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89cfef', endColorstr='#72c7ee',GradientType=0 ); /* IE6-9 */
}


.checkbx { float: left;}
.checkbxtext { float: right; width:94%;}



.collapsed_text {
	position:relative;
}
.collapsed_text .text {
	position:relative;
	display: block;
}
.collapsed_text .show_more {
    color: #4d95b9;
	position:relative;
	font-size: 9px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align: center;
	cursor: pointer;
	background: #f6f6f0; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f0 0%, #eaeae4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f0), color-stop(100%,#eaeae4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f0 0%,#eaeae4 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f0 0%,#eaeae4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f0', endColorstr='#eaeae4',GradientType=0 ); /* IE6-9 */
}
.collapsed_text .show_more:hover { 
    color: #123443;
	background: #f6f6f0; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f0 0%, #e1e1d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f0), color-stop(100%,#e1e1d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f0 0%,#e1e1d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f0 0%,#e1e1d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f0 0%,#e1e1d9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f0 0%,#e1e1d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f0', endColorstr='#e1e1d9',GradientType=0 ); /* IE6-9 */
}
.collapsed_text .show_more_height {
	height: 55px;
	overflow:hidden;
}





form input[type="text"], form input[type="password"], form textarea, form select {
	padding: 5px;
	color: #2b627c;
	font-size:14px;
}
form input[type="submit"], form input[type="button"] {
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px; border-radius: 5px;*/
	padding: 12px 27px;
	border: none;
	color: #2b627c;
	font-size:14px;
	letter-spacing:0.2em;
	font-weight: bold;
	background: #89cfef; /* Old browsers */
background: -moz-linear-gradient(top, #89cfef 0%, #69b8dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89cfef), color-stop(100%,#69b8dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #89cfef 0%,#69b8dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #89cfef 0%,#69b8dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #89cfef 0%,#69b8dc 100%); /* IE10+ */
background: linear-gradient(to bottom, #89cfef 0%,#69b8dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89cfef', endColorstr='#69b8dc',GradientType=0 ); /* IE6-9 */
}
form input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	background: #7fc8e9; /* Old browsers */
background: -moz-linear-gradient(top, #7fc8e9 0%, #72c7ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc8e9), color-stop(100%,#72c7ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7fc8e9 0%,#72c7ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7fc8e9 0%,#72c7ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7fc8e9 0%,#72c7ee 100%); /* IE10+ */
background: linear-gradient(to bottom, #7fc8e9 0%,#72c7ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc8e9', endColorstr='#72c7ee',GradientType=0 ); /* IE6-9 */
}
form input[type="submit"]:active {
	background: #65b0d3;
}
input[type="checkbox"] {
    display:inline-block;
	border: 1px solid #72bddf;
    width:24px;
    height:24px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background:#FFF;
    cursor:pointer;
}





footer {
	z-index: 1;
	position: relative;
	width: 940px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	letter-spacing:0.2em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
	background-color: #989da4; /* IE */
	background: rgba(152, 157, 164, 1);
	-webkit-box-shadow: inset 0px -3px 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px -3px 12px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px -3px 12px rgba(0, 0, 0, 0.15);
}
	
footer ul {
	list-style: none; 
	margin: 0 auto;
}

footer ul li {
	display:inline-block;
    margin:0;
    padding:0;
}
	
footer a:link, footer a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
footer a:hover, footer a:active,
footer .active a:link, footer .active a:visited {
	color: #fff;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #65b0d3; /* Old browsers */
background: -moz-linear-gradient(top, #65b0d3 0%, #73c8ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65b0d3), color-stop(100%,#73c8ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #65b0d3 0%,#73c8ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #65b0d3 0%,#73c8ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b0d3', endColorstr='#73c8ef',GradientType=0 ); /* IE6-9 */
}

footer small {
	font-size:11px;
	letter-spacing:0.15em;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
header #logo {
	display:block;
	margin-bottom:10px;
}
.blue_box {
	width:220px;
	height:300px;
	background-image:url(images/blue_box_2.gif);
	background-repeat:no-repeat;
}
.left_column {
	width:57%;
}
.left_column img {
	width:420px;
}
.two_col {
	width:207px;
}
.three_col {
	width:138px;
	float:left;
}
.callout_content img {
	width:62px;
}
.collapsed_text .show_more_height {
	height: 65px;
}
.callout_content {
	font-size:12px;
	line-height:21px;
}
.blue_header img {
	width:26px;
}
.right_column {
	width:41%;
	font-size:12px;
	line-height:21px;
}
.blue_page_title_box {
	width:628px;
}
#page {
    width: 768px;
}
#main {
    width: 748px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
#sidebar {
    width: 236px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
  .fullWidth #main {
    width: 748px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
  .fullWidth .image_list article, .fullWidth .text_list article {
    width: 172px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
  header, footer {
    width: 748px;
	text-align:center;
}
#portfolio .description {
    width: 172px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
#portfolio .content {
    width: 556px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}


.checkbxtext { float: right; width:93%;}


.secondary_nav {
		line-height: 30px;
}
	
.secondary_nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
}
	
.secondary_nav li {
		margin-left: 0 auto;
		margin-bottom:3px;
		width: 100%;
}

.secondary_nav ul li {
	border-right: 0px;
}
	
.secondary_nav a:link, .secondary_nav a:visited {
		display: block;
		height: 30px;
		padding: 5px 0;
}





  footer {
	text-align:center;
	font-size: 11px;
}
  footer a:link, footer a:visited {
	height: 30px;
	padding: 5px 17px;
}

.vimeo_video {
	width:394px;
	height:221px;
}

}
@media only screen and (max-width: 767px) {
header #logo {
	display:block;
	margin-bottom:10px;
}
.blue_box {
	float:none;
	width:440px;
	height:173px;
	background-image:url(images/blue_box_3.gif);
	background-repeat:no-repeat;
}
.left_column {
	width:auto;
	padding-bottom:20px;
}
.one_col, .two_col {
	width:440px;
}
 .three_col {
	width:438px;
}
.right_column {
	width:auto;
	float:none;
}
.right_column .social {
	text-align:center;
}
article .videoContainer, section .videoContainer {
  float:none;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 235px;
  padding-top: 0px;
  overflow: hidden;
}
article .imageContainer, section .imageContainer {
  float:none;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  overflow: hidden;
}
.blue_page_title_box {
	width:auto;
	margin-bottom:0px;
	padding-right:123px; /* fixes right alignment on short page headers in Safari */
}
.left_column img {
	width:440px;
}
  header nav #logo {
    float: none;
}
  header nav ul {
    float: none;
}
  header nav ul li {
    float: none;
    margin: 0 0 3px 0;
}
  header nav ul a {
    display: block;
}
#main, #sidebar, .fullWidth #main {
    width: auto;
    float: none;
    display: block;
}
  .fullWidth .image_list article:nth-child(3), .fullWidth .text_list article:nth-child(3) {
    clear: both;
}
#portfolio {
    margin-left: 0;
    margin-right: 0;
}
#portfolio .description {
    width: auto;
    float: none;
    display: block;
}
#portfolio .content {
    width: auto;
    float: none;
    display: block;
}







.secondary_nav {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 0;
}
	
.secondary_nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
}
	
.secondary_nav li {
		margin-left: 0 auto;
		margin-bottom:3px;
		width: 100%;
}

.secondary_nav ul li {
	border-right: 0px;
}
	
.secondary_nav a:link, .secondary_nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
}









footer {
	background-color: #ffffff; /* IE */
	background: rgba(256, 256, 256, 1);
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 0;
}
  
footer ul {
	list-style: none; 
	margin: 0 auto;
	padding-left: 0;
}

footer ul li {
	background-color: #989da4; /* IE */
	background: rgba(152, 157, 164, 1);
	-webkit-box-shadow: inset -1px -3px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset -1px -3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: inset -1px -3px 12px rgba(0, 0, 0, 0.1);
	margin-left: 0 auto;
	margin-bottom:3px;
	width: 100%;
}
  
footer a:link, footer a:visited {
	color: #FFF;
	display: block;
	height: 30px;
	padding: 5px 0;
	text-decoration: none;
}

.vimeo_video {
	width:420px;
	height:236px;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {

 header #logo {
	display:block;
	margin-bottom:10px;
}
article .imageContainer, section .imageContainer {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 220px;
  padding-top: 10px;
  overflow: hidden;
}
article .imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
}


.checkbxtext { float: right; width:92%;}

	
  #page {
    width: 480px;
}
  header, footer {
    width: 460px;
	text-align:center;
}
.callout_content img {
	width:54px;
}
.blue_header img {
	width:26px;
}
/*.blue_header_side {
	display:block;
	width:280px;
}*/

.right_column img {
	width:440px;
}
  
}
@media only screen and (max-width: 479px) {

	header #logo {
	display:block;
	margin-bottom:10px;
}
	
.blue_box {
	float:none;
	width:280px;
	height:190px;
	background-image:url(images/blue_box_4.gif);
	background-repeat:no-repeat;
}
article .videoContainer, section .videoContainer {
  float:none;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 170px;
  padding-top: 0px;
  overflow: hidden;
}
article .imageContainer, section .imageContainer {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 125px;
  padding-top: 10px;
  overflow: hidden;
}
article .imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
}


.checkbxtext { float: right; width:89%;}



  #page {
    width: 320px;
}
  .fullWidth .image_list article {
    width: 140px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
  .fullWidth .text_list article {
    width: 320px;
    display: inline;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
  header, footer {
    width: 300px;
	text-align:center;
}
.blue_page_title_box {
	width:auto;
	margin-bottom:0px;
	padding-right:10px;
}
.left_column img {
	width:280px;
}
.one_col, .two_col {
	width:280px;
}
 .three_col {
	width:279px;
}
.right_column {
	width:280px;
}
.callout_content img {
	width:54px;
}
.blue_header img {
	width:26px;
}
footer small {
	font-size:9px;
}
.blue_header_side {
	/*display:block;
	width:280px;*/
	background-image:url(images/blue_header_right_column_backdrop_one_line.png);
	background-repeat:no-repeat;
}
.turnOff {
	display:none;
}

.vimeo_video {
	width:260px;
	height:146px;
}
}

