﻿:root {
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #515050;
  padding-top: 135px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 120px; } }

main {
  min-height: calc(100vh - 409px - 135px); }

h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #225091;
  text-transform: uppercase; }
  h1.page-title {
    margin: 1rem 0 2rem; }

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  color: #515050; }

h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #b42024;
  text-transform: uppercase; }

h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #225091; }

h5 {
  font-size: 1.2rem; }

img {
  max-width: 100%; }

a {
  color: #225091;
  font-weight: 600; }
  a:hover, a:focus {
    color: #6081b0; }

select.custom-select {
  display: none; }

input::-webkit-input-placeholder {
  color: #e7e7e7 !important;
  font-style: italic; }

input::-moz-placeholder {
  color: #e7e7e7 !important;
  font-style: italic; }

input:-ms-input-placeholder {
  color: #e7e7e7 !important;
  font-style: italic; }

input:-moz-placeholder {
  color: #e7e7e7 !important;
  font-style: italic; }

@media only screen and (min-width: 1199px) {
  .container {
    max-width: 1350px; } }

.btn {
  background: #225091;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0; }

.form-control {
  border-radius: 0;
  border-color: #515050; }
  .form-control:focus {
    border-color: #6081b0;
    box-shadow: none; }

.date-picker[readonly] {
  background-color: #fff; }

.table {
  color: #515050; }
  .table td {
    font-weight: 600;
    vertical-align: middle; }
    .table td img {
      max-height: 35px; }
  .table.table-results {
    font-size: 0.875rem;
    line-height: 1.1; }
    .table.table-results thead tr {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
      .table.table-results thead tr th {
        padding: 0.5rem; }
    .table.table-results tbody tr {
      background: #f1f1f1;
      border-bottom: 20px solid #fff; }
      .table.table-results tbody tr td {
        padding: 0.25rem 0.5rem; }

.lead {
  font-weight: 400; }

.accordion {
  margin: 2rem 0; }
  .accordion .card {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #fff !important; }
    .accordion .card .card-header {
      padding: 0;
      border: 0;
      background: transparent; }
      .accordion .card .card-header .btn {
        font-size: 0.938rem;
        line-height: 1.2rem;
        font-weight: 600;
        padding: 0.5rem 0.75rem;
        background: #1c4278;
        color: #fff;
        text-align: left;
        text-transform: none; }
        .accordion .card .card-header .btn.collapsed {
          background: #f1f1f1;
          color: #625c5c; }
        .accordion .card .card-header .btn:focus {
          outline: none;
          box-shadow: none; }

.custom-file {
  cursor: pointer;
  width: auto; }
  .custom-file .custom-file-input {
    width: 218px; }
  .custom-file .custom-file-label {
    border: 0;
    border-radius: 0;
    background: #225091;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .custom-file .custom-file-label:before {
      content: url("/Content/images/upload_icon.png");
      padding: 0.25rem 0.5rem 0 0; }
    .custom-file .custom-file-label:after {
      display: none; }

.validation-summary-errors {
  color: #b42024; }

.bg-blue {
  background: #22538f; }

.blue-text {
  color: #225091; }

.gray-text {
  color: #515050; }

ul.link-list {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0; }
  ul.link-list > li {
    position: relative;
    padding-left: 1.25rem; }
    ul.link-list > li:before {
      content: '>';
      position: absolute;
      top: 3px;
      left: 0; }
    ul.link-list > li a {
      color: #515050;
      text-decoration: underline;
      font-size: 0.938rem; }

.icon-link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1.875rem 0; }
  @media only screen and (max-width: 991px) {
    .icon-link-list {
      margin: 0 -2.1875rem; } }
  .icon-link-list > a {
    color: #225091;
    width: 50%;
    font-weight: 400;
    line-height: 1.4;
    padding: 1.25rem 0.625rem;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .icon-link-list > a {
        flex-direction: column;
        text-align: center; } }
    @media only screen and (max-width: 575px) {
      .icon-link-list > a {
        width: 100%; } }
    .icon-link-list > a:hover, .icon-link-list > a:focus {
      text-decoration: none; }
    .icon-link-list > a .icon-holder {
      width: 30%;
      text-align: center;
      margin-right: 1.5rem;
      flex: 1 1 0; }
      @media only screen and (max-width: 767px) {
        .icon-link-list > a .icon-holder {
          width: auto;
          margin: 0 0 0.9375rem; } }
      .icon-link-list > a .icon-holder + div {
        width: 70%; }
        @media only screen and (max-width: 767px) {
          .icon-link-list > a .icon-holder + div {
            width: 100%; } }
      .icon-link-list > a .icon-holder img.sm {
        max-height: 90px;
        max-width: 90px; }
    .icon-link-list > a label {
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.031rem;
      margin: 0;
      line-height: 1.15; }
    .icon-link-list > a p {
      margin: 0;
      overflow-wrap: break-word; }

.twitter-embed-container {
  max-width: 400px;
  margin-bottom: 1.25rem; }
  .twitter-embed-container.dark .embed-wrapper:before {
    background: #292F33; }
  @media only screen and (max-width: 1199px) {
    .twitter-embed-container {
      margin-left: auto;
      margin-right: auto; } }
  .twitter-embed-container h2 {
    background: #b42024;
    color: #fff;
    border-bottom: 3px solid #22538f;
    padding: 0.3125rem 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center; }
    .twitter-embed-container h2 img {
      max-height: 28px;
      margin-right: 0.3125rem; }
  .twitter-embed-container .embed-wrapper {
    height: 350px;
    overflow: auto;
    position: relative; }
    .twitter-embed-container .embed-wrapper:before {
      content: '';
      height: 4px;
      width: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }

.error-page {
  padding: 6.25rem 0 12.5rem; }
  .error-page h1 {
    margin-bottom: 0; }
  .error-page h3 {
    font-size: 1.5625rem;
    margin-bottom: 6.25rem; }

.page-content-container {
  position: relative;
  padding: 3.125rem 0; }
  .page-content-container.two-column > .container > .row > div:first-child {
    padding-right: 2rem; }
  .page-content-container.two-column > .container > .row > div:last-child {
    padding-left: 2rem;
    border-left: 1px solid #dce2e1; }
    @media only screen and (max-width: 767px) {
      .page-content-container.two-column > .container > .row > div:last-child {
        border-left: 0; } }
    .page-content-container.two-column > .container > .row > div:last-child label {
      font-weight: 700;
      margin: 0; }
    .page-content-container.two-column > .container > .row > div:last-child h4 {
      margin: 1.5rem 0; }
    .page-content-container.two-column > .container > .row > div:last-child ul {
      margin-bottom: 2rem; }
      .page-content-container.two-column > .container > .row > div:last-child ul li {
        padding: 0.25rem 0; }
  @media only screen and (max-width: 1199px) {
    .page-content-container.two-column > .container > .row > div:first-child {
      padding-right: 15px; }
    .page-content-container.two-column > .container > .row > div:last-child {
      padding-left: 15px; } }

.breadcrumbs-container {
  font-size: 0.875rem;
  padding-bottom: 1.5rem; }
  .breadcrumbs-container a {
    color: #abacae;
    padding: 0.25rem; }
    .breadcrumbs-container a:last-child {
      color: #225091; }
    .breadcrumbs-container a:before {
      content: '/';
      padding-right: 0.25rem; }

.bio-container {
  position: relative;
  border-top: 5px solid #225091;
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: cover;
  color: #fff; }
  .bio-container .blue-overlay {
    background: rgba(34, 80, 145, 0.9);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .bio-container .container {
    z-index: 1;
    padding: 2.5rem 15px; }
    .bio-container .container > .row > div > .row > div:first-child {
      padding-right: 1.25rem;
      text-align: center; }
    .bio-container .container > .row > div > .row > div:last-child {
      padding-left: 1.25rem; }
    @media only screen and (max-width: 1199px) {
      .bio-container .container > .row > div > .row > div:first-child {
        padding-right: 15px; }
      .bio-container .container > .row > div > .row > div:last-child {
        padding-left: 15px; } }

.headshot-widget {
  display: block;
  border: 5px solid #fff;
  text-align: center;
  margin: 2.5rem 0; }
  .headshot-widget img {
    width: 100%; }
  .headshot-widget label {
    background: #fff;
    color: #225091;
    text-transform: uppercase;
    padding: .5rem .5rem .25rem;
    margin: 0;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer; }

.hero-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }
  .hero-image img {
    width: 100vw; }

.side-widget {
  padding: 1rem 0 2.125rem 0; }
  .side-widget label {
    display: block;
    color: #225091;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800; }
  .side-widget .twitter-typeahead {
    width: 100%; }
    .side-widget .twitter-typeahead .tt-input:focus {
      border-color: #515050;
      box-shadow: none; }
    .side-widget .twitter-typeahead .tt-menu {
      width: 100%;
      margin-top: -1px;
      background: #fff;
      border: 1px solid #515050;
      border-top: 1px solid #fff;
      padding: 5px; }
      .side-widget .twitter-typeahead .tt-menu .tt-header {
        font-size: 1rem;
        text-transform: none; }
      .side-widget .twitter-typeahead .tt-menu .tt-suggestion {
        cursor: pointer;
        color: #225091; }
        .side-widget .twitter-typeahead .tt-menu .tt-suggestion:hover {
          color: #6081b0; }

.list-filters {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2rem; }
  .list-filters label {
    color: #225091;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800; }
    .list-filters label.required:after {
      content: '*';
      color: #b42024; }
  .list-filters small {
    color: #225091; }
  .list-filters .search-input-group .input-group-append .btn {
    padding: 0.3rem .5rem; }
  .list-filters .search-input-group .input-group-append span {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("/Content/images/search_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media only screen and (max-width: 991px) {
      .list-filters .search-input-group .input-group-append span {
        width: 20px;
        height: 20px; } }

.tag {
  background: #e7e7e7;
  color: #515050;
  display: inline-block;
  padding: 0.0625rem 0.375rem 0.125rem;
  margin: 0 0.3125rem 0.3125rem 0;
  white-space: nowrap;
  border-radius: 9px;
  font-size: 0.8rem;
  font-weight: 700; }
  .tag:hover, .tag:focus {
    text-decoration: none;
    color: #373737; }
  .tag .remove-tag .fa-times-circle {
    color: #b42024; }
  .tag .remove-tag:hover {
    text-decoration: none; }

.listing {
  padding: 1rem 0 2.125rem 0;
  display: flex;
  flex-direction: column; }
  .listing label {
    display: block;
    background: #225091;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    margin: 0 0 .5rem;
    line-height: 1.2; }
  .listing > a {
    padding: 0.375rem 0;
    border-bottom: 1px solid #e7e7e7;
    color: #515050;
    font-size: 0.85rem;
    line-height: 1.4rem; }
    .listing > a span {
      text-transform: uppercase;
      color: #225091; }

.caption {
  background: #dce2e1;
  padding: 0.25rem 0.5rem;
  font-size: 0.813rem;
  font-weight: 600;
  margin: 0.25rem 0; }
  .caption small {
    display: block; }

.article-header {
  margin: 2.5rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .article-header label {
    font-weight: 800; }

.fitvid {
  margin-bottom: 2rem; }

.result-info {
  display: inline-block;
  font-style: italic;
  font-weight: 600; }

.result-msg {
  background: #1c4278;
  color: #fff;
  margin: 4rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 250ms ease; }
  .result-msg.hide {
    opacity: 0; }
  .result-msg.none {
    background: #b42024; }

.action-bar {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 991px) {
    .action-bar {
      flex-wrap: wrap;
      justify-content: center; } }
  .action-bar > * {
    margin: 0 0.5rem;
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      .action-bar > * {
        margin: 0.5rem; } }
  .action-bar label {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .action-bar label {
        font-size: 1rem; } }
  .action-bar a, .action-bar button {
    color: #225091;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 1rem;
    border: 0;
    background: transparent; }
    .action-bar a.disabled, .action-bar button.disabled {
      opacity: 0.5;
      pointer-events: none; }
  .action-bar .form-control {
    max-width: 200px; }
  .action-bar img {
    max-height: 50px; }

.social-icons {
  display: flex;
  align-items: center; }
  .social-icons a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 .25rem;
    color: #fff;
    font-weight: 400; }
    .social-icons a.facebook {
      background-color: #3b5998; }
    .social-icons a.twitter {
      background-color: #00acee; }
    .social-icons a.email {
      background-color: #5f6062; }
    .social-icons a.print {
      color: #5f6062;
      font-size: 1.25rem;
      line-height: 1.3; }

.login-card {
  border-radius: 0;
  border-color: #225091;
  border-width: 2px;
  background: #f4f4f4; }
  .login-card .btn-outline-secondary {
    background: transparent;
    color: #5f6062;
    border-color: #5f6062; }

.img-preview-wrapper {
  max-height: 320px;
  overflow: hidden; }

.pagination .page-link {
  background: #dce2e1;
  color: #225091; }

#site-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #dce2e1;
  padding: 1.25rem 0 0;
  height: 135px;
  width: 100%;
  border-bottom: 0 solid #225091;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media only screen and (max-width: 991px) {
    #site-header {
      padding-top: 1rem; } }
  @media only screen and (max-width: 767px) {
    #site-header {
      height: 120px;
      padding: 0; } }
  #site-header.condense {
    height: 90px;
    border-bottom-width: 1px; }
    #site-header.condense img.logo {
      transform: translateY(0);
      max-height: 45px; }
      @media only screen and (max-width: 1199px) {
        #site-header.condense img.logo {
          transform: translateY(-0.5rem); } }
      @media only screen and (max-width: 991px) {
        #site-header.condense img.logo {
          max-height: 40px; } }
      @media only screen and (max-width: 767px) {
        #site-header.condense img.logo {
          transform: translateY(0); } }
    #site-header.condense #upper-header {
      height: 0;
      padding: 0;
      overflow: hidden; }
  #site-header .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #site-header .container > .row {
        height: 100%;
        align-items: center; } }
  #site-header img.logo {
    max-height: 55px;
    transform: translateY(1rem);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      #site-header img.logo {
        max-height: 45px; } }
    @media only screen and (max-width: 767px) {
      #site-header img.logo {
        transform: translateY(0); } }
  #site-header #upper-header {
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0;
    height: 40px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      #site-header #upper-header {
        flex-direction: column;
        align-items: flex-end;
        height: 72px; } }
    @media only screen and (max-width: 767px) {
      #site-header #upper-header {
        display: none; } }
    #site-header #upper-header .input-group .form-control {
      width: 400px;
      height: 32px;
      border: 0; }
      @media only screen and (max-width: 1199px) {
        #site-header #upper-header .input-group .form-control {
          width: 300px; } }
      @media only screen and (max-width: 991px) {
        #site-header #upper-header .input-group .form-control {
          height: 30px; } }
    #site-header #upper-header .input-group .input-group-append {
      height: 32px; }
      @media only screen and (max-width: 991px) {
        #site-header #upper-header .input-group .input-group-append {
          height: 30px; } }
      #site-header #upper-header .input-group .input-group-append .btn {
        padding: 0.3rem .5rem;
        border: 0; }
      #site-header #upper-header .input-group .input-group-append span {
        display: block;
        width: 22px;
        height: 22px;
        background-image: url("/Content/images/search_icon.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media only screen and (max-width: 991px) {
          #site-header #upper-header .input-group .input-group-append span {
            width: 20px;
            height: 20px; } }
    #site-header #upper-header .social-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: 1rem; }
      @media only screen and (max-width: 991px) {
        #site-header #upper-header .social-links {
          padding-top: 0.5rem; } }
      #site-header #upper-header .social-links a:last-child img {
        margin-right: 0; }
      #site-header #upper-header .social-links img {
        max-height: 28px;
        margin: 0 0.5rem; }
        @media only screen and (max-width: 991px) {
          #site-header #upper-header .social-links img {
            max-height: 24px; } }
    #site-header #upper-header .tt-menu {
      background: #fff;
      width: 100%;
      padding: 10px;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      border-bottom: 3px solid #225091; }
      #site-header #upper-header .tt-menu .tt-dataset {
        margin-bottom: 1rem; }
        #site-header #upper-header .tt-menu .tt-dataset .tt-header {
          font-size: 0.75rem;
          margin-bottom: .25rem; }
        #site-header #upper-header .tt-menu .tt-dataset .tt-suggestion {
          font-size: 0.875rem;
          line-height: 1.2;
          margin-bottom: 0.5rem;
          cursor: pointer; }
          #site-header #upper-header .tt-menu .tt-dataset .tt-suggestion:hover {
            text-decoration: underline; }
  #site-header #site-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      #site-header #site-nav {
        display: none; } }
    #site-header #site-nav ul {
      position: relative;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        #site-header #site-nav ul {
          position: static; } }
      @media only screen and (max-width: 991px) {
        #site-header #site-nav ul {
          width: 100%;
          justify-content: space-evenly; } }
      #site-header #site-nav ul > li {
        display: inline-block; }
        #site-header #site-nav ul > li.active > a {
          background: #212325;
          color: #fff; }
        #site-header #site-nav ul > li.active .submenu {
          display: block; }
        #site-header #site-nav ul > li > a {
          display: block;
          padding: 0.9375rem 1.8rem;
          text-transform: uppercase;
          color: #225091;
          font-size: 1rem;
          font-weight: 600;
          white-space: nowrap; }
          @media only screen and (max-width: 1199px) {
            #site-header #site-nav ul > li > a {
              padding: 0.5rem 1rem; } }
          #site-header #site-nav ul > li > a:hover, #site-header #site-nav ul > li > a:focus {
            text-decoration: none; }
        #site-header #site-nav ul > li .submenu {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          width: 1000px;
          -webkit-box-shadow: 0 3px 5px 0 rgba(26, 24, 27, 0.4);
          box-shadow: 0 3px 5px 0 rgba(26, 24, 27, 0.4);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: cover;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media only screen and (max-width: 1199px) {
            #site-header #site-nav ul > li .submenu {
              width: 90%; } }
          @media only screen and (max-width: 991px) {
            #site-header #site-nav ul > li .submenu {
              width: calc(100% + 30px);
              left: -15px;
              right: -15px; } }
          #site-header #site-nav ul > li .submenu.right-aligned {
            left: auto;
            right: 0; }
          #site-header #site-nav ul > li .submenu.hide-bg {
            background-image: none !important; }
            #site-header #site-nav ul > li .submenu.hide-bg .submenu-inner .nav {
              background: #212325; }
            #site-header #site-nav ul > li .submenu.hide-bg .submenu-inner .tab-pane .nav {
              background: transparent; }
          #site-header #site-nav ul > li .submenu .submenu-inner {
            display: flex;
            min-height: 200px; }
            #site-header #site-nav ul > li .submenu .submenu-inner .nav {
              width: 30%;
              padding: 0 0 0.625rem; }
              #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link {
                color: #fff;
                font-size: 0.9375rem;
                padding: .5rem 0.3125rem .5rem 1.5625rem;
                position: relative; }
                #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:after {
                  content: '';
                  background: #5f6062;
                  width: calc(100% - 25px);
                  height: 1px;
                  position: absolute;
                  top: 0;
                  right: 0; }
                #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:first-child:not(:only-child):after {
                  display: none; }
                #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:only-child:after {
                  top: auto;
                  bottom: 0; }
                #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:hover, #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:focus {
                  background: #225091; }
                  #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:hover:after, #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:hover + .nav-link:after, #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:focus:after, #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link:focus + .nav-link:after {
                    background: #6081b0; }
                #site-header #site-nav ul > li .submenu .submenu-inner .nav .nav-link small {
                  display: block;
                  font-size: 0.781rem; }
            #site-header #site-nav ul > li .submenu .submenu-inner .tab-content {
              width: 70%; }
              #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane {
                height: 100%;
                padding: 0 0.9375rem 0 0;
                background: rgba(196, 200, 206, 0.96);
                color: #225091;
                border-left: 6px solid #225091; }
                #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane.lead-pane {
                  background: transparent;
                  color: #fff;
                  border: none;
                  flex-direction: column;
                  justify-content: flex-end;
                  line-height: 1.3rem;
                  padding-left: 1.5625rem;
                  padding-bottom: 0.9375rem;
                  text-shadow: 0 1px 1px rgba(26, 24, 27, 0.5); }
                  #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane.lead-pane.active, #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane.lead-pane.show {
                    display: flex; }
                  #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane.lead-pane label {
                    font-size: 1.2rem;
                    text-transform: uppercase; }
                  #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane.lead-pane p {
                    font-size: 0.875rem;
                    margin: 0; }
                #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav {
                  width: 100%; }
                  #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link {
                    color: #225091;
                    font-weight: 700; }
                    #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:after {
                      background: #dce2e1; }
                    #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:hover, #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:focus {
                      background: transparent; }
                      #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:hover:after, #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:hover + .nav-link:after, #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:focus:after, #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link:focus + .nav-link:after {
                        background: #dce2e1; }
                    #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link.external {
                      position: relative;
                      padding-right: 1.875rem; }
                      #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link.external:before {
                        content: url("/Content/images/external_icon.png");
                        position: absolute;
                        top: 50%;
                        right: 8px;
                        transform: translateY(-50%); }
                    #site-header #site-nav ul > li .submenu .submenu-inner .tab-content .tab-pane .nav .nav-link small {
                      font-weight: 600; }
  #site-header #mobile-menu {
    display: none; }
  #site-header .hamburger {
    display: none;
    float: right; }
    @media only screen and (max-width: 767px) {
      #site-header .hamburger {
        display: inline-block; } }
    #site-header .hamburger:focus {
      outline: none; }

