@font-face {
  font-family: 'cooper_hewittbook';
  src: url('../fonts/cooperhewitt-book-webfont.eot');
  src: url('../fonts/cooperhewitt-book-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-book-webfont.woff') format('woff'), url('../fonts/cooperhewitt-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewittsemibold';
  src: url('../fonts/cooperhewitt-semibold-webfont.eot');
  src: url('../fonts/cooperhewitt-semibold-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-semibold-webfont.woff') format('woff'), url('../fonts/cooperhewitt-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewittsemibold_italic';
  src: url('../fonts/cooperhewitt-semibolditalic-webfont.eot');
  src: url('../fonts/cooperhewitt-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-semibolditalic-webfont.woff') format('woff'), url('../fonts/cooperhewitt-semibolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewittmedium';
  src: url('../fonts/cooperhewitt-medium-webfont.eot');
  src: url('../fonts/cooperhewitt-medium-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-medium-webfont.woff') format('woff'), url('../fonts/cooperhewitt-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bluegradient {
  background: #005596;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQxNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #005596 0%, #004172 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005596), color-stop(100%, #004172));
background: -webkit-linear-gradient(top, #005596 0%, #004172 100%);
background: -o-linear-gradient(top, #005596 0%, #004172 100%);
background: -ms-linear-gradient(top, #005596 0%, #004172 100%);
background: linear-gradient(to bottom, #005596 0%, #004172 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005596', endColorstr='#004172', GradientType=0);
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  color: #404040;
  margin-top: 0px;
  background: #005596;
}
h1,
.contentheading,
.componentheading {
  font-size: 32px;
  font-weight: normal;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  color: #f37320;
  line-height: 1.2em;
  padding-bottom: 20px;
}
h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  color: #005596;
  line-height: 1.2em;
  padding-bottom: 10px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: cooper_hewittsemibold;
  color: #404040;
  line-height: 1.2em;
  padding-bottom: 5px;
}
.clear {
  display: block;
  content: '';
  clear: both;
}
.transition-hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.transition-none {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-remove {
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
a,
a:visited {
  color: #404040;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #005596;
}
a.image,
a.image:hover {
  border: 0;
}
.grecaptcha-badge {
  z-index: 99;
}
li {
  margin-left: 18px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
b,
strong {
  font-family: cooper_hewittsemibold;
  font-weight: normal;
}
created,
.createdate {
  font-family: cooper_hewittsemibold;
  font-weight: normal;
}
.small {
  font-size: 13px;
}
.tooltip-inner {
  display: none;
}
.tip-wrap {
  display: none !important;
}
.popover {
  display: none !important;
}
.counter {
  text-align: center;
}
p.counter {
  padding-bottom: 5px;
  font-family: open_sansbold;
  font-weight: normal;
  font-size: 13px;
}
.pagination {
  clear: both;
  padding-top: 10px;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline;
  list-style: none;
  text-align: center;
  font-weight: normal;
  margin-left: 4px;
}
.pagination ul li span.pagenav {
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  background: #e9e9e9;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #005596;
}
.pagination ul a,
.pagination ul a:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #005596;
  background: #e9e9e9;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination ul a:hover {
  color: #fff;
  background: #f37320;
}
.readon,
.readmore {
  color: #005596;
  font-family: cooper_hewittsemibold_italic;
}
.items-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #005596;
}
.highlight {
  border: 1px dashed #010101;
  background: #DDEEFF;
  padding: 0px 2px 0px 2px;
}
input {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.inputbox {
  background: #fff;
}
.text_area {
  background: #fff;
}
.selectbox {
  width: 100%;
}
.message {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #666;
  text-align: center;
}
.adminform {
  background-color: #FFFFFF;
}
.clr,
.clearboth {
  clear: both;
}
.outer {
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#header-background {
  background: #f37320 url(../images/header-blur.png) no-repeat center top;
  border-bottom: 2px solid #fff;
}
#header-wrapper {
  position: relative;
  height: 240px;
}
#logo {
  width: 297px;
  height: 65px;
  padding-top: 20px;
  float: left;
}
#menu {
  float: right;
  position: relative;
  z-index: 1000;
  padding-top: 55px;
}
#menu .mobile-menu {
  display: none;
}
#menu .desktop-menu {
  float: right;
}
#menu .social-links {
  float: right;
  margin-left: 15px;
}
#menu .social-links a,
#menu .social-links a:visited {
  color: #ffffff;
  font-size: 24px;
}
#menu .social-links a:hover {
  color: #005596;
}
#banner-background {
  background: #005596;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQxNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #005596 0%, #004172 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005596), color-stop(100%, #004172));
background: -webkit-linear-gradient(top, #005596 0%, #004172 100%);
background: -o-linear-gradient(top, #005596 0%, #004172 100%);
background: -ms-linear-gradient(top, #005596 0%, #004172 100%);
background: linear-gradient(to bottom, #005596 0%, #004172 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005596', endColorstr='#004172', GradientType=0);
}
#banner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1276px;
  background: url(../images/slide-shadow.png) no-repeat center top;
  padding-bottom: 37px;
  margin-bottom: -162px;
}
body.subpage #banner-wrapper {
  background: url(../images/sub-slide-shadow.png) no-repeat center top;
}
#banner {
  font-size: 0;
  max-width: 1188px;
  top: -125px;
  position: relative;
  z-index: 900;
}
#banner img {
  width: 100%;
  height: auto;
}
#quicklinks {
  width: 100%;
  height: 81px;
  position: relative;
  z-index: 900;
}
#main-body-background {
  overflow: hidden;
  background: #fff url(../images/content-bottom-shadow.png) no-repeat center bottom;
  padding-bottom: 30px;
  padding-top: 40px;
}
#main-body-wrapper {
  position: relative;
}
#content {
  padding-right: 25px;
  line-height: 1.4em;
}
#content p,
#content ul {
  margin-bottom: 15px;
}
#content #home-heading {
  float: left;
  width: 28%;
  display: block;
}
#content #home-heading h1 {
  color: #f37320;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  font-size: 32px;
  padding: 0;
}
#content #home-heading h2 {
  color: #005596;
  font-size: 32px;
  font-family: cooper_hewittmedium;
}
#content #home-content {
  float: right;
  width: 70%;
}
body.subpage #body-heading {
  width: 28%;
  float: left;
}
body.subpage #body-copy {
  width: 70%;
  float: right;
}
#body-copy ul.actions {
  display: none;
}
#subscribe-background {
  background: #fff;
}
#subscribe-wrapper {
  background: #fff;
}
#subscribe {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 18px;
  color: #005596;
}
#subscribe p.intro {
  width: 300px;
  margin-right: 20px;
  font-size: 18px;
}
#subscribe p.privacy {
  font-size: 12px;
  color: #777777;
  text-align: right;
  display: block;
  padding-right: 100px;
}
#subscribe p.privacy a,
#subscribe p.privacy a:visited {
  text-decoration: none;
  color: #005596;
}
#subscribe p.privacy a:hover {
  color: #f37320;
}
#subscribe h3 {
  font-family: cooper_hewittsemibold;
  font-weight: normal;
  color: #f37320;
  font-size: 24px;
}
#subscribe form {
  margin: 0;
  padding: 0;
}
#subscribe fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
#subscribe input {
  border: 0;
  background: #e9e9e9;
  padding: 8px;
  color: #696969;
  font-size: 16px;
  width: 240px;
  margin-right: 5px;
  margin-bottom: 2px;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  box-shadow: none !important;
  line-height: 1.2em;
  height: auto;
  border-radius: 0;
}
#subscribe button {
  color: #fff;
  background: #005596;
  font-size: 16px;
  border: 0;
  padding-bottom: 7px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: cooper_hewittsemibold;
  text-shadow: none !important;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#subscribe button:hover {
  cursor: pointer;
  background: #0071c7;
}
#login-background {
  background: #dadada;
}
#login-wrapper {
  position: relative;
}
#login {
  padding-top: 20px;
  padding-bottom: 20px;
}
#login h3 {
  float: left;
  color: #656565;
  font-family: cooper_hewittsemibold;
  font-size: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
