/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

/* 0, 640px */
/* 641px, 1024px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
html {
  font-size: 85%; }
  @media only screen and (min-width: 48.8125rem) {
    html {
      font-size: 1em; } }

p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "acumin-pro", sans-serif; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

@media only screen and (max-width: 40rem) {
  h1, .h1 {
    margin-top: 0;
    font-size: 2.05205em; }
  h2, .h2 {
    font-size: 1.53985em; }
  h3, .h3 {
    font-size: 1.15505em; }
  h4, .h4 {
    font-size: 0.86645em; }
  h5, .h5 {
    font-size: 0.65em; } }

h1, .h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2, .h2 {
  font-size: 2.369em; }

h3, .h3 {
  font-size: 1.777em; }

h4, .h4 {
  font-size: 1.333em; }

h5, .h5 {
  font-size: 1em; }

small, .font_small {
  font-size: 0.75em; }

strong {
  font-weight: 900; }

em {
  font-style: italic; }

blockquote {
  font-family: "acumin-pro", sans-serif;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #327DC1;
  padding: 2rem 0;
  border-top: 1px solid #327DC1;
  border-bottom: 1px solid #327DC1;
  margin: 3rem 0; }
  blockquote p {
    font-size: 2rem;
    line-height: 1.2; }

.hidden-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.wp-caption-text {
  font-size: .8rem; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem; }

img.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem; }

img.size-full {
  width: 100%;
  height: auto; }

.wrapper {
  width: 95%;
  max-width: 1185px;
  margin: 0 auto; }
  @media only screen and (min-width: 90.0625rem) {
    .wrapper {
      width: 100%; } }
  .wrapper.\--tight {
    max-width: 650px; }

.grid {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 40rem), only screen and (max-width: 29.9375rem) {
    .grid.collapsable {
      flex-flow: wrap; }
      .grid.collapsable [class*='col-'] {
        flex-basis: 100%; } }

.col-1-3 {
  flex-basis: 33.333%; }

.col-2-3 {
  flex-basis: 66.666%; }

.col-1-4 {
  flex-basis: 25%; }

.col-1-2 {
  flex-basis: 47%; }

[class*='col-'].align-right {
  text-align: right; }

.section-container {
  position: relative;
  padding-top: 2rem; }
  @media only screen and (min-width: 48.8125rem) {
    .section-container {
      padding-top: 6rem; } }

.section {
  padding: 2rem 0; }

.section-title {
  position: relative;
  background-color: rgba(1, 30, 65, 0.75);
  color: white;
  font-size: 1.2rem;
  font-family: "acumin-pro", sans-serif;
  display: inline-block;
  padding: .5rem 1rem;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 150ms ease-out; }
  .section-title:hover {
    background-color: #011E41; }

.section-intro {
  position: relative;
  text-align: center; }
  .section-intro:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.3rem;
    border: 1px solid rgba(145, 145, 145, 0.1); }
  .section-intro .card-category {
    position: relative;
    left: 0;
    transform: none;
    top: 0;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding: .5rem 2rem; }

.no-padding {
  padding: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.feature, .card, .slider-container, .slide-bg {
  z-index: 1; }
  .feature:before, .card:before, .slider-container:before, .slide-bg:before {
    z-index: -1; }

.card-row, .slider-thumbnails, .slide-content {
  z-index: 10; }

.slider-title {
  z-index: 20; }

.page-nav {
  z-index: 50; }

.header {
  z-index: 100; }

.header-mobile-toggle {
  z-index: 110; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0));
  transition: all 500ms ease-out; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, black, black);
    opacity: 0;
    transition: all 300ms ease-out;
    z-index: -1; }
  .header.is-dark:before {
    opacity: 1; }

.header-search {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  padding: .5rem;
  background-color: white; }
  .header-search .searchform {
    display: flex;
    justify-content: flex-end;
    font-family: "acumin-pro", sans-serif; }
    .header-search .searchform label {
      display: none; }
    .header-search .searchform input[type="text"] {
      font-size: 1rem;
      padding: .5rem; }
    .header-search .searchform input[type="submit"] {
      border: 2px solid #327DC1;
      background-color: #327DC1;
      color: white;
      padding: .5rem;
      font-size: 1rem;
      margin-left: .5rem;
      cursor: pointer; }

.header-pre {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "acumin-pro", sans-serif;
  overflow: hidden;
  display: none;
  align-items: center; }
  @media only screen and (min-width: 48.8125rem) {
    .header-pre {
      display: flex; } }
  .header-pre .accent {
    color: #327DC1; }
  .header-pre .text {
    color: #C6BCB6; }
  .header-pre a {
    margin-left: .5rem;
    color: #CA912A; }

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #011E41;
  transform: translateX(-100%); }
  @media only screen and (min-width: 48.8125rem) {
    .header-main {
      height: 100%;
      background-color: transparent;
      padding: 0rem 1rem;
      position: relative;
      transform: translateX(0); } }

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .header-content {
      padding: 0;
      flex-direction: row; } }

.logo {
  max-width: 200px; }
  .logo img {
    max-width: 200px; }

.header-mobile-toggle {
  position: fixed;
  left: .5rem;
  top: .5rem;
  padding: .35rem;
  background-color: white; }
  @media only screen and (min-width: 48.8125rem) {
    .header-mobile-toggle {
      display: none; } }

.mobile-bar {
  height: 3px;
  width: 22px;
  background-color: #327DC1;
  position: relative;
  display: block; }
  .mobile-bar:not(:last-of-type) {
    margin-bottom: 3px; }

li.quick-links {
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  padding: 1rem;
  position: relative; }
  li.quick-links span {
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer; }
  li.quick-links > ul {
    display: none;
    position: absolute;
    background-color: #001F41;
    padding: 30px;
    left: 0;
    top: 50px;
    border: 2px solid #3E8CD3; }
    @media only screen and (min-width: 48.8125rem) {
      li.quick-links > ul {
        width: 280px; } }
    li.quick-links > ul li {
      margin-bottom: 10px;
      line-height: 1.2; }
      li.quick-links > ul li a {
        color: white;
        text-decoration: none; }
      li.quick-links > ul li:last-child {
        margin-bottom: 0; }
    li.quick-links > ul.show {
      display: block; }

.nav-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column; }
  @media only screen and (min-width: 48.8125rem) {
    .nav-menu {
      flex-flow: row; } }
  .nav-menu.\--secondary {
    justify-content: flex-end; }
    @media only screen and (min-width: 48.8125rem) {
      .nav-menu.\--secondary .nav-item:not(:last-of-type) {
        margin-right: 1rem; } }
    .nav-menu.\--secondary .nav-item svg path {
      fill: white; }

.submenu {
  position: absolute;
  left: 0;
  top: 3.25rem;
  width: 100vw;
  background-color: #011E41;
  padding: 3rem;
  border-color: #327DC1;
  border-style: solid;
  border-width: 4px 0;
  opacity: 0;
  pointer-events: none; }
  .submenu .wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex; }
  .submenu .nav-item {
    width: 33.333%;
    margin-bottom: .5rem; }
  .submenu .nav-link {
    color: #327DC1;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    margin-bottom: .5rem;
    display: inline-block;
    text-transform: capitalize;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0; }
  .submenu .description {
    color: #919191;
    font-family: "acumin-pro", sans-serif;
    font-size: .9rem; }

.nav-link {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  letter-spacing: .2em;
  padding: 1rem;
  display: inline-block; }

.footer-nav .nav-menu {
  justify-content: flex-start; }

.footer-nav .nav-link {
  color: #327DC1;
  text-transform: capitalize;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: 100;
  margin-right: 2rem;
  padding: .25rem 0; }

.page-nav {
  display: none;
  justify-content: center;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media only screen and (min-width: 48.8125rem) {
    .page-nav {
      display: flex; } }

.page-nav-item {
  border-radius: 20px;
  border: 1px solid transparent;
  padding: .4rem 1rem .5rem 1rem;
  color: #327DC1;
  font-family: "acumin-pro", sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 150ms ease-out; }
  .page-nav-item:not(:first-of-type) {
    margin-left: 1rem; }
  .page-nav-item.is-active, .page-nav-item:hover {
    border-color: #327DC1; }

.feature {
  background-size: cover;
  position: relative;
  padding-top: 5rem; }
  .feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .feature.\--full {
    text-align: center; }
  .feature.\--category {
    padding-top: 10rem;
    height: auto;
    background-color: #327DC1; }
  @media only screen and (min-width: 48.8125rem) {
    .feature {
      padding-top: 8rem; }
      .feature.\--full {
        height: 45rem;
        margin-bottom: -8rem; } }

.feature-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 0 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .feature-content {
      padding: 0;
      margin: -5rem auto 0 auto; } }

.feature-title {
  margin: 0; }
  .feature-title a {
    color: white;
    font-family: "acumin-pro", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1; }
    .feature-title a:hover {
      text-decoration: none;
      text-decoration: underline; }
  @media only screen and (min-width: 48.8125rem) {
    .feature-title a {
      font-size: 4.5rem; } }

.feature-author {
  color: #327DC1;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  margin-top: 2rem; }

.category-feature-section {
  margin-top: -4rem; }
  @media only screen and (min-width: 48.8125rem) {
    .category-feature-section {
      margin-top: -5rem; } }

.hero {
  height: 150px;
  max-height: 80vh;
  background-size: cover;
  padding: 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .hero {
      padding: 0;
      height: 700px; } }

.hero.\--category {
  height: auto;
  background-color: #011E41; }
  .hero.\--category .hero-content {
    align-items: center;
    justify-content: center;
    padding: 4rem 0 0 0;
    flex-direction: column; }
  .hero.\--category .hero-title {
    font-size: 2.5rem;
    text-align: center; }
  @media only screen and (min-width: 48.8125rem) {
    .hero.\--category {
      height: 350px; } }

.hero.\--post {
  padding: 2rem 0;
  height: auto;
  background-color: #011E41; }
  .hero.\--post .hero-content {
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 0rem 1rem;
    flex-direction: column; }
  .hero.\--post .hero-title {
    font-size: 1.8rem; }
  @media only screen and (min-width: 48.8125rem) {
    .hero.\--post {
      padding: 8rem 0; }
      .hero.\--post .hero-title {
        font-size: 3.5rem; }
      .hero.\--post .hero-content {
        padding: 4rem 0 0 0; } }

.hero-content {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  @media only screen and (min-width: 48.8125rem) {
    .hero-content {
      padding-bottom: 15vh; } }
  @media only screen and (min-width: 90.0625rem) {
    .hero-content {
      padding: 0 0 15vh 0; } }

.hero-title {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  width: 100%; }

.hero-description {
  color: #919191;
  font-size: .9rem;
  font-family: "acumin-pro", sans-serif;
  margin-top: 1rem; }

.card-row {
  position: relative;
  text-align: center; }
  .card-row.advocacylab .card-row-title {
    position: relative;
    text-align: center; }
    .card-row.advocacylab .card-row-title:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 1.3rem;
      border: 1px solid rgba(145, 145, 145, 0.1); }
    .card-row.advocacylab .card-row-title .card-category {
      position: relative;
      left: 0;
      transform: none;
      top: 0;
      font-size: 1.625rem;
      font-weight: 700;
      margin-bottom: 1.2rem;
      padding: .5rem 2rem;
      background-color: rgba(1, 30, 65, 0.8);
      font-family: "acumin-pro", sans-serif; }
      .card-row.advocacylab .card-row-title .card-category:hover {
        background: #011E41;
        cursor: pointer; }
    .card-row.advocacylab .card-row-title .card-category-description {
      display: block;
      font-family: "acumin-pro", sans-serif;
      color: #919191;
      font-size: 1.1rem;
      font-weight: 100;
      margin-bottom: 1rem; }

.card-row-content {
  display: flex;
  flex-flow: column; }
  @media only screen and (min-width: 40.0625rem) {
    .card-row-content {
      align-items: flex-start;
      flex-flow: row;
      flex-wrap: nowrap; } }

.card-row-title {
  font-family: "Oswald", sans-serif;
  color: #011E41;
  font-size: 1.7rem;
  text-align: left;
  padding: 0 1rem;
  margin: 0; }
  .card-row-title.\--category {
    display: none; }
  @media only screen and (min-width: 48.8125rem) {
    .card-row-title {
      margin: 0 0 2rem 0;
      padding: 0;
      color: white; } }

.card {
  position: relative;
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 150ms ease-out;
  margin: 1rem;
  flex-basis: 100%; }
  .card.\--featured {
    background-size: cover;
    padding: 0rem 0;
    display: block; }
    .card.\--featured .card-body {
      margin: 0 auto; }
    .card.\--featured:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .card:hover {
    box-shadow: 1px 1px 10px -2px black; }
    .card:hover .card-title {
      color: #327DC1; }
  @media only screen and (min-width: 48.8125rem) {
    .card {
      flex: 1; }
      .card:not(:last-of-type) {
        margin-right: 2.6rem; }
      .card.\--featured {
        padding: 8rem 0; } }

.card-header {
  height: 120px;
  background-size: cover;
  position: relative; }
  @media only screen and (min-width: 48.8125rem) {
    .card-header {
      height: 230px; } }

.card-body {
  display: block;
  padding: 2rem 1rem;
  text-align: center;
  max-width: 600px;
  text-decoration: none;
  cursor: pointer; }

.card-category {
  position: absolute;
  bottom: 0rem;
  background-color: rgba(1, 30, 65, 0.8);
  display: inline-block;
  padding: .5rem 1rem;
  left: 50%;
  color: white;
  font-family: "acumin-pro", sans-serif;
  margin-bottom: -1rem;
  text-transform: capitalize;
  text-decoration: none;
  transform: translateX(-50%);
  transition: background 150ms ease-out; }
  .card-category:hover {
    background-color: #011E41; }

.card-category-description {
  display: block;
  font-family: "acumin-pro", sans-serif;
  color: #919191;
  font-size: 1.1rem;
  font-weight: 100;
  margin-bottom: 1rem; }

.card-date {
  font-family: "Oswald", sans-serif;
  color: #919191;
  font-size: .9rem;
  margin: .5rem 0;
  display: block; }

.card-title {
  color: black;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  transition: color 150ms ease-out; }
  .card-title.\--featured {
    color: white;
    font-size: 2rem;
    margin-bottom: 3rem; }
  @media only screen and (min-width: 48.8125rem) {
    .card-title {
      font-size: 2rem; }
      .card-title.\--featured {
        font-size: 3.25rem; } }

.card-author {
  color: #327DC1;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  margin-top: 1rem; }

.card-list-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: background 150ms ease-out;
  position: relative; }
  .card-list-item:nth-of-type(even) {
    background-color: #f7f7f7; }
  .card-list-item:hover {
    background-color: rgba(50, 125, 193, 0.1); }

.card-list.\--column .item-number {
  display: none; }

.card-list.\--column .item-thumb {
  height: 100px;
  width: 160px; }

.card-list.\--column .card-category {
  font-size: 1rem; }

.card-list.\--column .section-intro:before {
  top: 1rem; }

.item-number {
  height: 25px;
  width: 25px;
  background-color: #011E41;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  line-height: 1.9;
  font-size: .8rem;
  margin-right: 1rem; }

.item-thumb {
  background-size: cover;
  height: 60px;
  width: 100px;
  margin-right: 1rem; }

.item-body {
  flex: 10; }
  .item-body .card-date {
    font-size: .8rem;
    font-weight: 100;
    display: inline-block; }
  .item-body .card-title {
    font-size: 1.3rem; }
  .item-body .card-author {
    margin-top: 0;
    margin-right: 1rem;
    display: inline-block; }

.comma-separate:after {
  content: ", "; }

.comma-separate:last-of-type:after {
  content: ""; }

.text-column-title {
  color: black;
  font-size: 3rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin: 1.5rem 0; }
  @media only screen and (min-width: 48.8125rem) {
    .text-column-title {
      margin: 1.5rem 0; } }

.text-column-text {
  color: black;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding: 0 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .text-column-text {
      padding: 0; } }

.team-section-title {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: black;
  text-align: center;
  padding: 2rem 0;
  margin: 0; }

.team-section-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .team-section-content:not(:first-of-type) {
    margin-top: 2rem; }
  @media only screen and (min-width: 48.8125rem) {
    .team-section-content {
      flex-wrap: nowrap; } }

.team-member {
  width: 30%;
  flex-basis: 30%;
  text-decoration: none; }
  @media only screen and (min-width: 48.8125rem) {
    .team-member {
      width: 14%;
      flex-basis: 14%; }
      .team-member:not(:first-of-type) {
        margin-left: 1.666%; } }

.team-member-photo {
  width: 100%;
  height: auto; }

.team-member-name {
  font-size: 1.1rem;
  color: #327DC1;
  font-family: "Oswald", sans-serif;
  margin: .5rem 0; }

.team-section-subtitle {
  font-size: .9rem;
  color: #919191;
  font-family: "acumin-pro", sans-serif;
  margin: .5rem 0;
  text-align: center;
  position: relative;
  top: -2rem; }

.team-section {
  padding: 2rem 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .team-section {
      padding: 2rem 0 0 0; } }

.team-section.\--featured {
  position: relative; }
  .team-section.\--featured:before {
    content: '';
    position: absolute;
    left: 0;
    height: calc(100% - 10rem);
    width: 100%;
    background-color: #011E41;
    z-index: -1;
    top: 10rem; }
  .team-section.\--featured .team-section-title {
    padding: 0;
    position: relative;
    top: -2rem; }
  .team-section.\--featured .team-member {
    width: 47%;
    flex-basis: 47%; }
    @media only screen and (min-width: 48.8125rem) {
      .team-section.\--featured .team-member {
        width: 25%;
        flex-basis: 23%; }
        .team-section.\--featured .team-member:not(:last-of-type) {
          margin-right: 2%; } }
  .team-section.\--featured .team-member-position {
    color: white; }
  @media only screen and (min-width: 48.8125rem) {
    .team-section.\--featured {
      padding-top: 3rem; }
      .team-section.\--featured:before {
        top: 12rem;
        height: calc(100% - 12rem); } }

.team-member-position {
  font-family: "acumin-pro", sans-serif;
  color: black;
  font-size: .8rem; }

.team-single {
  margin-top: 6rem; }
  .team-single .headshot {
    margin-bottom: 2rem; }
  .team-single .post-meta {
    margin-bottom: 2rem; }
  .team-single .post-title {
    margin-bottom: 1rem; }
  .team-single .post-subtitle {
    font-size: .9rem; }
  .team-single .contact-item {
    display: block;
    font-family: "acumin-pro", sans-serif;
    color: #327DC1;
    text-decoration: none;
    margin-bottom: 1rem; }
    .team-single .contact-item a {
      text-decoration: none; }

.post-thumbnail {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 48.8125rem) {
    .post-thumbnail {
      margin-top: -3rem;
      height: 400px; } }

.post-container {
  display: flex;
  padding: 3rem 0;
  flex-flow: column; }
  @media only screen and (min-width: 48.8125rem) {
    .post-container {
      flex-flow: row; } }

.post-sidebar {
  flex-basis: 20%;
  padding: 0 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .post-sidebar {
      padding: 0;
      margin-right: 2rem; }
      .post-sidebar .post-tags {
        display: block; } }
  .post-sidebar .post-category {
    display: block;
    color: #327DC1;
    font-family: "Oswald", sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 150ms ease-out;
    margin-bottom: 1rem; }
    .post-sidebar .post-category:hover {
      color: #011E41; }
  .post-sidebar .post-date {
    display: block;
    color: #919191;
    font-family: "acumin-pro", sans-serif;
    font-size: .9rem;
    text-decoration: none; }
  .post-sidebar .post-tags {
    display: none; }

.post-download-link {
  display: block;
  border: 2px solid currentColor;
  color: #327DC1;
  font-family: "acumin-pro", sans-serif;
  padding: .75rem;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  margin-top: 2rem;
  transition: all 150ms ease-out; }
  .post-download-link:hover {
    color: white;
    background-color: #327DC1;
    border-color: #327DC1; }

.post-main {
  flex-basis: 80%;
  padding: 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .post-main {
      padding: 0; } }

.post-content {
  font-family: "acumin-pro", sans-serif;
  border-bottom: 1px solid #327DC1;
  padding-bottom: 3rem; }
  .post-content h1, .post-content h2, .post-content h3 {
    font-weight: 900; }
  .post-content ul, .post-content ol {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "acumin-pro", sans-serif;
    list-style-position: outside;
    padding-left: 30px;
    margin-left: 15px; }
    .post-content ul li, .post-content ol li {
      margin-bottom: 10px; }
  .post-content ul {
    list-style-type: disc; }
  .post-content ol {
    list-style-type: decimal; }
  .post-content ul ul, .post-content ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px; }
  .post-content ol ol, .post-content ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px; }

.post-excerpt {
  font-family: "acumin-pro", sans-serif;
  color: #919191; }

.post-author {
  color: #327DC1;
  font-family: "Oswald", sans-serif; }

.post-date {
  font-family: "acumin-pro", sans-serif;
  color: #919191; }

.post-title {
  font-family: "acumin-pro", sans-serif;
  margin: 0; }
  .post-title a {
    text-decoration: none;
    color: black; }
    .post-title a:hover {
      color: #327DC1; }

.post-share {
  padding: 1rem 0; }
  .post-share .share-link {
    text-decoration: none;
    display: inline-block; }

.post-author-container {
  padding-top: 1rem;
  border-top: 1px solid #327DC1;
  margin-top: 1rem;
  text-decoration: none;
  display: block; }
  .post-author-container:hover .post-author-name {
    color: #011E41; }

.post-author-photo {
  max-width: 150px;
  margin-bottom: 1rem; }
  .post-author-photo img {
    width: 100%;
    height: auto; }

.post-author-info {
  flex: 2; }

.post-author-intro {
  font-family: "acumin-pro", sans-serif;
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #919191;
  display: block; }

.post-author-name {
  display: block;
  color: #327DC1;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  margin-bottom: .3rem;
  transition: color 150ms ease-out; }

.post-author-bio {
  margin-top: .5rem; }
  .post-author-bio p {
    font-size: .8rem;
    font-family: "acumin-pro", sans-serif;
    margin: 0; }

.post-tags {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid #327DC1; }
  .post-tags .subject {
    font-size: .9rem;
    font-family: "acumin-pro", sans-serif;
    margin-bottom: .5rem; }

.post-tag {
  font-family: "Oswald", sans-serif;
  color: #327DC1;
  text-decoration: none;
  display: block;
  transition: color 150ms ease-out; }
  .post-tag:hover {
    color: #011E41; }
  .post-tag:not(:last-of-type) {
    margin-bottom: .5rem; }

.post-list {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center; }

.post-list-content {
  width: 100%;
  max-width: 875px; }

.post-list-item {
  padding: 1rem; }
  .post-list-item:not(:last-of-type) {
    border-bottom: 1px solid #f2f2f2; }
  .post-list-item .post-image {
    flex-basis: 100%;
    margin-bottom: 1rem;
    margin-right: 2rem; }
    .post-list-item .post-image img {
      width: 100%;
      max-width: 150px;
      height: auto; }
    @media only screen and (min-width: 40.0625rem) {
      .post-list-item .post-image {
        max-width: 250px;
        flex-basis: 33%; }
        .post-list-item .post-image img {
          max-width: 250px; } }
  .post-list-item .post-title {
    font-size: 2rem;
    color: black;
    font-weight: 900; }
  .post-list-item .post-meta {
    display: block;
    margin: 1rem 0; }
  .post-list-item .post-date {
    font-size: .8rem; }
  .post-list-item .post-excerpt {
    margin: 1rem 0; }
  @media only screen and (min-width: 48.8125rem) {
    .post-list-item {
      padding: 2rem 0; } }

.post-related-title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0; }

.post-event-field {
  display: block;
  color: #919191;
  font-family: "acumin-pro", sans-serif;
  font-size: .9rem;
  text-decoration: none;
  margin-bottom: 1rem; }

.event-item.page-nav-item {
  margin: 1rem 0; }

.slider-title {
  top: 2.75rem; }

.slider-container {
  margin-top: 2rem;
  height: 40rem;
  position: relative; }

.slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden; }

.slide-bg {
  height: 100%;
  width: 100%;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover; }
  .slide-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }

.slider-thumbnails {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1rem;
  margin: -5rem auto 0 auto; }

.slide-thumb {
  width: 200px;
  height: 100px;
  background-size: cover;
  background-color: white;
  padding: .5rem .5rem .5rem 0; }
  .slide-thumb:first-of-type {
    padding-left: .5rem; }
  .slide-thumb:last-of-type {
    padding-left: 0; }

.slide-thumb-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover; }

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 5rem;
  position: relative;
  width: 975px;
  max-width: 80%;
  text-align: center; }
  .slide-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1; }

.slide-title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  color: white;
  font-size: 3.25rem;
  margin-bottom: 2rem; }

.slide-excerpt {
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  color: white;
  font-size: 1.2rem; }

.slide-button {
  margin-top: 2rem;
  border: 2px solid #327DC1;
  padding: .75rem 1.5rem;
  font-family: "acumin-pro", sans-serif;
  color: white;
  font-size: .9rem;
  text-decoration: none; }

.quote-section {
  margin-top: 2rem; }

.quote-section-content {
  background-color: #011E41; }

.quote-title {
  top: -1rem; }

.quote-container {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0; }
  @media only screen and (min-width: 48.8125rem) {
    .quote-container {
      width: 1000px;
      max-width: 80%;
      padding: 3rem 0; } }

.quote {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.5rem;
  color: white;
  font-weight: 900;
  text-align: center;
  line-height: 1.1; }
  @media only screen and (min-width: 48.8125rem) {
    .quote {
      font-size: 2.6rem; } }

.quote-tags {
  margin-top: 2rem;
  font-size: .9rem;
  font-family: "Oswald", sans-serif;
  color: #919191;
  font-weight: 100;
  text-align: center; }

.quote-footer {
  margin-top: 2rem; }

.quote-source {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  color: white;
  display: block;
  margin-bottom: .5rem; }

.quote-source-detail {
  font-size: .9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  color: #919191;
  display: block; }

.stat-section .quote-source {
  text-align: left;
  color: #919191;
  font-weight: 100; }

.stat-number {
  color: #327DC1;
  margin-left: 1rem; }

.stat-item .quote {
  margin: 0; }

.stat-item:not(:last-of-type) .quote {
  margin-bottom: 2rem; }

.page-template-contact .frm_forms {
  max-width: 750px !important;
  padding: 2rem 0; }

.page-template-contact .frm_button_submit {
  background-color: #327DC1 !important;
  color: white !important;
  border-radius: 0 !important; }

.page-template-contact .footer {
  margin-top: 0; }

.contact-section {
  padding: 2rem 1rem; }
  .contact-section:nth-of-type(even) {
    background-color: #f7f7f7; }
  .contact-section .section-title {
    background-color: transparent;
    color: black;
    font-size: 3rem;
    font-weight: 800;
    margin: 0;
    padding: 0; }
  .contact-section .section-title, .contact-section .section-subtitle {
    display: block; }
  .contact-section .section-subtitle {
    font-family: "acumin-pro", sans-serif;
    margin-bottom: 2rem; }
  @media only screen and (min-width: 48.8125rem) {
    .contact-section {
      padding: 3.5rem 1rem; } }
  @media only screen and (min-width: 64.0625rem) {
    .contact-section {
      padding: 3.5rem 0rem; } }
  .contact-section.newsletter {
    background-color: #327DC1;
    color: white; }
    .contact-section.newsletter .wrapper {
      width: 50%; }
      @media only screen and (max-width: 40rem), only screen and (max-width: 29.9375rem) {
        .contact-section.newsletter .wrapper {
          width: 100%; } }
      .contact-section.newsletter .wrapper h3 {
        margin-bottom: 2rem; }

.section-cta {
  border: 2px solid #327DC1;
  padding: .75rem 1.5rem;
  font-family: "acumin-pro", sans-serif;
  color: #327DC1;
  font-size: .9rem;
  text-decoration: none;
  transition: all 150ms ease-out;
  display: inline-block; }
  .section-cta:hover {
    background-color: #327DC1;
    color: white; }

.section-phone {
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  color: #327DC1;
  margin-left: 1rem; }

.org {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.3rem; }
  .org:nth-of-type(even) {
    background-color: #f7f7f7; }

.org-name {
  font-weight: 900; }

.org-website {
  color: #327DC1;
  text-decoration: none; }

.footer {
  margin-top: 3rem;
  background-color: #011E41; }
  .footer .logo {
    margin-bottom: 1rem; }
    .footer .logo img {
      width: 100%;
      max-width: 300px; }
  @media only screen and (min-width: 48.8125rem) {
    .footer {
      margin-top: 4rem; }
      .footer .logo {
        margin-bottom: 9rem;
        max-width: 300px; } }

.footer-content {
  flex-flow: column-reverse;
  padding: 0 1rem; }
  @media only screen and (min-width: 48.8125rem) {
    .footer-content {
      flex-flow: row; } }

.footer-info {
  display: flex;
  flex-direction: column;
  padding: 1rem 0; }
  @media only screen and (min-width: 48.8125rem) {
    .footer-info {
      padding: 3rem 0; } }

.logo-gu img, .logo-mccsopp img {
  max-width: 80%; }
  @media only screen and (min-width: 48.8125rem) {
    .logo-gu img, .logo-mccsopp img {
      max-width: 400px; } }

.footer-legal {
  font-family: "acumin-pro", sans-serif;
  color: #919191;
  margin-top: 1rem; }
  .footer-legal p {
    font-size: .8rem; }
  .footer-legal a {
    color: #ac2eff; }
  @media only screen and (min-width: 48.8125rem) {
    .footer-legal {
      font-size: 1rem; } }

.footer-share {
  background-image: url("/images/footer-bg.png");
  background-size: cover;
  text-align: center;
  padding: 2rem; }
  @media only screen and (min-width: 48.8125rem) {
    .footer-share {
      padding: 3rem 0 0 0;
      text-align: right; } }

.sfsi_plus_widget {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 48.8125rem) {
    .sfsi_plus_widget {
      justify-content: end; } }

.sfsi_plus_wicons.shuffeldiv {
  height: 33px !important;
  width: 33px !important; }

.sfsiplus_norm_row {
  text-align: center !important; }
  @media only screen and (min-width: 48.8125rem) {
    .sfsiplus_norm_row {
      text-align: right !important; } }

.icon {
  height: 35px;
  width: 35px; }
  .icon .outline {
    fill: white; }

.twitter .circle {
  fill: #1DA1F2; }

.facebook .circle {
  fill: #3B5998; }

.linkedin .circle, .linkedin rect {
  fill: #0077B5; }

.error404 {
  font-family: "acumin-pro", sans-serif;
  text-align: center; }
  .error404 .searchform {
    display: flex;
    justify-content: center;
    font-family: "acumin-pro", sans-serif; }
    .error404 .searchform label {
      display: none; }
    .error404 .searchform input[type="text"] {
      font-size: 1rem;
      padding: .5rem; }
    .error404 .searchform input[type="submit"] {
      border: 2px solid #327DC1;
      background-color: #327DC1;
      color: white;
      padding: .5rem;
      font-size: 1rem;
      margin-left: .5rem;
      cursor: pointer; }

.mc4wp-form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .mc4wp-form-fields label {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
    flex: 100%; }
  .mc4wp-form-fields input[type="email"] {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: calc(100% - 120px);
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 32px;
    line-height: 1.3; }
  .mc4wp-form-fields input[type="submit"] {
    width: 80px;
    height: 32px;
    line-height: 1.3;
    background-color: #011E41;
    color: white;
    border: none;
    margin-left: 20px; }
.content-block {
  border: 1px solid #eee;
  padding: 3px;
  background: #ccc;
  max-width: 250px;
  float: right;
  text-align: center; }

.content-block:after {
  clear: both; }

.annotation {
  display: block;
  padding: 1rem 1.5rem;
  color: #327DC1;
  font-family: "acumin-pro", sans-serif;
  border-left: 15px solid #327DC1;
  font-weight: 100;
  font-size: 1.3rem; }
