@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:500,500i,700,700i|Merriweather:700");
/* CSS Document */
/* ======  Base styles ====== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

body {
  line-height: 1; }

h1 {
  font-size: 2em;
  line-height: 28px;
  margin: 15px 0 0;
  padding-bottom: 10px; }

h2,
.main h1 {
  color: #003C77;
  font: 25px/32px georgia,serif;
  margin: 0 0 10px;
  padding: 0; }

h3 {
  color: #BC4F27;
  font: bold 15px/110% helvetica,arial,sans-serif; }

h4 {
  margin: 0 0 10px 0;
  font-weight: bold; }

h5 {
  font-size: 1em; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none;
  margin: 1.4em 40px; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #194C77;
  font-weight: bold;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html, body {
  height: 100%;
  margin: 0; }

body {
  color: #333;
  font-size: 64%;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff; }

img {
  border-style: none; }

p {
  margin: 0 0 5px 0; }

input,
textarea,
select {
  font: 100% arial,sans-serif;
  vertical-align: middle; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.up3px {
  position: relative;
  top: -3px; }

.indented {
  list-style: none; }

.floatLeft {
  float: left;
  margin: 5px 13px 35px 0; }

.links {
  list-style: none;
  margin: 0;
  padding: 0; }

.links li {
  margin: 0 0 14px 0; }

.links li.last {
  margin: 0 0 2px 0; }

/* ======  Sass Variables ====== */
/* ======  Layout styles ====== */
#page {
  margin: 0 auto;
  width: 915px;
  min-height: 100%; }

#page ul {
  margin: 1em 0; }

* html #page {
  height: 100%; }

/*		Content		*/
#content {
  width: 915px; }

#interiorNoSidebar {
  overflow: visible; }

.holder {
  width: 100%;
  overflow: hidden; }

#interiorSidebar {
  background: url(../images/bg-interior.gif) repeat-y top left; }

#interiorSidebar .main {
  padding: 0 0px 0 20px;
  _padding: 0 0 0 19px;
  /* IE6 fix for Resource guide pages */
  font: 13px/110% helvetica, arial, sans-serif;
  width: 695px; }

#interiorNoSidebar .main {
  padding: 0 0px 0 20px;
  _padding: 0 0 0 19px;
  /* IE6 fix for Resource guide pages */
  font: 13px/110% helvetica, arial, sans-serif; }

.mainHome {
  width: 675px;
  float: left;
  z-index: -1; }

.main {
  width: 695px;
  float: left;
  z-index: -1; }

.main li {
  margin-left: 35px;
  margin-bottom: 5px;
  line-height: 1.4em; }

.main h4, .main h2 {
  margin: 0 0 15px; }

.main p {
  margin: 1em 0;
  line-height: 1.4em; }

.CustomBody {
  font-family: Arial,Helvetica,sans-serif; }

.OrangeHeader {
  color: #BC4F27;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px !important;
  font-weight: bold; }

a.OrangeHeaderLink {
  color: #bc4f27;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: underline; }

.marginNone {
  margin: 0 0px 25px 0 !important; }

.floated .featured {
  margin: 15px 0 20px 0; }

.floated .featured img {
  float: left;
  margin: 0 11px 11px 0; }

.floated .featured h5 {
  font-weight: normal;
  margin: 0;
  padding: 4px 0 4px 0;
  font-style: italic; }

.floated ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.floated ul li {
  margin: 0 0 5px 0; }

.floated ul li a {
  font-weight: bold; }

.floated a, .floated h4 a {
  color: #002b56;
  font-weight: bold; }

.other {
  padding: 0 0 25px 0; }

.section .summary {
  margin: 0 0 15px 0; }

.section h4 {
  margin: 2px 0 0 0; }

.section h5 {
  margin: 0 0 0 0;
  font-weight: normal;
  font-style: italic; }

.section form h4 {
  float: left;
  padding: 4px 5px 0 0;
  margin: 0; }

.section select {
  width: 222px;
  line-height: 100%; }

.other h3 {
  padding: 0 0 5px 0; }

.other h4.title {
  color: #10497d;
  text-transform: uppercase;
  margin: 5px 0 0 0; }

.other ul {
  list-style: none;
  margin: 8px 0 8px 0;
  padding: 0; }

.other ul li {
  margin: 0 0 8px 0; }

.other p {
  margin: 12px 0 5px 0; }

.production {
  border-top: 1px solid #ccc;
  padding: 26px 0 16px 0; }

.production h3 {
  margin: 0 0 13px 0; }

.production img {
  float: left;
  margin: 0 17px 0 0; }

.rightFloat {
  float: right; }

.widthFourHundred {
  width: 390px; }

.photoRight {
  border: 2px solid #C4D9DC;
  background: #F3F7F8;
  padding: 3px;
  margin: 0 0 5px 16px; }

.photoRight p {
  font-size: 11px;
  color: #666;
  margin: 3px 0 3px 6px; }

/* Flash Block */
.flash {
  margin-top: 4px;
  width: 675px;
  overflow: hidden; }

.flash img {
  vertical-align: top; }

/* Right Column */
.column {
  width: 235px;
  float: right; }

/*		Header		*/
#header {
  left: 0;
  width: 915px;
  height: 213px;
  background: #A4C5CA url(../images/bg-header-seal.jpg) no-repeat 0 0;
  position: relative;
  display: block;
  margin: 4px 0 5px 0;
  z-index: 9999; }

/* Logo */
#header .logo {
  margin: 43px 0 23px 58px;
  float: left;
  font-weight: bold;
  z-index: 999; }

#header .newLogo {
  margin: 10px 0 0 0;
  float: left;
  z-index: 999; }

/* Header Form */
#header .topform {
  float: left;
  margin: 53px 0 0 20px;
  overflow: hidden;
  width: 432px; }

#header .topform .search {
  position: relative; }

#header .topform .search label {
  display: block;
  height: 0;
  text-indent: -9999px;
  width: 0; }

#header .topform .search a {
  font-size: 1em;
  line-height: 1.4em;
  color: #d6e5e6;
  font-weight: bold; }

#header .topform .search .text {
  border: 1px #252672 solid;
  color: #666;
  float: left;
  font-size: 15px;
  padding: 10px 35px 10px 15px;
  width: 380px; }

#header .topform .btn-go {
  position: absolute;
  bottom: 10px;
  right: 10px; }

#header .topform .login {
  padding: 0 8px 0 10px;
  width: 239px;
  height: 83px;
  background: #10497d;
  overflow: hidden; }

#header .topform .login fieldset {
  color: #FFFFFF;
  font-family: arial,helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-top: 14px; }

#header .topform .login label {
  display: block;
  width: 109px;
  height: 10px;
  text-indent: -9999px;
  background: url(../images/title-login.gif) no-repeat;
  overflow: hidden; }

#header .topform label.passlabel {
  display: none; }

#header .topform .login div {
  margin-top: 11px;
  width: 100%;
  padding-bottom: 4px;
  overflow: hidden; }

#header .topform .login .text,
#header .topform .login .pass {
  float: left;
  display: inline;
  padding: 2px 6px;
  width: 85px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  border: 1px #cacac7 solid; }

#header .topform .login .pass {
  margin-left: 12px; }

#header .topform .login .btn-go {
  margin: 0; }

#header .topform .login a {
  font-size: 1em;
  line-height: 1.4em;
  color: #ccd8e3;
  font-weight: bold; }

#header .slogan {
  color: #252672;
  display: block;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 17px;
  margin-bottom: 5px; }

/* Navigation Bar */
#header .navbar {
  width: 915px;
  height: 28px;
  background: url(../images/bg-navbar-header.gif) repeat-x;
  overflow: hidden;
  float: left; }

#header .navbar .nav {
  margin: 0 0 0 7px;
  padding: 0;
  list-style: none; }

#header .navbar .nav li {
  padding: 0 8px 0 9px;
  float: left;
  background: url(../images/sep-topnav-header.gif) no-repeat 0 50%;
  font: 12px/28px Arial, Helvetica, sans-serif; }

#header .navbar .nav li:first-child {
  background: none; }

#header .navbar .nav li a {
  color: #002b56;
  text-decoration: none; }

#header .navbar .nav li a:hover {
  text-decoration: underline; }

/* Menu */
#header .menu {
  border-top: 2px solid #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 915px;
  height: 43px;
  background: #8a2811;
  float: left;
  z-index: 999; }

#header .menu li {
  margin: 4px 0 0 4px;
  float: left;
  display: inline;
  position: relative; }

#header .menu li a {
  display: block;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden; }

#header .menu li a.information {
  width: 206px;
  background: url(../images/link-information-menu.gif) no-repeat; }

#header .menu li a.services {
  width: 160px;
  background: url(../images/link-services-menu.gif) no-repeat; }

#header .menu li a.education {
  width: 179px;
  background: url(../images/link-education-menu.gif) no-repeat; }

#header .menu li a.conferenc {
  width: 185px;
  background: url(../images/link-conferenc-menu.gif) no-repeat; }

#header .menu li a.ncsnint {
  width: 161px;
  background: url(../images/link-ncsnint-menu.gif) no-repeat; }

#header .menu li a.ncsccompanion {
  width: 161px;
  background: url(../images/companionSitesButton.jpg) no-repeat; }

#header .menu li.ncsccompanion {
  margin: 0;
  border: 4px solid #003d73; }

#header .menu li a.ncsccompanion {
  width: 161px;
  background: url(../images/companionSitesButton.jpg) no-repeat; }

#header .menu li.active, #header .menu li.active a, #header .menu li.active a:hover {
  background-position: 0 -70px; }

#header .menu li a:hover {
  background-position: 0 -35px; }

#header .menu li ul {
  display: none;
  position: absolute;
  height: auto;
  top: 30px;
  background-color: #8A2811;
  color: #fff;
  padding: 4px 0 0 0; }

#header .menu li ul li {
  float: none;
  margin: 0 4px;
  background-color: #a03311;
  display: block;
  clear: both;
  border-bottom: 4px solid #8A2811; }

#header .menu li ul li:hover {
  background-color: #c35234; }

#header .menu li ul li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 18px;
  padding: 5px 10px;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle; }

#header .menu li ul li ul {
  right: -180px;
  top: -4px; }

#header .menu li ul li ul li ul {
  right: -265px; }

#header .menu li ul {
  width: 180px;
  z-index: 3000; }

#header .menu li ul ul {
  width: 230px; }

#header .menu li ul.menuinfo li ul {
  right: -230px; }

#header .menu li ul.eduCar li ul {
  right: -155px;
  top: -4px; }

#header .menu li ul.eduCar li ul li ul {
  right: -265px; }

.header__social-media {
  float: right;
  margin: 23px 10px 0 0;
  width: 140px; }

.header__social-media .social-media__icon {
  margin-top: 10px; }

html.no-js #header .menu > li > ul.menuinfo {
  top: 25px; }

html.no-js #header .menu > li:hover > ul.menuinfo {
  display: block;
  opacity: 1; }

html.no-js #header .menu ul.menuinfo > li:hover > ul.menuinfo {
  display: block;
  opacity: 1; }

/*		Footer		*/
#footer {
  text-align: center;
  width: 915px;
  margin: 0;
  padding-top: 20px;
  overflow: hidden; }
  #footer > a[rel="foundit"] {
    float: right;
    display: block;
    overflow: hidden; }

/* Footer Top Bar */
#footer .topbar {
  width: 700px;
  float: left;
  overflow: hidden;
  background: #82afb6; }

#footer .topbar ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none; }

#footer .topbar ul li {
  padding: 0 7px 0 8px;
  float: left;
  font: bold 12px/30px Arial, Helvetica, sans-serif;
  color: #002b56;
  background: url(../images/sep-topbar-footer.gif) no-repeat 0 50%; }

#footer .topbar ul li:first-child {
  background: none; }

#footer .topbar ul li a {
  color: #002b56;
  text-decoration: none; }

#footer .topbar ul li a:hover {
  text-decoration: underline; }

/* Footer Bottom Bar */
#footer .holder {
  width: 700px;
  float: left;
  display: table; }

#footer .link {
  margin: 6px 1px 0 0;
  float: right;
  display: inline; }

#footer .botbar {
  margin-top: 4px;
  width: 700px;
  float: left;
  background: url(../images/bg-botbar-footer.gif) repeat-x 100% 100%; }