#login form {
  float: left;
  margin-right: 20px;
}
#login input {
  border: 0;
  background: #fff;
  padding: 8px;
  color: #696969;
  font-size: 16px;
  width: auto;
}
#login button,
#login input.button {
  color: #fff;
  background: #a9a9a9;
  font-size: 16px;
  border: 0;
  padding-bottom: 7px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: cooper_hewittsemibold;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#login button:hover,
#login input.button:hover {
  cursor: pointer;
  background: #7e7e7e;
}
#login a.resetlink,
#login a.resetlink:visited {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
  text-decoration: none;
  float: left;
}
#login a:hover {
  color: #005596;
}
#login .logout-button {
  margin-bottom: 20px;
  margin-top: 10px;
}
#footer-background {
  background: #005596;
  position: relative;
}
#footer-wrapper {
  position: relative;
}
#footer {
  color: #87b1d1;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 35px;
}
#footer p {
  margin-bottom: 10px;
}
#footer img {
  margin-top: -15px;
}
#footer a,
#footer a:visited {
  color: #87b1d1;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
iframe {
  width: 100%;
}
form#contactForm {
  margin-bottom: 20px;
}
form#contactForm fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form#contactForm legend {
  display: none;
}
form#contactForm .formCaption2 {
  display: none;
}
form#contactForm div.formBody {
  float: none;
}
form#contactForm ol.formContainer li {
  padding: 0;
}
form#contactForm input,
form#contactForm textarea,
form#contactForm input[type="text"],
form#contactForm input[type="password"],
form#contactForm input[type="datetime"],
form#contactForm input[type="datetime-local"],
form#contactForm input[type="date"],
form#contactForm input[type="month"],
form#contactForm input[type="time"],
form#contactForm input[type="week"],
form#contactForm input[type="number"],
form#contactForm input[type="email"],
form#contactForm input[type="url"],
form#contactForm input[type="search"],
form#contactForm input[type="tel"],
form#contactForm input[type="color"],
form#contactForm .uneditable-input {
  border: 0;
  background: #e9e9e9;
  padding: 8px;
  color: #696969;
  font-size: 16px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 2px;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  box-shadow: none !important;
  line-height: 1.2em;
  height: auto;
  border-radius: 0;
}
form#contactForm button {
  color: #fff;
  background: #005596;
  font-size: 16px;
  border: 0;
  padding-bottom: 7px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: cooper_hewittsemibold;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form#contactForm button:hover {
  cursor: pointer;
  background: #0071c7;
}
form#member-registration,
form#user-registration {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 30px;
}
form#member-registration fieldset,
form#user-registration fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form#member-registration legend,
form#user-registration legend {
  display: none;
}
form#member-registration span.text,
form#user-registration span.text {
  display: none;
}
form#member-registration span.star,
form#user-registration span.star {
  color: #f37320;
}
form#member-registration label,
form#user-registration label {
  font-family: cooper_hewittsemibold;
}
form#member-registration input,
form#user-registration input,
form#member-registration textarea,
form#user-registration textarea,
form#member-registration input[type="text"],
form#user-registration input[type="text"],
form#member-registration input[type="password"],
form#user-registration input[type="password"],
form#member-registration input[type="datetime"],
form#user-registration input[type="datetime"],
form#member-registration input[type="datetime-local"],
form#user-registration input[type="datetime-local"],
form#member-registration input[type="date"],
form#user-registration input[type="date"],
form#member-registration input[type="month"],
form#user-registration input[type="month"],
form#member-registration input[type="time"],
form#user-registration input[type="time"],
form#member-registration input[type="week"],
form#user-registration input[type="week"],
form#member-registration input[type="number"],
form#user-registration input[type="number"],
form#member-registration input[type="email"],
form#user-registration input[type="email"],
form#member-registration input[type="url"],
form#user-registration input[type="url"],
form#member-registration input[type="search"],
form#user-registration input[type="search"],
form#member-registration input[type="tel"],
form#user-registration input[type="tel"],
form#member-registration input[type="color"],
form#user-registration input[type="color"],
form#member-registration .uneditable-input,
form#user-registration .uneditable-input {
  border: 0;
  background: #e9e9e9;
  padding: 8px;
  color: #696969;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 300px;
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif;
  box-shadow: none !important;
  line-height: 1.2em;
  height: auto;
  border-radius: 0;
}
form#member-registration .btn,
form#user-registration .btn {
  color: #fff;
  background: #005596;
  font-size: 16px;
  border: 0;
  padding-bottom: 7px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: cooper_hewittsemibold;
  cursor: pointer;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form#member-registration .btn:hover,
