/* General Colors */
/* purple */
/* red */
/* green */
/* orange */
/* yellow */
/* Action Team Colors */
/* purple */
/* red */
/* blue */
/* green */
/* orange */
/* yellow */
/* Fonts */
body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Cabin', sans-serif;
  line-height: 1.3;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
.container-fluid {
  max-width: 1500px;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 25px;
  }
}
h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #2e3192;
  margin-bottom: 15px;
}
#content .page-section:first-child {
  padding-top: 0;
}
.yellow-bg {
  background-color: #f9cb0b;
}
.red-bg {
  background-color: #e64240;
  color: #fff;
}
.orange-bg {
  background-color: #f6862d;
  color: #fff;
}
.green-bg {
  background-color: #94c34f;
  color: #fff;
}
.purple-bg {
  background-color: #8d3089;
  color: #fff;
}
.gray-bg, .hp-blog {
  background-color: #bed6e1;
}
.blue-drk-bg, #footer .copyright, .hp-events, .page-intro {
  background-color: #2e3192;
  color: #fff;
}
.blue-drk-bg a, #footer .copyright a, .hp-events a, .page-intro a {
  color: #fff;
  text-decoration: underline;
}
.blue-drk-bg a:hover, #footer .copyright a:hover, .hp-events a:hover, .page-intro a:hover {
  color: #bed6e1;
}
.blue-drk-bg h1, #footer .copyright h1, .hp-events h1, .page-intro h1, .blue-drk-bg h2, #footer .copyright h2, .hp-events h2, .page-intro h2, .blue-drk-bg h3, #footer .copyright h3, .hp-events h3, .page-intro h3, .blue-drk-bg h4, #footer .copyright h4, .hp-events h4, .page-intro h4, .blue-drk-bg h5, #footer .copyright h5, .hp-events h5, .page-intro h5 {
  color: #fff;
}
.blue-lght-bg, #footer, .blue-bg {
  background-color: #31a3dd;
  color: #fff;
}
.blue-lght-bg a, #footer a, .blue-bg a {
  color: #fff;
}
.blue-lght-bg a:hover, #footer a:hover, .blue-bg a:hover {
  color: #2e3192;
}
.blue-lght-bg h1, #footer h1, .blue-bg h1, .blue-lght-bg h2, #footer h2, .blue-bg h2, .blue-lght-bg h3, #footer h3, .blue-bg h3, .blue-lght-bg h4, #footer h4, .blue-bg h4, .blue-lght-bg h5, #footer h5, .blue-bg h5 {
  color: #fff;
}
.blue-lght-bg .btn, #footer .btn, .blue-bg .btn {
  background-color: #2e3192;
}
.blue-lght-bg .btn:hover, #footer .btn:hover, .blue-bg .btn:hover {
  color: #31a3dd;
}
section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section {
    padding: 25px 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.alignright, .alignleft {
  max-width: 40%;
  max-height: 500px;
}
.alignright {
  float: right;
  margin: 0 0 50px 50px;
}
@media (max-width: 767px) {
  .alignright {
    margin: 0 0 25px 25px;
  }
}
@media (max-width: 565px) {
  .alignright {
    float: none;
    margin: 0px 0px 25px 0px;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 50px 50px 0px;
}
@media (max-width: 767px) {
  .alignleft {
    margin: 0 25px 25px 0px;
  }
}
@media (max-width: 565px) {
  .alignleft {
    float: none;
    margin: 0px 0px 25px 0px;
    max-width: 100%;
  }
}
.aligncenter {
  margin: 25px 0;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.meta {
  font-weight: bold;
  font-size: 125%;
}
@media (max-width: 767px) {
  .meta {
    font-size: 115%;
  }
}
hr {
  border-top: 1px solid #bed6e1;
  margin: 50px 0;
  clear: both;
}
@media (max-width: 767px) {
  hr {
    margin: 25px 0;
  }
}
.btn, .btn.btn-primary {
  background-color: #31a3dd;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  border-radius: 0;
  border: 0;
}
@media (max-width: 565px) {
  .btn, .btn.btn-primary {
    white-space: normal;
  }
}
.accordion {
  margin-bottom: 25px;
}
blockquote {
  font-style: italic;
  font-size: 135%;
  position: relative;
  padding-left: 25px;
  padding: 25px 40px;
  background-color: #bed6e1;
  z-index: -1;
}
blockquote:before {
  content: open-quote;
  font-size: 100px;
  color: rgba(46, 49, 146, .25);
  position: absolute;
  top: -5px;
  left: 0px;
  font-family: 'Oswald', sans-serif;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.vfbp-form {
  margin: 0 -15px 25px -15px;
}
.vfbp-form .vfb-name-block .vfb-form-group .vfb-col-6 {
  padding: 0;
}
@media (min-width: 768px) {
  .vfbp-form .vfb-name-block .vfb-form-group .vfb-col-6 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .vfbp-form .vfb-name-block .vfb-form-group .vfb-col-6 .vfb-namepart-first {
    margin-bottom: 15px;
  }
}
.social {
  display: flex;
  padding: 0;
  margin: 0;
}
.social li {
  list-style: none;
  font-size: 30px;
}
.social li a {
  padding: 0 10px;
}
.social li:first-child {
  padding-right: 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
}
.widget-area ul li {
  list-style: none;
}
.page-header {
  margin-top: 50px;
}
.page-header h1 {
  margin: 0;
}
.entry-title {
  margin: 0;
}
@media (max-width: 767px) {
  #sidebar {
    margin-top: 25px;
    border-top: 1px solid #bed6e1;
    padding-top: 25px;
  }
}
#main-header {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 3px solid #2e3192;
}
@media (max-width: 725px) {
  #main-header {
    padding-bottom: 0;
  }
}
#main-header .container-fluid {
  display: flex;
  flex-flow: row wrap;
}
#main-header .container-fluid .logo {
  width: 150px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  #main-header .container-fluid .logo {
    margin-right: 25px;
    width: 115px;
  }
}
@media (max-width: 725px) {
  #main-header .container-fluid .logo {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #main-header .container-fluid .logo img {
    width: 100px;
  }
}
#main-header .container-fluid .navigation {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: calc(100% - 200px);
}
@media (max-width: 991px) {
  #main-header .container-fluid .navigation {
    width: calc(100% - 140px);
  }
}
@media (max-width: 725px) {
  #main-header .container-fluid .navigation {
    margin: 0px 0px;
    width: 100%;
  }
}
@media (max-width: 725px) {
  #main-header .container-fluid .navigation #menu {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
#main-header .container-fluid .navigation .buttons {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media (max-width: 725px) {
  #main-header .container-fluid .navigation .buttons {
    display: none;
  }
}
#main-header .container-fluid .navigation .buttons .btn {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: -15px;
}
#footer {
  clear: both;
}
#footer .email-signup {
  padding: 25px 0;
}
#footer .copyright {
  padding: 15px 0;
}
@media (max-width: 767px) {
  #footer .copyright {
    text-align: center;
  }
}
#footer .copyright p {
  padding: 10px 0;
  margin: 0;
}
#footer .copyright .social-media {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  #footer .copyright .social-media {
    text-align: center;
    justify-content: center;
  }
}
.mc-field-group label {
  display: block;
  text-transform: uppercase;
  font-size: 85%;
  margin-bottom: 0;
}
.mc-field-group input {
  margin-bottom: 15px;
  width: 100%;
}
.mc-field-group p {
  width: 100%;
  margin-bottom: 0;
}
.mc-field-group.input-group strong {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.mc-field-group.input-group ul {
  column-count: 3;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .mc-field-group.input-group ul {
    column-count: 2;
  }
}
@media (max-width: 565px) {
  .mc-field-group.input-group ul {
    column-count: 1;
  }
}
.mc-field-group.input-group ul li {
  list-style: none;
  clear: both;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.mc-field-group.input-group ul li input {
  width: auto;
  position: absolute;
  left: 0;
}
.mc-field-group.input-group ul li label {
  display: inline;
}
/* Homepage */
.home .teaser {
  text-align: center;
}
.hp-intro {
  background-position: center center;
  background-size: cover;
  height: 70vh;
  min-height: 400px;
}
.hp-intro .container-fluid {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hp-intro .intro-copy {
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  text-align: center;
  width: 600px;
  max-width: 100%;
  padding: 25px;
  font-size: 125%;
}
@media (max-width: 565px) {
  .hp-intro .intro-copy {
    font-size: 115%;
  }
}
.hp-intro h1 {
  color: #fff;
}
.overview-topics {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -25px;
}
.overview-topics .overview-topic {
  flex: 1;
  padding: 0 25px;
}
@media (max-width: 565px) {
  .overview-topics .overview-topic {
    flex: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.overview-topics .overview-topic:last-child {
  margin-bottom: 0;
}
.overview-topics .overview-topic .image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
.no-events {
  text-align: center;
  width: 100%;
  font-size: 125%;
}
.hp-events {
  text-align: center;
}
.hp-events .btn {
  text-decoration: none;
}
.hp-event-teasers {
  display: flex;
  margin: 25px -15px;
  text-align: left;
  flex-flow: row wrap;
}
.hp-event-teasers .event-teaser {
  width: 100%;
  margin: 0 15px 15px 15px;
  padding: 25px;
  background-color: #fff;
  color: #000;
}
@media (min-width: 991px) {
  .hp-event-teasers .event-teaser {
    flex: 1;
  }
}
.hp-event-teasers .event-teaser h3 a {
  color: #2e3192;
}
.hp-organizations .container-fluid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.hp-organizations ul {
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.hp-organizations ul li {
  list-style: none;
  width: 25%;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .hp-organizations ul li {
    width: 50%;
  }
}
.hp-organizations ul li img {
  max-height: 75px;
  width: auto;
}
.sponsors {
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.sponsors li {
  list-style: none;
  width: 33.333%;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 565px) {
  .sponsors li {
    width: 50%;
  }
}
.sponsors li img {
  max-height: 100px;
  width: auto;
}
.hp-action-groups {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
.hp-action-groups .container-fluid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.hp-action-groups .team {
  flex: 1;
  padding: 25px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  font-weight: 700;
}
@media (max-width: 825px) {
  .hp-action-groups .team {
    width: 33.33333%;
    flex: none;
  }
}
@media (max-width: 565px) {
  .hp-action-groups .team {
    width: 50%;
  }
}
.hp-action-groups .team a {
  color: #fff;
}
.hp-action-groups .team div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  height: 100%;
}
.hp-action-groups .team img {
  width: auto;
  height: 100px;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 991px) {
  .hp-action-groups .team img {
    height: 65px;
  }
}
.hp-blog .container-fluid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.blog-teasers {
  display: flex;
  flex-flow: row wrap;
  margin: 15px -15px;
  padding: 0;
}
.blog-teasers li {
  list-style: none;
  width: calc(50% - 30px);
  margin: 15px;
}
@media (max-width: 767px) {
  .blog-teasers li {
    width: 100%;
  }
}
.blog-teasers li .blog-teaser {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
}
.blog-teasers li .blog-teaser h3 {
  font-size: 120%;
}
.blog-teasers li .blog-teaser .image {
  width: 40%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 565px) {
  .blog-teasers li .blog-teaser .image {
    display: none;
  }
}
.blog-teasers li .blog-teaser .content {
  padding: 25px;
  width: 60%;
}
@media (max-width: 565px) {
  .blog-teasers li .blog-teaser .content {
    width: 100%;
  }
}
.blog-teasers li .blog-teaser .content .meta {
  font-weight: bold;
  margin-bottom: 10px;
}
/* Page */
#content {
  padding: 0;
}
.page-intro {
  padding: 25px 0;
}
.page-intro h1 {
  margin-bottom: 0;
}
.page-intro .meta {
  margin-top: 15px;
}
.page-section {
  padding: 50px 0;
  clear: both;
}
.organizations {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -25px;
}
.organizations .org-teaser {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bed6e1;
}
.organizations .org-teaser:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.organizations .org-teaser .logo {
  width: 200px;
  text-align: center;
  padding: 0 25px 0 0;
}
@media (max-width: 565px) {
  .organizations .org-teaser .logo {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.organizations .org-teaser .logo img {
  max-width: 100%;
}
.organizations .org-teaser .content {
  width: calc(100% - 200px);
  flex-grow: 0;
}
@media (max-width: 565px) {
  .organizations .org-teaser .content {
    width: 100%;
  }
}
.team-members, .organizations {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.team-members .team-member, .organizations .team-member, .team-members .org-teaser, .organizations .org-teaser {
  width: calc(33.33333% - 20px);
  border: 1px solid #bed6e1;
  padding: 25px;
  margin: 10px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 991px) {
  .team-members .team-member, .organizations .team-member, .team-members .org-teaser, .organizations .org-teaser {
    width: calc(50% - 20px);
  }
}
@media (max-width: 565px) {
  .team-members .team-member, .organizations .team-member, .team-members .org-teaser, .organizations .org-teaser {
    width: calc(100% - 20px);
  }
}
.team-members .team-member .team-image, .organizations .team-member .team-image, .team-members .org-teaser .team-image, .organizations .org-teaser .team-image, .team-members .team-member .logo, .organizations .team-member .logo, .team-members .org-teaser .logo, .organizations .org-teaser .logo {
  width: 30%;
  margin-bottom: 15px;
}
@media (max-width: 565px) {
  .team-members .team-member .team-image, .organizations .team-member .team-image, .team-members .org-teaser .team-image, .organizations .org-teaser .team-image, .team-members .team-member .logo, .organizations .team-member .logo, .team-members .org-teaser .logo, .organizations .org-teaser .logo {
    width: 100%;
  }
}
.team-members .team-member h3, .organizations .team-member h3, .team-members .org-teaser h3, .organizations .org-teaser h3 {
  margin-bottom: 0;
}
.team-members .team-member .team-content, .organizations .team-member .team-content, .team-members .org-teaser .team-content, .organizations .org-teaser .team-content {
  width: 70%;
  padding-left: 15px;
}
@media (max-width: 565px) {
  .team-members .team-member .team-content, .organizations .team-member .team-content, .team-members .org-teaser .team-content, .organizations .org-teaser .team-content {
    width: 100%;
    padding-left: 0;
  }
}
.team-members .team-member .team-detail, .organizations .team-member .team-detail, .team-members .org-teaser .team-detail, .organizations .org-teaser .team-detail {
  text-align: left;
  padding: 20px 0 0 0;
  width: 100%;
}
.team-members .team-member i, .organizations .team-member i, .team-members .org-teaser i, .organizations .org-teaser i {
  font-size: 25px;
  padding: 5px;
  margin-bottom: 10px;
}
.team-members .org-teaser, .organizations .org-teaser {
  border: 0;
  text-align: center;
}
.team-members .org-teaser img, .organizations .org-teaser img {
  margin: 0 auto 15px auto;
  height: 100px;
  width: auto;
}
.team-members .org-teaser h3, .organizations .org-teaser h3 {
  width: 100%;
}
.position {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 125%;
}
.team-contact i {
  font-size: 25px;
  padding: 5px;
  margin-bottom: 10px;
}
/* Blog */
.blog .blog-teaser, .archive .blog-teaser {
  display: flex;
  margin-top: 25px;
  border-top: 1px solid #bed6e1;
  padding-top: 25px;
}
.blog .blog-teaser .image, .archive .blog-teaser .image {
  width: 30%;
}
@media (max-width: 565px) {
  .blog .blog-teaser .image, .archive .blog-teaser .image {
    display: none;
  }
}
.blog .blog-teaser .image img, .archive .blog-teaser .image img {
  width: 90%;
  height: auto;
}
.blog .blog-teaser .content, .archive .blog-teaser .content {
  width: 100%;
}
.blog .blog-teaser .content .meta, .archive .blog-teaser .content .meta {
  font-weight: 700;
  margin-bottom: 15px;
}
.team.yellow-bg {
  color: #fff;
}