#footer .botbar ul {
  margin: 0 0 0 -3px;
  padding: 0;
  list-style: none;
  float: left;
  display: inline; }

#footer .botbar ul li {
  padding: 0 7px;
  float: left;
  background: url(../images/sep-botbar-footer.gif) no-repeat;
  font: bold 11px/1.61 Arial, Helvetica, sans-serif;
  color: #333;
  background: url(../images/sep-botbar-footer.gif) no-repeat 0 50%; }

#footer .botbar ul li:first-child {
  background: none; }

#footer .topbar ul li a {
  color: #333;
  text-decoration: none; }

#footer .topbar ul li a:hover {
  text-decoration: underline; }

/* Layout Styles */
.l-row {
  clear: both; }

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

.no-flexbox .l-row--flexible {
  display: table; }
  .no-flexbox .l-row--flexible .l-col {
    display: table-cell;
    float: none;
    vertical-align: middle; }
    .no-flexbox .l-row--flexible .l-col + .l-col {
      border-left: 10px solid transparent; }

.l-col {
  float: left; }

.l-col--half {
  width: 49%; }

.l-col--half + .l-col--half {
  float: right; }

.l-col--third {
  margin-left: 1.8%;
  width: 32.1%; }

.l-col--third:first-child {
  margin-left: 0; }

.l-col--narrow {
  width: 20%; }

.l-col--wide {
  margin-left: 1.8%;
  width: 70%; }

/* End Layout Styles */
.breadcrumbs {
  color: #666;
  padding: 7px 0 6px 8px;
  overflow: hidden;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }
  .breadcrumbs .divider:before {
    content: '>'; }

.breadcrumbs a {
  color: #002B56;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

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

#sidebarLeft {
  float: left;
  width: 198px; }

#sidebarLeft .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 11px; }

#sidebarLeft .nav li a {
  color: #fff;
  text-decoration: none;
  width: 167px;
  border-bottom: 1px solid #98BCC2;
  margin: 0 0 0 8px;
  padding: 13px 8px 13px 8px;
  display: block;
  font-weight: bold; }

#sidebarLeft .nav li a.parent {
  border: none; }

#sidebarLeft .nav li a:hover {
  text-decoration: underline; }

#sidebarLeft .nav li.borderNone a {
  border-bottom: none; }

#sidebarLeft .nav li ul {
  background-color: #a4c5ca;
  list-style: none;
  padding: 8px 0 8px 15px;
  text-transform: none;
  font-size: 12px;
  margin: 0; }

#sidebarLeft .nav li ul li {
  overflow: hidden;
  width: 154px; }

#sidebarLeft .nav li ul li a {
  border-bottom: none;
  color: #1a393e;
  padding: 8px 8px 8px 0px;
  width: 134px;
  top: 0;
  left: 8px; }

#sidebarLeft .nav li ul li span {
  float: left;
  padding: 7px 0 0 0;
  top: 0;
  left: 8px; }

#sidebarLeft .nav li ul li.hr {
  border-top: 1px solid #6f9095;
  width: 154px;
  margin: 5px 0 0 0;
  padding: 3px 0 0 0; }

.leftNavBG {
  background: url(../images/bg-interior.gif) repeat-y top left;
  height: 100%; }

.sidebarRight {
  width: 242px;
  padding: 9px;
  border: 1px solid #C3D9DC;
  background: #f1f6f7 url(../images/bg-sidebarright.gif) repeat-x;
  margin: 0 0 20px 20px; }

.rightSideBar .sideBarMeta {
  margin-left: 0; }

.sideBarMeta {
  margin: 20px 0 10px 20px; }
  .sideBarMeta p {
    display: inline; }

.sidebarRight a {
  color: #002b56; }

.sidebarRight h3 {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-size: 12px; }

.sidebarRight p {
  margin: 0 0 10px 0; }

.sidebarRight div.borderBottom {
  border-bottom: 1px solid #ccc;
  padding: 6px 6px 15px 6px;
  margin: 0 0 9px 0; }

.sidebarRight div.borderNone {
  padding: 6px 6px 6px 6px; }

/* ======  Module styles ====== */
/* Button Styles */
.btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
  text-transform: uppercase; }