#site-footer {
  background-image: url("/Content/images/bg-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 1.875rem 0;
  color: #fff; }
  @media only screen and (max-width: 1199px) {
    #site-footer {
      padding: 1.25rem 0; } }
  #site-footer .footer-nav-container {
    display: flex;
    padding-bottom: 1.25rem; }
    @media only screen and (max-width: 575px) {
      #site-footer .footer-nav-container {
        flex-direction: column; } }
    #site-footer .footer-nav-container nav {
      width: 33%;
      font-size: 0.9rem;
      line-height: 1.7rem;
      text-transform: uppercase;
      padding: 0 0.9375rem; }
      @media only screen and (max-width: 575px) {
        #site-footer .footer-nav-container nav {
          width: 100%;
          margin-bottom: 1.5rem;
          text-align: center; } }
      #site-footer .footer-nav-container nav label {
        font-size: 1rem;
        font-weight: 800;
        margin: 0;
        white-space: nowrap; }
      #site-footer .footer-nav-container nav ul {
        list-style: none;
        padding-left: 0;
        flex-direction: column; }
      #site-footer .footer-nav-container nav a {
        display: block;
        color: #fff;
        font-weight: 400; }
  #site-footer .footer-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.875rem 0; }
    @media only screen and (max-width: 1199px) {
      #site-footer .footer-bottom {
        padding: 0;
        flex-direction: column;
        justify-content: center; } }
    @media only screen and (max-width: 991px) {
      #site-footer .footer-bottom {
        display: none; } }
    #site-footer .footer-bottom.mobile {
      display: none;
      flex-direction: column;
      justify-content: center;
      padding-top: 0.625rem; }
      @media only screen and (max-width: 991px) {
        #site-footer .footer-bottom.mobile {
          display: flex; } }
    #site-footer .footer-bottom .seal {
      width: 80px; }
    #site-footer .footer-bottom .logo {
      width: 280px; }
      @media only screen and (max-width: 1199px) {
        #site-footer .footer-bottom .logo {
          margin: 0.9375rem 0; } }
    #site-footer .footer-bottom address {
      width: 33%;
      margin: 0;
      font-size: 0.875rem;
      line-height: 1.3; }
      @media only screen and (max-width: 1199px) {
        #site-footer .footer-bottom address {
          width: auto;
          text-align: center; }
          #site-footer .footer-bottom address br {
            display: none; } }
  #site-footer form {
    margin-bottom: 0.9375rem; }
    #site-footer form h2 {
      font-size: 1.1rem;
      color: #fff; }
      @media only screen and (max-width: 991px) {
        #site-footer form h2 {
          text-align: center; } }
    #site-footer form input {
      margin: 0.625rem 0;
      padding: 0.25rem 0.5rem;
      font-size: 1.1rem;
      width: 60%; }
      @media only screen and (max-width: 1199px) {
        #site-footer form input {
          width: 100%; } }
  #site-footer p {
    font-size: .8rem; }
  #site-footer .social-links {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      #site-footer .social-links {
        justify-content: center; } }
    #site-footer .social-links img {
      width: 30px;
      margin: 0.625rem 0.4375rem; }

