﻿/* vars.scss */
/* vars.scss */
body {
  margin: 0;
  -webkit-text-size-adjust: none; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

form {
  margin: 0; }

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

textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="button"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  text-align: left;
  vertical-align: middle;
  -ms-overflow-style: none; }

input[type="button"], input[type="file"], input[type="checkbox"], input[type="radio"] {
  cursor: pointer; }

select {
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

::-webkit-search-decoration {
  display: none; }

a img {
  border: none; }

/* vars.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #eaeaea;
  color: #153A5F;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 1em; }
  body.positionFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll; }

::-moz-selection {
  background: #63d5e8; }

::selection {
  background: #63d5e8; }

.container {
  width: 85%;
  max-width: 1035px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .container {
      width: 90%;
      /*content:"800px";*/ } }

.row {
  position: relative;
  margin: 0;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.quarter {
  width: 25%; }

.half {
  width: 50%; }

.oneThird {
  width: 33%; }

.twoThirds {
  width: 66%; }

.alignLeft {
  float: left; }

.alignRight {
  float: right; }

.centered {
  margin: 0 auto;
  text-align: center; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0 0 1em; }

a {
  color: #E62742;
  text-decoration: none; }

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

hr {
  border: 0;
  outline: 0;
  background: #eaeaea;
  height: 2px;
  width: 100%;
  margin: 60px 0; }

.btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  border: 3px solid black;
  padding: 7px 35px;
  /**/
  margin: 10px 0;
  transition: color .14s ease-in-out, border-color .14s ease-in-out, background-color .14s ease-in-out; }
  .btn.btnWhiteGhost {
    color: #fff;
    border-color: #fff; }
    .btn.btnWhiteGhost:hover {
      color: #153A5F;
      border-color: #fff;
      background: #fff; }
  .btn.btnBlueGhost {
    color: #153A5F;
    border-color: #153A5F; }
    .btn.btnBlueGhost:hover {
      color: #fff;
      border-color: #153A5F;
      background: #153A5F; }
  .btn.btnRedGhost {
    color: #E62742;
    border-color: #E62742; }
    .btn.btnRedGhost:hover {
      color: #fff;
      border-color: #E62742;
      background: #E62742; }
  .btn.btnBlueLight {
    color: #fff;
    border-color: #34c2da;
    background: #34c2da; }
    .btn.btnBlueLight:hover {
      color: #fff;
      border-color: #63d5e8;
      background: #63d5e8; }
  .btn.btnRed {
    color: #fff;
    border-color: #E62742;
    background: #E62742; }
    .btn.btnRed:hover {
      color: #fff;
      border-color: #C42D43;
      background: #C42D43; }

.btnInline {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E62742;
  display: inline;
  box-shadow: none;
  font-weight: bold; }

form .validation-summary-errors {
  color: #E62742;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  background: #fbdce0;
  padding: 15px 25px; }
  form .validation-summary-errors p, form .validation-summary-errors li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E62742;
    margin: 10px 0; }

form .field-validation-error {
  color: #fa574f; }

form div.row {
  margin-bottom: 1.875em; }
  @media (max-width: 37.75em) {
    form div.row {
      width: 100%;
      margin-bottom: 1.25em;
      /*content:"604px";*/ } }
  form div.row.li-item-error label {
    color: #fa574f; }
  form div.row.li-item-error input, form div.row.li-item-error select, form div.row.li-item-error textarea {
    border-color: #fa574f;
    background-color: #fbdce0;
    color: #E62742; }
  form div.row div {
    float: left;
    position: relative; }
    form div.row div.half {
      width: 49%;
      margin-left: 2%; }
      @media (max-width: 37.75em) {
        form div.row div.half {
          width: 100%;
          margin-left: 0;
          margin-top: 20px;
          /*content:"604px";*/ } }
      form div.row div.half.first {
        margin-left: 0; }
        @media (max-width: 37.75em) {
          form div.row div.half.first {
            margin-top: 0;
            /*content:"604px";*/ } }
    form div.row div.oneThird {
      width: 32%;
      margin-left: 2%; }
      @media (max-width: 37.75em) {
        form div.row div.oneThird {
          width: 100%;
          margin-left: 0;
          margin-top: 20px;
          /*content:"604px";*/ } }
      form div.row div.oneThird.first {
        margin-left: 0; }
        @media (max-width: 37.75em) {
          form div.row div.oneThird.first {
            margin-top: 0;
            /*content:"604px";*/ } }
  form div.row p.toggleOptionQuestion {
    margin-top: 0; }
  form div.row .toggleOption {
    width: 100%;
    display: block;
    margin: 5px 0; }
    form div.row .toggleOption input {
      width: 15px;
      float: left;
      -webkit-appearance: none;
      background-color: #fff;
      border: 2px solid #d1d1d1;
      padding: 0;
      margin: 1px 6px 0 0;
      width: 15px;
      height: 15px; }
      form div.row .toggleOption input:checked {
        background-color: #595959;
        box-shadow: inset 0 0 0 3px #fff; }
      form div.row .toggleOption input[type="radio"] {
        border-radius: 50%; }
    form div.row .toggleOption label {
      float: left; }

form label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9375em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.075em; }
  form label span.required {
    color: #f28f21; }

form input, form textarea, form select {
  width: 100%;
  outline: 0;
  border: 2px solid #eaeaea;
  color: #8C8C8C;
  font-size: 1.5em;
  padding: 10px 20px;
  transition: color .14s ease-in-out; }
  form input.li-item-error, form textarea.li-item-error, form select.li-item-error {
    color: #E62742;
    border-color: #fa574f;
    background-color: #fbdce0; }
  form input:focus, form textarea:focus, form select:focus {
    color: #34c2da; }

form input.submit {
  display: inline-block;
  background: none;
  width: auto;
  cursor: pointer; }

form textarea {
  height: 200px; }

.responsiveVideo {
  position: relative;
  display: block; }
  .responsiveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* vars.scss */
header {
  position: absolute;
  background: #fff;
  top: 45px;
  width: 100%;
  padding: 20px 5%;
  z-index: 60;
  *zoom: 1; }
  header:before, header:after {
    content: "";
    display: table; }
  header:after {
    clear: both; }
  header.compact {
    top: 25px; }
  header.mobile {
    padding: 10px 5%;
    top: 0; }
  @media print {
    header {
      background: transparent;
      top: 0; }
      header.compact {
        top: 0; } }

.sitelogo {
  float: left;
  background-image: url("../img/logo-jacksonville-public-education-fund.svg");
  width: 305px;
  height: 97px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  text-indent: -9999px; }
  .sitelogo.reverseLogo {
    background-image: url("../img/logo-reverse-jacksonville-public-education-fund.svg");
    width: 234px;
    height: 76px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    text-indent: -9999px; }
    @media print {
      .sitelogo.reverseLogo {
        background-image: url("../img/logo-jacksonville-public-education-fund.svg"); } }
  header.compact .sitelogo {
    width: 225px;
    height: 72px; }
  header.mobile .sitelogo {
    width: 150px;
    height: 48px; }
  @media print {
    .sitelogo {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact; } }

nav {
  float: right;
  position: relative;
  *zoom: 1; }
  nav:before, nav:after {
    content: "";
    display: table; }
  nav:after {
    clear: both; }
  @media print {
    nav {
      display: none; } }
  header.mobile nav {
    float: none;
    width: 100%; }
  nav #mobileNavToggle {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    cursor: pointer; }
    header.mobile nav #mobileNavToggle {
      display: block;
      position: absolute;
      top: 0.75em;
      right: 0;
      width: 2.5em;
      height: 1.5em; }
    nav #mobileNavToggle .title {
      display: block;
      height: 0;
      text-indent: -624.9375em; }
    nav #mobileNavToggle .hamburger {
      display: block;
      height: 0.1875em;
      background-color: #E62742;
      margin: 0.625em 0 0; }
      nav #mobileNavToggle .hamburger:before, nav #mobileNavToggle .hamburger:after {
        content: "";
        display: block;
        width: 100%;
        height: 0.1875em;
        background-color: #E62742;
        position: absolute;
        left: 0; }
      nav #mobileNavToggle .hamburger:before {
        top: 0; }
      nav #mobileNavToggle .hamburger:after {
        bottom: 0; }
  nav > ul {
    padding: 0 0 0 0;
    margin: 4.5625em 0 0 0;
    *zoom: 1; }
    nav > ul:before, nav > ul:after {
      content: "";
      display: table; }
    nav > ul:after {
      clear: both; }
    header.compact nav > ul {
      margin-top: 3.6875em; }
    header.mobile nav > ul {
      display: none;
      position: absolute;
      top: 3.125em;
      width: 112%;
      margin: 0 -6%;
      padding: 8px 0 0 0;
      box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.2); }
    nav > ul > li {
      float: left;
      position: relative;
      margin-left: 35px; }
      nav > ul > li:hover > a {
        color: #E62742; }
      header.compact nav > ul > li {
        margin-left: 30px; }
      header.mobile nav > ul > li {
        float: none;
        width: 100%;
        margin: 0; }
      nav > ul > li.utilitySubscribe, nav > ul > li.utilityDonate {
        position: absolute;
        top: -0.625em;
        font-size: 0.875em; }
        header.mobile nav > ul > li.utilitySubscribe, header.mobile nav > ul > li.utilityDonate {
          position: static; }
      nav > ul > li.utilitySubscribe {
        right: 0; }
      nav > ul > li.utilityDonate {
        right: 22%; }
      nav > ul > li:nth-child(4n) ul ul, nav > ul > li:nth-child(5n) ul ul {
        left: auto;
        right: 100%; }
      nav > ul > li a {
        font-size: 1.25em;
        color: #153A5F;
        padding: 20px 0;
        /*background: $yellow;*/ }
        nav > ul > li a:hover {
          color: #E62742; }
        nav > ul > li a.navOnly {
          cursor: default; }
        header.compact nav > ul > li a {
          font-size: 1em; }
        header.mobile nav > ul > li a {
          background: #fff;
          width: 100%;
          display: block;
          padding: 14px 6%;
          border-top: 1px solid #eaeaea;
          font-size: 1em; }
        header.mobile nav > ul > li a.btn {
          margin: 0;
          padding-top: 21px;
          padding-bottom: 21px; }
      nav > ul > li ul {
        display: none;
        position: absolute;
        padding: 0;
        top: 2.75em;
        left: 0;
        width: 250px;
        border-top: 3px solid #E62742;
        *zoom: 1; }
        nav > ul > li ul:before, nav > ul > li ul:after {
          content: "";
          display: table; }
        nav > ul > li ul:after {
          clear: both; }
        header.compact nav > ul > li ul {
          top: 2.4375em;
          width: 200px; }
        header.mobile nav > ul > li ul {
          position: static;
          width: 100%;
          border: 0; }
        nav > ul > li ul li {
          float: none;
          width: 100%;
          margin: 0;
          position: relative; }
          header.mobile nav > ul > li ul li {
            padding: 0;
            width: 100%; }
          nav > ul > li ul li a {
            display: block;
            padding: 7px 15px;
            background: #f3f3f3;
            font-size: 1em; }
            header.mobile nav > ul > li ul li a {
              background: #f3f3f3;
              width: 100%;
              display: block; }
          nav > ul > li ul li ul {
            top: 0;
            left: 100%;
            border: 0; }
            header.compact nav > ul > li ul li ul {
              top: 0; }
            nav > ul > li ul li ul li a {
              background-color: #eaeaea; }
              header.mobile nav > ul > li ul li ul li a {
                background-color: #eaeaea;
                padding: 0.75em 10%; }

/* vars.scss */
@media print {
  .footerCTA {
    display: none; } }

.footerCTA .oneThird {
  width: 33.3%;
  height: 745px;
  float: left; }
  @media (max-width: 50em) {
    .footerCTA .oneThird {
      float: none;
      width: 100%;
      display: block;
      height: auto;
      /*content:"800px";*/ } }
  .footerCTA .oneThird h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0 0 15px 0; }
    @media (max-width: 81.25em) {
      .footerCTA .oneThird h2 {
        font-size: 1.25em;
        /*content:"1300px";*/ } }
    @media (max-width: 37.75em) {
      .footerCTA .oneThird h2 {
        font-size: 0.9375em;
        margin-bottom: 5px;
        /*content:"604px";*/ } }
  .footerCTA .oneThird .textWrap {
    padding: 0 10%; }
    @media (max-width: 50em) {
      .footerCTA .oneThird .textWrap {
        padding: 0;
        /*content:"800px";*/ } }
  .footerCTA .oneThird.leftBox {
    background: url("../img/bg-blueoverlay-children.jpg") no-repeat center top #34c2da;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    padding: 7% 2% 0 2%; }
    @media (max-width: 50em) {
      .footerCTA .oneThird.leftBox {
        padding: 1.875em 8%;
        /*content:"800px";*/ } }
    .footerCTA .oneThird.leftBox h3 {
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 3em;
      line-height: 1; }
      @media (max-width: 81.25em) {
        .footerCTA .oneThird.leftBox h3 {
          font-size: 2.25em;
          /*content:"1300px";*/ } }
      @media (max-width: 37.75em) {
        .footerCTA .oneThird.leftBox h3 {
          font-size: 1.875em;
          /*content:"604px";*/ } }
    .footerCTA .oneThird.leftBox p {
      font-size: 1.3125em;
      line-height: 1.4;
      color: #fff;
      margin: 15px 0; }
      @media (max-width: 81.25em) {
        .footerCTA .oneThird.leftBox p {
          font-size: 1.125em;
          /*content:"1300px";*/ } }
    .footerCTA .oneThird.leftBox ul {
      font-weight: 800;
      color: #153A5F;
      letter-spacing: -0.01em;
      margin: 15px 0; }
      .footerCTA .oneThird.leftBox ul li {
        font-size: 1.5em;
        line-height: 1.3; }
        @media (max-width: 81.25em) {
          .footerCTA .oneThird.leftBox ul li {
            font-size: 1.25em;
            /*content:"1300px";*/ } }
        .footerCTA .oneThird.leftBox ul li span {
          text-decoration: underline; }
        .footerCTA .oneThird.leftBox ul li a {
          color: #153A5F; }
          .footerCTA .oneThird.leftBox ul li a:hover {
            text-decoration: underline; }
  .footerCTA .oneThird.middleBox {
    background: #F9B71A;
    *zoom: 1;
    /*.imgWrap {
				padding-bottom: 65%;
				width: 100%;
				background: $orange;
				display: block;
				@include bgSize(cover);
				margin-bottom: 50px;
				@include bp-800 {
					width: 48%;
					padding-bottom: 40%;
					float: left;
					margin-bottom: 0;
				}
				@include bp-604 {
					width: 100%;
					padding-bottom: 65%;
					margin-bottom: 30px;
				}
			}*/ }
    .footerCTA .oneThird.middleBox:before, .footerCTA .oneThird.middleBox:after {
      content: "";
      display: table; }
    .footerCTA .oneThird.middleBox:after {
      clear: both; }
    @media (max-width: 50em) {
      .footerCTA .oneThird.middleBox {
        padding: 1.875em 8%;
        /*content:"800px";*/ } }
    .footerCTA .oneThird.middleBox .imgWrap {
      margin: 0 0 30px 0; }
    @media (max-width: 50em) {
      .footerCTA .oneThird.middleBox .textWrap {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        /*content:"800px";*/ } }
    @media (max-width: 37.75em) {
      .footerCTA .oneThird.middleBox .textWrap {
        width: 100%;
        padding: 0;
        /*content:"604px";*/ } }
    .footerCTA .oneThird.middleBox h3 {
      font-size: 2.625em;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.015em;
      text-transform: uppercase; }
      @media (max-width: 81.25em) {
        .footerCTA .oneThird.middleBox h3 {
          font-size: 2.25em;
          /*content:"1300px";*/ } }
      @media (max-width: 64em) {
        .footerCTA .oneThird.middleBox h3 {
          font-size: 1.875em;
          /*content:"1024px";*/ } }
      .footerCTA .oneThird.middleBox h3 a {
        color: #153A5F; }
    .footerCTA .oneThird.middleBox p {
      font-size: 1.125em;
      line-height: 1.5;
      color: #153A5F;
      margin: 15px 0; }
      @media (max-width: 50em) {
        .footerCTA .oneThird.middleBox p {
          font-size: 1.125em;
          /*content:"800px";*/ } }
  .footerCTA .oneThird.rightBox {
    background: url("../img/bg-bluedarkoverlay-teacher.jpg") no-repeat center top #005282;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    padding: 7% 2% 0 2%; }
    @media (max-width: 50em) {
      .footerCTA .oneThird.rightBox {
        padding: 1.875em 8%;
        /*content:"800px";*/ } }
    .footerCTA .oneThird.rightBox p {
      font-weight: 300;
      letter-spacing: -0.01em;
      font-size: 2em;
      line-height: 1.3;
      color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 81.25em) {
        .footerCTA .oneThird.rightBox p {
          font-size: 1.75em;
          /*content:"1300px";*/ } }
      @media (max-width: 37.75em) {
        .footerCTA .oneThird.rightBox p {
          font-size: 1.375em;
          /*content:"604px";*/ } }
      .footerCTA .oneThird.rightBox p strong {
        display: block;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 3.75em;
        line-height: 1.2; }
      .footerCTA .oneThird.rightBox p sup {
        font-size: 60%;
        position: relative;
        top: -0.46875em; }

#footer {
  background: #153A5F;
  padding: 4.375em 5%; }
  @media (max-width: 81.25em) {
    #footer {
      text-align: center;
      padding: 2.1875em 5%;
      /*content:"1300px";*/ } }
  #footer .sitelogo {
    float: left;
    vertical-align: top; }
    @media (max-width: 50em) {
      #footer .sitelogo {
        float: none;
        display: inline-block;
        margin-bottom: 1.5625em;
        margin: 0 1.5625em 1.5625em 1.5625em;
        /*content:"800px";*/ } }
  #footer .locationInfo {
    float: left;
    margin-left: 5%; }
    @media (max-width: 50em) {
      #footer .locationInfo {
        float: none;
        display: inline-block;
        margin: 0 1.5625em;
        /*content:"800px";*/ } }
    #footer .locationInfo address {
      color: #fff;
      font-style: normal;
      line-height: 1.7; }
  #footer a {
    color: #fff; }
    #footer a.phone {
      color: #F9B71A;
      font-weight: 700;
      font-size: 2.25em;
      margin-top: 15px;
      display: block; }
      @media (max-width: 50em) {
        #footer a.phone {
          font-size: 1.875em;
          /*content:"800px";*/ } }
  #footer nav {
    float: left;
    margin-left: 5%; }
    @media (max-width: 81.25em) {
      #footer nav {
        float: right;
        text-align: right;
        margin: 0;
        /*content:"1300px";*/ } }
    @media (max-width: 50em) {
      #footer nav {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 1.875em;
        border-top: 1px solid #005282;
        padding-top: 1.875em;
        /*content:"800px";*/ } }
    #footer nav ul {
      margin: 0; }
      #footer nav ul li {
        float: none;
        display: block;
        margin: 0 0 15px 0;
        padding: 0; }
        #footer nav ul li a {
          color: #fff;
          background: none;
          border-bottom: 2px dotted #F9B71A;
          padding: 0;
          margin: 0; }
  #footer ul.disclaimerLinks {
    float: right;
    margin-top: 25px; }
    @media (max-width: 81.25em) {
      #footer ul.disclaimerLinks {
        float: none;
        display: inline-block;
        /*content:"1300px";*/ } }
    #footer ul.disclaimerLinks li {
      float: left;
      margin: 0 0 0 15px; }
      @media (max-width: 81.25em) {
        #footer ul.disclaimerLinks li {
          float: none;
          display: inline-block;
          margin: 0 15px;
          /*content:"1300px";*/ } }
      @media (max-width: 37.75em) {
        #footer ul.disclaimerLinks li a {
          display: block;
          width: 100%;
          /*content:"604px";*/ } }
      #footer ul.disclaimerLinks li:before {
        content: "|";
        color: #fff;
        margin-right: 15px; }
        @media (max-width: 37.75em) {
          #footer ul.disclaimerLinks li:before {
            display: none;
            /*content:"604px";*/ } }
      #footer ul.disclaimerLinks li:first-child:before {
        display: none; }
      #footer ul.disclaimerLinks li a:hover {
        text-decoration: underline; }
  #footer .socialWrap {
    float: right; }
    @media (max-width: 81.25em) {
      #footer .socialWrap {
        *zoom: 1;
        display: block;
        width: 100%;
        border-top: 1px solid #005282;
        text-align: center;
        padding-top: 1.875em;
        margin-top: 1.875em;
        /*content:"1300px";*/ }
        #footer .socialWrap:before, #footer .socialWrap:after {
          content: "";
          display: table; }
        #footer .socialWrap:after {
          clear: both; }
        #footer .socialWrap ul li {
          float: none;
          display: inline-block;
          margin: 0.625em 0.625em; } }
  @media print {
    #footer {
      color: #000;
      background-color: transparent; }
      #footer .locationInfo address,
      #footer a, #footer a.phone,
      #footer nav ul li a {
        color: #000; }
      #footer ul.disclaimerLinks,
      #footer .socialWrap,
      #footer nav {
        display: none; } }

