﻿@charset "UTF-8";
/*
 *  Font-smoothing
 *
 */
/*
 *  Font-face Based on http://codepen.io/javasteve99/pen/hDxpn
 *
 */
/*
  global.scss
*/
.chs-global * {
  box-sizing: border-box; }

.chs-global *:before,
.chs-global *:after {
  box-sizing: border-box; }

.height-placeholder-1-1 {
  height: 200px; }

.height-placeholder-1-2 {
  height: 430px; }

.height-placeholder-1-3 {
  height: 660px; }

.height-placeholder-1-4 {
  height: 920px; }

.height-placeholder-1-1-2 {
  height: 85px; }

.chs-global {
  width: 100%; }
  .chs-global h2 {
    font-family: 'proxima bold',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: none; }
  .chs-global p {
    font-family: proxima,Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px; }
    .chs-global p a {
      font-size: 1em; }

.ar-components {
  margin-bottom: 20px;
  margin-top: 0; }

.ar-components .article-content-section h2 {
  color: #4da0cc; }

.ar-components .article-content .article-content-section .article-button p a {
  font-size: 14px; }

.btn {
  border-radius: 0;
  padding: 8px 17px;
  border: 0 none; }

.btn-blue,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  border: 0 none;
  padding: 0 50px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #0054A6; }

.btn-blue-link,
.btn-blue-link:active,
.btn-blue-link:focus,
.btn-blue-link:hover {
  border: 0 none;
  font-size: 18px;
  line-height: 40px;
  border-radius: 0;
  color: #0054A6;
  display: inline-block;
  text-decoration: none; }

.section-render.full-width {
  position: relative; }
  .section-render.full-width:before {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: inherit; }
  .section-render.full-width:after {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: inherit; }

.section-render section {
  margin: 0; }

.components-spacer:not(:first-child) {
  margin-top: 30px; }

.global-section-headline + .components-spacer {
  margin-top: 0; }

.global-section-headline {
  border-bottom: 4px solid #888; }
  .global-section-headline h1,
  .global-section-headline h2,
  .global-section-headline h3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none; }
  .global-section-headline img {
    float: left;
    padding: 0 5px 0 0; }

.section-header-row .column-1-1,
.section-header-row .column-1-2,
.section-header-row .column-1-3,
.section-header-row .column-2-3 {
  min-height: 0.1px; }

.align-left {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: 0; }

.align-right {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }

.top-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left; }

.top-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: center; }

.top-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: right; }

.middle-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  text-align: left; }

.middle-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.middle-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  text-align: right; }

.bottom-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: left; }

.bottom-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: center; }

.bottom-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right; }

.scPageEditorDivOffset {
  padding: 25px; }

.name-date-section {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .name-date-section p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
    .name-date-section p span {
      color: #06419e;
      font-family: 'proxima bold';
      margin-right: 15px;
      margin-left: 10px; }

.article-share-section {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px; }

/* .cx-share-social-media{
  display : flex
} */
.cx-share-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-align: center;
      align-items: center; }
  .cx-share-buttons li {
    margin-left: 10px; }
    .cx-share-buttons li a img {
      max-width: none;
      max-height: 36px;
      width: auto; }

@media only screen and (max-width: 960px) {
  .section-render .rich-text {
    height: auto; } }

.column-1-1 .text-ellipsis,
.column-2-3 .text-ellipsis {
  max-height: 25px;
  font-size: 20px;
  line-height: 1;
  text-transform: none; }

.column-1-2 .text-ellipsis {
  max-height: 37px;
  font-size: 16px;
  line-height: 1;
  text-transform: none; }

.column-1-3 .text-ellipsis {
  max-height: 37px;
  font-size: 16px;
  line-height: 1;
  text-transform: none; }

@media only screen and (max-width: 960px) {
  .column-1-1 .text-ellipsis,
  .column-1-2 .text-ellipsis,
  .column-1-3 .text-ellipsis,
  .column-2-3 .text-ellipsis {
    max-height: 37px;
    font-size: 20px;
    line-height: 1;
    text-transform: none; } }

@media only screen and (max-width: 600px) {
  .article-share-section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .article-share-section .name-date-section {
      width: auto;
      margin-bottom: 10px;
      -ms-flex-direction: column;
          flex-direction: column; } }

.in-page-search-form-wrapper {
  background: #fff; }

@media only screen and (max-width: 599px) {
  .in-page-search-form-wrapper {
    background-color: #06419e; } }

.btn-p {
  margin-top: 0;
  margin-bottom: 10px; }
  .btn-p a {
    margin-bottom: 0px; }

.main-image-wrapper img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 960px) {
  .global-story .column-2-3 .chs-global.rich-text {
    margin-left: 60px;
    width: calc(100% - 60px); }
  .global-story .column-1-1 .chs-global.rich-text {
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px); }
  .global-story .chs-global.article-content {
    margin-right: 60px;
    width: calc(100% - 60px);
    margin-top: 0;
    margin-bottom: 0; }
    .global-story .chs-global.article-content:first-of-type {
      margin-top: 0px; } }

@media only screen and (min-width: 961px) {
  .global-section-headline {
    display: none; }
  .row.section-header-row .global-section-headline {
    display: block; } }

@media only screen and (max-width: 960px) {
  .global-story {
    padding: 0 15px; }
    .global-story .chs-global.image-pagetitle {
      margin: 0 -15px; }
      .global-story .chs-global.image-pagetitle .image-pagetitle-content {
        margin: 0 15px; }
  .section-header-row {
    display: none; } }

@media only screen and (max-width: 768px) {
  .global-story .chs-global.image-pagetitle {
    margin: 0; } }

.section-render .rich-text {
  overflow: hidden;
  /* Android ≤ 2.3, iOS ≤ 4 */
  /* Firefox ≤ 28 */
  box-sizing: border-box;
  /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */ }

#homecontent_0_pnlLogin,
#homecontent_0_pnlLogin2,
.contactUsContainer {
  padding: 16px; }

.accordion-nav .container {
  padding: 16px; }

.accordion-nav table tr td,
.accordion-nav table tr th {
  padding: 10px; }

.site-header {
  padding: 20px;
  box-sizing: border-box; }

.main-content .content {
  max-width: 1065px;
  margin: 0 auto; }

#content_2_pnlCopy {
  padding: 0; }