form#user-registration .btn:hover {
  background: #8ae5ff;
  color: #005596;
}
form#member-registration .btn-primary,
form#user-registration .btn-primary {
  background: #f37320;
}
form#member-registration .btn-primary:hover,
form#user-registration .btn-primary:hover {
  background: #8ae5ff;
  color: #005596;
}
form#member-registration a,
form#user-registration a {
  text-decoration: none;
}
.navbar-inner {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #005596;
}
.navbar-inner ul {
  margin-bottom: 0 !important;
}
.navbar-inner ul li {
  margin-left: 0 !important;
}
.navbar-inner a.button {
  color: #ffffff !important;
  text-shadow: none !important;
  font-size: 18px;
}
.navbar-inner a.button i {
  font-family: cooper_hewittbook, Arial, Verdana, Helvetica, sans-serif !important;
  font-style: normal !important;
}
.navbar-inner a.button:hover {
  color: #f37320 !important;
}
a.link {
  display: flex;
  padding-bottom: 5px;
}
a.link i {
  margin-right: 5px;
}
.badge {
  box-shadow: none;
  text-shadow: none;
}
.well {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}
.clear {
  display: block;
  content: '';
  clear: both;
}
.desktop-menu * {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.desktop-menu > ul > li.deeper.parent {
  display: none;
}
.sm-blue li.active > a,
.sm-blue li.active > span.separator {
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.sm-blue a span.sub-arrow {
  display: none;
}
.sm-blue li {
  border: 0;
  margin-left: 15px;
}
.sm-blue li:hover,
.sm-blue a:focus,
.sm-blue a.highlighted {
  background: none;
}
.sm-blue a,
.sm-blue a:visited {
  font-family: cooper_hewittmedium;
  font-size: 18px;
  padding: 0;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
}
.sm-blue a:hover {
  background: none;
  color: #fffc00;
}
.sm-blue li.active > a {
  color: #333333;
  border-bottom: 2px solid #333333;
}
.sm-blue ul {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.sm-blue ul li {
  margin: 0;
}
.sm-blue ul li a,
.sm-blue ul li a:visited {
  color: #005596;
  line-height: 20px;
  font-size: 14px !important;
}
.sm-blue ul li a:hover {
  color: #ffffff;
  background: #005596;
}
.sm-blue li li.active > a {
  border: 0;
  background: #f37320;
  color: #ffffff;
}
.sm-blue li li.active > a:hover {
  color: #ffffff;
  background: #005596;
}
.services-menu ul,
.services-menu li {
  margin: 0;
  padding: 0;
}
.services-menu li {
  list-style: none;
  display: block;
  float: left;
  height: 81px;
  padding-top: 35px;
  padding-right: 2px;
  background: url(../images/quicklinks-divider.png) no-repeat right bottom;
}
.services-menu li:first-child,
.services-menu li:first-child a {
  padding-left: 0;
}
.services-menu li:last-child,
.services-menu li:last-child a {
  background: none;
  padding-right: 0;
}
.services-menu a,
.services-menu a:visited {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.services-menu a:hover {
  color: #8ae5ff;
}
.services-menu li.current a {
  color: #fff;
  font-family: cooper_hewittsemibold;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 940px) {
  .mobile-menu {
    width: 100%;
    text-align: right;
  }
  .toggleMenu {
    background: #fff;
    line-height: 1em;
    height: auto;
    border-radius: 0;
    padding: 0;
    font-family: cooper_hewittmedium;
    font-size: 18px;
  }
  .toggleMenu.active {
    border-radius: 0;
  }
  .mobile-menu a.toggleMenu,
  .mobile-menu a.toggleMenu:visited {
    display: block;
    color: #f37320 !important;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: cooper_hewittsemibold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-menu a.toggleMenu:hover {
    background: #005596;
    color: #fff !important;
  }
  .mobile-menu a,
  .mobile-menu a:visited {
    color: #fff;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 500px) {
  #header-background {
    background: #f37320 !important;
  }
  #header-wrapper {
    height: auto !important;
    padding-bottom: 20px;
  }
  #logo {
    float: none;
  }
  #menu .desktop-menu,
  #menu .social-links {
    float: right;
    display: block;
    content: '';
    clear: both;
  }
  .mobile-menu {
    text-align: left;
  }
}
.clear {
  display: block;
  content: '';
  clear: both;
}
@media only screen and (max-width: 1188px) {
  #header-wrapper {
    height: 110px;
  }
  #banner-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #banner {
    top: 0;
  }
}
@media only screen and (max-width: 1040px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #banner-wrapper.inner,
  #banner.inner {
    padding: 0;
  }
  #content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 940px) {
  #menu {
    float: none;
  }
  #menu .desktop-menu {
    display: none;
  }
  #menu .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  #quicklinks {
    height: 54px;
  }
  .services-menu a,
  .services-menu a:visited {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .services-menu li {
    height: auto;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 860px) {
  #quicklinks {
    height: 54px;
  }
  .services-menu a,
  .services-menu a:visited {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
  }
  .services-menu li {
    height: auto;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #quicklinks {
    display: none;
  }
  #content #home-heading,
  #content #home-content {
    width: 100%;
    float: none;
  }
  #content #home-heading h1,
  #content #home-content h1,
  #content #home-heading h2,
  #content #home-content h2 {
    padding-bottom: 10px;
  }
  body.subpage #body-heading,
  body.subpage #body-copy {
    width: 100%;
    float: none;
  }
  #subscribe p.intro {
    width: 100%;
    margin-bottom: 10px;
  }
  div.formBody {
    float: none;
    width: 100%;
  }
  #subscribe input {
    width: 100%;
    margin-bottom: 2px;
  }
  #subscribe p.privacy {
    width: 100%;
    text-align: left;
    float: none;
    padding: 0;
    margin-top: 5px;
  }
  #login a.resetlink {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  #login input {
    width: 100%;
    margin-bottom: 2px;
  }
}