ul.socials {
  margin: 0; }
  ul.socials li {
    margin: 0 0 0 18px;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px; }
    ul.socials li a {
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px;
      background-image: url("../img/sprite-socials.png");
      background-size: auto 40px;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
      opacity: 0.75;
      transition: opacity .14s ease-in-out; }
      ul.socials li a:hover {
        opacity: 1; }
      ul.socials li a.facebook {
        background-position: 0 0; }
      ul.socials li a.twitter {
        background-position: -56px 0; }
      ul.socials li a.flickr {
        background-position: -112px 0; }
      ul.socials li a.youtube {
        background-position: -168px 0; }
      ul.socials li a.scribd {
        background-position: -225px 0; }
      ul.socials li a.linkedin {
        background-position: -281px 0; }
      ul.socials li a.rss {
        background-position: -337px 0; }

/* vars.scss */
.banner {
  width: 100%;
  position: relative;
  padding: 10% 0 400px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  background-position: center top; }
  @media print {
    .banner {
      padding-top: 0;
      background-color: transparent !important;
      background-image: none; }
      .banner:before, .banner:after {
        display: none !important; } }
  .banner .headline {
    text-align: center;
    position: relative;
    z-index: 50;
    padding: 130px 0; }
    @media (max-width: 37.75em) {
      .banner .headline {
        padding: 75px 0;
        /*content:"604px";*/ } }
    @media print {
      .banner .headline {
        padding: 0; } }
    .banner .headline h1 {
      color: #fff;
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 4.5em;
      line-height: 1.1;
      margin: 0 0 20px 0; }
      @media (max-width: 64em) {
        .banner .headline h1 {
          font-size: 3.75em;
          /*content:"1024px";*/ } }
      @media (max-width: 37.75em) {
        .banner .headline h1 {
          font-size: 2.5em;
          /*content:"604px";*/ } }
      @media (max-width: 30em) {
        .banner .headline h1 {
          font-size: 2.125em;
          /*content:"480px";*/ } }
      @media print {
        .banner .headline h1 {
          color: #000;
          text-align: right;
          padding-left: 220px;
          font-size: 2.5em; } }
    .banner .headline p {
      color: #fff;
      font-size: 1.5em;
      line-height: 1.3;
      letter-spacing: -0.01em;
      margin: 0 auto;
      width: 83%; }
      @media (max-width: 64em) {
        .banner .headline p {
          font-size: 1.3125em;
          /*content:"1024px";*/ } }
      @media (max-width: 37.75em) {
        .banner .headline p {
          font-size: 1.125em;
          /*content:"604px";*/ } }
      @media print {
        .banner .headline p {
          color: #000;
          text-align: right;
          padding-left: 110px;
          font-size: 1.25em;
          width: 100%; } }
  .banner .frameBottom {
    display: block;
    background: url("../img/frame-hero-banner-curve-01.svg") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    background-position: center bottom;
    position: absolute;
    bottom: -0.625em; }