.financials-data-wrap .pseudo-table .financials-item-date,
.financials-data-wrap .pseudo-table .financials-item-links {
  background-color: transparent; }

.education-opportunities .expandable-item-title {
  min-height: 38px;
  margin: 12px 0 0 0; }

@media only screen and (min-width: 960px) {
  .no-touch .subnav-menu.active {
    display: block; }
  .no-touch .subnav-menu {
    display: none; } }

@media only screen and (min-width: 960px) {
  .main-image-with-bg .image-with-bg .image-with-bg-image img {
    height: auto;
    font-family: sans-serif; } }

.chs-hide-nav-link {
  display: inline-block; }

@media only screen and (min-width: 600px) {
  .navigation .chs-hide-nav-link {
    display: inline-block; } }

#page_0_globalcomponentsplaceholder_e444a6f3745a4fd0b1a04e6c6d85f895_0_onecolumncontent_dd8769fd183f49afb54c7468212dd41d_0_divImageOverlay {
  margin-bottom: 0; }

.article-content.chs-global-height {
  overflow: hidden; }

.article-content {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 600px) {
    .article-content {
      height: auto !important; } }
  .article-content .article-img {
    width: 50%; }
    .column-1-1 .article-content .article-img, .column-1-2 .article-content .article-img, .column-2-3 .article-content .article-img {
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .column-1-3 .article-content .article-img {
      object-fit: fill; }
  .article-content .article-content-section {
    -ms-flex: 1;
        flex: 1;
    padding: 15px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .article-content .article-content-section {
        height: auto !important; }
        .article-content .article-content-section .article-ellipsis {
          height: auto !important; } }
    .article-content .article-content-section hr {
      border-top: 2px solid #ccc;
      margin-top: 10px;
      margin-bottom: 10px; }
      .article-content .article-content-section hr.hr-noborder {
        border: 0 none; }
    .article-content .article-content-section .article-content-main {
      margin-bottom: 40px; }
      .article-content .article-content-section .article-content-main .article-mobile-title {
        font-size: 20px;
        font-family: "proxima bold";
        display: none;
        margin-top: 20px; }
        .article-content .article-content-section .article-content-main .article-mobile-title a {
          color: #0075c9;
          text-decoration: none;
          font-family: "proxima light"; }
    .article-content .article-content-section .article-button {
      bottom: 0;
      position: absolute;
      width: calc(100% - 20px); }
      .article-content .article-content-section .article-button p a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
  .article-content h1,
  .article-content h2,
  .article-content h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .article-content ul {
    list-style: disc;
    padding-left: 30px; }
    .article-content ul li {
      margin: 0;
      position: relative; }

.ar-components .chs-global {
  margin-bottom: 0;
  margin-top: 0; }

.ar-components .article-content .article-content-section .article-button {
  width: calc(100% - 30px) !important; }

.chs-global-height.article-content .article-content-section .article-content-main .article-ellipsis {
  visibility: hidden; }

.column-1-2 .article-content .article-content-section {
  height: 100%; }

.column-1-3 .article-content {
  display: inline-block;
  vertical-align: bottom; }
  .column-1-3 .article-content .article-img {
    width: 100%; }

.ar-components .column-1-3 .article-content .article-content-section {
  padding: 20px; }

@media only screen and (max-width: 960px) {
  .column-1-3 .article-content {
    display: block; }
    .column-1-3 .article-content .article-img {
      width: 100%; }
  .ar-components .column-1-3 .article-content .article-content-section {
    padding: 20px; }
  .column-1-1 .article-content,
  .column-1-2 .article-content,
  .column-1-3 .article-content,
  .column-2-3 .article-content {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .column-1-1 .article-content .article-content-section .article-content-main,
    .column-1-2 .article-content .article-content-section .article-content-main,
    .column-1-3 .article-content .article-content-section .article-content-main,
    .column-2-3 .article-content .article-content-section .article-content-main {
      margin-bottom: 20px; }
    .column-1-1 .article-content .article-content-section .article-button,
    .column-1-2 .article-content .article-content-section .article-button,
    .column-1-3 .article-content .article-content-section .article-button,
    .column-2-3 .article-content .article-content-section .article-button {
      position: static;
      width: 100%; }
  .column-1-1 .article-content .article-img,
  .column-1-2 .article-content .article-img,
  .column-1-3 .article-content .article-img,
  .column-2-3 .article-content .article-img {
    width: 100%; } }

@media only screen and (max-width: 960px) and (min-width: 600px) {
  .column-1-3 .article-content .article-img {
    height: 50%;
    object-fit: cover;
    font-family: "object-fit: cover"; } }

@media only screen and (max-width: 600px) {
  .column-1-1 .article-content,
  .column-1-2 .article-content,
  .column-1-3 .article-content,
  .column-2-3 .article-content {
    display: block;
    -ms-flex-direction: column;
        flex-direction: column; }
    .column-1-1 .article-content .article-img,
    .column-1-2 .article-content .article-img,
    .column-1-3 .article-content .article-img,
    .column-2-3 .article-content .article-img {
      width: 100%; }
    .ar-components .column-1-1 .article-content .article-content-section .article-content-main, .ar-components
    .column-1-2 .article-content .article-content-section .article-content-main, .ar-components
    .column-1-3 .article-content .article-content-section .article-content-main, .ar-components
    .column-2-3 .article-content .article-content-section .article-content-main {
      display: block; }
    .column-1-1 .article-content .article-content-section .article-content-main .article-img,
    .column-1-2 .article-content .article-content-section .article-content-main .article-img,
    .column-1-3 .article-content .article-content-section .article-content-main .article-img,
    .column-2-3 .article-content .article-content-section .article-content-main .article-img {
      width: 100%; }
    .ar-components .column-1-1 .article-content .article-content-section .article-content-main, .ar-components
    .column-1-2 .article-content .article-content-section .article-content-main, .ar-components
    .column-1-3 .article-content .article-content-section .article-content-main, .ar-components
    .column-2-3 .article-content .article-content-section .article-content-main {
      margin-bottom: 0; } }

.column-1-1 .main-image-with-bg .image-with-bg .image-with-bg-image img,
.column-1-2 .main-image-with-bg .image-with-bg .image-with-bg-image img,
.column-2-3 .main-image-with-bg .image-with-bg .image-with-bg-image img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.column-1-1 .main-image-with-bg .bg-image,
.column-1-2 .main-image-with-bg .bg-image,
.column-2-3 .main-image-with-bg .bg-image {
  object-fit: cover;
  font-family: "object-fit: cover"; }

.main-image-with-bg.chs-global-height {
  overflow: hidden; }

.main-image-with-bg {
  position: relative;
  overflow: hidden; }
  .main-image-with-bg .bg-image {
    height: 100%;
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .main-image-with-bg .image-with-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100%; }
    .main-image-with-bg .image-with-bg .image-with-bg-image {
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .main-image-with-bg .image-with-bg .image-with-bg-image img {
          width: 100%;
          height: 100%;
          min-height: 250px;
          max-height: 430px;
          object-fit: cover;
          font-family: "object-fit: cover"; } }
    .main-image-with-bg .image-with-bg .image-with-bg-content {
      color: #fff;
      height: 100%;
      padding: 20px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner {
        overflow: hidden; }
        .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner h1 {
          margin: 0 0 10px 0;
          font-size: 25px;
          color: #fff; }
        .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner h2 {
          margin: 0 0 10px 0; }
        .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner h3 {
          margin: 0 0 10px 0;
          font-family: 'proxima bold',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 20px;
          line-height: 26px; }
        .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner ul {
          list-style: disc;
          padding-left: 30px; }
          .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner ul li {
            margin: 0;
            position: relative; }

.img-left .image-with-bg-image {
  -ms-flex-order: 1;
      order: 1; }

.img-left .image-with-bg-content {
  -ms-flex-order: 2;
      order: 2; }

.img-right .image-with-bg-image {
  -ms-flex-order: 2;
      order: 2; }

.img-right .image-with-bg-content {
  -ms-flex-order: 1;
      order: 1; }

.column-1-3 .bg-image {
  height: 100%;
  position: absolute; }

.column-1-3 .image-with-bg {
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: auto; }
  .column-1-3 .image-with-bg .image-with-bg-image {
    -ms-flex-order: 2;
        order: 2;
    width: 100%; }
  .column-1-3 .image-with-bg .image-with-bg-content {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    height: auto; }

@media only screen and (max-width: 600px) {
  .column-1-1 .image-with-bg,
  .column-1-2 .image-with-bg,
  .column-1-3 .image-with-bg,
  .column-2-3 .image-with-bg {
    -ms-flex-direction: column;
        flex-direction: column; }
    .column-1-1 .image-with-bg .image-with-bg-image,
    .column-1-2 .image-with-bg .image-with-bg-image,
    .column-1-3 .image-with-bg .image-with-bg-image,
    .column-2-3 .image-with-bg .image-with-bg-image {
      -ms-flex-order: 2;
          order: 2;
      width: 100%; }
    .column-1-1 .image-with-bg .image-with-bg-content,
    .column-1-2 .image-with-bg .image-with-bg-content,
    .column-1-3 .image-with-bg .image-with-bg-content,
    .column-2-3 .image-with-bg .image-with-bg-content {
      -ms-flex-order: 1;
          order: 1;
      padding: 20px;
      width: 100%; } }

@media only screen and (max-width: 960px) and (min-width: 600px) {
  .column-1-3 .image-with-bg.img-left {
    -ms-flex-direction: inherit;
        flex-direction: inherit; }
    .column-1-3 .image-with-bg.img-left .image-with-bg-image {
      -ms-flex-order: 1;
          order: 1;
      width: 50%; }
    .column-1-3 .image-with-bg.img-left .image-with-bg-content {
      -ms-flex-order: 2;
          order: 2;
      padding: 20px;
      width: 50%; }
  .column-1-3 .image-with-bg.img-right {
    -ms-flex-direction: inherit;
        flex-direction: inherit; }
    .column-1-3 .image-with-bg.img-right .image-with-bg-image {
      -ms-flex-order: 2;
          order: 2;
      width: 50%; }
    .column-1-3 .image-with-bg.img-right .image-with-bg-content {
      -ms-flex-order: 1;
          order: 1;
      padding: 20px;
      width: 50%; }
  .column-1-1 .image-with-bg .image-with-bg-content,
  .column-1-2 .image-with-bg .image-with-bg-content,
  .column-1-3 .image-with-bg .image-with-bg-content,
  .column-2-3 .image-with-bg .image-with-bg-content {
    padding: 20px; } }

.chs-global-height.main-image-with-bg .image-with-bg .image-with-bg-content {
  visibility: hidden; }

@media only screen and (min-width: 960px) {
  .column-1-3 .main-image-with-bg .image-with-bg .image-with-bg-content {
    position: relative; }
  .column-1-3 .main-image-with-bg .image-with-bg .image-with-bg-content .image-with-bg-content-inner.not-truncated {
    position: absolute;
    height: auto !important;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .image-with-bg-content-inner.is-truncated p a.btn-blue {
    padding: 3px; } }

@media only screen and (max-width: 960px) {
  .column-1-3 .main-image-with-bg .image-with-bg .image-with-bg-image img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .chs-global-height.main-image-with-bg .image-with-bg .image-with-bg-content {
    height: auto; }
  .chs-global-height.main-image-with-bg,
  .chs-global-height.image-with-bg-content {
    height: auto !important; } }

.image-bottomcta.chs-global-height {
  overflow: hidden; }

.image-bottomcta {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .image-bottomcta {
      height: auto !important; }
      .image-bottomcta .image-bottomcta-img {
        width: 100%;
        height: 100%;
        min-height: 250px;
        max-height: 430px;
        object-fit: cover;
        font-family: "object-fit: cover"; } }
  .image-bottomcta .image-bottomcta-content {
    display: -ms-flexbox;
    display: flex; }
    .image-bottomcta .image-bottomcta-content a {
      padding: 20px 10px;
      color: #fff;
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      text-decoration: none;
      line-height: 25px; }
      .image-bottomcta .image-bottomcta-content a span {
        display: block;
        font-size: .5em; }

@media only screen and (min-width: 960px) {
  .column-1-3 .image-bottomcta .image-bottomcta-content,
  .column-1-3 .image-bottomcta .image-bottomcta-content a {
    display: block; } }

/* Media Query Large and Above */
@media only screen and (min-width: 960px) {
  .column-1-1 .image-bottomcta .image-bottomcta-img,
  .column-1-2 .image-bottomcta .image-bottomcta-img,
  .column-2-3 .image-bottomcta .image-bottomcta-img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .column-1-3 .image-bottomcta .image-bottomcta-img {
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .image-bottomcta .image-bottomcta-content {
    /* --- old code
      .column-1-3 & {
        flex-direction: column;
        margin-top: -2px;

        a {
          font-size: 18px;
          margin-top: 2px;
          padding: 10px 10px;
          min-height: 47px;
        }
      }
      */ }
    .column-1-1 .image-bottomcta .image-bottomcta-content {
      bottom: 0;
      left: 0;
      margin: 0 -5px;
      position: absolute;
      right: 0; }
      .column-1-1 .image-bottomcta .image-bottomcta-content a {
        font-size: 25px;
        margin: 0 5px;
        padding: 20px 10px;
        background-color: rgba(192, 192, 197, 0.8); }
    .column-1-2 .image-bottomcta .image-bottomcta-content {
      bottom: 0;
      left: 0;
      margin: 0 -1px;
      right: 0;
      position: absolute; }
      .column-1-2 .image-bottomcta .image-bottomcta-content a {
        font-size: 18px;
        margin: 0 1px;
        padding: 20px; }
    .column-1-3 .image-bottomcta .image-bottomcta-content {
      bottom: 0;
      left: 0;
      margin: 0 -1px;
      right: 0;
      position: absolute; }
      .column-1-3 .image-bottomcta .image-bottomcta-content a {
        font-size: 18px;
        margin: 0 1px;
        padding: 20px; }
    .column-2-3 .image-bottomcta .image-bottomcta-content {
      bottom: 0;
      left: 0;
      margin: 0 -1px;
      position: absolute;
      right: 0; }
      .column-2-3 .image-bottomcta .image-bottomcta-content a {
        font-size: 18px;
        margin: 0 1px;
        padding: 20px; }
    .image-bottomcta .image-bottomcta-content .image-bottomcta-subtitle {
      display: none; }
      .column-1-1 .image-bottomcta .image-bottomcta-content .image-bottomcta-subtitle {
        display: block; }
  .column-1-3 .image-bottomcta.height-placeholder-1-1 .image-bottomcta-content a {
    padding: 10px 0; } }

/* Media Query Medium Only */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .column-1-1 .image-bottomcta .image-bottomcta-img,
  .column-1-2 .image-bottomcta .image-bottomcta-img,
  .column-2-3 .image-bottomcta .image-bottomcta-img,
  .column-1-3 .image-bottomcta .image-bottomcta-img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .column-1-1 .image-bottomcta .image-bottomcta-content,
  .column-1-2 .image-bottomcta .image-bottomcta-content,
  .column-1-3 .image-bottomcta .image-bottomcta-content,
  .column-2-3 .image-bottomcta .image-bottomcta-content {
    bottom: 0;
    left: 0;
    margin: 0 -5px;
    position: absolute;
    right: 0; }
    .column-1-1 .image-bottomcta .image-bottomcta-content a,
    .column-1-2 .image-bottomcta .image-bottomcta-content a,
    .column-1-3 .image-bottomcta .image-bottomcta-content a,
    .column-2-3 .image-bottomcta .image-bottomcta-content a {
      font-size: 25px;
      margin: 0 5px;
      padding: 20px 0; }
  .image-bottomcta .image-bottomcta-content .image-bottomcta-subtitle {
    display: none; } }

/* Media Query Small and Below */
@media only screen and (max-width: 767px) {
  .column-1-1 .image-bottomcta .image-bottomcta-content,
  .column-1-2 .image-bottomcta .image-bottomcta-content,
  .column-1-3 .image-bottomcta .image-bottomcta-content,
  .column-2-3 .image-bottomcta .image-bottomcta-content {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: -2px; }
    .column-1-1 .image-bottomcta .image-bottomcta-content a,
    .column-1-2 .image-bottomcta .image-bottomcta-content a,
    .column-1-3 .image-bottomcta .image-bottomcta-content a,
    .column-2-3 .image-bottomcta .image-bottomcta-content a {
      font-size: 18px;
      line-height: 1.2em;
      margin-top: 2px;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      padding: 10px 10px 10px 10px; }
  .image-bottomcta .image-bottomcta-content .image-bottomcta-subtitle {
    display: none; } }

@media only screen and (max-width: 600px) {
  .column-1-1 .image-bottomcta .image-bottomcta-img,
  .column-1-2 .image-bottomcta .image-bottomcta-img,
  .column-2-3 .image-bottomcta .image-bottomcta-img,
  .column-1-3 .image-bottomcta .image-bottomcta-img {
    object-fit: cover;
    font-family: "object-fit: cover"; } }

.image-overlay.chs-global-height {
  overflow: hidden; }

.image-full-width .image-overlay-object-fit {
  min-height: auto;
  max-height: none; }

.image-overlay-object-fit {
  min-height: 250px;
  max-height: 430px; }

.chs-global.image-overlay {
  padding: 0;
  position: relative;
  width: 100%; }
  .chs-global.image-overlay .image-overlay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  @media only screen and (max-width: 768px) {
    .chs-global.image-overlay .image-overlay-img {
      width: 100%;
      height: 100%;
      min-height: 250px;
      max-height: 430px;
      object-fit: cover;
      font-family: "object-fit: cover"; } }
  .chs-global.image-overlay .image-overlay-content {
    bottom: 0;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    left: 0;
    padding: 0 5%;
    position: absolute;
    transition: background-color .3s, padding .3s;
    width: 90%; }
    .chs-global.image-overlay .image-overlay-content:hover {
      padding-top: 5px; }
    .chs-global.image-overlay .image-overlay-content .image-overlay-section {
      margin-bottom: 0;
      padding-bottom: 10px;
      padding-top: 20px; }
      .chs-global.image-overlay .image-overlay-content .image-overlay-section > p {
        font-size: 15px;
        margin: 0; }

.chs-global-height.image-overlay .image-overlay-content .image-overlay-section {
  visibility: hidden; }

.chs-global.image-overlay .image-overlay-content .image-overlay-section h1,
.chs-global.image-overlay .image-overlay-content .image-overlay-section h2,
.chs-global.image-overlay .image-overlay-content .image-overlay-section h3 {
  font-family: 'proxima bold';
  margin: 0 auto 5px;
  font-weight: normal; }

.chs-global.image-overlay .image-overlay-content .image-overlay-section ul {
  list-style: disc;
  padding-left: 30px; }
  .chs-global.image-overlay .image-overlay-content .image-overlay-section ul li {
    margin: 0;
    position: relative; }

.chs-global.image-overlay .image-overlay-content > a {
  margin-bottom: 10px; }

/*

    Removing this as it causes "Image with Overlay (legacy)" components to not appear.
    Keeping it commented out for future debugging in the case that there is a side effect.
    
  @media only screen and (max-width: 767px) {
  .image-overlay.chs-global-height {
    height: auto; } }

*/

.column-1-3 .chs-global.image-overlay .image-overlay-content .image-overlay-section h3,
.column-1-2 .chs-global.image-overlay .image-overlay-content .image-overlay-section h3 {
  Font-size: 20px; }

.column-2-3 .chs-global.image-overlay .image-overlay-content .image-overlay-section h3 {
  font-size: 20px; }

.image-pagetitle {
  position: relative;
  overflow: hidden; }
  .image-pagetitle .image-pagetitle-content .btn-p {
    margin-top: 10px; }
    .image-pagetitle .image-pagetitle-content .btn-p a {
      font-size: 18px; }
  .image-pagetitle .image-pagetitle-content .cta-p {
    margin-top: 10px; }
  .image-pagetitle .image-caption {
    background-color: #e1f1ff;
    padding: 0.8em 20px 0.6em;
    font-size: 15px;
    line-height: 1.5; }
  .image-pagetitle.copy-below-image {
    color: #333; }
    @media only screen and (min-width: 959px) {
      .image-pagetitle.copy-below-image .image-pagetitle-img {
        visibility: hidden;
        object-fit: cover;
        font-family: "object-fit: cover"; } }
    .image-pagetitle.copy-below-image h1,
    .image-pagetitle.copy-below-image p {
      color: #333; }
    .image-pagetitle.copy-below-image .image-pagetitle-content {
      padding: 10px; }
  .image-pagetitle.copy-on-image {
    color: #fff; }
    .image-pagetitle.copy-on-image .image-pagetitle-img {
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .image-pagetitle.copy-on-image h1,
    .image-pagetitle.copy-on-image p {
      color: #fff; }
  .image-pagetitle h1,
  .image-pagetitle h2,
  .image-pagetitle h3,
  .image-pagetitle p {
    margin: 0; }
  .image-pagetitle h1,
  .image-pagetitle h2,
  .image-pagetitle h3 {
    font-family: 'proxima bold'; }
  .image-pagetitle ul {
    list-style: disc;
    padding-left: 30px; }
    .image-pagetitle ul li {
      margin: 0;
      position: relative; }

.column-1-1 .copy-on-image .image-pagetitle-content,
.column-1-2 .copy-on-image .image-pagetitle-content,
.column-1-3 .copy-on-image .image-pagetitle-content,
.column-2-3 .copy-on-image .image-pagetitle-content {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  -ms-transform: translateY(0);
      transform: translateY(0); }

.column-1-1 .copy-on-image.top-left .image-pagetitle-content,
.column-1-2 .copy-on-image.top-left .image-pagetitle-content,
.column-1-3 .copy-on-image.top-left .image-pagetitle-content,
.column-2-3 .copy-on-image.top-left .image-pagetitle-content {
  top: 0;
  left: 0; }

.column-1-1 .copy-on-image.top-middle .image-pagetitle-content,
.column-1-2 .copy-on-image.top-middle .image-pagetitle-content,
.column-1-3 .copy-on-image.top-middle .image-pagetitle-content,
.column-2-3 .copy-on-image.top-middle .image-pagetitle-content {
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: table;
  min-width: -moz-fit-content; }

.column-1-1 .copy-on-image.top-right .image-pagetitle-content,
.column-1-2 .copy-on-image.top-right .image-pagetitle-content,
.column-1-3 .copy-on-image.top-right .image-pagetitle-content,
.column-2-3 .copy-on-image.top-right .image-pagetitle-content {
  top: 0;
  right: 0; }

.column-1-1 .copy-on-image.middle-left .image-pagetitle-content,
.column-1-2 .copy-on-image.middle-left .image-pagetitle-content,
.column-1-3 .copy-on-image.middle-left .image-pagetitle-content,
.column-2-3 .copy-on-image.middle-left .image-pagetitle-content {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.column-1-1 .copy-on-image.middle-middle .image-pagetitle-content,
.column-1-2 .copy-on-image.middle-middle .image-pagetitle-content,
.column-1-3 .copy-on-image.middle-middle .image-pagetitle-content,
.column-2-3 .copy-on-image.middle-middle .image-pagetitle-content {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: table;
  min-width: -moz-fit-content; }

.column-1-1 .copy-on-image.middle-right .image-pagetitle-content,
.column-1-2 .copy-on-image.middle-right .image-pagetitle-content,
.column-1-3 .copy-on-image.middle-right .image-pagetitle-content,
.column-2-3 .copy-on-image.middle-right .image-pagetitle-content {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.column-1-1 .copy-on-image.bottom-left .image-pagetitle-content,
.column-1-2 .copy-on-image.bottom-left .image-pagetitle-content,
.column-1-3 .copy-on-image.bottom-left .image-pagetitle-content,
.column-2-3 .copy-on-image.bottom-left .image-pagetitle-content {
  bottom: 0;
  left: 0; }

.column-1-1 .copy-on-image.bottom-middle .image-pagetitle-content,
.column-1-2 .copy-on-image.bottom-middle .image-pagetitle-content,
.column-1-3 .copy-on-image.bottom-middle .image-pagetitle-content,
.column-2-3 .copy-on-image.bottom-middle .image-pagetitle-content {
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: table;
  min-width: -moz-fit-content; }

.column-1-1 .copy-on-image.bottom-right .image-pagetitle-content,
.column-1-2 .copy-on-image.bottom-right .image-pagetitle-content,
.column-1-3 .copy-on-image.bottom-right .image-pagetitle-content,
.column-2-3 .copy-on-image.bottom-right .image-pagetitle-content {
  bottom: 0;
  right: 0; }

/* Media Query Large and Above */
@media only screen and (min-width: 960px) {
  .column-1-1 .copy-below-image .image-pagetitle-content h1 {
    font-size: 70px;
    line-height: 1; }
  .column-1-1 .copy-below-image .image-pagetitle-content p {
    font-size: 22px; }
  .column-1-2 .copy-below-image .image-pagetitle-content h1 {
    font-size: 40px;
    line-height: 1; }
  .column-1-2 .copy-below-image .image-pagetitle-content p {
    font-size: 18px; }
  .column-1-3 .copy-below-image .image-pagetitle-content h1 {
    font-size: 25px;
    line-height: 1; }
  .column-1-3 .copy-below-image .image-pagetitle-content p {
    font-size: 16px; }
  .column-2-3 .copy-below-image .image-pagetitle-content h1 {
    font-size: 50px;
    line-height: 1; }
  .column-2-3 .copy-below-image .image-pagetitle-content p {
    font-size: 16px; }
  .copy-on-image .image-pagetitle-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .column-1-1 .copy-on-image .image-pagetitle-content {
      padding: 30px; }
      .column-1-1 .copy-on-image .image-pagetitle-content h1 {
        font-size: 70px;
        line-height: 1; }
      .column-1-1 .copy-on-image .image-pagetitle-content p {
        font-size: 22px; }
    .column-1-2 .copy-on-image .image-pagetitle-content {
      padding: 10px; }
      .column-1-2 .copy-on-image .image-pagetitle-content h1 {
        font-size: 50px;
        line-height: 1; }
      .column-1-2 .copy-on-image .image-pagetitle-content p {
        font-size: 16px; }
    .column-1-3 .copy-on-image .image-pagetitle-content {
      padding: 10px; }
      .column-1-3 .copy-on-image .image-pagetitle-content h1 {
        font-size: 25px;
        line-height: 1; }
      .column-1-3 .copy-on-image .image-pagetitle-content p {
        font-size: 16px; }
    .column-2-3 .copy-on-image .image-pagetitle-content {
      padding: 30px; }
      .column-2-3 .copy-on-image .image-pagetitle-content h1 {
        font-size: 70px;
        line-height: 1; }
      .column-2-3 .copy-on-image .image-pagetitle-content p {
        font-size: 22px; } }

/* Media Query Medium Only */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .column-1-1 .copy-below-image .image-pagetitle-content h1,
  .column-1-2 .copy-below-image .image-pagetitle-content h1,
  .column-1-3 .copy-below-image .image-pagetitle-content h1,
  .column-2-3 .copy-below-image .image-pagetitle-content h1 {
    font-size: 50px;
    line-height: 1; }
  .column-1-1 .copy-below-image .image-pagetitle-content p,
  .column-1-2 .copy-below-image .image-pagetitle-content p,
  .column-1-3 .copy-below-image .image-pagetitle-content p,
  .column-2-3 .copy-below-image .image-pagetitle-content p {
    font-size: 22px; }
  .copy-on-image .image-pagetitle-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .column-1-1 .copy-on-image .image-pagetitle-content,
    .column-1-2 .copy-on-image .image-pagetitle-content,
    .column-1-3 .copy-on-image .image-pagetitle-content,
    .column-2-3 .copy-on-image .image-pagetitle-content {
      padding: 30px; }
      .column-1-1 .copy-on-image .image-pagetitle-content h1,
      .column-1-2 .copy-on-image .image-pagetitle-content h1,
      .column-1-3 .copy-on-image .image-pagetitle-content h1,
      .column-2-3 .copy-on-image .image-pagetitle-content h1 {
        font-size: 70px;
        line-height: 1; }
      .column-1-1 .copy-on-image .image-pagetitle-content p,
      .column-1-2 .copy-on-image .image-pagetitle-content p,
      .column-1-3 .copy-on-image .image-pagetitle-content p,
      .column-2-3 .copy-on-image .image-pagetitle-content p {
        font-size: 22px; } }

/* Media Query Small and Below */
@media only screen and (max-width: 767px) {
  .column-1-1 .copy-below-image .image-pagetitle-content h1,
  .column-1-2 .copy-below-image .image-pagetitle-content h1,
  .column-1-3 .copy-below-image .image-pagetitle-content h1,
  .column-2-3 .copy-below-image .image-pagetitle-content h1 {
    font-size: 25px;
    line-height: 1; }
  .column-1-1 .copy-below-image .image-pagetitle-content p,
  .column-1-2 .copy-below-image .image-pagetitle-content p,
  .column-1-3 .copy-below-image .image-pagetitle-content p,
  .column-2-3 .copy-below-image .image-pagetitle-content p {
    font-size: 16px; }
  .copy-on-image .image-pagetitle-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .column-1-1 .copy-on-image .image-pagetitle-content,
    .column-1-2 .copy-on-image .image-pagetitle-content,
    .column-1-3 .copy-on-image .image-pagetitle-content,
    .column-2-3 .copy-on-image .image-pagetitle-content {
      padding: 10px; }
      .column-1-1 .copy-on-image .image-pagetitle-content h1,
      .column-1-2 .copy-on-image .image-pagetitle-content h1,
      .column-1-3 .copy-on-image .image-pagetitle-content h1,
      .column-2-3 .copy-on-image .image-pagetitle-content h1 {
        font-size: 25px;
        line-height: 1; }
      .column-1-1 .copy-on-image .image-pagetitle-content p,
      .column-1-2 .copy-on-image .image-pagetitle-content p,
      .column-1-3 .copy-on-image .image-pagetitle-content p,
      .column-2-3 .copy-on-image .image-pagetitle-content p {
        font-size: 16px; } }

@media only screen and (max-width: 600px) {
  .copy-below-image.chs-global-height,
  .copy-on-image.chs-global-height {
    height: auto; } }

.copy-on-image.chs-global-height .image-pagetitle-img {
  object-fit: cover;
  height: 100%; }

@media only screen and (max-width: 960px) {
  .image-pagetitle {
    height: auto !important; }
  .copy-on-image .image-pagetitle-img {
    min-height: 250px;
    max-height: 430px;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .column-1-1 .chs-global.image-overlay .image-shadow-content {
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0; }
    .column-1-1 .chs-global.image-overlay .image-shadow-content .image-overlay-section {
      font-size: 15px; }
      .column-1-1 .chs-global.image-overlay .image-shadow-content .image-overlay-section h3 {
        font-family: 'proxima bold';
        font-size: 40px;
        line-height: 1;
        text-transform: none; }
      .column-1-1 .chs-global.image-overlay .image-shadow-content .image-overlay-section p {
        font-size: 15px; }
    .column-1-1 .chs-global.image-overlay .image-shadow-content .image-overlay-content {
      padding: 2%;
      position: static;
      width: 500px; }
  .column-1-2 .chs-global.image-overlay .image-shadow-content .image-overlay-content,
  .column-1-3 .chs-global.image-overlay .image-shadow-content .image-overlay-content,
  .column-2-3 .chs-global.image-overlay .image-shadow-content .image-overlay-content {
    border: 0 none !important; } }

/*

    Removing this as it causes "Image with Overlay (legacy)" components to not appear.
    Keeping it commented out for future debugging in the case that there is a side effect.
    
  @media only screen and (max-width: 767px) {
  .image-overlay.chs-global-height {
    height: auto; } }

*/

.news-article.chs-global-height {
  overflow: hidden; }

.news-article-header {
  display: block;
  padding: 5px 15px;
  width: 100%; }
  .news-article-header .news-article-heading {
    color: #fff;
    margin: 0;
    padding: 0; }

.news-article-copy {
  overflow: hidden;
  padding: 5px 15px 0; }

.news-article-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0px;
  font-family: 'proxima bold',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.news-article-cta {
  display: block;
  min-height: 50px;
  overflow: hidden;
  padding: 5px;
  text-align: center; }
  .news-article-cta a {
    font-size: 18px; }

.chs-global-height .news-article-cta,
.chs-global-height .news-article-copy {
  visibility: hidden; }

@media only screen and (max-width: 960px) and (min-width: 600px) {
  .news-article-img {
    height: 50%;
    object-fit: cover;
    font-family: "object-fit: cover"; } }

@media only screen and (max-width: 960px) {
  .news-article {
    height: auto; }
  .news-article-cta {
    min-height: 57px; }
  .news-article-copy {
    height: auto !important; } }

@media only screen and (max-width: 767px) {
  .news-article {
    height: auto; } }

.news-feed.chs-global-height {
  overflow: hidden; }

.news-feed-header {
  display: block;
  padding: 5px 15px;
  width: 100%; }
  .news-feed-header .news-feed-heading {
    color: #fff;
    margin: 0;
    padding: 0; }

.news-feed-collection {
  padding: 15px 15px 0; }
  .news-feed-collection ul {
    margin-bottom: 0;
    padding-bottom: 0; }
    .news-feed-collection ul li {
      margin-bottom: 10px; }
      .news-feed-collection ul li a {
        display: block;
        font-size: 18px;
        padding: 0 15px 10px;
        text-decoration: none; }

.news-feed-cta {
  display: block;
  min-height: 72px;
  overflow: hidden;
  padding: 15px;
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .news-feed .news-feed-img {
    height: 60%;
    object-fit: cover;
    font-family: "object-fit: cover"; } }

@media only screen and (max-width: 960px) {
  .chs-global.news-feed {
    height: auto !important; }
  .news-feed-collection {
    height: auto !important; } }

/* Rich Text */
.rich-text {
  margin-top: 12px; }
  .image-full-width .rich-text {
    padding-left: 15px;
    padding-right: 15px; }

.rich-text li {
  margin-left: 18px; }

.rich-text span a {
  font-size: inherit; }

.rich-text p {
  margin-top: 0;
  line-height: 1.3em; }

.rich-text .subhead-h2 {
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0 0 .5em; }

.select-results .rich-text {
  padding-bottom: 1em; }

.select-results section.selection-overview .rich-text {
  display: none; }

.rich-text.chs-global-height {
  overflow: hidden;
  margin-top: 0; }

.rich-text .rich-text-img {
  margin-bottom: 13px; }

.rich-text img {
  margin-bottom: 10px;
  max-width: 100%; }

.rich-text ul {
  list-style: disc;
  padding-left: 30px; }
  .rich-text ul li {
    margin: 0;
    position: relative; }

.rich-text ol {
  counter-reset: i;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0; }
  .rich-text ol li {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative; }
    .rich-text ol li:before {
      content: counter(i) ".";
      counter-increment: i;
      display: inline-block;
      left: 2px;
      position: absolute;
      top: 0; }

/* Media Query Large and Above */
@media only screen and (min-width: 960px) {
  .column-1-1 .rich-text .img-left {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 35%; }
  .column-1-1 .rich-text .img-right {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 35%; }
  .column-2-3 .rich-text .img-left {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 50%; }
  .column-2-3 .rich-text .img-right {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 50%; } }

/* Media Query Medium Only */
@media only screen and (max-width: 1065px) {
  .rich-text {
    padding: 0 10px; } }

/* Media Query Medium Only */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .column-1-1 .rich-text .img-left,
  .column-1-2 .rich-text .img-left,
  .column-1-3 .rich-text .img-left,
  .column-2-3 .rich-text .img-left {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 35%; }
  .column-1-1 .rich-text .img-right,
  .column-1-2 .rich-text .img-right,
  .column-1-3 .rich-text .img-right,
  .column-2-3 .rich-text .img-right {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 35%; } }

.stats.chs-global-height {
  overflow: hidden; }

.chs-global.stats {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .chs-global.stats.icon-stack .stats-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1; }
    .chs-global.stats.icon-stack .stats-wrapper a {
      -ms-flex-direction: column;
          flex-direction: column; }
    .chs-global.stats.icon-stack .stats-wrapper .stats-content {
      width: 100%; }
  .chs-global.stats .stats-icon {
    position: relative; }
  .chs-global.stats.state-border-left {
    border-left: 1px solid #ccc; }
  .chs-global.stats.state-border-right {
    border-right: 1px solid #ccc; }
  .chs-global.stats > a {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: none;
    width: 100%; }
  .chs-global.stats .stats-icon {
    font-size: 75px;
    padding: 10px 15px; }
    .chs-global.stats .stats-icon img {
      object-fit: cover; }
  .chs-global.stats .stats-content {
    padding: 10px 15px; }
    .chs-global.stats .stats-content h2 {
      margin: 0;
      line-height: 1; }
    .chs-global.stats .stats-content p {
      color: #333;
      margin-bottom: 0;
      margin-top: 0; }

@media only screen and (max-width: 960px) {
  .chs-global.stats {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .chs-global.stats.state-border-left, .chs-global.stats.state-border-right {
      border: 0 none; }
    .chs-global.stats > a {
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      width: 100%; }
    .chs-global.stats .stats-icon {
      font-size: 75px;
      padding: 10px 15px;
      margin-left: 10px; }
    .chs-global.stats .stats-content {
      padding: 10px 15px; }
      .chs-global.stats .stats-content h2 {
        margin: 0;
        line-height: 1; }
      .chs-global.stats .stats-content p {
        color: #333;
        margin-bottom: 0;
        margin-top: 0; } }

@media only screen and (max-width: 959px) {
  .stats.chs-global-height {
    height: auto; } }

.stats-wrapper {
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.chs-global.stats.icon-top .stats-icon {
  position: absolute;
  top: 0; }

.chs-global.stats.icon-bottom .stats-icon {
  position: absolute;
  bottom: 0; }

.chs-global.stats.icon-left .stats-icon {
  position: absolute;
  left: 0; }

.chs-global.stats.icon-right .stats-icon {
  position: absolute;
  right: 0; }

.chs-global.stats.icon-left .stats-content {
  padding-left: 120px; }

.chs-global.stats.icon-right .stats-content {
  padding-right: 120px; }

.page-navigation {
  background: #E37424;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 0;
  box-sizing: border-box; }
  .page-navigation > div {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0 10px; }
    .page-navigation > div:last-child {
      border-right: 1px solid transparent; }
    .page-navigation > div p {
      margin: 0;
      padding: 0;
      text-align: center;
      display: inline-block; }
    .page-navigation > div a {
      color: #fff;
      text-decoration: none;
      font-family: proxima, Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 24px; }

@media only screen and (min-width: 960px) {
  .page-navigation > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center; } }

@media only screen and (max-width: 959px) {
  .page-navigation {
    padding: 15px; }
    .page-navigation > div {
      border: 0;
      border-bottom: 1px solid #fff;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 15px;
      text-align: center; }
      .page-navigation > div:first-child {
        padding: 0 15px 15px; }
      .page-navigation > div:last-child {
        border: 0;
        padding: 15px 15px 0; } }

/*# sourceMappingURL=global.css.map */