/* Static mobile menu theme. */
@media only screen and (max-width: 940px) {
  #main-body-background {
    overflow: hidden;
  }

  #content {
    color: #404040;
  }

  .mobile-menu .responsiveMenuTheme2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #005596;
    text-align: left;
  }

  .mobile-menu .responsiveMenuTheme2 li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .mobile-menu .responsiveMenuTheme2 li a,
  .mobile-menu .responsiveMenuTheme2 li a:visited {
    display: block;
    padding: 8px 15px;
    color: #fff;
    font-family: cooper_hewittmedium, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
  }

  .mobile-menu .responsiveMenuTheme2 li a:hover,
  .mobile-menu .responsiveMenuTheme2 li.hover > a {
    background: #f37320;
    color: #fff;
  }

  .mobile-menu .responsiveMenuTheme2 li ul {
    display: none;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    background: #004172;
  }

  .mobile-menu .responsiveMenuTheme2 li.hover > ul {
    display: block;
  }

  .mobile-menu .responsiveMenuTheme2 li ul a {
    padding-left: 30px;
    font-size: 16px;
  }

  .mobile-menu .responsiveMenuTheme2 li a.parent::after {
    float: right;
    content: '+';
    font-family: Arial, sans-serif;
  }

  .mobile-menu .responsiveMenuTheme2 li.hover > a.parent::after {
    content: '-';
  }
}