#mobile-menu.mm-menu .mm-navbars_top .mm-navbar {
  background: #cccccc; }
  #mobile-menu.mm-menu .mm-navbars_top .mm-navbar .mm-searchfield input {
    background: #fff;
    border-radius: 0; }

#mobile-menu.mm-menu .mm-navbars_bottom {
  position: relative;
  z-index: 9; }
  #mobile-menu.mm-menu .mm-navbars_bottom:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #b42024; }
  #mobile-menu.mm-menu .mm-navbars_bottom .mm-navbar {
    background: #fff; }
    #mobile-menu.mm-menu .mm-navbars_bottom .mm-navbar img {
      max-height: 30px; }

#mobile-menu.mm-menu .mm-panels .mm-btn {
  background: #6081b0; }
  #mobile-menu.mm-menu .mm-panels .mm-btn:before, #mobile-menu.mm-menu .mm-panels .mm-btn:after {
    border-color: #fff; }

#mobile-menu.mm-menu .mm-panels .mm-panel {
  background: #225091;
  -webkit-box-shadow: inset 1px 0 3px 0 rgba(26, 24, 27, 0.3);
  box-shadow: inset 1px 0 3px 0 rgba(26, 24, 27, 0.3); }
  #mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar {
    background: #cccccc;
    color: #22538f;
    border-bottom-color: #22538f;
    text-transform: uppercase;
    font-weight: 700; }
  #mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }

