/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/* Selection */
::-moz-selection { background: #00106d; color: #fff; text-shadow: none; }
::selection { background: #00106d; color: #fff; text-shadow: none; }

/* Links */
a { color: #0687df; text-decoration: underline;}
a:visited { color: #0687df; }
a:hover { color: #184398; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

/* Readability */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
ul, ol { margin: 0; padding: 0; list-style-type: none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */
img { border: 1; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Etc */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Fonts */

@font-face {
    font-family: 'WhiteHouseCustomMediumRegular';
    src: url('fonts/whitehousecustom-medium-webfont.eot');
    src: url('fonts/whitehousecustom-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/whitehousecustom-medium-webfont.woff') format('woff'),
         url('fonts/whitehousecustom-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



html {
  min-width: 984px;
}

body {
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
  position: relative;
  height: 146px;
  border-bottom: 4px solid #61399D;
}

header:after {
    content: "";

    display: block;
    position: absolute;
    top: 150px;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    filter: alpha(opacity=10);
    z-index: 100;
}

section {
  position: relative;
}

/* Text Formatting */

h1 {
  margin: 0 0 .5em 0;
  color: #404040;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 40px;
  font-weight: normal;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

h2 {
  margin: 0 0 .5em 0;
  color: #193b80;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h3 {
  margin: 0 0 .5em 0;
  color: #2669b9;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  margin: 0 0 .5em 0;
}

p {
  margin: 0 0 1em 0;
  color: #404040;
  font-size: 14px;
  line-height: 1.6em;
}

.grey {
  color: #3c3c3c;
}

.blue-dark {
  color: #00106c;
}

.blue {
  color: #0051ae;
}

.blue-light {
  color: #0074d2;
}

/* Body Copy Specific Stuff */

div.body-copy-content ul {
  list-style-type: disc;
  margin-bottom: 1em;
}

div.body-copy-content li {
  display: list-item;
  margin-left: 48px;
  color: #404040;
  font-size: 14px;
  line-height: 1.6em;
}

div.body-copy-content table {
  margin: 0;
  border: 0;

  -webkit-font-smoothing: antialiased;
}

div.body-copy-content table caption {
  padding: 10px;
  background: #0052b2;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 16px;
  color: #fff;
}

div.body-copy-content thead tr th {
  padding: 10px 10px;
  border: 0;
  background: #0788e0;
  color: #fff;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 14px;
  font-weight: normal;
}

div.body-copy-content tbody tr {
  border-bottom: 1px solid #f4f4f4;
}

div.body-copy-content tbody tr th {
  padding: 10px 10px;
  border: 0;
  background: #4da2f2;
  color: #fff;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 14px;
  font-weight: normal;
}

div.body-copy-content td {
  padding: 10px 10px;
  border: 0;
  background: #ebf5fd;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

div.body-copy-content tr:nth-child(even) td {
  background: #fff;
}

/* Links */

a.arrowed {
  display: inline-block;
  position: relative;
  color: #62399F;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;

  -webkit-font-smoothing: antialiased;
}

a.arrowed:after {
  content: "";

  display: block;
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: -16px;
  width: 6px;
  height: 11px;
  background: url('../img/link_arrow.png');
  background-repeat: no-repeat;
  background-position: center;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

a.arrowed:hover {
  color: #193B80;
}

a.arrowed:hover:after {
  

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}


/* Page Elements */

#logo {
  display: block;
  position: relative;
  top: 3px;
  width: 187px;
  height: 143px;
  background: url('../img/marks/logo.jpg');
  text-indent: -9999px;
}

#logo.about-environment {
  background: url('../img/marks/logo_environment.svg');
}

#accountbox {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 24px;
  padding: 6px 0;
  text-align: right;
}

#accountbox div.join {
  display: inline-block;
  float: left;
}

#accountbox div.join p {
  color: #555555;
  line-height: 30px;
}

#accountbox div.join a {
  text-decoration: none;
  /* border-bottom: 2px dotted #0074d2;*/ 
}

#accountbox div.login {
  display: inline-block;
  float: left;
}

#accountbox div.login div.form-element {
  display: inline-block;
  float: left;
  margin-left: 6px;
}

#accountbox div.login div.form-element input[type="text"],
#accountbox div.login div.form-element input[type="password"] {
  display: inline-block;
  padding: 4px 6px;
  width: 80px;
  height: 20px;
  border: 1px solid #cccccc;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  background-color: #ffffff;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#accountbox div.login div.form-element input[type="text"]:focus,
#accountbox div.login div.form-element input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 116, 210, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 116, 210, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 116, 210, 0.6);
}

#accountbox div.login div.form-element input[type="submit"], button {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;

  -webkit-font-smoothing: antialiased;

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;

  border: 1px solid #aaa;
  *border: 0;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
}

#accountbox div.login div.form-element input[type="submit"]:hover,
#accountbox div.login div.form-element input[type="submit"]:active,
button:hover,
button:active {
  color: #fff;
  background-color: #002e8e;
  *background-color: #002e8e;
  text-shadow: 0;

  border: 1px solid #00066e;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52a3ef), to(#002e8e));
  background-image: -webkit-linear-gradient(top, #52a3ef, #002e8e);
  background-image: -o-linear-gradient(top, #52a3ef, #002e8e);
  background-image: linear-gradient(to bottom, #52a3ef, #002e8e);
  background-image: -moz-linear-gradient(top, #52a3ef, #002e8e);

}

#accountbox div.login div.form-element input[type="submit"]:active,
button:active {
  background-color: #002e8e;
  background-color: #002e8e \9;
  background-image: none;
  outline: 0;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52a3ef), to(#002e8e));
  background-image: -webkit-linear-gradient(top, #52a3ef, #002e8e);
  background-image: -o-linear-gradient(top, #52a3ef, #002e8e);
  background-image: linear-gradient(to bottom, #52a3ef, #002e8e);
  background-image: -moz-linear-gradient(top, #52a3ef, #002e8e);

  background-position: 0 -5px;
  
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

nav {
  display: inline-block;
  position: absolute;
  top: 84px;
  right: -50px;
  font-family: "times New Roman";
  font-size: 22px;
  color: #00106d;
  z-index: 400;

  -webkit-font-smoothing: antialiased;
}

nav li {
  position: relative;
  display: block;
  float: left;
  margin-left: 16px;
  padding: 0;
}

nav a:link, nav a:visited {
  text-decoration: none;
  color: #62399F;
}

nav li.selected:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url('../img/nav_underline.png');
}

nav li.selected a:link, nav li.selected a:visited {
  text-decoration: none;
  color: #0074d2;
}

/* Initial level of menu navigation */

nav li:hover ul.submenu {
  left: 0px
}

nav ul.submenu {
  position: absolute;
  width: 100%;
  top: 30px;
  left: -9999px;
  border: 3px solid #fff;
  z-index: 300;

  -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
  box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
}

nav ul.submenu li {
  display: inline-block;
  width: 190px;
  margin: 0;
  padding: 0 4px;
  border-top: 1px solid #eceff4;
  border-left: 1px solid #eceff4;
  border-right: 1px solid #eceff4;
  background: #f5fafe;
  color: #1a92ea;
  font-size: 14px;

  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .035);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .035);
}

nav ul.submenu li.has_children {
   background: #f5fafe url('../img/navmenu_arrow_blue.png') no-repeat right center;
}

nav ul.submenu li:last-child {
  border-bottom: 1px solid #e3ebf4;
}

nav ul.submenu li a:link, nav ul.submenu li a:visited {
  text-decoration: none;
  color: #1a92ea;
}

nav ul.submenu li:nth-child(even) {
  background: #fff;
  color: #1a92ea;
}

nav ul.submenu li:nth-child(even).has_children {
  background: #fff url('../img/navmenu_arrow_blue.png') no-repeat right center;
  color: #1a92ea;
}

nav ul.submenu li:nth-child(even) a:link, nav ul.submenu li:nth-child(even) a:visited {
  text-decoration: none;
  color: #1a92ea;
}

/* Section-specific rules*/

nav li.products ul.submenu {
  width: 200px;
}

nav li.products ul.submenu li {
  width: 190px;
}

nav li.products ul.submenu ul {
  width: 195px;
}

nav li.products ul.submenu li ul li {
  width: 185px;
}

nav li.studio-services ul.submenu {
  width: 165px;
}

nav li.studio-services ul.submenu li {
  width: 155px;
}

nav li.resources ul.submenu {
  width: 160px;
}

nav li.resources ul.submenu li {
  width: 150px;
}

nav li.about ul.submenu {
  width: 200px;
}

nav li.about ul.submenu li {
  width: 190px;
}

nav li.customer-service ul.submenu {
  width: 160px;
}

nav li.customer-service ul.submenu li {
  width: 150px;
}

nav ul.submenu a {
  display: block;
  padding: 8px;
}

nav ul.submenu li:hover {
  background: #1a92ea;
  border-top: 1px solid #1a92ea;
  border-left: 1px solid #1a92ea;
  border-right: 1px solid #1a92ea;
}

nav ul.submenu li.has_children:hover {
  background: #061885 url('../img/navmenu_arrow_white.png') no-repeat right center;
  border-top: 1px solid #061885;
  border-left: 1px solid #061885;
  border-right: 1px solid #061885;
}

nav ul.submenu li:hover a {
  color: #fff;
}

nav ul.submenu li:nth-child(even):hover a {
  color: #fff;
}

/* Second level of menu navigation */

nav li:hover ul.submenu li:hover ul{
  left: 199px;
  top: -4px;
  -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
  box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
}

//nav li:hover ul.submenu li:last-child:hover ul{
  //top: -220px;
//}

nav ul.submenu li ul{
  position: absolute;
  top: 0px;
  border: 3px solid #fff;
  left: -9999px
}

nav ul.submenu li ul li {
  display: inline-block;
  width: 210px;
  margin: 0;
  border-top: 1px solid #e3ebf4;
  border-left: 1px solid #eceff4;
  border-right: 1px solid #eceff4;
  background: #f5fafe;
  color: #1a92ea;
  font-size: 14px;
}

nav ul.submenu li ul a {
  display: block;
  padding: 8px;
}

nav ul.submenu li:nth-child(even):hover ul li a {
  color: #1a92ea;
}

nav ul.submenu li:nth-child(even):hover ul li:nth-child(even) a {
  color: #1a92ea;
}

nav ul.submenu li ul li:nth-child(even) {
  background: #fff;
  color: #1a92ea;
}

nav ul.submenu li ul li:nth-child(even) a:link, nav ul.submenu li ul li:nth-child(even) a:visited {
  text-decoration: none;
  color: #1a92ea;
}

nav ul.submenu li ul li a:link, nav ul.submenu li ul li a:visited {
  text-decoration: none;
  color: #1a92ea;
}

nav ul.submenu li ul li:hover {
  background: #0687df;
  border-top: 1px solid #0687df;
  border-left: 1px solid #0687df;
  border-right: 1px solid #0687df;
}

nav ul.submenu li ul li:hover a,
nav ul.submenu li:nth-child(even) ul li:hover a,
nav ul.submenu li ul li:nth-child(even):hover a,
nav ul.submenu li:nth-child(even) ul li:nth-child(even):hover a {
  color: #fff;
}

/* Subnav */

#subnav {
  min-height: 36px;
  padding-bottom: 13px;
  background: #002f8e; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmY4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUzYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #61399D 0%, #61399D 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61399D), color-stop(100%,#61399D)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #61399D 0%,#61399D 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #61399D 0%,#61399D 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #61399D 0%,#61399D 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #61399D 0%,#61399D 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61399D', endColorstr='#61399D',GradientType=0 ); /* IE6-8 */
  z-index: 300;
}

#subnav div.grid-container {
  position: relative;
  padding-right: 24px;
  text-align: right;
}

#subnav a {
  display: inline-block;
  padding: 11px 11px 0px 11px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;

  -webkit-font-smoothing: antialiased;
}

#subnav a.selected:link, #subnav a.selected:visited {
  text-decoration: none;
  color: #52a3ef;
}

#subnav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
}

#subnav ul.breadcrumb {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 24px;
  margin: 0;
  padding: 0;
}

#subnav li {
  display: block;
  float: left;
  padding: 0px 11px 0px 11px;
}

#subnav li.divider {
  padding: 11px 0px;
}