.solidColor.teal {
  background-color: #13b2c6; }

.solidColor.green {
  background-color: #17a74d; }

.solidColor.greenDark {
  background-color: #0b7d5f; }

.solidColor.red {
  background-color: #E62742; }

.solidColor.yellow {
  background-color: #F9B71A; }

.solidColor.orange {
  background-color: #f28f21; }

.solidColor.blue {
  background-color: #005282; }

.solidColor.blueLight {
  background-color: #34c2da; }

.solidColor.blueDark {
  background-color: #153A5F; }

.cornerLeft:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  max-width: 475px;
  width: 33%;
  height: 660px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  background-position: left top; }

.cornerLeft.leftTrans:before {
  opacity: 0.9; }

.cornerLeft.leftTeal:before {
  background-image: url("../img/banner-frames/frame-top-left-teal.svg"); }

.cornerLeft.leftGreen:before {
  background-image: url("../img/banner-frames/frame-top-left-green.svg"); }

.cornerLeft.leftGray:before {
  background-image: url("../img/banner-frames/frame-top-left-graylight.svg"); }

.cornerLeft.leftRed:before {
  background-image: url("../img/banner-frames/frame-top-left-red.svg"); }

.cornerLeft.leftYellow:before {
  background-image: url("../img/banner-frames/frame-top-left-yellow.svg"); }

.cornerLeft.leftOrange:before {
  background-image: url("../img/banner-frames/frame-top-left-orange.svg"); }

.cornerLeft.leftBlue:before {
  background-image: url("../img/banner-frames/frame-top-left-blue.svg"); }

.cornerLeft.leftBlueDark:before {
  background-image: url("../img/banner-frames/frame-top-left-bluedark.svg"); }

.cornerRight:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  max-width: 490px;
  width: 35%;
  height: 410px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  background-position: right top; }

.cornerRight.rightTrans:after {
  opacity: 0.9; }

.cornerRight.rightTeal:after {
  background-image: url("../img/banner-frames/frame-top-right-teal.svg"); }

.cornerRight.rightGreen:after {
  background-image: url("../img/banner-frames/frame-top-right-green.svg"); }

.cornerRight.rightGray:after {
  background-image: url("../img/banner-frames/frame-top-right-graylight.svg"); }

.cornerRight.rightRed:after {
  background-image: url("../img/banner-frames/frame-top-right-red.svg"); }

.cornerRight.rightYellow:after {
  background-image: url("../img/banner-frames/frame-top-right-yellow.svg"); }

.cornerRight.rightOrange:after {
  background-image: url("../img/banner-frames/frame-top-right-orange.svg"); }

.cornerRight.rightBlue:after {
  background-image: url("../img/banner-frames/frame-top-right-blue.svg"); }

.cornerRight.rightBlueDark:after {
  background-image: url("../img/banner-frames/frame-top-right-bluedark.svg"); }

/* vars.scss */
.coloredCTABlocks {
  background: #153A5F;
  *zoom: 1; }
  .coloredCTABlocks:before, .coloredCTABlocks:after {
    content: "";
    display: table; }
  .coloredCTABlocks:after {
    clear: both; }
  .coloredCTABlocks .getBlock {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 1.5625em 5%;
    height: 25em; }
    @media (max-width: 37.75em) {
      .coloredCTABlocks .getBlock {
        float: none;
        width: 100%;
        padding: 0.9375em 8%;
        height: auto;
        /*content:"604px";*/ } }
    .coloredCTABlocks .getBlock h2 {
      font-weight: 800;
      font-size: 3em;
      line-height: 1.2;
      color: #fff; }
      @media (max-width: 81.25em) {
        .coloredCTABlocks .getBlock h2 {
          font-size: 2.5em;
          /*content:"1300px";*/ } }
      @media (max-width: 56.25em) {
        .coloredCTABlocks .getBlock h2 {
          font-size: 1.75em;
          /*content:"900px";*/ } }
      .coloredCTABlocks .getBlock h2 span {
        font-size: 0.5em;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        display: block;
        line-height: 1; }
        @media (max-width: 37.75em) {
          .coloredCTABlocks .getBlock h2 span {
            display: inline;
            font-size: 1em;
            text-transform: none;
            /*content:"604px";*/ } }
      .coloredCTABlocks .getBlock h2:after {
        content: '';
        width: 50%;
        display: block;
        margin: 15px auto;
        height: 2px;
        background: #fff; }
        @media (max-width: 37.75em) {
          .coloredCTABlocks .getBlock h2:after {
            margin: 8px auto;
            /*content:"604px";*/ } }
    .coloredCTABlocks .getBlock p {
      color: #fff;
      line-height: 1.4; }
      @media (max-width: 37.75em) {
        .coloredCTABlocks .getBlock p {
          margin-top: 0;
          /*content:"604px";*/ } }
    .coloredCTABlocks .getBlock.facts {
      background: url("../img/bg-yellow-home.jpg") no-repeat center center #F9B71A;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url(/js/vendor/backgroundsize.min.htc); }
    .coloredCTABlocks .getBlock.informed {
      background: url("../img/bg-bluelight-home.jpg") no-repeat center center #34c2da;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url(/js/vendor/backgroundsize.min.htc); }
    .coloredCTABlocks .getBlock.involved {
      background: url("../img/bg-bluedark-home.jpg") no-repeat center center #005282;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url(/js/vendor/backgroundsize.min.htc); }

.homeIntroduction {
  margin: 1.5625em 0;
  text-align: center;
  *zoom: 1; }
  .homeIntroduction:before, .homeIntroduction:after {
    content: "";
    display: table; }
  .homeIntroduction:after {
    clear: both; }
  .homeIntroduction h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.125em;
    line-height: 1.2;
    color: #153A5F; }
    .homeIntroduction h3 strong {
      color: #E62742; }

/* vars.scss */
.newsBlock {
  border-top: 2px solid #eaeaea;
  margin-top: 2.5em;
  padding-top: 1.875em; }
  .newsBlock:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .newsBlock h2 {
    margin-top: 0 !important; }

.additionalNews {
  width: 110%;
  margin: 40px 0 0 -5%;
  border-top: 2px solid #eaeaea;
  padding-top: 40px;
  *zoom: 1; }
  .additionalNews:before, .additionalNews:after {
    content: "";
    display: table; }
  .additionalNews:after {
    clear: both; }
  .additionalNews .smallNewsBlock {
    width: 33%;
    float: left;
    padding: 0 4%;
    *zoom: 1; }
    .additionalNews .smallNewsBlock:before, .additionalNews .smallNewsBlock:after {
      content: "";
      display: table; }
    .additionalNews .smallNewsBlock:after {
      clear: both; }
    @media (max-width: 50em) {
      .additionalNews .smallNewsBlock {
        width: 100%;
        margin: 0.9375em 0 0 0;
        padding-top: 1.875em;
        float: none;
        border-top: 2px solid #eaeaea;
        /*content:"800px";*/ } }
    .additionalNews .smallNewsBlock:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
    .additionalNews .smallNewsBlock .textWrap {
      width: 100%;
      float: left; }
      .additionalNews .smallNewsBlock .textWrap h3 {
        color: #075282;
        line-height: 1.1;
        font-size: 1.875em; }
        @media (max-width: 64em) {
          .additionalNews .smallNewsBlock .textWrap h3 {
            font-size: 1.75em;
            /*content:"1024px";*/ } }
        @media (max-width: 37.75em) {
          .additionalNews .smallNewsBlock .textWrap h3 {
            font-size: 1.5em;
            /*content:"604px";*/ } }
        @media (max-width: 30em) {
          .additionalNews .smallNewsBlock .textWrap h3 {
            font-size: 1.3125em;
            /*content:"480px";*/ } }
      .additionalNews .smallNewsBlock .textWrap .btnInline {
        margin: 0 5px;
        box-shadow: none; }
    .additionalNews .smallNewsBlock img {
      margin-top: 0; }
      @media (max-width: 50em) {
        .additionalNews .smallNewsBlock img {
          width: 45%;
          float: left;
          /*content:"800px";*/ } }

div.pagination {
  text-align: center;
  margin: 30px 0 50px 0;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  display: block;
  width: 100%;
  float: left;
  *zoom: 1; }
  div.pagination:before, div.pagination:after {
    content: "";
    display: table; }
  div.pagination:after {
    clear: both; }
  div.pagination ul {
    margin: 0;
    padding: 0; }
    div.pagination ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 1.125em; }
      div.pagination ul li.currentPage {
        border: 1px solid #E62742; }
      div.pagination ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 12px;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-shadow: none; }
      div.pagination ul li:before {
        display: none; }

/* vars.scss */
.bioList {
  text-align: center;
  margin: 3.125em 0;
  width: 108%;
  margin-left: -4%; }
  @media (max-width: 30em) {
    .bioList {
      width: 100%;
      margin: 0;
      /*content:"480px";*/ } }
  .bioList .bioThumb {
    width: 250px;
    display: inline-block;
    margin: 0.9375em 3% 4.375em 3%;
    vertical-align: top;
    *zoom: 1; }
    .bioList .bioThumb:before, .bioList .bioThumb:after {
      content: "";
      display: table; }
    .bioList .bioThumb:after {
      clear: both; }
    @media (max-width: 30em) {
      .bioList .bioThumb {
        width: 100%;
        margin: 1.875em 0;
        /*content:"480px";*/ } }
    .bioList .bioThumb a {
      display: block;
      background: #eaeaea;
      padding: 1.25em 8%;
      border-top: 6px solid transparent;
      transition: border-color .14s ease-in-out;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
      .bioList .bioThumb a h3 {
        color: #005282;
        font-size: 1.5em;
        transition: color .14s ease-in-out;
        margin: 0; }
      .bioList .bioThumb a h4 {
        color: #E62742;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        font-size: 1.125em;
        margin: 0 0 1.25em; }
      .bioList .bioThumb a p {
        color: #153A5F;
        transition: color .14s ease-in-out;
        margin: 0; }
      .bioList .bioThumb a .imgWrap {
        position: relative;
        top: -3.125em;
        margin-bottom: -1.25em; }
        .bioList .bioThumb a .imgWrap img {
          margin: 0; }
      .bioList .bioThumb a:hover {
        border-color: #E62742; }
        .bioList .bioThumb a:hover h3, .bioList .bioThumb a:hover p {
          color: #E62742; }

.additionalBios {
  text-align: center;
  padding-bottom: 3.125em;
  position: relative;
  z-index: 80; }
  .additionalBios h2 {
    position: relative;
    top: -0.9375em;
    z-index: 60;
    display: inline-block;
    padding: 0.625em 1.25em;
    background: #E62742;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 1.875em;
    letter-spacing: 0.01em; }
  .additionalBios ul li {
    text-align: left;
    width: 30%;
    float: left;
    margin-right: 3%; }
    @media (max-width: 64em) {
      .additionalBios ul li {
        width: 45%;
        /*content:"1024px";*/ } }
    @media (max-width: 37.75em) {
      .additionalBios ul li {
        width: 100%;
        margin: 0;
        /*content:"604px";*/ } }
    .additionalBios ul li a {
      color: #fff;
      padding: 0.625em 0;
      display: block;
      border-bottom: 2px dotted #F9B71A; }
      .additionalBios ul li a:hover h3, .additionalBios ul li a:hover h4 {
        color: #F9B71A; }
      .additionalBios ul li a h3 {
        color: #fff;
        font-size: 1.5em;
        transition: color .14s ease-in-out;
        font-weight: 500;
        transition: color .14s ease-in-out; }
      .additionalBios ul li a h4 {
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        font-size: 1.125em;
        transition: color .14s ease-in-out; }

/* vars.scss */
.modalWrap.closed {
  display: none; }

.modalWrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 58, 95, 0.7);
  z-index: 1000; }
  .modalWrap .overlay .contentWrap {
    width: 70%;
    height: 80%;
    overflow-y: auto;
    position: absolute;
    top: 10%;
    left: 15%;
    background-color: #fff;
    padding: 40px 70px;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.4); }
    @media (max-width: 64em) {
      .modalWrap .overlay .contentWrap {
        width: 80%;
        left: 10%;
        padding: 50px 40px;
        /*content:"1024px";*/ } }
    @media (max-width: 37.75em) {
      .modalWrap .overlay .contentWrap {
        height: 90%;
        width: 90%;
        top: 5%;
        left: 5%;
        /*content:"604px";*/ } }
    .modalWrap .overlay .contentWrap [data-modal="trigger"] {
      position: absolute;
      top: 20px;
      right: 20px;
      background-image: url("/Content/img/icon-red-x.png");
      overflow: hidden;
      text-indent: -9999px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
      width: 35px;
      cursor: pointer;
      height: 35px; }
    .modalWrap .overlay .contentWrap .primaryModalContent {
      *zoom: 1; }
      .modalWrap .overlay .contentWrap .primaryModalContent:before, .modalWrap .overlay .contentWrap .primaryModalContent:after {
        content: "";
        display: table; }
      .modalWrap .overlay .contentWrap .primaryModalContent:after {
        clear: both; }
      .modalWrap .overlay .contentWrap .primaryModalContent .imgWrap,
      .modalWrap .overlay .contentWrap .primaryModalContent .modalBioFacts {
        float: left;
        width: 25%;
        margin-right: 3%; }
        @media (max-width: 37.75em) {
          .modalWrap .overlay .contentWrap .primaryModalContent .imgWrap,
          .modalWrap .overlay .contentWrap .primaryModalContent .modalBioFacts {
            width: 100%;
            float: none;
            margin-bottom: 15px;
            /*content:"604px";*/ } }
        .modalWrap .overlay .contentWrap .primaryModalContent .imgWrap img,
        .modalWrap .overlay .contentWrap .primaryModalContent .modalBioFacts img {
          margin: 0 0 1em; }
      .modalWrap .overlay .contentWrap .primaryModalContent .modalBioFacts {
        text-align: left; }
      .modalWrap .overlay .contentWrap .primaryModalContent .textWrap {
        float: right;
        width: 72%;
        text-align: left; }
        @media (max-width: 37.75em) {
          .modalWrap .overlay .contentWrap .primaryModalContent .textWrap {
            width: 100%;
            float: none;
            /*content:"604px";*/ } }
      .modalWrap .overlay .contentWrap .primaryModalContent h2 {
        font-size: 2.5em;
        color: #153A5F;
        margin: 0 0 0;
        font-weight: 900; }
      .modalWrap .overlay .contentWrap .primaryModalContent h3 {
        text-transform: uppercase;
        color: #8C8C8C;
        font-size: 1.25em;
        margin: 5px 0 20px;
        font-weight: 500; }
      .modalWrap .overlay .contentWrap .primaryModalContent h4 {
        color: #34c2da;
        margin: 0 0 10px;
        font-size: 1.5em;
        font-weight: 500;
        text-transform: none; }
      .modalWrap .overlay .contentWrap .primaryModalContent p {
        margin-bottom: 0; }
    .modalWrap .overlay .contentWrap .secondaryModalContent:before {
      content: '';
      display: block;
      width: 100%;
      height: 0.0625em;
      background-color: #eaeaea;
      margin: 30px auto;
      clear: both; }
    .modalWrap .overlay .contentWrap .secondaryModalContent .twoThirds {
      width: 55%;
      float: right; }
      @media (max-width: 37.75em) {
        .modalWrap .overlay .contentWrap .secondaryModalContent .twoThirds {
          width: 100%;
          float: none;
          /*content:"604px";*/ } }
    .modalWrap .overlay .contentWrap .secondaryModalContent .oneThird {
      float: left; }
      @media (max-width: 37.75em) {
        .modalWrap .overlay .contentWrap .secondaryModalContent .oneThird {
          width: 100%;
          float: none;
          margin-bottom: 20px;
          /*content:"604px";*/ } }
    .modalWrap .overlay .contentWrap .secondaryModalContent ul {
      text-align: left; }
      .modalWrap .overlay .contentWrap .secondaryModalContent ul li {
        position: relative;
        padding: 0 0 0 1.875em;
        color: #34c2da;
        margin: 0 0 0.8125em 0; }
        .modalWrap .overlay .contentWrap .secondaryModalContent ul li:before {
          content: '';
          display: inline-block;
          position: absolute;
          top: 0.375em;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.28125em 0 0.28125em 0.5em;
          border-color: transparent transparent transparent #F9B71A; }

/* vars.scss */
.alpha-list,
ul.alpha-list,
.primaryContent ul.alpha-list {
  text-align: center; }
  .alpha-list li,
  ul.alpha-list li,
  .primaryContent ul.alpha-list li {
    display: inline-block;
    margin: 0;
    padding: 0.25em; }
    .alpha-list li:before,
    ul.alpha-list li:before,
    .primaryContent ul.alpha-list li:before {
      display: none; }

/* vars.scss */
.panel-collapse {
  transition: max-height ease-out .3s;
  max-height: 26em;
  overflow: hidden; }
  .panel-collapse.collapse {
    max-height: 0; }

.primaryContent {
  position: relative;
  z-index: 70; }
  .primaryContent:after {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    background: url("../img/bg-footer-round-gray.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    background-position: center top; }
  .primaryContent .oneColumn .main {
    padding: 30px 13% 70px 13%; }
    @media (max-width: 50em) {
      .primaryContent .oneColumn .main {
        padding: 20px 8% 50px 8%;
        /*content:"800px";*/ } }
  .primaryContent .withSidebar .main img {
    max-width: 65%; }
  .primaryContent .main {
    padding: 30px 8% 70px 8%; }
    @media (max-width: 50em) {
      .primaryContent .main {
        padding: 20px 8% 50px 8%;
        /*content:"800px";*/ } }
  .primaryContent .sidebar {
    float: right;
    width: 40%;
    text-align: center;
    position: relative;
    margin: 4.375em -10% 3.125em 5%;
    position: relative;
    z-index: 15; }
    @media (max-width: 81.25em) {
      .primaryContent .sidebar {
        width: 35%;
        margin: 4.375em -8% 3.125em 5%;
        /*content:"1300px";*/ } }
    @media (max-width: 56.25em) {
      .primaryContent .sidebar {
        width: 100%;
        margin: 3.125em 0 0 0;
        float: none;
        /*content:"900px";*/ } }
    @media print {
      .primaryContent .sidebar {
        display: none; } }
    .primaryContent .sidebar .copyWrap {
      padding: 1.875em 10% 3.125em 10%;
      background: #005282;
      position: relative; }
      .primaryContent .sidebar .copyWrap:before {
        content: '';
        width: 50%;
        height: 4px;
        position: absolute;
        top: 0;
        left: 25%;
        background: #fff;
        display: block; }
      .primaryContent .sidebar .copyWrap:first-child:before {
        display: none; }
      .primaryContent .sidebar .copyWrap:nth-child(even) {
        background: #153A5F; }
    .primaryContent .sidebar h2 {
      color: #fff;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 1.875em;
      letter-spacing: 0.01em;
      margin: 0; }
    .primaryContent .sidebar h3, .primaryContent .sidebar h4, .primaryContent .sidebar h5, .primaryContent .sidebar h6 {
      color: #fff;
      margin: 0;
      letter-spacing: 0.01em;
      font-weight: 800;
      text-transform: uppercase; }
    .primaryContent .sidebar p {
      color: #fff;
      margin: 5px 0 30px 0; }
    .primaryContent .sidebar ul {
      margin: 0;
      padding: 0; }
      .primaryContent .sidebar ul li {
        text-align: left;
        margin: 10px 0; }
        .primaryContent .sidebar ul li a {
          color: #fff;
          box-shadow: none;
          display: block; }
          .primaryContent .sidebar ul li a:hover {
            color: #F9B71A; }
      .primaryContent .sidebar ul.catLinks li {
        margin: 15px 0;
        padding: 0; }
        .primaryContent .sidebar ul.catLinks li:before {
          display: none; }
        .primaryContent .sidebar ul.catLinks li a {
          display: block;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1.125em;
          line-height: 1;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #fff;
          border: 3px solid #34c2da;
          padding: 8px 0;
          transition: color .14s ease-in-out, border-color .14s ease-in-out, background-color .14s ease-in-out;
          width: 100%;
          box-shadow: none;
          text-align: center; }
          .primaryContent .sidebar ul.catLinks li a:hover {
            background-color: #F9B71A;
            border-color: #F9B71A;
            color: #005282; }
  .primaryContent .container {
    background-color: #fff;
    position: relative;
    margin-top: -25em;
    z-index: 100;
    *zoom: 1; }
    .primaryContent .container:before, .primaryContent .container:after {
      content: "";
      display: table; }
    .primaryContent .container:after {
      clear: both; }
  .primaryContent h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3em;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #153A5F;
    margin: 0.72917em 0; }
    @media (max-width: 64em) {
      .primaryContent h2 {
        font-size: 2.5em;
        /*content:"1024px";*/ } }
    @media (max-width: 37.75em) {
      .primaryContent h2 {
        font-size: 2.5em;
        /*content:"604px";*/ } }
    @media (max-width: 30em) {
      .primaryContent h2 {
        font-size: 1.875em;
        /*content:"480px";*/ } }
    .primaryContent h2 a {
      color: #153A5F;
      transition: color .15s ease-in-out; }
      .primaryContent h2 a:hover {
        color: #34c2da; }
  .primaryContent h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.25em;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #005282;
    margin: 35px 0 0 0; }
    @media (max-width: 64em) {
      .primaryContent h3 {
        font-size: 2em;
        /*content:"1024px";*/ } }
    @media (max-width: 37.75em) {
      .primaryContent h3 {
        font-size: 1.75em;
        /*content:"604px";*/ } }
    @media (max-width: 30em) {
      .primaryContent h3 {
        font-size: 1.5em;
        /*content:"480px";*/ } }
    .primaryContent h3 a {
      color: #005282; }
  .primaryContent h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: 0.025em;
    color: #8C8C8C;
    margin: 35px 0 0 0;
    text-transform: uppercase; }
    @media (max-width: 37.75em) {
      .primaryContent h4 {
        font-size: 1.25em;
        /*content:"604px";*/ } }
    .primaryContent h4 a {
      color: #8C8C8C; }
  .primaryContent h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #34c2da;
    margin: 35px 0 0 0; }
    @media (max-width: 37.75em) {
      .primaryContent h5 {
        font-size: 1.25em;
        /*content:"604px";*/ } }
    .primaryContent h5 a {
      color: #34c2da; }
  .primaryContent h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125em;
    line-height: 1.4;
    letter-spacing: 0;
    color: #E62742;
    margin: 35px 0 0 0; }
    @media (max-width: 37.75em) {
      .primaryContent h6 {
        font-size: 1em;
        /*content:"604px";*/ } }
    .primaryContent h6 a {
      color: #E62742; }
  .primaryContent blockquote {
    position: relative;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.5;
    color: #34c2da;
    letter-spacing: -0.025em;
    margin: 25px 0;
    padding: 0 10%; }
    @media (max-width: 37.75em) {
      .primaryContent blockquote {
        font-size: 1.25em;
        /*content:"604px";*/ } }
    .primaryContent blockquote:before {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\201C';
      color: #f28f21;
      font-size: 3.33333em;
      position: absolute;
      left: 4%;
      top: -0.35em; }
      @media (max-width: 37.75em) {
        .primaryContent blockquote:before {
          font-size: 3em;
          left: 2%;
          /*content:"604px";*/ } }
  .primaryContent p, .primaryContent li {
    line-height: 1.5;
    margin: 18px 0;
    position: relative; }
    .primaryContent p strong, .primaryContent li strong {
      font-weight: 800; }
    .primaryContent p a, .primaryContent li a {
      color: #E62742;
      box-shadow: 0 2px 0 #E62742;
      text-decoration: none;
      transition: color .14s ease-in-out, box-shadow .14s ease-in-out; }
      .primaryContent p a:hover, .primaryContent li a:hover {
        color: #34c2da;
        box-shadow: 0 0 0 #fff; }
  .primaryContent ul {
    margin: 0; }
    .primaryContent ul li {
      padding-left: 22px; }
      .primaryContent ul li:before {
        content: '';
        background: url("../img/arw-yellow.png") no-repeat;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
        width: 8px;
        height: 9px;
        position: absolute;
        left: 0;
        top: 6px; }
  .primaryContent ol {
    margin: 0; }
    .primaryContent ol li {
      counter-increment: step-counter;
      padding-left: 25px; }
      .primaryContent ol li:before {
        content: counter(step-counter) ".";
        color: #E62742;
        font-size: 0.875em;
        position: absolute;
        left: 0;
        top: 1px; }
  .primaryContent img {
    max-width: 100%;
    height: auto;
    margin: 30px 0; }
  .primaryContent.BScontent > .container {
    padding-right: 9px;
    padding-left: 9px;
    max-width: 100%; }
  @media (min-width: 768px) {
    .primaryContent.BScontent > .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .primaryContent.BScontent > .container {
      width: 988px; } }
  @media (min-width: 1200px) {
    .primaryContent.BScontent > .container {
      width: 1188px; } }
  @media print {
    .primaryContent.BScontent > .container {
      background-color: transparent; } }
  .primaryContent.BScontent .main {
    padding: 30px 0 70px; }
  .primaryContent.BScontent .needsBS .container {
    max-width: 100%;
    margin: 0;
    position: static;
    background-color: transparent; }

.article-date {
  display: block;
  font-size: 0.875em;
  background: #eaeaea;
  padding: 15px 5%;
  *zoom: 1;
  display: none; }
  .article-date:before, .article-date:after {
    content: "";
    display: table; }
  .article-date:after {
    clear: both; }
  .article-date p {
    float: left;
    margin-left: 15px; }
  .article-date .authorWrap {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    border-radius: 50px; }
    .article-date .authorWrap img {
      width: 50px !important;
      height: auto;
      margin: 0;
      padding: 0; }

ul.breadcrumbList {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
  *zoom: 1; }
  ul.breadcrumbList:before, ul.breadcrumbList:after {
    content: "";
    display: table; }
  ul.breadcrumbList:after {
    clear: both; }
  ul.breadcrumbList li {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0.8125em; }
    ul.breadcrumbList li:before {
      display: none; }
    ul.breadcrumbList li a {
      box-shadow: none; }

.optionalCTABand {
  position: relative;
  margin: 50px -10%;
  padding: 50px 10%;
  *zoom: 1; }
  .optionalCTABand:before, .optionalCTABand:after {
    content: "";
    display: table; }
  .optionalCTABand:after {
    clear: both; }
  .optionalCTABand.textLeft img {
    float: right;
    margin-left: 4em; }
  .optionalCTABand.textRight img {
    float: left;
    margin-right: 4em; }
  .optionalCTABand img {
    position: relative;
    z-index: 100;
    margin-top: -4.375em;
    max-width: 450px;
    width: 50%;
    height: auto; }
    @media (max-width: 37.75em) {
      .optionalCTABand img {
        display: block;
        float: none;
        width: 100%;
        /*content:"604px";*/ } }
  @media (max-width: 37.75em) {
    .optionalCTABand .textWrap {
      display: block;
      float: none;
      width: 100%;
      /*content:"604px";*/ } }
  .optionalCTABand .textWrap *:first-child {
    margin-top: 0; }
  .optionalCTABand .textWrap img:first-child + * {
    margin-top: 0; }
  .optionalCTABand .textWrap h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 1.625em;
    line-height: 1.1; }
    .optionalCTABand .textWrap h3 strong {
      font-weight: 800;
      font-size: 1.84615em;
      display: block;
      line-height: 1; }
  .optionalCTABand .textWrap p {
    color: #fff;
    margin-top: 15px;
    line-height: 1.5; }
  .optionalCTABand.imgBreak {
    margin-top: 100px; }
    .optionalCTABand.imgBreak img {
      margin-top: -125px; }
    .optionalCTABand.imgBreak .textWrap img:first-child {
      margin-top: -125px; }
  .optionalCTABand.noImgBreak img {
    margin-top: 0;
    margin-bottom: 5em; }

.featuredContent {
  margin-top: 2.5em;
  /*border-top: 2px solid $grayLight;*/
  *zoom: 1; }
  .featuredContent:before, .featuredContent:after {
    content: "";
    display: table; }
  .featuredContent:after {
    clear: both; }
  .featuredContent img {
    position: relative;
    z-index: 100;
    float: left;
    max-width: 450px;
    width: 50%;
    height: auto;
    margin-right: 4em; }
    @media (max-width: 37.75em) {
      .featuredContent img {
        float: none;
        width: 100%;
        /*content:"604px";*/ } }
  .featuredContent .textWrap {
    margin-top: 3.125em; }
    @media (max-width: 37.75em) {
      .featuredContent .textWrap {
        float: none;
        width: 100%;
        margin-top: 0;
        /*content:"604px";*/ } }
    .featuredContent .textWrap *:first-child {
      margin-top: 0; }
    .featuredContent .textWrap h2 {
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.25em;
      line-height: 1.0; }
      .featuredContent .textWrap h2 strong {
        color: #E62742; }
    .featuredContent .textWrap p {
      font-weight: 300;
      margin-top: 15px;
      line-height: 1.5; }

.featureCTA {
  padding: 30px 0;
  width: 110%;
  margin-left: -5%;
  *zoom: 1; }
  .featureCTA:before, .featureCTA:after {
    content: "";
    display: table; }
  .featureCTA:after {
    clear: both; }
  @media (max-width: 50em) {
    .featureCTA {
      width: 100%;
      margin: 0;
      /*content:"800px";*/ } }
  .featureCTA .oneThirdBlock {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 30px 2.5%; }
    @media (max-width: 50em) {
      .featureCTA .oneThirdBlock {
        width: 100%;
        text-align: left;
        border-top: 2px solid #eaeaea;
        padding: 15px 0;
        /*content:"800px";*/ } }
    @media print {
      .featureCTA .oneThirdBlock {
        width: 33.3333%;
        float: left;
        padding: 30px 2.5%;
        page-break-inside: avoid; } }
    .featureCTA .oneThirdBlock img {
      width: 62px;
      height: 62px;
      display: block;
      margin: 0 auto 20px auto; }
      @media (max-width: 50em) {
        .featureCTA .oneThirdBlock img {
          display: none;
          /*content:"800px";*/ } }
    .featureCTA .oneThirdBlock h3 {
      font-size: 2.25em;
      line-height: 1.1;
      letter-spacing: -0.025em;
      margin: 0 0 12px 0;
      font-weight: 500; }
      @media (max-width: 64em) {
        .featureCTA .oneThirdBlock h3 {
          font-size: 1.875em;
          margin-bottom: 0;
          /*content:"1024px";*/ } }
      @media (max-width: 30em) {
        .featureCTA .oneThirdBlock h3 {
          font-size: 1.5em;
          /*content:"480px";*/ } }
      .featureCTA .oneThirdBlock h3 a {
        color: #E62742; }
    .featureCTA .oneThirdBlock p {
      line-height: 1.5; }
      @media (max-width: 64em) {
        .featureCTA .oneThirdBlock p {
          margin: 10px 0 0 0;
          /*content:"1024px";*/ } }
      @media (max-width: 30em) {
        .featureCTA .oneThirdBlock p {
          font-size: 0.9375em;
          /*content:"480px";*/ } }
    .featureCTA .oneThirdBlock .btn {
      color: #153A5F;
      border-color: #153A5F;
      margin-top: 30px; }
      .featureCTA .oneThirdBlock .btn:hover {
        background: #153A5F;
        color: #fff; }
  .featureCTA.blueLight {
    width: 100%;
    margin: 0; }
    .featureCTA.blueLight .oneThirdBlock {
      border-color: #005282; }
      .featureCTA.blueLight .oneThirdBlock:first-child {
        border: none; }
    .featureCTA.blueLight h3 a {
      color: #153A5F; }
    .featureCTA.blueLight .btn {
      color: #fff;
      border-color: #fff; }
      .featureCTA.blueLight .btn:hover {
        background: #fff;
        color: #34c2da; }

.alpha-jump-list dl {
  border-top: 2px solid #eaeaea;
  margin-top: 1.875em;
  padding-top: 1.875em; }
  .alpha-jump-list dl:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.alpha-jump-list .jump-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #153A5F;
  margin: 0 0 0 0; }

.alpha-jump-list dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #005282;
  margin: 0; }

.alpha-jump-list .text-right {
  font-size: 0.8125em;
  margin-top: 50px; }
  .alpha-jump-list .text-right a {
    box-shadow: none; }