@media print {
  body {
    padding-top: 0; }
  #site-header,
  #site-footer,
  .page-content-container.two-column > .container > .row > div:first-child {
    display: none !important; }
  .page-content-container.two-column > .container > .row > div:last-child {
    border: none;
    max-width: none;
    flex: 0 0 100%; } }

.hero-banner-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem 0; }
  .hero-banner-container > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .hero-banner-container img {
    width: 135px; }
  .hero-banner-container .banner-content {
    color: #fff;
    font-size: 1.9rem;
    line-height: 2rem;
    font-weight: 300;
    border-top: 7px solid #b42024;
    border-bottom: 7px solid #b42024;
    text-align: center;
    text-transform: uppercase;
    padding: 0.9375rem 1.25rem;
    margin: 1.25rem 0 2.1875rem;
    text-shadow: 0 1px 3px rgba(26, 24, 27, 0.5); }
    @media only screen and (max-width: 767px) {
      .hero-banner-container .banner-content {
        font-size: 1.5rem; } }
    .hero-banner-container .banner-content strong {
      font-weight: 800; }
  .hero-banner-container .btn {
    background: #fff;
    color: #225091;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem; }
    .hero-banner-container .btn:hover, .hero-banner-container .btn:focus {
      background: #225091;
      color: #fff; }

.carousel-container {
  padding: 0.9375rem 3.75rem 2.8125rem; }
  @media only screen and (max-width: 575px) {
    .carousel-container {
      padding: 0.9375rem 2rem 1.5rem; } }
  .carousel-container > .container {
    position: relative; }
  .carousel-container h2 {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    color: #1c4278;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase; }
    .carousel-container h2:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #225091; }
    .carousel-container h2 span {
      display: inline-block;
      padding: 0.625rem;
      background: #fff;
      position: relative;
      z-index: 1; }
  .carousel-container .cycle-prev, .carousel-container .cycle-next {
    position: absolute;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    cursor: pointer; }
    @media only screen and (max-width: 1199px) {
      .carousel-container .cycle-prev, .carousel-container .cycle-next {
        border-top-width: 60px;
        border-bottom-width: 60px; } }
  .carousel-container .cycle-prev {
    left: -32px;
    border-right: 47px solid #dce2e1; }
    @media only screen and (max-width: 1199px) {
      .carousel-container .cycle-prev {
        left: -25px;
        border-right-width: 35px; } }
  .carousel-container .cycle-next {
    right: -32px;
    border-left: 47px solid #dce2e1; }
    @media only screen and (max-width: 1199px) {
      .carousel-container .cycle-next {
        right: -25px;
        border-left-width: 35px; } }
  .carousel-container .cycle-slide {
    vertical-align: top;
    padding: 0 1rem;
    display: none; }
    @media only screen and (max-width: 1199px) {
      .carousel-container .cycle-slide {
        padding: 0 0.625rem; } }
    @media only screen and (max-width: 575px) {
      .carousel-container .cycle-slide {
        padding: 0 0.5rem; } }
  .carousel-container .cycle-carousel-wrap .cycle-slide {
    display: block; }
  .carousel-container .slide {
    width: 100%;
    padding-top: 87.62278978388998%;
    position: relative;
    overflow: hidden; }
    .carousel-container .slide:hover .slide-img, .carousel-container .slide:focus .slide-img {
      transform: scale(1.08); }
    .carousel-container .slide:hover .slide-content, .carousel-container .slide:focus .slide-content {
      height: 100%; }
    .carousel-container .slide .slide-img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      -webkit-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out; }
      .carousel-container .slide .slide-img img {
        display: none; }
    .carousel-container .slide .slide-content {
      background: rgba(180, 32, 36, 0.83);
      color: #fff;
      padding: 0.625rem 0.9375rem;
      white-space: normal;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 70px;
      overflow: hidden;
      -moz-transition: height 0.25s ease-out;
      -o-transition: height 0.25s ease-out;
      -webkit-transition: height 0.25s ease-out;
      transition: height 0.25s ease-out; }
      .carousel-container .slide .slide-content .slide-header {
        height: 50px;
        margin-bottom: 0.85rem;
        display: flex;
        align-items: center;
        text-shadow: 0 1px 1px rgba(26, 24, 27, 0.25); }
        .carousel-container .slide .slide-content .slide-header h5 {
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0;
          font-size: 1rem; }
          @media only screen and (max-width: 1199px) {
            .carousel-container .slide .slide-content .slide-header h5 {
              font-size: 0.938rem; } }
        .carousel-container .slide .slide-content .slide-header img {
          display: block;
          margin: 0 auto;
          max-height: 70%; }
      .carousel-container .slide .slide-content .slide-detail {
        font-size: .85rem;
        height: calc(100% - 70px);
        overflow: auto; }
        @media only screen and (max-width: 1199px) {
          .carousel-container .slide .slide-content .slide-detail {
            font-size: .75rem !important; } }
        .carousel-container .slide .slide-content .slide-detail label {
          font-size: 0.938rem;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 0; }
          @media only screen and (max-width: 1199px) {
            .carousel-container .slide .slide-content .slide-detail label {
              font-size: .85rem !important; } }
        .carousel-container .slide .slide-content .slide-detail a {
          display: inline-block;
          font-size: 0.938rem;
          color: #fff;
          text-decoration: underline; }
          @media only screen and (max-width: 1199px) {
            .carousel-container .slide .slide-content .slide-detail a {
              font-size: .85rem !important; } }

.hamburger {
  padding: 0.9375rem 0.9375rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger.is-active .hamburger-inner {
    background-color: #225091; }
    .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
      background-color: #225091; }
  .hamburger.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger.hamburger--collapse .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger.hamburger--collapse .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger.hamburger--collapse.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger.hamburger--collapse.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .hamburger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.125rem;
    width: 40px;
    height: 4px;
    background-color: #225091;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #225091;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger .hamburger-inner::before {
      top: -10px; }
    .hamburger .hamburger-inner::after {
      bottom: -10px; }

.side-nav {
  font-size: 0.938rem;
  line-height: 1.2rem;
  padding-bottom: 2.125rem; }
  .side-nav label {
    display: block;
    background: #225091;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    margin: 0; }
    .side-nav label a {
      color: #fff; }
      .side-nav label a:hover, .side-nav label a:focus {
        text-decoration: none; }
  .side-nav > ul {
    background: #f1f1f1;
    flex-direction: column; }
    .side-nav > ul li {
      padding: 0; }
    .side-nav > ul > li {
      position: relative;
      width: 100%;
      border-top: 2px solid #fff; }
      .side-nav > ul > li.active > a {
        color: #225091; }
      .side-nav > ul > li .menu-toggle {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 35px;
        width: 3rem;
        border: 0;
        opacity: 0; }
        .side-nav > ul > li .menu-toggle + a:before {
          transform: rotate(90deg); }
        .side-nav > ul > li .menu-toggle.collapsed + a:before {
          transform: rotate(0deg); }
      .side-nav > ul > li a {
        font-size: 0.906rem; }
        @media only screen and (max-width: 991px) {
          .side-nav > ul > li a {
            font-size: 0.813rem; } }
        .side-nav > ul > li a.external {
          position: relative;
          padding-right: 1.875rem; }
          .side-nav > ul > li a.external:after {
            content: url("/Content/images/external_icon.png");
            position: absolute;
            top: 50%;
            right: 8px;
            transform: translateY(-50%); }
      .side-nav > ul > li > a {
        position: relative;
        color: #625c5c;
        padding-left: 3rem; }
        @media only screen and (max-width: 991px) {
          .side-nav > ul > li > a {
            padding-left: 1.5rem; } }
        .side-nav > ul > li > a:before {
          content: '>';
          position: absolute;
          top: 8px;
          left: 30px;
          transition: transform 150ms ease; }
          @media only screen and (max-width: 991px) {
            .side-nav > ul > li > a:before {
              left: 12px; } }
      .side-nav > ul > li .nav a {
        border-top: 2px solid #fff;
        padding: .5rem 1rem .5rem 4rem;
        color: #625c5c;
        font-weight: 600;
        white-space: normal; }
        @media only screen and (max-width: 991px) {
          .side-nav > ul > li .nav a {
            padding-left: 2.5rem; } }
        .side-nav > ul > li .nav a.active {
          background: transparent;
          color: #225091; }
        .side-nav > ul > li .nav a:hover, .side-nav > ul > li .nav a:focus {
          background: transparent; }

.select2.select2-container .select2-selection.select2-selection--single {
  height: auto;
  border-radius: 0;
  border-color: #515050; }
  .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 2;
    padding: 0.125rem 2.5rem 0.125rem 0.5rem; }
  .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    width: 2.5rem;
    height: calc(100% - 2px);
    background: #225091; }
    .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
      border-top-color: #fff;
      border-width: 16px 9px 0 9px;
      margin: 0.125rem auto 0;
      transform: translate(-50%, -50%); }

.select2-dropdown {
  background: #e7e7e7;
  border-radius: 0;
  border-color: #515050; }
  .select2-dropdown .select2-results {
    color: #225091;
    font-weight: 600; }
    .select2-dropdown .select2-results ul > li.select2-results__option.select2-results__option--highlighted {
      background: #c4c8ce;
      color: #225091; }

.cta-horizontal-info-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin: 2.5rem auto;
  color: #fff; }
  .cta-horizontal-info-box:hover .side-content {
    opacity: 1; }
  .cta-horizontal-info-box .info-box-content {
    background: rgba(32, 81, 146, 0.9);
    padding: 1.25rem;
    display: flex;
    width: 34%;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.1; }
    @media only screen and (max-width: 991px) {
      .cta-horizontal-info-box .info-box-content {
        font-size: 1rem; } }
    .cta-horizontal-info-box .info-box-content .img-holder {
      margin-bottom: 2rem; }
  .cta-horizontal-info-box .side-content {
    background: rgba(32, 81, 146, 0.9);
    width: 66%;
    font-size: 0.9375rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 1.875rem;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      .cta-horizontal-info-box .side-content {
        font-weight: 400;
        font-size: 0.8rem; } }
    .cta-horizontal-info-box .side-content > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      .cta-horizontal-info-box .side-content > div a {
        color: #fff;
        display: block;
        font-weight: 700;
        font-style: italic;
        margin-top: 2.5rem; }
        @media only screen and (max-width: 991px) {
          .cta-horizontal-info-box .side-content > div a {
            margin-top: 0.5rem; } }

.cta-vertical-info-box {
  padding-bottom: 2.125rem; }
  .cta-vertical-info-box .inner-info-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 180%; }
    .cta-vertical-info-box .inner-info-box:hover {
      /*.info-box-content {
                top: 0;
                height: 100%;
            }*/ }
      .cta-vertical-info-box .inner-info-box:hover .info-box-content .lower-content {
        max-height: 600px; }
    .cta-vertical-info-box .inner-info-box .info-box-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      overflow: hidden;
      background: rgba(32, 81, 146, 0.9); }
      .cta-vertical-info-box .inner-info-box .info-box-content .upper-content {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 1.25rem; }
        @media only screen and (max-width: 991px) {
          .cta-vertical-info-box .inner-info-box .info-box-content .upper-content {
            padding: 1rem; } }
        .cta-vertical-info-box .inner-info-box .info-box-content .upper-content h3 {
          color: #fff;
          margin: 0;
          font-size: 1.2rem; }
          @media only screen and (max-width: 991px) {
            .cta-vertical-info-box .inner-info-box .info-box-content .upper-content h3 {
              font-size: 1rem; } }
        .cta-vertical-info-box .inner-info-box .info-box-content .upper-content .img-holder {
          width: 100%;
          display: flex;
          justify-content: center; }
      .cta-vertical-info-box .inner-info-box .info-box-content .lower-content {
        color: #fff;
        font-size: 0.9375rem;
        line-height: 1.3;
        font-weight: 700;
        max-height: 0;
        -moz-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out; }
        @media only screen and (max-width: 991px) {
          .cta-vertical-info-box .inner-info-box .info-box-content .lower-content {
            font-size: 0.8rem;
            font-weight: 400; } }
        .cta-vertical-info-box .inner-info-box .info-box-content .lower-content .inner {
          padding: 1.25rem; }
          @media only screen and (max-width: 991px) {
            .cta-vertical-info-box .inner-info-box .info-box-content .lower-content .inner {
              padding: 0.5rem 1rem; } }
        .cta-vertical-info-box .inner-info-box .info-box-content .lower-content a {
          color: #fff;
          display: block;
          font-weight: 700;
          font-style: italic;
          margin-top: 2.5rem; }
          @media only screen and (max-width: 991px) {
            .cta-vertical-info-box .inner-info-box .info-box-content .lower-content a {
              margin-top: 0.5rem; } }

.cta-vertical-buttons {
  padding: 2.5rem 3rem;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .cta-vertical-buttons {
      padding: 1rem 0; } }
  .cta-vertical-buttons .btn {
    display: block;
    margin-bottom: 1.25rem;
    font-weight: 700;
    padding: .75rem; }
  .cta-vertical-buttons img {
    margin-top: 2.5rem; }
    @media only screen and (max-width: 991px) {
      .cta-vertical-buttons img {
        margin-top: 0.5rem; } }

.cta-signup-form {
  width: 100%;
  margin: 2.5rem auto;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cta-signup-form.stacked {
    max-width: 350px;
    min-height: 600px;
    flex-direction: column; }
    .cta-signup-form.stacked > div {
      width: 100%;
      height: 50%;
      flex: 1 1 0; }
  .cta-signup-form > div {
    width: 50%;
    padding: 2.1875rem 1.25rem; }
  .cta-signup-form .cta-content {
    background: #205192;
    color: #fff;
    font-size: 0.9375rem; }
    .cta-signup-form .cta-content img {
      margin-bottom: 0.85rem; }
    .cta-signup-form .cta-content label {
      font-size: 1.125rem;
      font-weight: 700;
      margin: 0.9375rem 0; }
  .cta-signup-form .cta-form {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .cta-signup-form .cta-form .form-container {
      max-width: 350px;
      background: rgba(220, 226, 225, 0.9);
      border-radius: 10px;
      padding: 0.625rem 0.9375rem;
      width: 100%;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }
      .cta-signup-form .cta-form .form-container label {
        color: #b42024;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.625rem; }
        .cta-signup-form .cta-form .form-container label img {
          margin-right: 0.5rem; }
      .cta-signup-form .cta-form .form-container .input-group {
        border: 1px solid #625c5c;
        margin-bottom: 0.625rem;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
        .cta-signup-form .cta-form .form-container .input-group .form-control {
          height: auto;
          padding: 0 .375rem; }
        .cta-signup-form .cta-form .form-container .input-group .btn {
          background: #b42024;
          font-weight: 700;
          padding: 0 .375rem; }

.sidebar-cta {
  display: none;
  margin-bottom: 24px; }
  .sidebar-cta.show {
    display: block; }
    .sidebar-cta.show.cta-signup-form {
      display: flex; }

.cta-tall-sidebar-image {
  max-width: 194.5px;
  margin-left: auto;
  margin-right: auto; }
  .cta-tall-sidebar-image .cta-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    height: 500px; }
    .cta-tall-sidebar-image .cta-content .cta-tall-sidebar-title {
      color: #fff;
      margin: 0;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: bold;
      position: relative;
      top: 1em; }
    .cta-tall-sidebar-image .cta-content .footer-container {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      background-color: #225091;
      margin-left: -1em;
      margin-right: -1em;
      padding-left: 3em;
      padding-right: 3em;
      height: 60px;
      position: relative; }
      .cta-tall-sidebar-image .cta-content .footer-container .cta-tall-sidebar-footer-seal {
        position: absolute;
        height: 60px;
        left: 1em;
        top: -1em; }
      .cta-tall-sidebar-image .cta-content .footer-container .cta-tall-sidebar-footer-title {
        position: relative;
        left: 2em; }

.cta-html ul {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0; }
  .cta-html ul > li {
    position: relative;
    padding-left: 1.25rem; }
    .cta-html ul > li:before {
      content: '>';
      position: absolute;
      top: 3px;
      left: 0; }
    .cta-html ul > li a {
      color: #515050;
      text-decoration: underline;
      font-size: 0.938rem; }

.content-list-container {
  padding-bottom: 1.5rem; }
  .content-list-container .content-list-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e7e7e7; }
    .content-list-container .content-list-item:last-child {
      border-bottom: none; }
    .content-list-container .content-list-item > a {
      display: flex;
      width: 100%; }
      .content-list-container .content-list-item > a:hover, .content-list-container .content-list-item > a:focus {
        text-decoration: none; }
      .content-list-container .content-list-item > a .thumbnail {
        width: 20%;
        padding-right: 1rem;
        text-align: center; }
        @media only screen and (max-width: 1199px) {
          .content-list-container .content-list-item > a .thumbnail {
            width: 30%; } }
      .content-list-container .content-list-item > a .item-summary {
        width: 80%;
        color: #515050;
        font-weight: 400;
        font-size: 0.875rem; }
        @media only screen and (max-width: 1199px) {
          .content-list-container .content-list-item > a .item-summary {
            width: 70%; } }
        .content-list-container .content-list-item > a .item-summary label {
          display: block;
          color: #b42024;
          text-transform: uppercase;
          font-weight: 700;
          margin: 0 0 .5rem; }
        .content-list-container .content-list-item > a .item-summary h5 {
          margin: 0.25rem 0 0.15rem;
          font-size: 1.1rem;
          font-weight: 700;
          color: #225091; }
          @media only screen and (max-width: 1199px) {
            .content-list-container .content-list-item > a .item-summary h5 {
              font-size: 1.1rem; } }

.newsroom-container {
  padding: 3.125rem;
  color: #225091; }
  @media only screen and (max-width: 575px) {
    .newsroom-container {
      padding: 3.125rem 0; } }
  .newsroom-container h1 {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 1.5rem; }
  .newsroom-container h2 {
    color: #225091;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.4rem; }
  .newsroom-container .newsroom-contact {
    border-right: 1px solid #e7e7e7; }
    @media only screen and (max-width: 1199px) {
      .newsroom-container .newsroom-contact {
        border-right: 0; } }
    @media only screen and (max-width: 767px) {
      .newsroom-container .newsroom-contact {
        text-align: center; } }
    @media only screen and (max-width: 1425px) {
      .newsroom-container .newsroom-contact .icon-link-list > a {
        flex-direction: column;
        text-align: center; }
        .newsroom-container .newsroom-contact .icon-link-list > a .icon-holder {
          margin: 0 0 .5rem 0; } }
    @media only screen and (max-width: 1199px) {
      .newsroom-container .newsroom-contact .icon-link-list > a {
        flex-direction: row;
        text-align: left; }
        .newsroom-container .newsroom-contact .icon-link-list > a .icon-holder {
          margin: 0 1rem 0 0; } }
    @media only screen and (max-width: 767px) {
      .newsroom-container .newsroom-contact .icon-link-list > a {
        flex-direction: column;
        text-align: center; }
        .newsroom-container .newsroom-contact .icon-link-list > a .icon-holder {
          margin: 0 0 .5rem 0; } }
    .newsroom-container .newsroom-contact .icon-link-list > a p {
      white-space: nowrap; }
    .newsroom-container .newsroom-contact .icon-holder {
      height: 64px;
      width: 64px;
      flex: 0 0 auto;
      margin-right: 1rem; }
      .newsroom-container .newsroom-contact .icon-holder .icon-background {
        width: 100%;
        height: 100%;
        background-color: #225091;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .newsroom-container .newsroom-contact .icon-holder .icon-background .icon {
          color: #fff;
          font-size: 2.5em; }
      .newsroom-container .newsroom-contact .icon-holder + div {
        width: auto; }
  .newsroom-container .news-list-container {
    background: #f4f4f4;
    padding: 1rem;
    margin-bottom: 2rem; }
    .newsroom-container .news-list-container .featured-news .thumbnail {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding-top: 58.33%;
      margin-bottom: 1.5rem; }
    .newsroom-container .news-list-container .featured-news h3 {
      text-transform: none;
      color: #225091;
      margin: 0; }
    .newsroom-container .news-list-container .featured-news span {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-style: italic;
      font-size: 0.875rem;
      font-weight: 700; }
    .newsroom-container .news-list-container .featured-news a {
      font-size: 0.875rem;
      font-style: italic;
      font-weight: 700;
      text-transform: uppercase; }
    .newsroom-container .news-list-container .news-list {
      border-bottom: 2px solid #225091; }
      .newsroom-container .news-list-container .news-list h5 {
        font-weight: 700;
        border-bottom: 2px solid #225091;
        text-transform: uppercase;
        margin: 0; }
        .newsroom-container .news-list-container .news-list h5 span {
          background: #225091;
          color: #fff;
          display: inline-block;
          padding: 0 0.25rem; }
      .newsroom-container .news-list-container .news-list .list-page a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.9375rem 0;
        border-bottom: 1px solid #c4c8ce; }
        .newsroom-container .news-list-container .news-list .list-page a:last-child {
          border-bottom: none; }
        .newsroom-container .news-list-container .news-list .list-page a label {
          flex: 0 0 15%;
          font-size: 0.906rem;
          font-weight: 800;
          margin: 0;
          padding: 0 0.5rem; }
        .newsroom-container .news-list-container .news-list .list-page a p {
          margin: 0;
          padding: 0 0.9375rem;
          font-size: 0.85rem;
          font-weight: 700; }
  .newsroom-container .video-list-container {
    margin-bottom: 2rem; }
    .newsroom-container .video-list-container .featured-video {
      position: relative;
      padding-top: 56.25%;
      margin-bottom: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-box-shadow: 0 1px 8px 0 rgba(26, 24, 27, 0.2);
      box-shadow: 0 1px 8px 0 rgba(26, 24, 27, 0.2); }
      .newsroom-container .video-list-container .featured-video .video-overlay {
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("/Content/images/play-overlay.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .newsroom-container .video-list-container .featured-video-info {
      background: #f4f4f4;
      padding: 1rem; }
      .newsroom-container .video-list-container .featured-video-info h3 {
        text-transform: none;
        color: #225091;
        margin: 0 0 1rem; }
      .newsroom-container .video-list-container .featured-video-info p {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .newsroom-container .video-list-container .video-list {
        margin-top: 2rem; } }
    .newsroom-container .video-list-container .video-list h5 {
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 1rem;
      font-size: 1rem; }
      @media only screen and (max-width: 767px) {
        .newsroom-container .video-list-container .video-list h5 {
          text-align: center; } }
    .newsroom-container .video-list-container .video-list > a {
      display: block;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .newsroom-container .video-list-container .video-list > a {
          max-width: 300px;
          margin: 0 auto 1rem; } }
      .newsroom-container .video-list-container .video-list > a:last-child {
        border-bottom: none; }
      .newsroom-container .video-list-container .video-list > a .thumbnail {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 56.25%; }
      .newsroom-container .video-list-container .video-list > a label {
        display: block;
        padding: 0.438rem 0;
        font-size: 0.75rem;
        line-height: 1.2;
        font-weight: 700;
        margin: 0;
        cursor: pointer; }

.title-social-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  .title-social-container .title-container h1 {
    margin: 0; }
  .title-social-container .social-icons {
    position: relative;
    top: .5em; }

.list-page {
  display: none; }
  .list-page.active {
    display: block; }

.list-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0; }
  .list-pager > * {
    margin: 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0.25rem; }
    .list-pager > *.active {
      background: #225091;
      color: #fff; }
    .list-pager > *.disabled {
      opacity: 0.5; }

.lightbox .lightbox-wrapper {
  position: relative;
  display: inline-block;
  border: 3px solid #fff; }
  .lightbox .lightbox-wrapper:before {
    content: '';
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    background: rgba(26, 24, 27, 0.8);
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -40px;
    border-radius: 12px; }

.lightbox .lb-outerContainer {
  border-radius: 0; }
  .lightbox .lb-outerContainer .lb-image {
    border: 0;
    border-radius: 0; }
  .lightbox .lb-outerContainer .lb-nav a.lb-prev, .lightbox .lb-outerContainer .lb-nav a.lb-next {
    background: none; }
    .lightbox .lb-outerContainer .lb-nav a.lb-prev:before, .lightbox .lb-outerContainer .lb-nav a.lb-next:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 110px solid transparent;
      border-bottom: 110px solid transparent;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .lightbox .lb-outerContainer .lb-nav a.lb-prev:before {
    border-right: 65px solid #dce2e1;
    left: -30px; }
  .lightbox .lb-outerContainer .lb-nav a.lb-next:before {
    border-left: 65px solid #dce2e1;
    right: -30px; }

.lightbox .lb-dataContainer {
  padding: 0;
  border-radius: 0; }
  .lightbox .lb-dataContainer .lb-data {
    padding: 0; }
    .lightbox .lb-dataContainer .lb-data .lb-details {
      float: none;
      width: 100%;
      background: #dce2e1;
      color: #515050;
      padding: 0.25rem 0.5rem;
      font-size: 0.813rem;
      font-weight: 600; }
    .lightbox .lb-dataContainer .lb-data .lb-closeContainer {
      position: absolute;
      top: -34px;
      left: -34px; }
      .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close {
        width: 35px;
        height: 35px;
        border: 3px solid #fff;
        border-radius: 50%;
        padding: 3px;
        background-size: 70%;
        background-position: center; }

.lightboxOverlay {
  background-color: transparent; }