#subnav ul.breadcrumb li.current-family a {
  color: #fff;
}

#subnav ul.breadcrumb li {
  color: #53a4f0;
  font-size: 16px;
  font-weight: bold;
}

#subnav ul.breadcrumb a {
  color: #53a4f0;
  text-decoration: underline;
}

#subnav li.selected a:link, #subnav li.selected a:visited {
  text-decoration: none;
  color: #52a3ef;
}

/* Page Heading */

section.page-heading {
  position: relative;
  padding: 0;
  background: #fff;
}

section.page-heading h1 {
  margin: 0;
  padding: 0;
  color: #404040;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 28px;
  line-height: 75px;
  font-weight: 100;
}

section.page-heading:after {
  content: "";

  display: block;
  position: absolute;
  top: 75px;
  width: 100%;
  height: 19px;
  background: url('../img/section_shading_lower.png');
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  filter: alpha(opacity=10);
  z-index: 100;
}

/* Related Items */

section.related {
  min-height: 100px;
  background: #d8e6f5;
}

section.related div.grid-container {
  padding: 30px 0 60px 0;
}

section.related div.item {
  position: relative;
  width: 296px;
  height: 292px;
  overflow: hidden;

  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.related div.item:hover {

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;

  -webkit-box-shadow:  0px 1px 10px 2px rgba(0, 42, 144, .4);
  box-shadow:  0px 1px 10px 2px rgba(0, 42, 144, .4);
}

section.related div.item.animated:hover {

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;

  -webkit-box-shadow:  0px 1px 10px 2px rgba(0, 42, 144, 0);
  box-shadow:  0px 1px 10px 2px rgba(0, 42, 144, 0);
}

section.related div.item div.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  height: 292px;
  background: #fff;

  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.related div.item:hover div.background {
  opacity: 0;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

section.related div.item div.image {
  position: absolute;
  top: 0;
  left: 0;
}

section.related div.item.animated div.image {
  position: absolute;
  top: -15px;
  left: 0;

  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

section.related div.item.animated:hover div.image {
  top: -30px;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

section.related div.item.animated div.image img {
  width: 296px;
  height: 292px;
}

section.related div.item div.title {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  background: #fff;
  color: #0052b0;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 18px;
  line-height: 56px;
  text-align: center;

  -webkit-font-smoothing: antialiased;
}

section.related div.item.inverted div.title {
  background: #01358e;
  color: #fff;
}

section.related div.item div.title:after {
  content: " ";

  top: -20px;
  border: solid transparent;
  border-bottom-color: #fff;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

section.related div.item.inverted div.title:after {
  border-bottom-color: #01358e;
}



section.footercol {
  padding: 133px 0;
  background: #61399D;
}

section.footercol a {
  text-decoration: none;
}

section.footercol h1{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  line-height: 59px;

  -webkit-font-smoothing: antialiased;
}

section.footercol p{
  margin: 0;
  padding: 0;
}

section.footercol div.button-howitworks,
section.footercol div.button-join {
  height: 59px;
  background: #163f96;
  font-family: "WhiteHouseCustomMediumRegular";

  -webkit-font-smoothing: antialiased;

  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

section.footercol a:hover div.button-howitworks,
section.footercol a:hover div.button-join {
  background: #00106d;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

section.footercol div.button-howitworks p, section.footercol div.button-join p {
  font-size: 22px;
  line-height: 59px;
}

section.footercol div.button-howitworks .title, section.footercol div.button-join .title{
  margin-left: 70px;
  padding: 0px 20px;
}

section.footercol div.button-howitworks .icon{
  float: left;
  width: 70px;
  height: 59px;
  background: url('../img/new_icon_how.png');
}

section.footercol div.button-join .icon{
  float: left;
  width: 70px;
  height: 59px;
  background: url('../img/new_icon_join.png');
}

section.footercol a p{
  color: #fff;
  text-decoration: none;
}

section.footercol a:hover p{
  color: #9fc1ec;
}

.shadow {
  -webkit-box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, .15);
  box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, .15);
}

div.shading-upper {
  height: 19px;
  background: url('../img/section_shading_upper.png');
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  filter: alpha(opacity=10);
  z-index: 100;
}

div.shading-lower {
  height: 19px;
  background: url('../img/section_shading_lower.png');
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  filter: alpha(opacity=10);
  z-index: 100;
}

/* Footer Stuff */


footer div.nav a.logo{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  overflow: hidden;
  width: 88px;
  height: 87px;
  background: url('../img/footer_nav_logo.png');
  text-indent: -9999px;
}

footer div.meta {
  padding: 15px 0;
  background: #fff;
  text-align: center;
}

footer div.meta ul {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}

footer div.meta li {
  display: block;
  position: relative;
  float: left;
  margin-left: 24px;
}

footer div.meta li.icons {
  width: 62px;
  height: 28px;
}

footer div.meta li:first-child {
  margin-left: 0;
}

footer div.meta li a {
  color: #00106d;
  text-decoration: none;
  font-weight: bold;
  line-height: 32px;
}

footer div.meta li a.facebook {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  background: url('../img/footer_icons.png');
  line-height: 0;
  text-indent: -9999px;
}

footer div.meta li a.twitter {
  display: block;
  position: absolute;
  top: 0px;
  left: 36px;
  width: 28px;
  height: 28px;
  background: url('../img/footer_icons.png') no-repeat -28px 0px;
  line-height: 0;
  text-indent: -9999px;
}

footer div.meta li p{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 32px;
}



div.elegant_simple_gal {
  position: relative;
}

div.elegant_simple_gal ul.images {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.elegant_simple_gal ul.images li{
  position: absolute;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

div.elegant_simple_gal ul.images img {
  width: 100%;
}

div.elegant_simple_gal div.controls {
  height: 18px;
  padding: 6px;
  background: #fff;
}

div.elegant_simple_gal div.controls ul {
  margin: 0;
  padding: 0;
}

div.elegant_simple_gal div.controls li.nav{
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url('../img/rotator_nav.png');
}

div.elegant_simple_gal div.controls li.nav.selected{
  background-position: 0 -18px;
}

div.elegant_simple_gal div.controls li.enlarge{
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url('../img/rotator_nav_enlarge.png');
}


#content div.elegant_simple_gal p.popover-caption {
  display: none;
  position: absolute;
  top: 24px;
  left: -278px;
  padding: 12px;
  width: 296px;
  background: #143B92;
  color: #fff;
  font-weight: bold;
  z-index: 5;

  -webkit-font-smoothing: antialiased;
}

#content div.elegant_simple_gal p.popover-caption.right {
  left: 100%;
  margin-left: 6px;
}

#content div.elegant_simple_gal p.popover-caption:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-right-color: transparent;
    border-left-color: #143B92;
    border-width: 10px;
    pointer-events: none;
}

#content div.elegant_simple_gal p.popover-caption.left:after {
    left: -19px;
    border-right-color: #143B92;
    border-left-color: transparent;
}

/* Hero Rotator Stuff */

div.rotator-arrow {
  position: absolute;
  width: 86px;
  height: 242px;
  margin-top: -121px;
  background: url('../img/rotator_arrows.png');
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}

div.rotator-arrow.left {
  position: absolute;
  top: 50%;
  left: -86px;
}

div.rotator-arrow.left:hover {
  background-position: 0px -242px;
}


div.rotator-arrow.right {
  position: absolute;
  top: 50%;
  right: -86px;
  background-position: -86px 0px;
}

div.rotator-arrow.right:hover {
  background-position: -86px -242px;
}

/* Lightbox Stuff */

div.lightbox-overlay {
  position: fixed;
  background: rgba(0, 0, 0, .8);
  background-image: url('../img/spinner_middle.png'), url('../img/spinner_rings.gif');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 900;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

div.lightbox-overlay.loaded {
  background-image: none;
}

div.lightbox-nav-prev {
  position: fixed;
  top: 50%;
  left: 20px;
  width: 86px;
  height: 242px;
  margin-top: -121px;
  background: url('../img/rotator_arrows.png');
  cursor: pointer;
  z-index: 902;
}

div.lightbox-nav-prev:hover {
  background-position: 0px -242px;
}

div.lightbox-nav-next{
  position: fixed;
  top: 50%;
  right: 20px;
  width: 86px;
  height: 242px;
  margin-top: -121px;
  background: url('../img/rotator_arrows.png');
  background-position: -86px 0px;
  cursor: pointer;
  z-index: 902;
}

div.lightbox-nav-next:hover {
  background-position: -86px -242px;
}

div.lightbox-container {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  opacity: 0;
  z-index: 901;
  cursor: pointer;
}

div.lightbox-content {
  position: relative;
  display: inline-block;
  margin-left: -50%;
  padding: 12px;
  background: #fff;
}

div.lightbox-content p {
  margin: 0 auto;
  padding: 10px 0 0 0;
  color: #0074D2;
  font-size: 14px;
  text-align: center;
}

div.lightbox-content div.image-pan-control {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 400px;
  height: 400px;
  background: #eee;
  overflow: hidden;
}

div.lightbox-content div.image-pan-control img {
  position: absolute;
  top: 0px;
  left: 0px;
}

div.lightbox-content div.image-pan-control div.arrows {
  position: absolute;
  top: 0;
  left: 0;
}

div.lightbox-content div.image-pan-control div.arrows div.arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url('../img/pan_arrows.png');

  -moz-animation-duration: .4s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite; 
  -moz-animation-direction: alternate;
  -moz-animation-fill-mode: both;

  -webkit-animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-direction: alternate;
  -webkit-animation-fill-mode: both;
}

div.lightbox-content div.image-pan-control div.arrows div.arrow.top {
  top: 50px;
  left: 168px;
  background-position: -64px 0;

  -moz-animation-name: panArrowTop;
  -webkit-animation-name: panArrowTop;

}

@-moz-keyframes panArrowTop {
   0%   { top: 50px }
   100% { top: 30px }
}

@-webkit-keyframes panArrowTop {
   0%   { top: 50px }
   100% { top: 30px }
}

div.lightbox-content div.image-pan-control div.arrows div.arrow.right {
  top: 168px;
  left: 300px;
  background-position: -128px -64px;

  -moz-animation-name: panArrowRight;
  -webkit-animation-name: panArrowRight;
}

@-moz-keyframes panArrowRight {
   0%   { left: 300px }
   100% { left: 320px }
}

@-webkit-keyframes panArrowRight {
   0%   { left: 300px }
   100% { left: 320px }
}

div.lightbox-content div.image-pan-control div.arrows div.arrow.bottom {
  top: 300px;
  left: 168px;
  background-position: -64px -128px;

  -moz-animation-name: panArrowBottom;
  -webkit-animation-name: panArrowBottom;
}

@-moz-keyframes panArrowBottom {
   0%   { top: 300px }
   100% { top: 320px }
}

@-webkit-keyframes panArrowBottom {
   0%   { top: 300px }
   100% { top: 320px }
}

div.lightbox-content div.image-pan-control div.arrows div.arrow.left {
  top: 168px;
  left: 50px;
  background-position: 0px -64px;

  -moz-animation-name: panArrowLeft;
  -webkit-animation-name: panArrowLeft;
}

@-moz-keyframes panArrowLeft {
   0%   { left: 50px }
   100% { left: 30px }
}

@-webkit-keyframes panArrowLeft {
   0%   { left: 50px }
   100% { left: 30px }
}

div.lightbox-content div.surface-detail-content {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 252px;
  height: 400px;
  overflow:hidden;
}

div.lightbox-content div.surface-detail-content h2 {
  line-height: 1.1em;
}

div.lightbox-content div.surface-detail-content p {
  color: #404040;
  text-align: left;
}

/* Expandable Content Stuff */

div.expandable-content {
  position: relative;
}

div.expandable-content div.expandable-content-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.expandable-content-title:hover {
  background: #fff;

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

div.expandable-content.expanded div.expandable-content-title:hover,
div.expandable-content.expanded div.expandable-content-title {
  background: #153d95;
}

div.expandable-content-title div.arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: #fff url('../img/expandableContent_arrowLeft.png') no-repeat center;
}

div.expandable-content-title h4 {
  margin: 0;
  padding: 8px 0 4px 44px;
  min-height: 24px;
  color: #0687df;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}

div.expandable-content.expanded div.expandable-content-title h4{
  color: #fff;
}

div.expandable-content.expanded div.arrow{
  background: #0687df url('../img/arrow_down.png') no-repeat center;
}

div.expandable-content div.expandable-content-body {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  color: #3c3c3c;
  font-size: 15px;
}

div.expandable-content.expanded div.expandable-content-body {
  padding: 12px;
  height: auto;
}

div.expandable-content-body p:last-child{
  margin-bottom: 0;
}

/* Tabbed Content Stuff */

div.tabbed-content ul.navs li {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 12px;
  width: 130px;
  height: 36px;
  background: #e3ecf5;
  color: #163f96;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
}

div.tabbed-content.vertical ul.navs li {
  display: block;
  margin-bottom: 2px;
  padding: 12px;
  width: 100%;
  height: 36px;
  background: #e3ecf5;
  color: #163f96;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
}

div.tabbed-content ul.navs li:last-child {
  margin-right: 0;
  width: 132px;
}

div.tabbed-content.vertical ul.navs li:last-child {
  margin-bottom: 0;
  width: 100%;
}

div.tabbed-content ul.navs li.selected {
  background: #163f96;
  color: #fff;
}

div.tabbed-content ul.navs li:hover {
  background: #d5dee5;
}

div.tabbed-content ul.navs li.selected:hover {
  background: #163f96;
  color: #fff;
}

div.tabbed-content ul.items li.item{
  display: none;
  padding: 24px;
  background: #fff;
}

div.tabbed-content ul.items li.item:first-child {
  display: block;
}

/* Arrow Boxes */

div.arrow-box {
  position: relative;
  margin-top: 10px;
  padding: 14px;
}

div.arrow-box p:last-child {
  margin-bottom: 0;
}

div.arrow-box.top:after {
  content: " ";
  position: absolute;
  top: -20px;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

div.arrow-box.blue {
  background: #163f96;
}

div.arrow-box.blue p {
  color: #fff;
  line-height: 1.3em;
}

div.arrow-box.blue.top:after {
  border-bottom-color: #163f96;
}



.grid-container{
  width: 984px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

/* THIS IS A STANDARD GRID WITH MARGIN'D GUTTERS */

.row {
  position: relative;
  *zoom: 1;
  margin-bottom: 12px;
  padding-right: 24px;
}
.row:last-child {
  margin-bottom: 0px;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  position: relative;
  float: left;
  margin-left: 0px;
}

.row.nested {
  padding-right: 0px;
}

.row.nested [class*="span"]:first-child {
  margin-left: 0px;
}

.span1 {
  width: 56px;
}
.span2 {
  width: 136px;
}
.span3 {
  width: 216px;
}
.span4 {
  width: 304px;
}
.span5 {
  width: 440px;
}
.span6 {
  width: 456px;
}
.span7 {
  width: 500px;
}
.span8 {
  width: 630px;
  margin-top:0px;
}
.span9 {
  width: 696px;
}
.span10 {
  width: 776px;
}
.span11 {
  width: 856px;
}
.span12 {
  width: 936px;
}
.offset1 {
  margin-left: 104px;
}
.offset2 {
  margin-left: 184px;
}
.offset3 {
  margin-left: 264px;
}
.offset4 {
  margin-left: 344px;
}
.offset5 {
  margin-left: 424px;
}
.offset6 {
  margin-left: 504px;
}
.offset7 {
  margin-left: 584px;
}
.offset8 {
  margin-left: 664px;
}
.offset9 {
  margin-left: 744px;
}
.offset10 {
  margin-left: 824px;
}
.offset11 {
  margin-left: 904px;
}

/*

.row {
  *zoom: 1;
  margin-bottom: 12px;
}
.row:last-child {
  margin-bottom: 0px;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
}
.span1 {
  width: 82px;
}
.span2 {
  width: 164px;
}
.span3 {
  width: 246px;
}
.span4 {
  width: 328px;
}
.span5 {
  width: 410px;
}
.span6 {
  width: 492px;
}
.span7 {
  width: 574px;
}
.span8 {
  width: 656px;
}
.span9 {
  width: 738px;
}
.span10 {
  width: 820px;
}
.span11 {
  width: 902px;
}
.span12 {
  width: 984px;
}
.offset1 {
  margin-left: 82px;
}
.offset2 {
  margin-left: 164px;
}
.offset3 {
  margin-left: 246px;
}
.offset4 {
  margin-left: 328px;
}
.offset5 {
  margin-left: 410px;
}
.offset6 {
  margin-left: 492px;
}
.offset7 {
  margin-left: 574px;
}
.offset8 {
  margin-left: 656px;
}
.offset9 {
  margin-left: 738px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 902px;
}

*/

/* Floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Printing */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