.btn--orange {
  background: #BF6344;
  color: #fff; }

.btn.icon-search {
  background-position: 15px 50%;
  padding-left: 40px; }

.btn_inner {
  display: table; }

.btn_inner-icon,
.btn_inner-text {
  display: table-cell;
  vertical-align: middle; }

.btn_inner-icon {
  border-right: 10px solid transparent; }

/* End Button Styles */
/* Icons */
.icon-search {
  background-image: url(/images/icon-search-orange-light.png);
  background-repeat: no-repeat; }

/* End Icons */
a.inline-link:link {
  color: #194C77;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; }

a.inline-link:active {
  color: #194C77;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; }

a.inline-link:visited {
  color: #194C77;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; }

a.inline-link:hover {
  color: #194C77;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: underline; }

/* Rich Text Fields */
.rtf {
  font-size: 14px; }

.rtf p {
  margin-bottom: 10px; }

#page .rtf ul {
  margin-left: 17px; }

.rtf li {
  margin-bottom: 3px; }

/* End Rich Text Fields */
/* Social Media Icons */
#page .social-media__list {
  margin-bottom: 0;
  margin-top: 0; }

.social-media__icon {
  display: inline-block;
  text-indent: -9000em;
  margin: 0 8px 0 0; }

.social-media__icon a {
  display: block;
  height: 34px;
  width: 34px; }

.icon--facebook {
  background: url(../images/icon-facebook.png) no-repeat 0 50%; }

.icon--flickr {
  background: url(../images/icon-flickr.png) no-repeat 0 50%; }

.icon--linkedin {
  background: url(../images/icon-linkedin.png) no-repeat 0 50%; }

.icon--podcast {
  background: url(../images/icon-podcast.png) no-repeat 0 50%; }

.icon--pinterest {
  background: url(../images/icon-pinterest.png) no-repeat 0 50%; }

.icon--twitter {
  background: url(../images/icon-twitter.png) no-repeat 0 50%; }

.icon--vimeo {
  background: url(../images/icon-vimeo.png) no-repeat 0 50%; }

/* Education & Careers */
.jobsTable tr td {
  padding: 3px; }

table.QandRcharts {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000; }

table.QandRcharts tr td {
  padding: 5px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000; }

table.QandRcharts tr td.blue {
  background-color: #87ceeb; }

.td-amount {
  position: relative;
  left: -11px; }

table.table--full-width {
  width: 100%; }

/* Donation table styles */
table.style1 {
  width: 678px;
  margin: 0 0 2em 0; }

table.style1 tr th {
  text-align: left; }

table.style1 tr td {
  padding: 5px 0;
  text-align: left;
  width: 25%; }

table.style1 tr td input[type="radio"],
table.style2 tr td input[type="radio"] {
  padding: 0 0 0 0;
  margin: 0 2px 4px 0; }

table.style2 {
  margin: 0 0 2em 0; }

table.style2 tr th {
  text-align: left; }

table.style2 tr td {
  padding: 5px 0; }

table.style2 tr td.col1 {
  font-weight: 600;
  text-align: right;
  width: 150px;
  padding-right: 15px; }

table.style2 tr td.col1 span {
  color: Red; }

table.style2 tr td.col2 {
  text-align: left;
  width: 185px; }

table.style2 tr td.errorMsg {
  text-align: left;
  width: 325px; }

table.style2 tr td input[type=text] {
  width: 175px; }

table.style2 tr td select {
  width: 180px; }

table.style2 tr td input[type=text].street {
  width: 505px; }

table.style2 input[value="Finish"] {
  margin-top: 20px; }

table.style2 input.btn--orange {
  margin: 10px 0 0 160px; }

table.newsReleaseTable {
  border-color: #5f96a3;
  border: 1px;
  background-color: #fff;
  width: 600px;
  border-style: solid;
  text-align: left; }

/* Table Striping */
table.striping tr.odd td {
  background: #c0c0c0 !important; }

table.striping td {
  padding: 10px; }

/* KM Added Styles */
a.book:link {
  text-decoration: none;
  color: #333C65;
  font-size: 9pt;
  font-weight: bold; }

a.book:visited {
  text-decoration: none;
  color: #333C65;
  font-size: 9pt;
  font-weight: bold; }

a.book:active {
  text-decoration: none;
  color: #333C65;
  font-size: 9pt;
  font-weight: bold; }

a.book:hover {
  text-decoration: underline;
  color: #333C65;
  font-size: 9pt;
  font-weight: bold; }

a.mast:link {
  text-decoration: none;
  color: #FFFFDD;
  font-size: 8pt;
  font-weight: bold; }

a.mast:visited {
  text-decoration: none;
  color: #FFFFDD;
  font-size: 8pt;
  font-weight: bold; }

a.mast:active {
  text-decoration: none;
  color: #FFFFDD;
  font-size: 8pt;
  font-weight: bold; }

td.masthead {
  vertical-align: bottom; }

p.idx {
  text-indent: -1em;
  margin-top: 0.05em;
  margin-bottom: 0.05em;
  padding-left: 1em; }

A.ret:link {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt; }

A.ret:visited {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt; }

A.ret:hover {
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt; }

A.ret:active {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt; }

.copyright {
  FONT-SIZE: 8pt;
  COLOR: #333C65;
  FONT-FAMILY: Verdana; }

.permission {
  FONT-SIZE: 8pt;
  COLOR: black;
  FONT-FAMILY: Verdana; }

.contactKIS {
  FONT-SIZE: 8pt;
  COLOR: black;
  FONT-FAMILY: Verdana; }

div.cat a,
.headlinks a {
  color: #800000 !important; }

.headlinks td {
  vertical-align: top; }

.header {
  padding: 5px;
  height: 1;
  width: 100%;
  vertical-align: bottom; }

div.cat td {
  height: 21;
  background-color: #f3eedd;
  width: 100%;
  text-align: left; }

.topicstable td {
  padding: 5px;
  vertical-align: top; }

table.bodytext {
  border-color: #111111;
  width: 100%;
  border-collapse: collapse; }

table.bodytext td {
  padding: 5px; }

div.style1 {
  font-size: 11px;
  color: #333;
  font-family: Arial,Helvetica,sans-serif; }

.WPBody a {
  font-family: Arial, helvetica, Sans-Serif;
  color: #002b56;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none; }

.divisions a,
.divisions a:visited {
  color: #002B56;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

.divisions a:hover {
  text-decoration: underline; }

.spheader {
  color: #BC4F27 !important;
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  margin: 10px 0 !important; }

/* Accordion Block  */
.accordion {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  width: 235px;
  overflow: hidden;
  height: 341px; }

.accordion h3 {
  margin-top: 1px;
  width: 235px;
  vertical-align: top; }

.accordion h3 a.opener {
  display: block;
  width: 235px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden; }

.accordion a.howcan {
  background: url(../images/link-howcan-accordion.gif) no-repeat; }

.accordion a.associat {
  background: url(../images/link-associat-accordion.gif) no-repeat; }

.accordion a.getnews {
  background: url(../images/link-getnews-accordion.gif) no-repeat; }

.accordion a.center {
  background: url(../images/link-center-accordion.gif) no-repeat; }

.accordion .slide {
  width: 235px;
  overflow: hidden; }

.accordion .block {
  margin-top: 3px;
  width: 221px;
  padding: 18px 7px;
  background: #dadbd8 url(../images/bg-block-accordion.gif) repeat-x;
  overflow: hidden; }

.accordion .block p {
  margin: 0;
  font: 1.2em/1.2em Arial, Helvetica, sans-serif;
  overflow: hidden; }

.accordion .block .browse {
  margin-top: 17px;
  width: 221px;
  padding-bottom: 14px;
  border-bottom: 1px #aeaead solid;
  overflow: hidden; }

.accordion .block .browse h4 {
  margin: 11px 0 0 3px;
  float: left;
  display: inline;
  width: 71px;
  height: 10px;
  text-indent: -9999px;
  background: url(../images/title-browse.gif) no-repeat; }

.accordion .block .browse a.topic,
.accordion .block .browse a.state {
  margin-left: 9px;
  float: left;
  display: inline; }

.accordion .block .browse a.state {
  margin-left: 7px; }

#page .accordion ul.check-list {
  list-style-type: circle;
  margin: 0 0 1em 2em; }

#page .accordion ul.check-list li {
  font-size: 11px;
  height: 14px;
  vertical-align: middle; }

#page .accordion p {
  margin: 0 0 1em 0; }

a.topic,
a.state {
  display: block;
  width: 64px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/link-topic.gif) no-repeat;
  overflow: hidden; }

a.state {
  background: url(../images/link-state.gif) no-repeat; }

a.findexpert,
a.findcourse {
  display: block;
  width: 217px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/link-findexpert.gif) no-repeat;
  overflow: hidden; }

a.findcourse {
  background: url(../images/link-findcourse.gif) no-repeat; }

.accordion .block a.findexpert {
  margin-top: 25px; }

.accordion .block a.findcourse {
  margin-top: 16px; }

.stateflag {
  border: 2px solid #C4D9DC;
  padding: 3px; }

/* START BRC Map Styles */
select.measures {
  background: none repeat scroll 0 0 transparent;
  font-family: Arial,sans-serif;
  font-size: 12px;
  height: 22px;
  margin: 0;
  padding: 0 0 0 0;
  width: 200px; }

div.brcBody {
  font-size: 11px !important; }

div.brcMap {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 1px dashed #CCCCCC;
  width: 695px; }

div.brcMap .legend {
  padding: 5px 0 0 5px;
  font-size: 12px; }

/* END BRC Map Styles */
/* Breaking News */
div.breakingNews p {
  color: #333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px; }

.breakingnews {
  margin: 0 0 20px;
  background: #13578E;
  width: 915px; }

.breakingnews .heading {
  background: #003D73;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 15px;
  text-transform: uppercase; }

.breakingnews .heading:hover {
  text-decoration: none; }

.breakingnews-body img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.breakingnews-body h1,
.breakingnews-body h1 a,
.breakingnews-body h1 a p {
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.1; }

.breakingnews-body h1 a p {
  margin: 0; }

.breakingnews-body h2 {
  font: 15px/20px Arial, Helvetica, sans-serif;
  color: #003B77;
  margin-bottom: 12px;
  font-weight: bold; }

.breakingnews-body h3 {
  margin-bottom: 12px; }

.breakingnews-body ul {
  list-style-position: inside; }

.breakingnews-body ul li {
  font-size: 13px;
  margin-left: 20px; }

.breakingnews-body p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px; }

.breakingnews-body {
  padding: 20px 20px 0;
  min-height: 1%;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.4; }

.breakingnews-body .more-link {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: none; }

.breakingnews-body:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

.breakingnews-body a {
  color: #C3D9DC;
  text-decoration: underline; }

/* RadCalendar */
.RadCalendar_WebBlue .rcRow td.rcSelected {
  background: inherit !important;
  font-weight: bold !important;
  border: 1px solid #8da1b9 !important; }

.RadCalendar_WebBlue .rcRow td.rcHover {
  background: inherit !important;
  border: 1px solid #fff !important; }

/* Calendar Font */
.NCSC_Calendar {
  font-family: Arial, Helvetica, sans-serif !important; }

/* Calendar Picker: RadCalendar Styles */
.NCSC_Calendar a:hover {
  text-decoration: none; }

/* The style for the day matrix in the main area of the calendar. */
.NCSC_Calendar .rcMainTable {
  background: #fff; }

/* Set the background and border color of the selected day */
.NCSC_Calendar .rcSelected {
  background-color: #CFC0C7 !important;
  border-color: #902A5B !important; }

/* SelectedDayStyle: The style applied to the selected dates. */
.NCSC_Calendar .rcSelected,
.NCSC_Calendar .rcSelected a {
  color: #900; }

/* Weekday Names */
.NCSC_Calendar .rcWeek {
  color: #0033ac; }

.NCSC_Calendar .rcWeek th,
.NCSC_Calendar .rcWeek td {
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
  text-align: center; }

.NCSC_Calendar .rcRow {
  color: #000; }

.NCSC_Calendar .rcRow th,
.NCSC_Calendar .rcRow td {
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
  text-align: center; }

.NCSC_Calendar .rcRow th {
  color: #999; }

/* OtherMonthDayStyle: The style applied to the days on the Calendar control that are not in the current month. */
.NCSC_Calendar .rcOtherMonth,
.NCSC_Calendar .rcOtherMonth a {
  color: #999; }

/* TitleStyle: The style of the Calendar title. */
.NCSC_Calendar .rcTitlebar {
  background: #264884;
  color: #fff; }

.NCSC_Calendar .rcTitlebar table {
  width: 100%; }

.NCSC_Calendar .rcTitlebar td {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px 2px;
  text-align: center; }

.NCSC_Calendar .rcPrev,
.NCSC_Calendar .rcNext {
  color: #fff;
  padding: 0 5px;
  width: 10px; }

/* Quick Action Links */
.NCSC_Calendar .rcActionsTable {
  border-left: 1px solid #fff;
  margin-bottom: 3px;
  width: 100%; }

.NCSC_Calendar .rcActionsTable,
.NCSC_Calendar .rcActionsTable td {
  font-size: 11px; }

.NCSC_Calendar .rcActionsTable td {
  background: #264884;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 5px;
  text-align: center; }

.NCSC_Calendar .rcActionsTable td a {
  color: #fff; }

.NCSC_Calendar .rcActionsTable td.rcActive {
  background: #900; }

/*day/week/month view buttons*/
.NCSC_Calendar .day {
  text-align: center !important;
  width: 33%;
  color: #444444;
  border-right: 1px solid #6788BE !important; }

.NCSC_Calendar .week {
  text-align: center !important;
  width: 33%;
  color: #444444;
  border-right: 1px solid #6788BE !important; }

.NCSC_Calendar .month {
  text-align: center !important;
  width: 33%;
  color: #444444; }

/* CALENDAR */
.calendar .main p {
  font-size: 12px; }

.calendar .main li {
  font-size: 12px; }

.calendar .calendar-view {
  border-bottom: 1px solid #d2d4d6;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 0px;
  width: 100%; }

.calendar .calendar-view .calendar-left {
  float: left;
  width: 280px; }

.calendar .calendar-view .calendar-right {
  float: right;
  width: 415px; }

.calendar .calendar-view .calendar-picker {
  width: 280px; }

.calendar .events-list ul.vcalendar {
  padding: 5px 0 20px;
  list-style: none; }

.calendar .events-list li.vevent {
  background: url(/images/khn/bg/bg-dotted-lines-bfbfbf.png) repeat-x;
  padding: 10px 30px 10px 0; }

.calendar .events-list li.vevent:first-child {
  background-image: none; }

.calendar .events-list h2 {
  border-bottom: 1px solid #d2d4d6;
  color: #D32329;
  font-size: 18px;
  margin: 0.5em 0 0;
  padding-bottom: 6px; }

.calendar .events-list h3 {
  border-bottom: 1px solid #d2d4d6;
  color: #D32329;
  font-size: 16px;
  margin: 0.5em 0 0;
  padding-bottom: 6px; }

.calendar .events-list h4 {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 0.25em; }

.calendar .events-list h4 img {
  margin-left: 2px;
  margin-top: -4px;
  vertical-align: middle; }

.calendar .events-list p.location {
  margin: 0 0 0.25em;
  color: #D32329;
  font-weight: bold; }

.calendar .events-list p.org {
  margin: 0 0 0.25em; }

.calendar .events-list p.org em {
  font-style: italic; }

.calendar .events-list p.description {
  margin: 0 0 0.25em; }

.calendar .events-list p.dtstart {
  display: none; }

.calendar .events-list span.dtstart {
  display: block;
  color: black;
  font-weight: normal; }

.calendar .events-list .pagination {
  float: right;
  margin-top: -10px;
  padding: 7px 0 6px 12px;
  width: 300px; }

.calendar .paginationWrap {
  border-top: 1px solid #D2D4D6;
  border-bottom: 1px solid #D2D4D6;
  height: 28px;
  padding-top: 10px; }

.calendar .event h2 {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 0.25em; }

.calendar .event h2 img {
  margin-left: 2px;
  margin-top: -4px;
  vertical-align: middle; }

.calendar .event p.location {
  margin: 0 0 0.25em; }

.calendar .event p.org {
  margin: 0 0 0.25em; }

.calendar .event p.description {
  margin: 0 0 0.25em; }

/* cedp papers new list styles */
ul.papers {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.papers li {
  margin: 0;
  padding: 0; }

ul.papers li.altRow {
  background-color: #d3dff1; }

ul.papers li a {
  padding: 8px 0 8px 35px;
  display: block;
  text-decoration: none;
  background-image: url(/Images/adobe.jpg);
  background-repeat: no-repeat;
  background-position: 5px 7px; }

ul.papers li a:hover,
ul.papers li a.altrow:hover {
  text-decoration: underline; }

/* end cedp papers new list styles */
/* begin: contactICMstaff */
.contactICMstaff .item {
  clear: left;
  overflow: hidden;
  margin: 0 0 25px 0; }

.contactICMstaff .item .left {
  float: left;
  width: 140px; }

.contactICMstaff .item .right {
  margin: 0 0 0 150px; }

.contactICMstaff hr {
  color: #800000;
  margin-bottom: 25px;
  clear: left; }

/* end: contactICMstaff */
/* Content Area Styles */
.content-area {
  margin-bottom: 25px; }
  .content-area .btn_inner-text {
    white-space: nowrap; }
  .content-area .l-col--narrow .btn {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .content-area .l-row--flexible .l-col + .l-col {
    margin-left: 10px; }

.content-area--bordered {
  background-color: #E1ECEE;
  background-image: linear-gradient(to bottom, #E1ECEE 0%, #ECF3F4 100%);
  border: 1px solid #C3D9DC;
  padding: 18px 15px 15px; }

.content-area--bordered .content-area__title {
  border-bottom: 1px solid #CCC; }

.content-area--dark {
  background-color: #EAEBE7;
  padding: 12px 15px; }

.content-area__title {
  clear: both; }

.content-area__title h2 {
  color: #333; }

.content-area__text {
  margin-top: 10px; }
  .l-row--flexible .content-area__text {
    margin-top: 0; }

.content-area__text a {
  font-size: 16px; }

.content-area__text a:after {
  content: '\0020\003E'; }

.content-area--social-media {
  margin-bottom: 0; }

.content-area--social-media h2 {
  display: inline-block;
  float: left;
  margin-right: 15px; }

.content-area--social-media .social-media__list {
  display: inline-block; }

.highlight-item__title {
  font-size: 16px;
  line-height: 1.2; }

.highlight-item__title a:after,
a .highlight-item__title:after {
  content: '\0020\003E'; }

.highlight-item__img {
  display: block;
  margin-bottom: 10px; }

.highlight-item__img img {
  height: auto;
  width: 100%; }

/* End Content Area Styles */
/* Start DataTables
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.10
 *
 * Included libraries:
 *   DataTables 1.10.10
 */
/*
 * Table styles
 */
table.dataTable,
.no-js table.js-table-social {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.dataTable thead th,
  table.dataTable tfoot th,
  .no-js table.js-table-social thead th,
  .no-js table.js-table-social tfoot th {
    font-weight: bold; }
  table.dataTable thead th,
  table.dataTable thead td,
  .no-js table.js-table-social thead th,
  .no-js table.js-table-social thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111; }
  table.dataTable thead th:active,
  table.dataTable thead td:active,
  .no-js table.js-table-social thead th:active,
  .no-js table.js-table-social thead td:active {
    outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td,
  .no-js table.js-table-social tfoot th,
  .no-js table.js-table-social tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  .no-js table.js-table-social thead .sorting,
  .no-js table.js-table-social thead .sorting_asc,
  .no-js table.js-table-social thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled,
  .no-js table.js-table-social thead .sorting,
  .no-js table.js-table-social thead .sorting_asc,
  .no-js table.js-table-social thead .sorting_desc,
  .no-js table.js-table-social thead .sorting_asc_disabled,
  .no-js table.js-table-social thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting,
  .no-js table.js-table-social thead .sorting {
    background-image: url(/images/datatables/sort_both.png); }
  table.dataTable thead .sorting_asc,
  .no-js table.js-table-social thead .sorting_asc {
    background-image: url(/images/datatables/sort_asc.png); }
  table.dataTable thead .sorting_desc,
  .no-js table.js-table-social thead .sorting_desc {
    background-image: url(/images/datatables/sort_desc.png); }
  table.dataTable thead .sorting_asc_disabled,
  .no-js table.js-table-social thead .sorting_asc_disabled {
    background-image: url(/images/datatables/sort_asc_disabled.png); }
  table.dataTable thead .sorting_desc_disabled,
  .no-js table.js-table-social thead .sorting_desc_disabled {
    background-image: url(/images/datatables/sort_desc_disabled.png); }
  table.dataTable tbody tr,
  .no-js table.js-table-social tbody tr {
    background-color: #ffffff; }
  table.dataTable tbody tr.selected,
  .no-js table.js-table-social tbody tr.selected {
    background-color: #B0BED9; }
  table.dataTable tbody th,
  table.dataTable tbody td,
  .no-js table.js-table-social tbody th,
  .no-js table.js-table-social tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td,
  .no-js table.js-table-social.row-border tbody th,
  .no-js table.js-table-social.row-border tbody td,
  .no-js table.js-table-social.display tbody th,
  .no-js table.js-table-social.display tbody td {
    border-top: 1px solid #ddd; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td,
  .no-js table.js-table-social.row-border tbody tr:first-child th,
  .no-js table.js-table-social.row-border tbody tr:first-child td,
  .no-js table.js-table-social.display tbody tr:first-child th,
  .no-js table.js-table-social.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td,
  .no-js table.js-table-social.cell-border tbody th,
  .no-js table.js-table-social.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child,
  .no-js table.js-table-social.cell-border tbody tr th:first-child,
  .no-js table.js-table-social.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td,
  .no-js table.js-table-social.cell-border tbody tr:first-child th,
  .no-js table.js-table-social.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
  .no-js table.js-table-social.stripe tbody tr.odd,
  .no-js table.js-table-social.display tbody tr.odd {
    background-color: #f9f9f9; }
  table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected,
  .no-js table.js-table-social.stripe tbody tr.odd.selected,
  .no-js table.js-table-social.display tbody tr.odd.selected {
    background-color: #acbad4; }
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover,
  .no-js table.js-table-social.hover tbody tr:hover,
  .no-js table.js-table-social.display tbody tr:hover {
    background-color: #f6f6f6; }
  table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected,
  .no-js table.js-table-social.hover tbody tr:hover.selected,
  .no-js table.js-table-social.display tbody tr:hover.selected {
    background-color: #aab7d1; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3,
  .no-js table.js-table-social.order-column tbody tr > .sorting_1,
  .no-js table.js-table-social.order-column tbody tr > .sorting_2,
  .no-js table.js-table-social.order-column tbody tr > .sorting_3,
  .no-js table.js-table-social.display tbody tr > .sorting_1,
  .no-js table.js-table-social.display tbody tr > .sorting_2,
  .no-js table.js-table-social.display tbody tr > .sorting_3 {
    background-color: #fafafa; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3,
  .no-js table.js-table-social.order-column tbody tr.selected > .sorting_1,
  .no-js table.js-table-social.order-column tbody tr.selected > .sorting_2,
  .no-js table.js-table-social.order-column tbody tr.selected > .sorting_3,
  .no-js table.js-table-social.display tbody tr.selected > .sorting_1,
  .no-js table.js-table-social.display tbody tr.selected > .sorting_2,
  .no-js table.js-table-social.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
  .no-js table.js-table-social.display tbody tr.odd > .sorting_1,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2,
  .no-js table.js-table-social.display tbody tr.odd > .sorting_2,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3,
  .no-js table.js-table-social.display tbody tr.odd > .sorting_3,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
  .no-js table.js-table-social.display tbody tr.odd.selected > .sorting_1,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2,
  .no-js table.js-table-social.display tbody tr.odd.selected > .sorting_2,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3,
  .no-js table.js-table-social.display tbody tr.odd.selected > .sorting_3,
  .no-js table.js-table-social.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
  .no-js table.js-table-social.display tbody tr.even > .sorting_1,
  .no-js table.js-table-social.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2,
  .no-js table.js-table-social.display tbody tr.even > .sorting_2,
  .no-js table.js-table-social.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3,
  .no-js table.js-table-social.display tbody tr.even > .sorting_3,
  .no-js table.js-table-social.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1,
  .no-js table.js-table-social.display tbody tr.even.selected > .sorting_1,
  .no-js table.js-table-social.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2,
  .no-js table.js-table-social.display tbody tr.even.selected > .sorting_2,
  .no-js table.js-table-social.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3,
  .no-js table.js-table-social.display tbody tr.even.selected > .sorting_3,
  .no-js table.js-table-social.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
  .no-js table.js-table-social.display tbody tr:hover > .sorting_1,
  .no-js table.js-table-social.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
  .no-js table.js-table-social.display tbody tr:hover > .sorting_2,
  .no-js table.js-table-social.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
  .no-js table.js-table-social.display tbody tr:hover > .sorting_3,
  .no-js table.js-table-social.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
  .no-js table.js-table-social.display tbody tr:hover.selected > .sorting_1,
  .no-js table.js-table-social.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
  .no-js table.js-table-social.display tbody tr:hover.selected > .sorting_2,
  .no-js table.js-table-social.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
  .no-js table.js-table-social.display tbody tr:hover.selected > .sorting_3,
  .no-js table.js-table-social.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb; }
  table.dataTable.no-footer,
  .no-js table.js-table-social.no-footer {
    border-bottom: 1px solid #111; }
  table.dataTable.nowrap th, table.dataTable.nowrap td,
  .no-js table.js-table-social.nowrap th,
  .no-js table.js-table-social.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td,
  .no-js table.js-table-social.compact thead th,
  .no-js table.js-table-social.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td,
  .no-js table.js-table-social.compact tfoot th,
  .no-js table.js-table-social.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td,
  .no-js table.js-table-social.compact tbody th,
  .no-js table.js-table-social.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left,
  .no-js table.js-table-social th.dt-left,
  .no-js table.js-table-social td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty,
  .no-js table.js-table-social th.dt-center,
  .no-js table.js-table-social td.dt-center,
  .no-js table.js-table-social td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right,
  .no-js table.js-table-social th.dt-right,
  .no-js table.js-table-social td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify,
  .no-js table.js-table-social th.dt-justify,
  .no-js table.js-table-social td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap,
  .no-js table.js-table-social th.dt-nowrap,
  .no-js table.js-table-social td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left,
  .no-js table.js-table-social thead th.dt-head-left,
  .no-js table.js-table-social thead td.dt-head-left,
  .no-js table.js-table-social tfoot th.dt-head-left,
  .no-js table.js-table-social tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center,
  .no-js table.js-table-social thead th.dt-head-center,
  .no-js table.js-table-social thead td.dt-head-center,
  .no-js table.js-table-social tfoot th.dt-head-center,
  .no-js table.js-table-social tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right,
  .no-js table.js-table-social thead th.dt-head-right,
  .no-js table.js-table-social thead td.dt-head-right,
  .no-js table.js-table-social tfoot th.dt-head-right,
  .no-js table.js-table-social tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify,
  .no-js table.js-table-social thead th.dt-head-justify,
  .no-js table.js-table-social thead td.dt-head-justify,
  .no-js table.js-table-social tfoot th.dt-head-justify,
  .no-js table.js-table-social tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap,
  .no-js table.js-table-social thead th.dt-head-nowrap,
  .no-js table.js-table-social thead td.dt-head-nowrap,
  .no-js table.js-table-social tfoot th.dt-head-nowrap,
  .no-js table.js-table-social tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left,
  .no-js table.js-table-social tbody th.dt-body-left,
  .no-js table.js-table-social tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center,
  .no-js table.js-table-social tbody th.dt-body-center,
  .no-js table.js-table-social tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right,
  .no-js table.js-table-social tbody th.dt-body-right,
  .no-js table.js-table-social tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify,
  .no-js table.js-table-social tbody th.dt-body-justify,
  .no-js table.js-table-social tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap,
  .no-js table.js-table-social tbody th.dt-body-nowrap,
  .no-js table.js-table-social tbody td.dt-body-nowrap {
    white-space: nowrap; }
  table.dataTable th,
  table.dataTable td,
  .no-js table.js-table-social th,
  .no-js table.js-table-social td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/* End Datatables */
/* Start Datatables - Customized */
table.dataTable thead th,
table.dataTable thead td, table.dataTable.no-footer,
.no-js table.js-table-social thead th,
.no-js table.js-table-social thead td,
.no-js table.js-table-social.no-footer {
  border-bottom: 1px solid #B9D7DC; }

table.dataTable thead th,
.no-js table.js-table-social thead th {
  background-color: #B9D7DC; }

table.dataTable tbody tr th,
table.dataTable tbody tr td,
.no-js table.js-table-social tbody tr th,
.no-js table.js-table-social tbody tr td {
  border-bottom: 1px solid #B9D7DC; }

table.dataTable tbody tr:hover,
.no-js table.js-table-social tbody tr:hover {
  background-color: #E8F3F5; }

table.dataTable tbody tr td a,
.no-js table.js-table-social tbody tr td a {
  word-break: break-word; }

.dataTables_wrapper .dataTables_filter {
  display: none; }

.dt-buttons {
  text-align: right;
  margin-bottom: 5px; }

.dt-button {
  background: url(../images/bg-navbar-header.gif) repeat-x;
  border: 1px solid #A4C5CA;
  border-radius: 5px;
  color: #194C77;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 3px;
  padding: 5px;
  text-shadow: 1px 1px 0 #fff; }

.dt-button:hover {
  text-decoration: none;
  background-position: 0 10px; }

.dt-button.js-table-clear-filters {
  margin: 5px 0 0; }

.dt-button.js-table-clear-filters:before {
  content: '\00a0\00ab\00a0'; }

.js-filter-by-text {
  color: #194C77;
  cursor: pointer; }

.table-data-state-name {
  text-align: left;
  width: 160px; }

.table-data-facebook,
.table-data-twitter,
.table-data-youtube,
.table-data-flickr {
  text-align: center; }

.sorting_1 {
  background: #E8F3F5; }

/* End Datatables - Customized */
html.no-js .tabset {
  display: none; }

html.no-js .tab {
  margin-bottom: 25px; }

/* NCSC-537 Expanded Title */
.expanded-title {
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.expanded-title__image,
.expanded-title__description {
  display: table-cell;
  vertical-align: middle; }

.expanded-title__image {
  border-right: 25px solid transparent;
  width: auto; }
  .expanded-title__image img {
    border: 0;
    max-width: inherit; }

/* END NCSC-537 Expanded Title */
.explain-wrap {
  position: relative; }

.explain {
  font-size: 10px;
  cursor: pointer;
  color: #194C77;
  padding: 2px 0;
  position: absolute;
  left: 0;
  bottom: -16px; }

.explain-content {
  background: #fff;
  padding: 15px;
  position: absolute;
  bottom: -20px;
  right: -275px; }

/* Forms */
.formEmail input {
  margin: 0 0 2px 0; }

.formEmail div {
  margin: 0 0 8px 0; }

.formCourses {
  margin: -10px 0 0 0; }

.formCourses fieldset {
  height: 40px;
  padding: 11px 0 0 0; }

.formCourses fieldset select {
  margin: 2px 0 0 0; }

.formCourses fieldset label {
  margin: 0px 0 0 2px;
  font-weight: bold; }

.formEmail #inputEmail {
  border: 2px solid #dadad8;
  padding: 4px 4px 3px 4px;
  margin: 0 4px 0 0;
  font-size: 11px;
  width: 189px;
  color: #666;
  float: left;
  display: inline; }

.formEmail .butGo {
  width: 22px; }

.formEmail label {
  margin: 5px 0 0 0; }

.formEmail label#labelEmail {
  display: none; }

.formEmail #butGo {
  background: url(../images/but-go.png) no-repeat top left;
  border: none;
  text-indent: -9999px;
  width: 22px;
  height: 22px; }

.formState fieldset {
  border-bottom: 1px solid #ccc;
  margin: 10px 0 20px 0;
  padding: 10px 0 20px 0; }

.formState fieldset select {
  width: 330px; }

.formCategory fieldset {
  padding: 10px 0 17px 0; }

.formCategory fieldset .narrow {
  width: 230px;
  margin: 0 3px 0 0; }

.formCategory fieldset .wide {
  width: 330px;
  margin: 0 0 0 3px; }

.formCategory fieldset span {
  font-size: 15px; }

/* Modals */
.modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.modal-window-scroll {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%; }
  .no-rgba .modal-window-scroll {
    background: url(/images/assets/bg-modal-ie8.png) !important; }

.modal-window {
  background-color: #FFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
  height: 330px;
  margin-left: -325px;
  margin-top: -165px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px; }

.modal-donate-btn {
  background: #000;
  margin-top: 15px; }

.modal-close {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 30px;
  height: 30px; }
  .modal-close:after {
    content: "X";
    line-height: 1.75;
    width: 30px;
    height: 30px; }
  .modal-close:hover {
    background-color: #CCC; }

.modal-top {
  background-color: #E4E4E4;
  position: relative; }
  .modal-top h1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 10px 15px; }
  .modal-top + * {
    padding-right: 50px; }

.modal-content-wrap {
  clear: both; }
  .modal-content-wrap, .modal-content-wrap.rtf {
    padding: 0; }
  .modal-content-wrap.rtf {
    background: inherit; }

.modal-content-image {
  float: left;
  width: 260px; }

.modal-content-text {
  float: right;
  width: 320px; }

#modNewUserRegistrationForm {
  border: solid 1px #CCC;
  padding: 10px 5px 10px 5px;
  width: 523px;
  font-size: 8pt; }

#modNewUserRegistrationForm div {
  width: 523px;
  margin-top: 2px;
  font-size: 8pt; }

#modNewUserRegistrationForm label {
  width: 183px;
  padding: 0 17px 0 0;
  margin-top: 3px;
  color: #414141;
  display: block;
  float: left;
  font-size: 8pt; }

#modNewUserRegistrationForm .text {
  margin: 0 8px 0 0;
  color: #58595B;
  font-family: Arial;
  width: 300px;
  font-size: 8pt; }

#modNewUserRegistrationForm .button {
  margin: 0 0 0 300px;
  font-size: 8pt; }

/* Accordion Block  */
/* begin: My Center Styles */
.MyCenter {
  font-size: 13px;
  line-height: 1.5em; }

.MyCenter p {
  margin: 0 0 1em 0; }

.MyCenter h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.2em; }

.MyCenter .heading {
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  border: 1px solid #C3D9DC;
  padding: 10px;
  text-align: center; }

.MyCenter .heading h2 {
  margin: 0;
  padding: 0;
  text-align: left; }

.MyCenter .body {
  overflow: hidden; }

.MyCenter .body .right {
  float: right;
  width: 700px; }

.MyCenter .body .right table.subscriptions {
  border: #cccccc 1px dashed; }

.MyCenter .body .right table.subscriptions tr td,
.MyCenter .body .right table.interests tr td,
.MyCenter .body .right table.profile tr td {
  padding: 5px; }

.MyCenter .body .rightSideBar {
  float: right;
  overflow: hidden;
  width: 200px; }

.MyCenter .body .rightSideBar .box {
  border: 1px solid #C3D9DC;
  padding: 5px;
  margin: 0.5em 0;
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x; }

.MyCenter .body .rightSideBar .box h4 {
  font-size: 1.2em;
  margin: 0 0 0.25em 0;
  color: #BC4F27; }

.MyCenter .body .leftSideBar {
  float: right;
  overflow: hidden;
  width: 200px; }

#page #content .MyCenter .body .leftSideBar ul.menu {
  margin: 0 0.5em 0 0; }

.MyCenter .body .leftSideBar ul.menu li a {
  display: block;
  text-decoration: none;
  background-color: #549099;
  color: #ffffff;
  padding: 8px;
  text-transform: uppercase;
  border: 1px solid #549099; }

.MyCenter .body .leftSideBar ul.menu li a:hover {
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  color: #549099; }

.MyCenter .body .theContent {
  float: left;
  overflow: hidden;
  width: 485px;
  margin-right: 15px; }

.MyCenter .body .theContent .subheading {
  text-align: left;
  padding: 10px 10px 30px 0; }

.MyCenter .body .theContent .subheading h3 {
  font-size: 1.3em;
  margin: 0;
  color: #333333; }

.MyCenter .body .theContent .title {
  overflow: hidden; }

.MyCenter .body .theContent .title h3 {
  font-size: 1.2em; }

.MyCenter .body .theContent .title a.edit {
  font-size: 0.8em;
  margin-left: 1em; }

.MyCenter .body .theContent .section {
  margin: 20px 0;
  padding: 0; }

.MyCenter .body .theContent .section a {
  font-weight: bold; }

.MyCenter .body .theContent .section .sectionTitle h3 {
  margin: 0; }

.MyCenter .body .theContent .section .byline {
  font-size: 1em;
  font-weight: bold; }

.MyCenter .body .theContent .section ul {
  margin: 0 15px 1em 30px !important; }

.MyCenter .body .theContent .section ul li {
  list-style: square;
  color: #194C77; }

/* end: My Center Styles */
/* begin: news */
.news h3 {
  margin: 0 0 1em 0; }

.news .item {
  clear: left;
  overflow: hidden;
  margin: 0 0 2em 0; }

.news .item .itemContent.withImage {
  padding: 0; }

.news .item .itemContent.withImage {
  padding-left: 75px; }

.news .item img {
  max-width: 63px;
  _width: 63px;
  /* for IE6 compatability */
  height: auto; }

.news .item img.imgLeft {
  float: left;
  margin: 0 10px 5px 0; }

.news .item img.imgRight {
  float: right;
  margin: 0 0 5px 10px; }

/* end: news */
/* Most Popular Block */
.popular {
  margin-top: 30px;
  padding: 16px 18px;
  width: 195px;
  min-height: 191px;
  border: 2px #c4d9dc solid;
  background: #f9fbfc url(../images/bg-popular.gif) repeat-x;
  overflow: hidden; }

* html .popular {
  height: 218px;
  overflow: visible; }

.popular p {
  font-size: 12px;
  line-height: 1.4;
  margin: 1em 0; }

.popular ul {
  margin: 15px 0 0;
  padding: 0 0 0 16px; }

.popular ul li {
  padding: 2px 0;
  font-size: 1.2em;
  line-height: 1.5em; }

.popular ul li a {
  color: #194C77; }

/* begin: Resource Guide Styles */
.ResourceGuide {
  font-size: 13px;
  line-height: 1.5em; }

.ResourceGuide .featuredItem,
.ResourceGuide .item {
  margin: 0 0 1em 0; }

.ResourceGuide .featuredItem a.title {
  display: block; }

.ResourceGuide .item span.desc p {
  display: inline; }

.ResourceGuide p {
  margin: 0 0 1em 0; }

.ResourceGuide h3 {
  margin: 0 0 0.5em 0; }

.ResourceGuide .heading {
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  border: 1px solid #C3D9DC;
  padding: 10px;
  text-align: center;
  margin: 5px 0 10px 0; }

.ResourceGuide .heading h2 {
  margin: 0;
  padding: 0; }

.ResourceGuide .heading h2.sub {
  font-size: 1.5em; }

.ResourceGuide .body {
  overflow: hidden; }

.ResourceGuide .body .rightSideBar {
  float: right;
  overflow: hidden;
  width: 200px;
  margin-left: 10px; }

#page #content .ResourceGuide .body .rightSideBar ul.menu {
  margin: 0 0 0.5em 0;
  list-style-type: none; }

.ResourceGuide .body .rightSideBar ul.menu li {
  margin-left: 0; }

.ResourceGuide .body .rightSideBar ul.menu li a {
  display: block;
  text-decoration: none;
  background-color: #549099;
  color: #ffffff;
  padding: 8px;
  text-transform: uppercase;
  border: 1px solid #549099; }

.ResourceGuide .body .rightSideBar ul.menu li a.active,
.ResourceGuide .body .rightSideBar ul.menu li a:hover {
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  color: #549099; }

.ResourceGuide .body .rightSideBar .box {
  border: 1px solid #C3D9DC;
  padding: 5px;
  margin: 0.5em 0;
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x; }

.ResourceGuide .body .rightSideBar .box h4 {
  font-size: 1.2em;
  margin: 0 0 0.25em 0;
  color: #BC4F27; }

.ResourceGuide .body .theContent {
  overflow: hidden; }

.ResourceGuide .body .theContent .item {
  margin: 0 0 1.5em 0; }

.ResourceGuide .body .theContent .stateLinkDescription {
  margin-bottom: 25px; }

/* end: Resource Guide Styles */
.searchpager {
  text-align: center;
  margin: 5px; }

.searchsorter {
  margin: 0 20px;
  float: right; }

.searchresults {
  margin: 15px 20px 0 0; }

.searchresults h3 {
  padding-bottom: 5px; }

.searchresults .section {
  padding-bottom: 20px !important; }

.searchresults div.byline {
  padding-bottom: 5px;
  font-size: .85em;
  font-weight: bold; }

.fullWidth {
  width: 895px !important; }

.topsearch {
  border-bottom: solid 1px #000000; }

.topsearch {
  padding-bottom: 10px;
  margin: 0 20px 10px 0px; }

.bottomsearch {
  margin: auto;
  text-align: center; }

.bottomsearch .search,
.topsearch .search {
  padding: 0px;
  width: 225px;
  height: 28px; }

.bottomsearch .search .labels,
.topsearch .search .labels {
  width: 55px;
  float: left; }

.bottomsearch .search label,
.topsearch .search label {
  display: none;
  visibility: hidden; }

.bottomsearch .search a,
.topsearch .search a {
  font-size: .8em;
  line-height: 1.4em; }

.bottomsearch .search .text,
.topsearch .search .text {
  float: left;
  padding: 2px 6px;
  width: 126px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  border: 1px #cacac7 solid; }

.bottomsearch .btn-go,
.topsearch .btn-go {
  float: right; }

/* Keymatch search results */
div.recommendedResults {
  border-color: #82AFAB;
  border-style: solid;
  border-width: 0 0 1px;
  font: 20px georgia,serif;
  margin: 0 20px 30px 0;
  padding: 5px; }

div.recommendedResults a {
  text-decoration: underline; }

div.recommendedResults h3 {
  padding-top: 5px; }

/* begin:sitemap specific styles */
.SiteMap {
  overflow: hidden;
  font-size: 12px; }

.SiteMap .heading {
  border: 1px solid #C3D9DC;
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  margin: 10px 0 10px 0; }

.SiteMap .heading h2 {
  margin: 0;
  padding: 5px 10px; }

.SiteMap .body .theContent .section {
  border: 1px solid #C3D9DC;
  background-image: url(/images/bg-floated.gif);
  background-repeat: repeat-x;
  background-color: #F5F9FA;
  width: 430px;
  padding: 10px; }

.SiteMap .body .theContent .section.left {
  float: left;
  clear: left; }

.SiteMap .body .theContent .section.right {
  float: right;
  clear: right; }

.SiteMap .body .theContent .section .item {
  margin: 0 0 2em 0;
  overflow: hidden; }

.SiteMap .body .theContent .section .item h3 {
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  background-image: url(/images/plusORminus.png);
  background-repeat: no-repeat;
  background-position: 0 -23px;
  padding: 0 0 0 30px; }

.SiteMap .body .theContent .section .item h3.active {
  background-position: 0 -1px; }

.SiteMap .body .theContent .section .item h3 > a {
  color: #BC4F27;
  text-decoration: none; }

.SiteMap .body .theContent .section .item ul > li > h3 > a {
  color: #194C77; }

.SiteMap .body .theContent .section .item .trigger {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  cursor: default; }

#page #content .SiteMap .body .theContent .section .item ul {
  margin: 0 0 0 22px;
  padding: 0;
  list-style-type: none;
  overflow: hidden; }

.SiteMap .body .theContent .section .item ul li {
  margin: 10px 0; }

.SiteMap .body .theContent .section .item ul li a {
  padding-left: 30px;
  display: block; }

.SiteMap .body .theContent .section .item ul li h3 > a {
  padding-left: 0px; }

.SiteMap .body .theContent .section .item ul li a:hover {
  text-decoration: underline; }

.SiteMap .body .theContent .section .item ul.sub > li > ul.sub {
  display: none; }

/* end:sitemap specific styles */
html.no-js .SiteMap .body .theContent .section .item ul li a:hover {
  text-decoration: none;
  color: #BC4F27; }

html.no-js .SiteMap .body .theContent .section .item ul li > a {
  padding-left: 0; }

html.no-js .SiteMap .body .theContent .section .item h3 {
  background-image: none;
  padding-left: 0; }
  html.no-js .SiteMap .body .theContent .section .item h3 > a {
    color: #BC4F27;
    padding-left: 0; }

html.no-js .SiteMap .body .theContent .section .item h3.trigger + .sub {
  display: block;
  margin-left: 10px; }

/* Slider */
/* YAPL
name: Story Slider
notes:
partial: story-slider
*/
.slider {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }

.slider__pager {
  background: #539099;
  border: 5px solid #539099;
  clear: both;
  display: table;
  text-align: center;
  width: 905px; }

.slider__pager-btn {
  background: #C3D9DC url(/images/bg-hp-slider-btn.png) 0 100% repeat-x;
  border: 0;
  border-left: 5px solid #539099;
  border-color: #539099;
  border-radius: 0;
  color: #434343;
  cursor: pointer;
  display: table-cell;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 25%; }

.slider__pager-btn:first-child {
  border-left: 0; }

.slider__pager-btn:focus,
.slider__pager-btn:hover {
  background: #C3D9DC;
  outline: 0; }

.slider__pager-btn.is-active {
  background: #539099;
  border-color: #539099;
  color: #fff;
  outline: 0; }

.slider__pager-btn:first-child {
  margin-left: 0; }

.slider__slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; }

.slider__slide.is-active,
.no-js .slider__slide:first-child {
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: opacity .5s, visibility 0s; }

.slider__slide-copy {
  color: #666;
  line-height: 1.36;
  margin-bottom: 10px; }

.slider__slide-title {
  color: #A43308;
  display: block;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px; }

.slider__slide-img {
  float: left;
  margin: 0 0 -2px; }

.slider__slide-more {
  color: #13578C;
  font-size: 16px;
  margin-top: 10px; }

.slider__slide-more:after {
  content: '\0020\003E'; }

.slider__slide-text {
  background: #fff;
  overflow: hidden;
  padding: 20px 25px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 225px; }

.slider__slide-text .rtf {
  font-size: 16px;
  line-height: 1.3; }

html.no-js .slider {
  margin: 25px 0 10px; }

html.no-js .slider__slides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 700px; }

html.no-js .slider__slide {
  margin-bottom: 15px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 49%; }

html.no-js .slider__pager {
  display: none; }

/* End Slider */
/* Story Slider */
.story-slider {
  padding: 20px 0 10px;
  position: relative; }

.story-slider__next,
.story-slider__prev {
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 14px; }

.story-slider__next {
  background: url(/images/icon-slider-next.png) 0 50% no-repeat;
  right: -5px; }

.story-slider__prev {
  background: url(/images/icon-slider-prev.png) 0 50% no-repeat;
  left: -5px; }

.story-slider__stories {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  transition: left 1s; }

.story-slider__stories-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 855px; }

.story-slider__story {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  vertical-align: top;
  white-space: normal;
  width: 265px; }

.story-slider__story a {
  color: #003D72; }

.story-slider__meta,
.story-slider__story-title,
.story-slider__story-subtitle,
.story-slider__story-text {
  display: block;
  width: 100%; }

.story-slider__meta {
  color: #B94C26;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.story-slider__story-title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 15px; }

.story-slider__story-text {
  line-height: 1.2;
  margin-top: 5px; }

.story-slider__story-text a {
  font-weight: normal; }

.story-slider[data-position="0"] .story-slider__stories {
  left: 0; }

.story-slider[data-position="1"] .story-slider__stories {
  left: -285px; }

.story-slider[data-position="2"] .story-slider__stories {
  left: -570px; }

.story-slider[data-position="3"] .story-slider__stories {
  left: -855px; }

.story-slider[data-position="4"] .story-slider__stories {
  left: -1140px; }

.story-slider[data-position="5"] .story-slider__stories {
  left: -1425px; }

.story-slider[data-position="6"] .story-slider__stories {
  left: -1710px; }

.story-slider[data-position="7"] .story-slider__stories {
  left: -1995px; }

.story-slider[data-position="8"] .story-slider__stories {
  left: -2280px; }

.story-slider[data-position="9"] .story-slider__stories {
  left: -2565px; }

/* End Story Slider */
html.no-js .story-slider__stories {
  display: flex;
  flex-wrap: wrap; }

html.no-js .story-slider__story {
  margin-bottom: 35px; }

html.no-js .story-slider__prev,
html.no-js .story-slider__next {
  display: none; }

/* Tab Block */
.tabblock {
  margin-top: 6px;
  width: 675px;
  overflow: hidden; }

.tabblock .tabset {
  width: 675px;
  height: 26px;
  position: relative;
  margin-bottom: -2px;
  overflow: hidden; }

.tabblock .tabset a {
  margin-left: 3px;
  float: left;
  display: inline;
  width: 148px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: -10; }

.tabblock .tabset a.thisweek {
  margin: 0;
  width: 145px;
  background: url(../images/link-thisweek-tabset.gif) no-repeat; }

.tabblock .tabset a.morenews {
  background: url(../images/link-morenews-tabset.gif) no-repeat; }

.tabblock .tabset a.events {
  background: url(../images/link-events-tabset.gif) no-repeat; }

.tabblock .tabset a.active,
.tabblock .tabset a:hover {
  background-position: 0 -26px; }

.tabblock div.tab {
  width: 671px;
  border: 2px #c1d7db solid;
  background: #dce9eb url(../images/bg-tabblock.gif) repeat-x;
  overflow: hidden; }

.tabblock .weekblocks {
  margin-left: -4px;
  width: 675px;
  padding: 16px 0 12px;
  overflow: hidden; }

.tabblock .weekblocks .block {
  margin-left: 3px;
  float: left;
  display: inline;
  padding: 0 10px;
  width: 202px;
  overflow: hidden; }

.tabblock .weekblocks h3 {
  margin: 0;
  overflow: hidden; }

.tabblock .weekblocks h3.visit {
  height: 33px; }

.tabblock .weekblocks p {
  margin: 15px 0 0;
  font-size: 1.3em;
  line-height: 1.1em;
  overflow: hidden; }

.tabblock .weekblocks p .date {
  font-style: normal;
  font-weight: bold;
  padding-right: 12px;
  background: url(../images/sep-weekblocks.gif) no-repeat 100% 1px; }

.tabblock .weekblocks p strong {
  color: #000; }

.tabblock .weekblocks p.more {
  margin-top: 7px; }

.tabblock .weekblocks p.more a {
  color: #002b56;
  padding-right: 10px;
  line-height: 1.2em;
  background: url(../images/arrow-more.gif) no-repeat 100% 5px; }

/* Tab Block for Social Meida Pages */
.tabblock.tabblock-social {
  margin-top: 20px;
  width: auto; }

.tabblock.tabblock-social div.tab {
  background: #fff;
  border: 0;
  padding-top: 5px;
  width: auto; }

.tabblock.tabblock-social .tabset {
  border-bottom: 1px solid #B9D7DC;
  margin-bottom: 0;
  overflow: visible;
  width: 100%;
  height: auto; }

.tabblock.tabblock-social .tabset a {
  background: url(../images/bg-navbar-header.gif) repeat-x 0 100%;
  border: 1px solid #B9D7DC;
  display: inline-block;
  float: none;
  margin: 0 0 -1px 3px;
  overflow: visible;
  padding: 10px;
  text-indent: 0;
  width: auto;
  height: auto;
  z-index: 2; }

.tabblock.tabblock-social .tabset a:hover {
  background-position: 0 20px;
  text-decoration: none; }

.tabblock.tabblock-social .tabset a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #BC4F27; }

/* Toggle Items */
.toggle-item.is-closed {
  display: none; }

.toggle-item.is-open {
  display: block; }

.toggle-set {
  overflow: hidden; }

.toggle-set > .toggle-item,
.toggle-item--inner > .toggle-item {
  border: 1px solid #cfcfcf;
  margin: 10px 0; }

.toggle-item--heading {
  background: #cfcfcf;
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px 25px 10px 40px;
  position: relative;
  text-align: left;
  width: 100%; }
  .toggle-item--heading:hover {
    cursor: pointer; }

.toggle-item--heading:before {
  background: #fff;
  border-radius: 5px;
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  line-height: 1.2;
  text-align: center;
  width: 20px;
  height: 20px; }

.toggle-item--body {
  padding: 25px; }

.toggle-item--inner {
  overflow: hidden; }
  .toggle-item--inner :first-child {
    margin-top: 0; }
  .toggle-item--inner.toggle-item {
    border: 0; }

#section-control-container .toggle-item--inner > :last-child,
.toggle-item--inner > :last-child {
  margin-bottom: 0; }

.module-is-closed > .toggle-item--heading:before {
  content: '+'; }

.module-is-open > .toggle-item--heading:before {
  content: '-'; }

html.no-js .toggle-item {
  display: block; }

html.no-js .toggle-item--heading {
  padding: 10px 25px; }
  html.no-js .toggle-item--heading::before {
    display: none; }

/* END Toggle Items */
/* ======  Color Overrides Specific to the NCSC Main ====== */
.modal-content-wrap {
  background: #dc5f37; }

.modal-content-text {
  padding: 55px 35px 0;
  text-align: center; }
  .modal-content-text h2 {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3; }
  .modal-content-text p {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.3;
    margin-top: 20px; }

.modal-close {
  background-color: #ffde72;
  background-image: url(../images/icon-close-orange.png);
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .modal-close:hover {
    background-color: #ffd859; }
  .modal-close:after {
    content: ''; }

.modal-donate-btn {
  background-color: #ffde72;
  box-shadow: 0 0 5px #9e3615;
  color: #dc5f37;
  font-weight: bold;
  font-size: 16px;
  line-height: .9;
  margin-top: 20px;
  padding: 13px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 240px; }
  .modal-donate-btn:hover {
    background-color: #ffd859; }

.toggle-item--heading {
  background: #a4c5ca;
  color: #1a393e; }
  .toggle-item--heading:before {
    color: #8a2811; }

/* ======  Sass Variables ====== */
/* ======  Utilities ====== */
.u-align-l {
  text-align: left; }

.u-align-r {
  text-align: right; }

.u-align-center {
  text-align: center; }

.u-block {
  display: block; }

.u-cf::after, #header::after, #content::after, .u-cf::before, #header::before, #content::before {
  content: ' ';
  display: table; }

.u-cf::after, #header::after, #content::after {
  clear: both; }

.u-float-l {
  float: left; }

.u-float-r {
  float: right; }

.u-hidden {
  display: none !important; }

.u-inline {
  display: inline; }

.u-inline-block {
  display: inline-block; }

.u-invisible {
  visibility: hidden; }

.u-overflow-visible {
  overflow: visible; }

.u-overflow-x-scroll {
  overflow-x: scroll; }

.u-ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.u-ir:before {
  content: '';
  display: block;
  width: 0;
  height: 100%; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-visuallyhidden.u-focusable:active,
.u-visuallyhidden.u-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%; }

*,
*::before,
*::after {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  box-sizing: inherit; }

html,
button,
input,
select,
textarea {
  font-family: "Libre Franklin", sans-serif; }

::selection {
  text-shadow: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

sup {
  font-size: small;
  vertical-align: super; }

textarea {
  resize: vertical; }

[type='button'],
[type='submit'],
[type='search'],
[type='text'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

[type='button'],
[type='submit'] {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/* ======  Responsive Header/Footer ====== */
/* ===== Media Queries ===== */
.l-contain {
  margin: 0 auto;
  z-index: 1; }
  @media (max-width: 675px) {
    .l-contain {
      padding-left: 4%;
      padding-right: 4%; } }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    .l-contain {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 1051px) {
    .l-contain {
      max-width: 1260px;
      width: 96%; } }

#content {
  margin: 0 auto;
  padding-bottom: 10px; }
  @media (max-width: 675px) {
    #content {
      padding-left: 4%;
      padding-right: 4%; } }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    #content {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 1051px) {
    #content {
      max-width: 1260px;
      width: 96%;
      padding-bottom: 20px; } }
  .home #content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

.l-row {
  clear: both; }

.l-row--flexible {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center; }
  @media (max-width: 675px) {
    .l-row--flexible {
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; } }

.no-flexbox .l-row--flexible {
  display: table; }
  .no-flexbox .l-row--flexible .l-col {
    display: table-cell;
    float: none;
    vertical-align: middle; }
    .no-flexbox .l-row--flexible .l-col + .l-col {
      border-left: 10px solid transparent; }

.l-col {
  float: left; }
  @media only screen and (min-width: 676px) {
    .l-col + .l-col {
      margin-left: 1.8%; } }

.l-col--half {
  width: 49%; }
  .l-col--half + .l-col--half {
    float: right; }

.l-col--third {
  min-width: 32.1%;
  width: 32.1%; }

.l-col--third:first-child {
  margin-left: 0; }

.l-col--narrow {
  width: 20%; }

.l-col--wide {
  width: 70%; }

@media (max-width: 675px) {
  .l-col--half, .l-col--third {
    margin-right: 0;
    margin-bottom: 2em;
    margin-left: 0;
    float: none;
    flex-shrink: 0;
    width: 100%; } }

.footer {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #166570;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  line-height: 1.6;
  padding-top: 80px;
  padding-bottom: 55px;
  position: relative;
  z-index: 0; }
  .footer > .l-contain {
    position: relative;
    z-index: 1; }
  .footer:after {
    background-image: url(/images/assets/ncsc-seal-large-darkteal.svg);
    background-position: 139% 38%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media only screen and (min-width: 676px) and (max-width: 1050px) {
      .footer:after {
        background-position: 400px 50%;
        opacity: .75; } }
    @media (max-width: 675px) {
      .footer:after {
        background-position: -200px 50%;
        opacity: .5; } }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }

.footer__title {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Merriweather", Georgia, serif;
  line-height: 1.2; }

.footer__info {
  margin-bottom: 25px; }

.footer__meta {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic; }
  .footer__meta a {
    text-decoration: none; }

.footer__links li {
  color: #8cacaa;
  display: inline-block;
  font-weight: 700; }
  .footer__links li a {
    text-decoration: none; }
    .footer__links li a:hover {
      text-decoration: underline; }
  .footer__links li + li:before {
    content: '\00a0\007c\00a0';
    color: #fff; }

.footer__logo {
  margin-top: 50px; }
  .footer__logo a {
    display: block; }

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .no-flexbox .l-grid {
    display: table;
    width: 100%; }
    .no-flexbox .l-grid div:first-child:nth-last-child(1),
    .no-flexbox .l-grid div:first-child:nth-last-child(1) ~ div {
      width: 100%; }
    .no-flexbox .l-grid div:first-child:nth-last-child(2),
    .no-flexbox .l-grid div:first-child:nth-last-child(2) ~ div {
      width: 50%; }
    .no-flexbox .l-grid div:first-child:nth-last-child(3),
    .no-flexbox .l-grid div:first-child:nth-last-child(3) ~ div {
      width: 33.3333333333%; }
    .no-flexbox .l-grid div:first-child:nth-last-child(4),
    .no-flexbox .l-grid div:first-child:nth-last-child(4) ~ div {
      width: 25%; }
    .no-flexbox .l-grid div:first-child:nth-last-child(5),
    .no-flexbox .l-grid div:first-child:nth-last-child(5) ~ div {
      width: 20%; }

.l-grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }
  .no-flexbox .l-grid-cell {
    display: table-cell; }

.l-grid--gutters {
  margin: -1em 0 0 -1em; }

.l-grid--gutters > .l-grid-cell {
  padding: 1em 0 0 1em; }

.l-grid--top {
  align-items: flex-start; }

.l-grid--bottom {
  align-items: flex-end; }

.l-grid--center {
  align-items: center; }

.l-grid-cell--top {
  align-self: flex-start; }

.l-grid-cell--bottom {
  align-self: flex-end; }

.l-grid-cell--center {
  align-self: center; }

.l-grid--fit {
  flex-wrap: nowrap; }
  .l-grid--fit .l-grid-cell {
    flex: 1; }

.l-grid--full {
  flex-wrap: wrap; }
  .l-grid--full .l-grid-cell {
    flex: 0 0 100%; }

.l-grid--1of2 {
  flex-wrap: wrap; }
  .l-grid--1of2 .l-grid-cell {
    flex: 0 0 50%; }

.l-grid--1of3 {
  flex-wrap: wrap; }
  .l-grid--1of3 .l-grid-cell {
    flex: 0 0 33.3333%; }

.l-grid--1of4 {
  flex-wrap: wrap; }
  .l-grid--1of4 .l-grid-cell {
    flex: 0 0 25%; }

@media (max-width: 675px) {
  .l-grid-mq-sm--fit {
    flex-wrap: wrap; }
    .l-grid-mq-sm--fit .l-grid-cell {
      flex: 1; }
  .l-grid-mq-sm--1of2 {
    flex-wrap: wrap; }
    .l-grid-mq-sm--1of2 .l-grid-cell {
      flex: 0 0 50%; }
  .l-grid-mq-sm--1of3 {
    flex-wrap: wrap; }
    .l-grid-mq-sm--1of3 .l-grid-cell {
      flex: 0 0 33.3333%; }
  .l-grid-mq-sm--1of4 {
    flex-wrap: wrap; }
    .l-grid-mq-sm--1of4 .l-grid-cell {
      flex: 0 0 25%; }
  .l-grid-mq-sm--full {
    flex-wrap: wrap;
    width: 100%; }
    .l-grid-mq-sm--full > .l-grid-cell {
      flex: 0 0 100%; }
      .no-flexbox .l-grid-mq-sm--full > .l-grid-cell {
        display: block;
        width: 100%; }
  .no-flexbox .l-grid {
    display: block; } }

@media only screen and (min-width: 676px) {
  .l-grid-mq-mdlg--fit {
    flex-wrap: wrap; }
    .l-grid-mq-mdlg--fit .l-grid-cell {
      flex: 1; }
  .l-grid-mq-mdlg--full {
    flex-wrap: wrap; }
    .l-grid-mq-mdlg--full .l-grid-cell {
      flex: 0 0 100%; }
      .no-flexbox .l-grid-mq-mdlg--full .l-grid-cell {
        display: block;
        width: 100%; }
  .l-grid-mq-mdlg--1of2 {
    flex-wrap: wrap; }
    .l-grid-mq-mdlg--1of2 .l-grid-cell {
      flex: 0 0 50%; }
  .l-grid-mq-mdlg--1of3 {
    flex-wrap: wrap; }
    .l-grid-mq-mdlg--1of3 .l-grid-cell {
      flex: 0 0 33.3333%; }
  .l-grid-mq-mdlg--1of4 {
    flex-wrap: wrap; }
    .l-grid-mq-mdlg--1of4 .l-grid-cell {
      flex: 0 0 25%; } }

@media only screen and (min-width: 1051px) {
  .l-grid-mq-lg--fit {
    flex-wrap: wrap; }
    .l-grid-mq-lg--fit .l-grid-cell {
      flex: 1; }
  .l-grid-mq-lg--full {
    flex-wrap: wrap; }
    .l-grid-mq-lg--full .l-grid-cell {
      flex: 0 0 100%; }
      .no-flexbox .l-grid-mq-lg--full .l-grid-cell {
        display: block;
        width: 100%; }
  .l-grid-mq-lg--1of2 {
    flex-wrap: wrap; }
    .l-grid-mq-lg--1of2 .l-grid-cell {
      flex: 0 0 50%; }
  .l-grid-mq-lg--1of3 {
    flex-wrap: wrap; }
    .l-grid-mq-lg--1of3 .l-grid-cell {
      flex: 0 0 33.3333%; }
  .l-grid-mq-lg--1of4 {
    flex-wrap: wrap; }
    .l-grid-mq-lg--1of4 .l-grid-cell {
      flex: 0 0 25%; } }

#header {
  background-color: #263f6a;
  border-bottom: 7px solid #fff;
  position: relative; }
  @media only screen and (min-width: 676px) {
    #header {
      padding-top: 40px; } }
  #header .logo {
    background-image: url(/images/assets/logo-ncsc-text-seal.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px 0;
    text-indent: -9000em;
    transition: none; }
    @media (max-width: 675px) {
      #header .logo {
        background-size: 100%;
        margin-left: -10px;
        height: 54px;
        width: 130px; } }
    @media only screen and (min-width: 676px) and (max-width: 1050px) {
      #header .logo {
        background-size: 100%;
        margin: 20px 0;
        height: 83px;
        width: 200px; } }
    @media only screen and (min-width: 1051px) {
      #header .logo {
        background-size: 100%;
        margin: 10px 0 25px;
        height: 100px;
        position: relative;
        width: 240px;
        z-index: 201; } }

@media (max-width: 675px) {
  #header:not('.nav-primary') .l-contain {
    padding-bottom: 16px; } }

@media only screen and (min-width: 1051px) {
  #header:not('.nav-primary') .l-contain {
    max-height: 150px; } }

nav .u-visuallyhidden.u-focusable {
  transition: none; }
  nav .u-visuallyhidden.u-focusable:active, nav .u-visuallyhidden.u-focusable:focus {
    font-size: 20px;
    font-size: 2rem;
    background-color: #ffde72;
    margin-right: -125px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 50%;
    font-weight: bold;
    text-align: center;
    width: 250px;
    z-index: 400; }

@media (max-width: 675px) {
  .nav-header .nav-wrap {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    .js .nav-header .nav-wrap {
      max-height: 0;
      min-width: 300px;
      overflow: hidden;
      position: absolute;
      right: 4%;
      right: calc(4% + 42px);
      transition: max-height ease-in 500ms;
      z-index: 300; }
      .js .nav-header .nav-wrap.is-active-mobile {
        max-height: 700px; } }

@media only screen and (max-width: 390px) {
  .js .nav-header .nav-wrap {
    right: 0;
    width: 100%; } }

@media only screen and (min-width: 1051px) {
  .nav-header .nav-wrap .nav-primary .l-contain {
    max-height: auto; } }

@media only screen and (min-width: 676px) {
  .nav-header button {
    display: none; } }

.nav-buttons {
  float: right;
  position: relative; }
  @media (max-width: 675px) {
    .nav-buttons {
      position: absolute;
      right: 4%;
      text-align: right;
      top: 18px;
      width: 130px; } }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    .nav-buttons {
      margin-bottom: -25px;
      top: -74px; } }
  @media only screen and (min-width: 1051px) {
    .nav-buttons {
      float: left;
      margin-bottom: -25px;
      margin-left: 280px;
      top: -80px;
      z-index: 201; } }
  .nav-buttons .nav-button {
    font-size: 16px;
    font-size: 1.6rem;
    border: 0;
    background-color: transparent;
    color: #fff;
    display: inline-block; }
    @media (max-width: 675px) {
      .nav-buttons .nav-button {
        display: none; }
        .nav-buttons .nav-button.nav-button--search, .nav-buttons .nav-button.nav-button--menu {
          display: inline-block; } }
    @media only screen and (min-width: 676px) {
      .nav-buttons .nav-button {
        font-size: 20px;
        font-size: 2rem;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        padding: 10px 30px 10px 16px;
        margin: 0 10px;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15); }
        .nav-buttons .nav-button:hover {
          background-color: rgba(255, 255, 255, 0.75);
          box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
          text-decoration: none; }
        .nav-buttons .nav-button:last-child {
          border-right: 0;
          margin-left: 0; }
        .nav-buttons .nav-button:after {
          content: '';
          border: 0 solid transparent;
          border-left-width: 5px;
          border-right-width: 5px;
          border-top: 9px solid #fff;
          margin-left: 9px;
          position: absolute;
          bottom: 16px;
          height: 0;
          width: 0;
          transition: ease 400ms; }
        .nav-buttons .nav-button:hover, .nav-buttons .nav-button.is-active {
          color: #193058;
          text-shadow: none; }
          .nav-buttons .nav-button:hover:after, .nav-buttons .nav-button.is-active:after {
            border-top: 9px solid #193058; }
        .nav-buttons .nav-button.is-active {
          background-color: white; }
        .nav-buttons .nav-button.nav-button--search {
          background-color: transparent;
          box-shadow: none; } }
    @media only screen and (min-width: 676px) and (max-width: 760px) {
      .nav-buttons .nav-button {
        font-size: 18px;
        font-size: 1.8rem; } }
    .nav-buttons .nav-button.nav-button--menu {
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 5px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
      color: #fff;
      padding: 12px 16px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none; }
      .nav-buttons .nav-button.nav-button--menu:hover {
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
        color: #192944; }
      .is-showing-mobile-nav .nav-buttons .nav-button.nav-button--menu:hover:after {
        box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
        color: #192944; }
      .is-showing-mobile-nav .nav-buttons .nav-button.nav-button--menu:after {
        background-color: white;
        border-radius: 5px;
        content: "Close";
        color: #193058;
        padding: 12px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      @media only screen and (min-width: 676px) {
        .nav-buttons .nav-button.nav-button--menu {
          display: none; } }
    .nav-buttons .nav-button.nav-button--search {
      background-image: url(/images/assets/icon-search-orange.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      padding: 0;
      height: 46px;
      text-indent: -9000em;
      width: 50px; }
      .nav-buttons .nav-button.nav-button--search:hover {
        background-image: url(/images/assets/icon-search-white.svg); }
      .nav-buttons .nav-button.nav-button--search:after {
        display: none; }
      @media only screen and (min-width: 676px) {
        .is-showing-search .nav-buttons .nav-button.nav-button--search {
          background-color: #83afb4;
          background-image: url(/images/assets/icon-search-white.svg); } }
      @media (max-width: 675px) {
        .nav-buttons .nav-button.nav-button--search {
          height: 40px;
          width: 40px; } }

.nav-primary {
  clear: both;
  z-index: 300; }
  .nav-primary .menu-level-3 {
    margin-top: 15px; }
    .nav-primary .menu-level-3 li {
      margin-top: 15px; }
      .nav-primary .menu-level-3 li > a {
        font-size: 20px;
        font-size: 2rem;
        color: #166570;
        font-weight: bold;
        text-transform: none; }
    .nav-primary .menu-level-3 a {
      font-size: 20px;
      font-size: 2rem;
      color: #961c3a;
      font-weight: bold; }
      .nav-primary .menu-level-3 a + ul li > a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #000;
        font-weight: normal;
        text-transform: none; }
  @media (max-width: 675px) {
    .nav-primary .menu-level-1 button {
      font-size: 20px;
      font-size: 2rem;
      background-color: transparent;
      border: 0;
      padding: 8px 16px 8px 0;
      position: relative; }
      .nav-primary .menu-level-1 button:hover {
        background-color: transparent;
        color: #263f6a;
        text-decoration: underline; }
    .nav-primary .menu-level-3 {
      margin-top: 0; }
      .nav-primary .menu-level-3 > a {
        margin-top: 12px;
        display: inline-block; }
        .nav-primary .menu-level-3 > a br {
          display: none; }
      .nav-primary .menu-level-3 a {
        font-size: 18px;
        font-size: 1.8rem; }
      .nav-primary .menu-level-3 ul {
        display: none; }
    .js .nav-primary {
      padding-top: 20px; }
      .js .nav-primary .menu-level-1 > .menu-level-2.is-active-mobile {
        padding-bottom: 20px; }
      .js .nav-primary .menu-level-1:last-child > .menu-level-2.is-active-mobile {
        padding-bottom: 10px; }
      .js .nav-primary .menu-level-2 {
        max-height: 0;
        overflow: hidden;
        transition: ease-in 400ms; }
        .js .nav-primary .menu-level-2.is-active-mobile {
          max-height: 350px; }
      .js .nav-primary .menu-level-3:first-child {
        margin-top: 0; }
      .js .nav-primary .menu-level-3 a {
        font-weight: normal; }
      .js .nav-primary button {
        color: #263f6a;
        font-weight: bold; }
        .js .nav-primary button:after {
          content: '+';
          position: absolute;
          right: 0; }
        .js .nav-primary button.is-active-mobile:after {
          content: '-'; } }
  @media only screen and (min-width: 676px) {
    .nav-primary .menu-level-2 {
      display: -webkit-flex;
      display: flex;
      padding-top: 40px;
      width: 100%; }
    .nav-primary .menu-level-3 {
      margin-top: 0;
      margin-right: 1.25%;
      margin-bottom: 45px;
      margin-left: 1.25%; }
      .nav-primary .menu-level-3 > ul {
        margin-top: 70px; }
      .nav-primary .menu-level-3 a {
        text-transform: uppercase; }
        .nav-primary .menu-level-3 a + ul {
          margin-top: 25px; }
    .js .nav-primary {
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0; }
      .js .nav-primary .menu-level-1 {
        max-height: 0;
        overflow: hidden;
        transition: max-height ease-in 400ms; }
        .js .nav-primary .menu-level-1.is-active {
          max-height: 800px; } }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    .nav-primary {
      margin-top: -32px; }
      .nav-primary .menu-level-2 {
        padding-top: 30px;
        flex-flow: row wrap; }
        .nav-primary .menu-level-2 > li:nth-child(3n+1):nth-last-child(-n+3),
        .nav-primary .menu-level-2 > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
          margin-bottom: 30px; }
      .nav-primary .menu-level-3 {
        width: 30%; }
        .nav-primary .menu-level-3 a {
          line-height: 1.1; }
          .nav-primary .menu-level-3 a + ul {
            margin-top: 15px; }
            .nav-primary .menu-level-3 a + ul a {
              line-height: 1.3; }
        .nav-primary .menu-level-3 li {
          margin-top: 10px; }
      .js .nav-primary .menu-level-1.is-active {
        max-height: 1200px; } }
  @media only screen and (min-width: 1051px) {
    .nav-primary {
      margin-top: -39px; }
      .nav-primary .menu-level-2 {
        justify-content: center; }
      .nav-primary .menu-level-3 {
        width: 20%; } }

.nav-primary,
.nav-utility {
  background-color: #fff;
  line-height: 1.3; }
  .nav-primary a,
  .nav-utility a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #636363;
    font-weight: normal; }

@media (max-width: 675px) {
  .nav-utility .l-contain {
    padding-bottom: 15px; }
  .nav-utility ul {
    border-top: 1px solid #7d7d7d;
    margin-top: 20px;
    padding-top: 30px; }
    .nav-utility ul li a {
      margin-top: 12px;
      display: inline-block; }
    .nav-utility ul li:first-child a {
      margin-top: 0; } }

@media only screen and (min-width: 676px) {
  .nav-utility {
    background-color: #193058;
    min-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .nav-utility ul {
      float: right;
      margin: 5px 0; }
      .nav-utility ul li {
        display: inline-block;
        position: relative; }
        .nav-utility ul li:before {
          background-color: #fff;
          content: '';
          display: block;
          margin-top: -8px;
          position: absolute;
          top: 50%;
          height: 16px;
          width: 2px; }
        .nav-utility ul li:first-child:before {
          display: none; }
        .nav-utility ul li.nav-utility__btn:before {
          display: none; }
        .nav-utility ul li.nav-utility__btn a {
          background-color: #699243;
          border-radius: 5px;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }
          .nav-utility ul li.nav-utility__btn a:hover {
            background-color: #88b55d;
            box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
            text-decoration: none; }
        .nav-utility ul li a {
          font-size: 13px;
          font-size: 1.3rem;
          color: #fff;
          display: block;
          padding: 7px 20px;
          text-transform: uppercase; } }

@media only screen and (min-width: 676px) and (max-width: 1050px) {
  .nav-utility ul li a {
    padding: 7px 15px; } }

.js .is-showing-search .header-search {
  z-index: 900; }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    .js .is-showing-search .header-search {
      margin-top: -32px; } }

.js .is-showing-mobile-nav .nav-wrap,
.js .is-showing-nav .nav-wrap {
  z-index: 900; }

.header-search {
  z-index: 200; }
  @media only screen and (min-width: 676px) and (max-width: 1050px) {
    .header-search {
      width: 100%; } }
  .js .header-search {
    position: relative;
    top: 0;
    transition: max-height ease-in 300ms; }
    @media only screen and (min-width: 676px) and (max-width: 1050px) {
      .js .header-search {
        top: -16px; } }
    @media only screen and (min-width: 676px) {
      .js .header-search {
        transition: max-height ease-in 200ms; } }
    @media only screen and (min-width: 1051px) {
      .js .header-search {
        top: -80px; } }
    .js .header-search .form {
      box-shadow: none; }
      .js .header-search .form .form__cell:nth-child(2) {
        width: 15%; }
  .header-search .header-search__inner {
    margin: 0 0 0 auto;
    text-align: center;
    width: 100%; }
    .header-search .header-search__inner .tt-horizontal {
      width: 200%; }
      @media only screen and (min-width: 676px) {
        .header-search .header-search__inner .tt-horizontal {
          left: -100% !important; } }
    @media only screen and (min-width: 676px) {
      .header-search .header-search__inner {
        width: 300px; } }
  .header-search .form {
    border-radius: 5px;
    display: table;
    width: 100%; }
    .header-search .form .form__cell {
      display: table-cell;
      vertical-align: middle;
      width: 75%; }
      .header-search .form .form__cell + .form__cell {
        width: 24%; }
  .header-search .form-label {
    display: inline; }
  .header-search .form__input {
    font-size: 18px;
    font-size: 1.8rem;
    border: 0;
    border-radius: 5px;
    padding: 6px;
    position: relative;
    height: 32px;
    width: 100%; }
  .header-search .form__btn {
    font-size: 24px;
    font-size: 2.4rem;
    background: url(/images/assets/icon-search-orange.svg) no-repeat center center;
    border: none;
    box-shadow: none;
    line-height: 1;
    padding: 4px;
    font-weight: bold;
    text-transform: uppercase;
    height: 45px;
    width: 100%; }
    .header-search .form__btn:hover {
      background-color: #e1b378;
      border-color: #e1b378; }

/* YAPL
name: Social Links
notes: 
partial: social-links
context: social-links.default
selector: .social-media__list
*/
.footer .social-media__list {
  margin-bottom: 8px; }

.social-media__icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }
  .social-media__icon a {
    background-color: rgba(255, 255, 255, 0.25);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 37px;
    text-indent: -9000em;
    width: 37px;
    transition: ease background-color 400ms; }
    .social-media__icon a:hover {
      background-color: rgba(0, 0, 0, 0.15); }

.icon--facebook a {
  background-image: url(/images/assets/icon-social-facebook-white.svg); }

.icon--linkedin a {
  background-image: url(/images/assets/icon-social-linkedin-white.svg);
  background-position: 50% 45%; }

.icon--connected-community a {
  background-image: url(/images/assets/icon-social-connected-community-white.svg); }

.icon--courttalk a,
.icon--podcast a {
  background-image: url(/images/assets/icon-social-courttalk-white.svg); }

.icon--pinterest a {
  background-image: url(/images/assets/icon-social-pinterest-white.svg);
  background-position: 50% 90%; }

.icon--twitter a {
  background-image: url(/images/assets/icon-social-twitter-white.svg); }

.icon--vimeo a {
  background-image: url(/images/assets/icon-social-vimeo-white.svg);
  background-position: 45% 55%; }

/* ======  Print Styles ====== */
#page {
  overflow: scroll; }

.social-media__icon {
  background-image: none; }

#content {
  width: 915px;
  min-height: 30vh; }

.nav-button--sidebar {
  display: none; }

#page {
  width: 100%; }
  #page .nav-primary ul {
    margin: 0; }
  #page .nav-utility ul {
    margin: 5px 0; }
  #page #footer ul {
    margin: 0; }

#header {
  background-image: none;
  margin: 0;
  height: auto;
  width: 100%;
  z-index: 1;
  font-family: "Libre Franklin", sans-serif; }
  #header .logo {
    float: none; }

#footer {
  padding-top: 80px;
  text-align: left;
  width: 100%; }
  #footer .footer__title {
    color: #fff;
    font-family: "Merriweather", Georgia, serif;
    font-weight: 700;
    margin: 1em 0; }
  #footer .footer__meta a {
    font-weight: normal; }

button {
  cursor: pointer; }

.main table img {
  max-width: inherit; }

@media only screen and (max-width: 1050px) {
  .main {
    float: right;
    width: calc(100% - 198px);
    z-index: 1; }
  #sidebarLeft .nav {
    padding: 0 8px; }
    #sidebarLeft .nav li a {
      margin: 0;
      width: 100%; } }

@media (max-width: 675px) {
  .modal-window {
    margin-left: -45%;
    max-width: 90%;
    height: auto; }
    .modal-window .modal-content-image {
      display: none; }
    .modal-window .modal-content-text {
      padding-bottom: 35px;
      width: 100%; } }

.modal-content-image {
  width: 40%; }

.modal-content-text {
  padding: 35px;
  width: 60%; }
  .modal-content-text > :first-child {
    margin-top: 0; }

.modal-donate-btn.btn {
  border-radius: 5px;
  display: inline-block; }

[type=button].btn--orange, [type=submit].btn--orange {
  background: #BF6344;
  color: #fff;
  padding: 10px 20px; }
