/*
Theme Name: Propel
Theme URI: http://www.stpaulmedia.com/
Author: Jonathan Hatch
Author URI: http://www.stpaulmedia.com
Description: Starter Theme for all Saint Paul Media projects customized for Propel. (_S and Bootstrap 3.3.6)
Version: 2.2
GitHub Theme URI: https://github.com/stpaulme/propel
*/

/*/////////////////////////////////////////
Colors
Dark Gray: #1a1a1a;
Light Gray: #e4e4e4;
Blue: #019fc4;
Red: #ef3e36;
Orange: #ffb60f;
Green: #c1bb00;

/////////////////////////////////////////*/

/*/////////////////////////////////////////
Project Specific Resets

/* - Gotham Fonts

<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6320596/6058992/css/fonts.css" />

font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 400;

font-family: "Gotham SSm A", "Gotham SSm B";
font-style: italic;
font-weight: 400;

font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 700;

font-family: "Gotham SSm A", "Gotham SSm B";
font-style: italic;
font-weight: 700;

 - */

/////////////////////////////////////////*/

/* Font-Family */
html,
body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
}

/*/////////////////////////////////////////
Project Specific Bootstrap
/////////////////////////////////////////*/
.full-width {
  padding-left: 0;
  padding-right: 0;
}

/* Does not work with new padding on .container at tablet size */
.clearfix {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}

@media (min-width: 576px) {}

/* .col-sm- */
@media (min-width: 768px) {
  .container-fluid {}

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* .col-md- */
@media (min-width: 992px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* .col-lg- */
@media (min-width: 1200px) {}

/* .col-xl- */

/*/////////////////////////////////////////
Input & Button Resets
/////////////////////////////////////////*/
button {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  background: #fff;
  border: 2px solid #d6c527;
  border-radius: 5px;
  color: #1f355e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188;
  padding: 9px 20px;
  text-align: center;
}

button:hover {
  background: #d6c527;
  cursor: pointer;
}

span.button a {
  background: #fff;
  border: 2px solid #d6c527;
  border-radius: 5px;
  color: #1f355e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188;
  padding: 9px 20px;
  text-align: center;
}

span.button a:hover {
  background: #d6c527;
}

input {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
}

input::-webkit-input-placeholder {
  color: #1f355e !important;
}

input:-moz-placeholder {
  color: #1f355e !important;
}

input::-moz-placeholder {
  color: #1f355e !important;
}

input:-ms-input-placeholder {
  color: #1f355e !important;
}

.gform_footer input[type="submit"] {
  background: #fff;
  border: 2px solid #d6c527;
  border-radius: 5px;
  color: #1f355e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188;
  padding: 9px 20px;
  text-align: center;
}

.gform_footer input[type="submit"]:hover {
  background: #d6c527;
  cursor: pointer;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.cta-buttons:hover,
a.button:hover {
  background-color: #d6c527;
}

/*/////////////////////////////////////////
Universal Typographic Elements
/////////////////////////////////////////*/
a.learn-more {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1f355e;
  border-bottom: 2px solid #00add8;
}

a.learn-more:hover {
  border-bottom: 2px solid #d6c527;
}

.gold-line {
  display: inline-block;
  border-bottom: 2px solid #d6c527;
  padding-left: 15px;
  padding-right: 20%;
  margin-left: -15px;
  margin-bottom: 20px;
  color: #1f355e;
  line-height: 1.208;
  padding-bottom: 6px;
}

p {
  line-height: 1.625;
  margin-bottom: 20px;
}

.chevrons a:after {
  color: #00add8;
  content: "\00bb";
  margin-left: 3px;
  margin-right: -24px;
  width: 24px;
  position: relative;
}

.chevrons a:hover:after {
  color: #d6c527;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2em;
    line-height: 1.1875;
  }

  h3 {
    font-size: 1.125em;
    line-height: 1.277;
  }

  .gold-line {
    margin-bottom: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
}

/*/////////////////////////////////////////
Hover States
/////////////////////////////////////////*/
#blog-navigation a:hover {
  color: #d6c527;
}

/*/////////////////////////////////////////
Header
/////////////////////////////////////////*/
#big-blue {
  background: linear-gradient(135.35deg,
      #1f355e 0%,
      #0f759f 100%,
      #0f759f 100%);
}

#headerPhone {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.064;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

#headerPhone ul {
  display: none;
  margin-bottom: 0;
}

#headerPhone a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}

#headerPhone a:hover {
  color: #ffffff;
}

#masthead {
  background: linear-gradient(135deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.68) 100%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
  margin: 0 -15px;
}

#headerLogo a {
  display: block;
  background-image: url(img/header_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  width: 145px;
  height: 50px;
  margin: 25px 0 25px 0;
}

#mobile-menu {
  position: relative;
}

#mobile-menu a {
  display: block;
  height: 50px;
  width: 50px;
  background: url(img/mobile_menu.svg) center/cover no-repeat;
  content: " ";
  position: absolute;
  top: 28px;
  right: 15px;
}

#headerNav {
  display: none;
}

#nav-about {
  display: none;
}

#nav-services {
  display: none;
}

#nav-training {
  display: none;
}

#nav-resources {
  display: none;
}

#mobile-navigation {
  display: none;
  background: linear-gradient(180deg, #1f355e 0%, #0c1f42 100%);
}

#mobile-navigation a {
  color: #ffffff;
}

#mobile-navigation ul {
  padding: 0;
  margin: 0;
}

#mobile-navigation ul.sub-menu {
  display: none;
}

#mobile-navigation ul.sub-menu li {}

#secondary-menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

#secondary-menu ul {
  padding: 0;
}

i.searchButton {
  color: #fff;
  content: '';
  display: none;
  float: right;
  margin-left: 30px;
}

i.searchButton:hover {
  cursor: pointer;
}

div.searchField {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
  width: 140px;
}

div.searchField form {
  width: 140px;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  border: 1px solid transparent;
}

div.searchField form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #00add8;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.064;
  margin: 0 0 0 15px;
  outline: 0;
  padding: 0;
  width: 100%;
}

div.searchField form input::placeholder {
  color: #fff !important;
  opacity: 1;
}

@media (min-width: 768px) {
  #headerPhone ul {
    display: block;
  }

  #secondary-menu {
    display: block;
    list-style: none;
    padding: 0;
    float: right;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.064;
    text-align: right;
  }

  #secondary-menu li {
    display: inline;
    margin-left: 30px;
  }

  #secondary-menu a {
    color: #fff;
  }

  #headerPhone {
    text-align: right;
    padding: 10px 0;
  }

  #mobile-menu a {
    right: 15px;
  }

  #headerLogo a {
    width: 167px;
    height: 59px;
  }
}

@media (min-width: 992px) {
  #secondary-menu {
    float: right;
  }

  i.searchButton {
    display: block;
  }

  #headerNav {
    display: block;
    padding-left: 0;
  }

  #headerPhone {
    padding: 10px 15px;
  }

  #primary-menu {
    list-style: none;
    padding-left: 0;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.188rem;
    margin: 55px 0 45px 0;
    text-align: right;
  }

  #primary-menu a {
    color: #000;
    position: relative;
  }

  #primary-menu a:hover {
    margin-bottom: 23px;
    position: relative;
  }

  #primary-menu a:hover::after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: auto;
    margin-top: 5px;
    left: 0;
    margin-left: 0;
  }

  #primary-menu li {
    display: inline;
    margin-left: 27px;
    text-align: right;
  }

  #primary-menu li:first-child {
    margin-left: 0;
  }

  #primary-menu li.active a:after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: auto;
    margin-top: 5px;
    left: 0;
    margin-left: 0;
  }

  #mobile-menu {
    display: none;
  }

  #page-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }

  #page-navigation ul li {
    display: inline-block;
    width: 45%;
    padding: 10px 0;
  }

  #page-navigation ul li a {
    position: relative;
    display: block;
    color: #ffffff;
  }

  #page-navigation ul li a:hover::after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: auto;
    margin-top: 3px;
    left: 0;
    margin-left: 0;
  }

  #page-navigation>div {
    display: none;
    position: absolute;
    width: 60%;
    max-width: 600px;
    padding: 15px 25px;
    right: 0;
    background: linear-gradient(180deg, #1f355e 0%, #0c1f42 100%);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    z-index: 999;
  }

  #primary-menu li a {
    position: relative;
  }

  #primary-menu li.current_page_item a:after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: 100%;
    margin-top: 5px;
    left: 0;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  #headerLogo a {
    width: 220px;
    height: 77px;
  }
}

/*/////////////////////////////////////////
Content
/////////////////////////////////////////*/
.grey-background {
  background-color: #f4f4f4;
}

.grey-gradient {
  background: linear-gradient(0deg, #ffffff 0%, #e6e4e4 100%);
}

.grey-background select {
  background: #ffffff;
}

.blue-gradient {
  background: linear-gradient(180deg, #1f355e 0%, #0f759f 100%, #0f759f 100%);
}

.page-content strong {
  font-weight: 700;
}

.page-content h2 {
  color: #1f355e;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.813rem;
  padding-top: 20px;
  position: relative;
  margin-bottom: 25px;
}

.page-content h2:after {
  background-color: #d6c527;
  box-sizing: content-box;
  content: " ";
  display: block;
  height: 2px;
  margin-top: 7px;
  top: auto;
}

.page-content h3 {
  color: #333333;
  font-size: 1.3125em;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-content p,
.page-content ul,
.page-content ol {
  font-size: 1em;
  line-height: 1.625;
  font-weight: 300;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.page-content p a,
.page-content ul a,
.page-content ol a,
.intro-content p a {
  font-weight: 700;
  color: #1f355e;
  border-bottom: 2px solid #00add8;
}

#content p a:hover,
#content ul a:hover,
#content ol a:hover {
  border-bottom: 2px solid #d6c527;
}

.page-content p a:hover,
.page-content ul a:hover,
.page-content ol a:hover {
  font-weight: 700;
  color: #1f355e;
  border-bottom: 2px solid #d6c527;
}

/* Start list styles */
.page-content li {
  padding-bottom: 10px;
}

.page-content li:last-child {
  padding-bottom: 0 !important;
}

.page-content li ol,
.page-content li ul {
  padding-top: 5px !important;
}

.page-content ol,
.page-content ul {
  padding-bottom: 0 !important;
}

.page-content ol+h3,
.page-content ul+h3,
.page-content ol+p,
.page-content ul+p {
  padding-top: 25px !important;
}

/* End list styles */
.page-content blockquote {
  position: relative;
  background: linear-gradient(180deg, #1f355e 0%, #0c1f42 100%);
  padding: 40px 30px;
  font-size: 1.125em;
  text-align: center;
}

.page-content blockquote p {
  color: #fff;
  padding-bottom: 20px;
}

.page-content blockquote:before {
  background-image: url(img/quote_circle.svg);
  background-size: contain;
  width: 46px;
  height: 46px;
  content: " ";
  display: block;
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -23px;
}

.page-content blockquote p:first-child {
  line-height: 1.7;
}

.page-content blockquote p:last-child {
  font-size: 0.75em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-content img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.page-content figure {
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-content h2 {
    font-size: 1.5em;
    line-height: 1.208;
    padding-top: 40px;
  }

  .page-content h3 {
    font-size: 1.125em;
    line-height: 1.2777;
  }

  .page-content blockquote {
    display: block;
    width: 45%;
    float: right;
    margin-left: 20px;
  }

  .page-content img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .page-content h2 {
    font-size: 1.5em;
    line-height: 1.1875;
  }

  .page-content h3 {
    font-size: 1.3125em;
    line-height: 1.095;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Footer
/////////////////////////////////////////*/
#attribution {
  background: #333333;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#attribution p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .footer-left {
    background: #0c1f42;
    height: 100%;
    width: 30%;
    content: " ";
    position: absolute;
    left: 0;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .footer-left {
    width: 35%;
  }
}

/*//////////////////////////////////////////////////////////////////////////////////////
                                Modular Styles
//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////
Blog Navigation
/////////////////////////////////////////*/

#blog-navigation {
  font-size: 1.1875em;
  padding-bottom: 50px;
}

#blog-navigation a {
  color: #1f355e;
  font-weight: 500;
}

#blog-navigation .nav-left a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  vertical-align: -2px;
}

#blog-navigation .nav-right a:after {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/newer_posts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
  vertical-align: -2px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Join Filter
/////////////////////////////////////////*/

#join-a-board-filter {}

#join-a-board-filter form ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#join-a-board-filter form ul li {
  display: block;
  padding: 0 0 14px 0;
}

#join-a-board-filter select {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 7px 9px 7px 9px;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  -webkit-appearance: none;
  padding-right: 40px;
}

#join-a-board-filter select {
  background-image: url("img/group.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px 20px;
  color: #1f355e;
}

#join-a-board-filter select:hover {
  cursor: pointer;
}

#join-a-board-filter select option {
  color: #1f355e;
}

#join-a-board-filter input[type="submit"] {
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  height: 38px;
  padding-top: 2px;
  width: 95px;
  border: 2px solid #d6c527;
  border-radius: 5px;
  background-color: #ffffff;
  color: #1f355e;
  font-weight: 500;
}

#join-a-board-filter input[type="submit"]:hover {
  cursor: pointer;
  background-color: #d6c527;
}

#join-filter {
  display: none;
}

#join-search {
  margin-bottom: 50px;
}

#join-search p {
  color: #39393a;
  font-style: italic;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.5;
  padding-bottom: 13px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #join-a-board-filter form ul li {
    display: inline-block;
    padding-bottom: 0;
  }

  #join-a-board-filter form ul li:nth-child(1) {
    width: 25%;
    padding-right: 15px;
  }

  #join-a-board-filter form ul li:nth-child(2) {
    width: 25%;
    padding-right: 15px;
  }

  #join-a-board-filter form ul li:nth-child(3) {
    width: 16.67%;
  }

  #join-a-board-filter input[type="submit"] {
    float: none;
  }
}

@media (min-width: 992px) {
  #join-a-board-filter form {}

  #join-a-board-filter {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  #join-filter {
    display: block;
  }

  #join-search {
    display: none;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Blog Filter
/////////////////////////////////////////*/

#blog-filter {
  padding-top: 25px;
  padding-bottom: 25px;
}

#blog-filter form ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#blog-filter form ul li {
  display: block;
  padding: 0 0 14px 0;
}

#blog-filter select {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 7px 9px 7px 9px;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  -webkit-appearance: none;
}

#blog-filter select {
  background-image: url("img/group.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 20px 20px;
  color: #1f355e;
}

#blog-filter select:hover {
  cursor: pointer;
}

#blog-filter select option {
  color: #1f355e;
}

#blog-filter input[type="submit"] {
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  height: 38px;
  padding-top: 2px;
  width: 95px;
  border: 2px solid #d6c527;
  border-radius: 5px;
  background-color: #ffffff;
  color: #1f355e;
  font-weight: 500;
}

#blog-filter input[type="submit"]:hover {
  cursor: pointer;
  background-color: #d6c527;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #blog-filter form ul {
    text-align: center;
  }

  #blog-filter form ul li {
    display: inline-block;
    padding-bottom: 0;
  }

  #blog-filter form ul li:nth-child(1) {
    width: 30%;
    padding-right: 15px;
  }

  #blog-filter input[type="submit"] {
    float: none;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Post Feed
/////////////////////////////////////////*/

#post-feed {
  padding-top: 40px;
  padding-bottom: 20px;
}

#post-feed h1 {
  font-size: 1.5em;
  color: #1F355E;
  font-weight: 500;
  margin-bottom: 20px;
}

.post-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 30px;
  background: #FFFFFF;
  border-bottom: 2px solid #D6C527;
}

.post-content {
  padding: 25px 25px 30px 25px;
}

.post-taxonomy {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.615;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.post-taxonomy a {
  border-bottom: 2px solid #00ADD8;
  color: #1F355E;
}

.post-taxonomy a:hover {
  border-bottom: 2px solid #D6C527;
}

.post-title {
  font-size: 1.1875em;
  line-height: 1.3;
  margin-bottom: 7px;
}

.post-title a {
  color: #1F355E;
}

.post-date {
  font-size: .875em;
  color: #4A4A4A;
  margin-bottom: 20px;
}

p.post-excerpt {
  line-height: 1.4375;
}

.post-excerpt .learn-more {
  font-size: 14px;
}

.post-author {
  color: #4A4A4A;
  font-size: .875em;
  margin-bottom: 0;
}

.post-author strong {
  font-weight: 700;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #post-feed h1 {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
  }

  #post-feed h1:after {
    display: block;
    content: ' ';
    width: 32px;
    height: 2px;
    background: #00ADD8;
    top: auto;
    margin: 7px auto 0 auto;
  }
}

@media (min-width: 992px) {
  #post-feed h1 {
    font-size: 1.6875em;
  }
}

@media (min-width: 1200px) {}

#blog-post-feed {
  padding-top: 20px;
  padding-bottom: 20px;
}

#blog-post-feed h1 {
  font-size: 1.5em;
  color: #1f355e;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

#blog-post-feed .card {
  margin-bottom: 50px;
}

#blog-post-feed .post-image {
  margin-bottom: 24px;
}

#blog-post-feed ul.post-categories {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0;
}

#blog-post-feed ul.post-categories li {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.8125em;
  padding: 0;
}

#blog-post-feed ul.post-categories li a {
  color: #1f355e;
  border-bottom: 2px solid #00add8;
  font-weight: 500;
  text-transform: uppercase;
}

#blog-post-feed .post-taxonomy {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#blog-post-feed .post-taxonomy a {
  border-bottom: 2px solid #00add8;
  color: #1f355e;
}

#blog-post-feed .post-taxonomy a:hover {
  border-bottom: 2px solid #d6c527;
}

#blog-post-feed .post-date {
  font-size: 0.875em;
  color: #4a4a4a;
  margin-bottom: 20px;
}

#blog-post-feed .post-author {
  color: #4a4a4a;
  font-size: 0.875em;
  margin-bottom: 20px;
}

#blog-post-feed .post-author span {
  font-size: 0.875em;
  color: #4a4a4a;
}

#blog-post-feed .post-author i {
  font-size: 0.6875em;
  font-style: normal;
  color: #e6e4e4;
}

#blog-post-feed .post-back {
  margin-top: 40px;
  font-size: 1.1875em;
}

#blog-post-feed .post-back a {
  color: #1f355e;
  font-weight: 500;
}

#blog-post-feed .post-back a:hover {
  color: #d6c527;
}

#blog-post-feed .post-back a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/propel/img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}

#blog-post-feed .post-sidebar {
  padding-top: 30px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #blog-post-feed {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #blog-post-feed h1 {
    font-size: 1.6875em;
  }

  #blog-post-feed .post-author {
    margin-bottom: 30px;
  }

  #blog-post-feed .post-image {
    max-width: 75%;
    height: auto;
    margin-bottom: 30px;
  }

  #blog-post-feed .post-sidebar {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  #blog-post-feed .card {
    margin-bottom: 40px;
  }

  #blog-post-feed .post-sidebar {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Opportunity Post Feed
/////////////////////////////////////////*/

#opportunity-post-feed {
  padding-top: 20px;
  padding-bottom: 20px;
}

#opportunity-post-feed h1 {
  font-size: 1.3125em;
  color: #1f355e;
  font-weight: 500;
  line-height: 1.19;
}

#opportunity-post-feed .card {
  margin-bottom: 50px;
}

#opportunity-post-feed strong,
#opportunity-post-feed b {
  font-weight: 700;
}

#opportunity-post-feed .post-image {
  margin-bottom: 24px;
}

#opportunity-post-feed .post-taxonomy {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#opportunity-post-feed .post-taxonomy a {
  border-bottom: 2px solid #00add8;
  color: #1f355e;
}

#opportunity-post-feed .post-date {
  font-size: 0.875em;
  color: #4a4a4a;
  margin-bottom: 20px;
}

#opportunity-post-feed .post-author {
  color: #e6e4e4;
  font-size: 0.875em;
  margin-bottom: 20px;
}

#opportunity-post-feed .post-author a {
  color: #1f355e;
}

#opportunity-post-feed .post-author span {
  font-size: 0.6875em;
  color: #4a4a4a;
}

#opportunity-post-feed .post-author i {
  font-size: 0.6875em;
  font-style: normal;
}

#opportunity-post-feed .post-back {
  margin-top: 40px;
  font-size: 1.1875em;
}

#opportunity-post-feed .post-back a {
  color: #1f355e;
  font-weight: 500;
}

#opportunity-post-feed .post-back a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}

#opportunity-post-feed .opportunity-details {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 26px;
  margin-bottom: 50px;
}

#opportunity-post-feed .opportunity-details div {
  padding-bottom: 15px;
}

#opportunity-post-feed .opportunity-details div:last-child {
  padding-bottom: 0;
}

#opportunity-post-feed .opportunity-details h3 {
  color: #1f355e;
  font-size: 1.3125em;
  font-weight: 500;
  margin-bottom: 20px;
}

#opportunity-post-feed .opportunity-details h3:after {
  width: 32px;
  height: 2px;
  background: #00add8;
  position: absolute;
  content: " ";
  display: block;
  margin-top: 3px;
}

#opportunity-post-feed .opportunity-details p a {
  font-weight: 700;
  color: #1f355e;
  border-bottom: 2px solid #00add8;
  word-break: break-all;
}

#opportunity-post-feed .opportunity-details p a:hover {
  border-bottom: 2px solid #d6c527;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #opportunity-post-feed {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  #opportunity-post-feed h1 {
    font-size: 1.6875em;
  }

  #opportunity-post-feed .post-author {
    margin-bottom: 30px;
  }

  #opportunity-post-feed .post-image {
    max-width: 75%;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #opportunity-post-feed .card {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Staff Post Feed
/////////////////////////////////////////*/

#staff-post-feed {
  padding-top: 20px;
  padding-bottom: 40px;
}

#staff-post-feed .staff-image {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 24px;
}

#staff-post-feed .staff-title {
  border-bottom: 2px solid #d6c527;
  color: #1f355e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  padding-bottom: 6px;
}

#staff-post-feed .staff-position {
  display: block;
  font-size: 1.125rem;
  line-height: 1.1111;
  margin-bottom: 20px;
}

#staff-post-feed .staff-email,
#staff-post-feed .staff-phone {
  display: block;
  font-weight: 500;
  line-height: 1.125;
}

#staff-post-feed .staff-email {
  color: #00add8;
  margin-bottom: 10px;
}

#staff-post-feed .staff-email:hover {
  color: #d6c527;
}

#staff-post-feed .staff-phone {
  color: inherit;
  margin-bottom: 20px;
}

#staff-post-feed .staff-content {
  margin-bottom: 30px;
}

#staff-post-feed .staff-content :last-child {
  margin-bottom: 0;
}

#staff-post-feed .staff-contact-me {
  color: #1f355e;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.27777;
  margin-bottom: 5px;
}

#staff-post-feed .staff-contact-list {
  color: #d6c527;
  line-height: 1.625;
  margin-bottom: 30px;
  padding-left: 1.5rem;
}

#staff-post-feed .staff-contact-list a {
  color: #1f355e;
  font-weight: 500;
}

#staff-post-feed .staff-contact-list a:hover {
  color: #d6c527;
}

#staff-post-feed .staff-social-media-list {
  font-size: 1.125rem;
  line-height: 1;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

#staff-post-feed .staff-social-media-list li {
  display: inline-block;
  margin-right: 20px;
}

#staff-post-feed .staff-social-media-list li:last-child {
  margin-right: 0;
}

#staff-post-feed .staff-social-media-list a {
  color: #1f355e;
}

#staff-post-feed .staff-social-media-list a:hover {
  color: #d6c527;
}

#staff-post-feed .post-back {
  font-size: 1.1875em;
}

#staff-post-feed .post-back a {
  color: #1f355e;
  font-weight: 500;
}

#staff-post-feed .post-back a:hover {
  color: #d6c527;
}

#staff-post-feed .post-back a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/propel/img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}

@media (min-width: 768px) {
  #staff-post-feed {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #staff-post-feed .staff-image {
    margin-bottom: 40px;
  }

  #staff-post-feed .staff-title {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 13px;
    padding-bottom: 10px;
  }

  #staff-post-feed .staff-position {
    font-size: 1.3125rem;
    line-height: 1.1;
  }

  #staff-post-feed .staff-email {
    margin-bottom: 6px;
  }

  #staff-post-feed .staff-content {
    margin-bottom: 20px;
  }

  #staff-post-feed .staff-contact-list {
    margin-bottom: 80px;
  }

  #staff-post-feed .staff-social-media-list {
    margin-bottom: 80px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  #staff-post-feed .staff-image {
    margin-bottom: 80px;
  }
}

/*//////////////////////////////////////////////////////////////////////////////////////
                                Static Page Styles
//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////
General
/////////////////////////////////////////*/

/*// Header breadcrumb //*/
.header-back {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.header-back::after {
  background-color: #00add8;
  content: "";
  display: block;
  height: 2px;
  margin-top: 5px;
  margin-left: -5000px;
  width: calc(100% + 5000px);
}

.header-back:hover {
  color: #fff;
}

.header-back:hover::after {
  background-color: #d6c527;
}

@media (min-width: 992px) {
  .header-back {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}

/*// Intra-section search //*/
.intra-search input {
  background-color: #fff;
  border-radius: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #1f355e;
  height: 37px;
  max-width: 100%;
  width: 100%;
}

.intra-search input[type="text"] {
  border: 1px solid #e6e4e4;
  font-weight: 200;
  font-size: 0.875em;
  padding: 10px;
}

.intra-search input[type="submit"] {
  border: 2px solid #d6c527;
  font-weight: 500;
  margin-left: 10px;
  padding: 0 10px;
}

/* No-gutters fix */
.intra-search div[class^="col"]:nth-child(2) {
  padding-right: 10px;
}

@media (min-width: 992px) {
  .intra-search input[type="text"] {
    font-size: 1em;
  }
}

/*// Header with intra-section search //*/
@media (min-width: 768px) {
  .row-intra-search {
    position: relative;
  }

  .row-intra-search div:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*// Intra-section filter //*/
.filter {
  padding: 30px 0;
}

.filter ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.filter li {
  display: block;
  margin-bottom: 14px;
  padding: 0;
}

.filter select,
.filter option {
  color: #1f355e;
}

.filter select {
  background: #fff url("./img/group.svg") 97% 50%/20px no-repeat;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 1em;
  padding: 7px 9px;
  width: 100%;
  -webkit-appearance: none;
}

.filter select:hover {
  cursor: pointer;
}

.filter input[type="submit"] {
  background-color: #fff;
  border: 2px solid #d6c527;
  border-radius: 5px;
  color: #1f355e;
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  height: 38px;
  width: 95px;
}

.filter input[type="submit"]:hover {
  cursor: pointer;
  background-color: #d6c527;
}

@media (min-width: 768px) {
  .filter li {
    display: inline-block;
    margin-bottom: 0;
  }

  .filter li:nth-child(1),
  .filter li:nth-child(2) {
    width: 254px;
    margin-right: 15px;
  }

  .filter input[type="submit"] {
    float: none;
  }
}

/*/////////////////////////////////////////
Homepage
/////////////////////////////////////////*/

#home-trainings {
  background: linear-gradient(135.35deg,
      #1f355e 0%,
      #0f759f 100%,
      #0f759f 100%);
  padding-bottom: 55px;
  position: relative;
}

#home-trainings h1 {
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.813rem;
  margin-bottom: 20px;
  margin-top: 35px;
}

#home-trainings p {
  font-size: 1em;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}

#home-trainings .see-all {
  background-image: url(img/circles.png);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #home-trainings {
    padding-bottom: 108px;
  }

  #home-trainings .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #home-trainings h1,
  #home-trainings p {
    text-align: left;
  }

  #home-trainings h1 {
    font-size: 2.25em;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 25px;
  }

  #home-trainings p {
    font-size: 1em;
    line-height: 1.563em;
  }

  #home-trainings .home-trainings-list {
    margin-top: 129px;
  }

  #home-trainings .full-width {
    position: relative;
  }

  .more-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  #home-trainings {
    padding-top: 90px;
  }

  #home-trainings h1 {
    margin-top: 0;
  }

  #home-trainings p {
    margin-bottom: 35px;
  }

  #home-trainings .home-trainings-list {
    margin-top: 0;
  }

  #home-trainings .full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .more-padding {
    padding-left: inherit;
    padding-right: inherit;
  }

  #home-trainings .full-width {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-training-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Services
/////////////////////////////////////////*/

#services-header {
  position: relative;
  background: linear-gradient(135.35deg,
      #1f355e 0%,
      #0f759f 100%,
      #0f759f 100%);
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 60px;
}

#services-header h1,
#services-header p {
  color: #fff;
  text-align: center;
}

#services-header p {
  position: relative;
  padding-bottom: 10px;
  font-size: 0.75em;
  line-height: 0.875em;
  text-transform: uppercase;
  margin-bottom: 0;
}

#services-header p:after {
  display: block;
  content: " ";
  width: 32px;
  height: 2px;
  background: #00add8;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -16px;
}

#services-header h1 {
  font-size: 2em;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 40px;
  line-height: 1.1;
  margin: 0 5%;
}

.white-arc {
  position: absolute;
  content: " ";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url(img/header_arc.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {

  #services-header h1,
  #services-header p {
    text-align: left;
  }

  #services-header p {
    display: inline-block;
    font-size: 1em;
    line-height: 1.188em;
    padding-bottom: 16px;
  }

  #services-header p:after {
    border-left: 2000px solid #00add8;
    box-sizing: content-box;
    margin-left: -2015px;
    width: 100%;
    top: 23px;
    left: 15px;
  }

  #services-header h1 {
    font-size: 2.375em;
    padding-top: 16px;
    padding-bottom: 68px;
    max-width: 60%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  #services-header p {
    font-size: 1.125em;
    line-height: 1.375em;
    padding-bottom: 29px;
  }

  #services-header p:after {
    top: 25px;
  }

  #services-header h1 {
    font-size: 3em;
    padding-top: 0;
    padding-bottom: 86px;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  #services-header {
    padding-bottom: 3%;
  }

  .white-arc {
    height: 100px;
  }
}

@media (min-width: 2700px) {
  .white-arc {
    height: 160px;
  }
}

#services-content {
  padding-bottom: 40px;
}

#services-content .fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

#services-content-menu {
  background-color: #f4f4f4;
}

#services-content-menu ul.jump-menu {
  display: none;
}

i.jump {
  font-size: 1.375em;
  font-weight: 700;
  font-style: normal;
  color: #1f355e;
  float: right;
  margin-top: 19px;
  margin-bottom: 19px;
}

i.jump:after {
  display: inline-block;
  content: " ";
  width: 42px;
  height: 42px;
  background-image: url(img/mobile_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: -12px;
}

i.jump:hover {
  cursor: pointer;
}

#services-content-menu-drop {
  display: none;
  color: #ffffff;
  background: linear-gradient(180deg, #1f355e 0%, #0c1f42 100%);
  padding: 10px 20px;
}

#services-content-menu-drop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-content-menu-drop ul li {
  margin: 20px 0;
}

#services-content-menu-drop ul li a {
  color: #ffffff;
  font-weight: 500;
}

#content ul.jump-menu li a:hover {
  border-bottom: 0;
}

#services-content-main {
  padding-top: 40px;
}

#services-content-main li {}

#services-content-main li:last-of-type {
  margin-bottom: 0;
}

#services-content .services-cta {
  margin-top: 30px;
}

#services-content .services-cta:last-child {
  margin-bottom: 0;
}

#content ul.jump-menu li#join {
  display: none;
}

body.join #content ul.jump-menu li#join {
  display: inline-block;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #services-content {
    padding-bottom: 60px;
  }

  #services-content-menu-drop {
    width: 278px;
    position: absolute;
    top: 80px;
    right: 30px;
    background-color: #1f355e;
    z-index: 999;
  }

  #services-content .services-cta {
    margin-top: 20px;
    padding: 25px 20px 35px 20px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #services-content {
    padding-bottom: 100px;
  }

  i.jump {
    display: none;
  }

  #services-content-menu {
    padding: 33px 0 15px 0;
  }

  #services-content-menu ul.jump-menu {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  #content ul.jump-menu li {
    display: inline-block;
    font-size: 1em;
    margin: 0 60px 0 0;
    padding-bottom: 20px;
  }

  #content ul.jump-menu li a {
    color: #1f355e;
    font-weight: 500;
    position: relative;
  }

  #content ul.jump-menu li a:hover::after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: auto;
    margin-top: 5px;
    left: 0;
    margin-left: 0;
  }

  #content ul.jump-menu li a.active::after {
    position: absolute;
    display: block;
    content: " ";
    width: 32px;
    height: 2px;
    background: #00add8;
    top: auto;
    margin-top: 5px;
    left: 0;
    margin-left: 0;
  }

  #services-content .services-cta {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {}

.services-cta ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.services-cta ul:last-child {
  margin-bottom: 0;
}

.services-cta ul li {
  display: inline-block;
}

.services-cta ul li a {
  font-weight: 700;
}

/*/////////////////////////////////////////
About
/////////////////////////////////////////*/

#about-header {
  background-image: url(img/pattern_blog_case.svg),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: auto 50px, cover;
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-header--committee {
  text-align: center;
}

.about-header__subheading {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.1667;
  margin-bottom: 10px;
  padding-bottom: calc(10px + 2px);
  text-transform: uppercase;
}

.about-header__subheading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #00ADD8;
  content: '';
  display: block;
  height: 2px;
  transform: translateX(-50%);
  width: 32px;
}

.about-header__heading {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
  margin-bottom: 0;
}

.about-header__copy {
  margin-top: 15px;
}

.about-header__copy a {
  border-bottom: 2px solid #c1bb00;
  color: #fff;
  font-weight: 700;
}

.about-header__copy a:hover {
  color: #c1bb00;
}

.about-header__copy p {
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.578947368;
}

.about-header__copy p:last-child {
  margin-bottom: 0;
}

.about-header__link {
  margin-top: 15px;
}

#about-content {
  padding-top: 30px;
}

#board-list {
  padding-top: 30px;
}

/* 2020 modules */
.about-h2 {
  position: relative;
  color: #1F355E;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.148148148;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.about-h2:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #D6C527;
  content: '';
  display: block;
  height: 2px;
  width: 100vw;
}

.basic-text {
  background: linear-gradient(0deg, #FFFFFF 0%, #E6E4E4 100%);
  padding: 40px 0;
}

.basic-text__copy {
  font-size: 1rem;
  line-height: 1.6875;
}

.basic-text__copy a {
  border-bottom: 2px solid #00ADD8;
  color: #1F355E;
  font-weight: 700;
}

.basic-text__copy a:hover {
  border-bottom-color: #c1bb00;
}

.basic-text__copy h3,
.basic-text__copy h4,
.basic-text__copy h5 {
  color: #1F355E;
  font-weight: 500;
}

.basic-text__copy h3 {
  font-size: 1.5rem;
  line-height: 1.1667;
  margin-bottom: 10px;
}

.basic-text__copy h4 {
  font-size: 1.375rem;
  line-height: 1.1818;
  margin-bottom: 10px;
}

.basic-text__copy h5 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.basic-text__copy li {
  margin-bottom: 10px;
}

.basic-text__copy li:last-child {
  margin-bottom: 0;
}

.basic-text__copy ol+h3,
.basic-text__copy p+h3,
.basic-text__copy ul+h3,
.basic-text__copy ol+h4,
.basic-text__copy p+h4,
.basic-text__copy ul+h4 {
  padding-top: 10px;
}

.basic-text__copy ol,
.basic-text__copy ul {
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 18px;
}

.basic-text__copy>p:first-child {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.basic-text__copy> :last-child {
  margin-bottom: 0;
}

.featured-items {
  padding-top: 30px;
  padding-bottom: 40px;
}

.featured-items__header {
  margin-bottom: 25px;
}

.featured-items__heading {
  margin-bottom: 0 !important;
}

.featured-items__copy {
  font-size: 1.1875rem;
  line-height: 1.6;
  margin-top: 20px;
}

.featured-items__copy> :last-child {
  margin-bottom: 0;
}

.featured-items__item {
  margin-bottom: 40px;
}

.featured-items__item:nth-child(4n + 2) .featured-items__backdrop {
  background-image: url(img/circle_background_right1.svg);
  text-align: right;
}

.featured-items__item:nth-child(4n + 3) .featured-items__backdrop {
  background-image: url(img/circle_background_left1.svg);
  background-position: top right;
}

.featured-items__item:nth-child(4n + 4) .featured-items__backdrop {
  background-image: url(img/circle_background_right2.svg);
  text-align: right;
}

.featured-items__item:nth-child(4n + 1) .featured-items__backdrop {
  background-image: url(img/circle_background_left2.svg);
  background-position: top right;
}

.featured-items__item:last-child {
  margin-bottom: 0;
}

.featured-items__backdrop {
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  padding-top: 20px;
}

.featured-items__backdrop img {
  border-radius: 100%;
  max-width: 91.6667%;
}

.featured-items__item-title {
  color: #1F355E;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  margin-bottom: 10px;
}

.featured-items__item-copy {
  font-size: 1rem;
  line-height: 1.6875;
}

.featured-items__item-copy a {
  border-bottom: 2px solid #00ADD8;
  color: #1F355E;
  font-weight: 700;
}

.featured-items__item-copy a:hover {
  border-bottom-color: #c1bb00;
}

.featured-items__item-copy>p:first-child {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.featured-items__item-copy> :last-child {
  margin-bottom: 0;
}

.featured-items__item-link {
  color: #1F355E;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  margin-top: 25px;
}

.featured-items__item-link:hover {
  color: #1F355E;
}

.featured-items__item-link span {
  color: #00ADD8;
}

.featured-items__item-link:hover span {
  color: #d6c527;
}

.statistics {
  padding-top: 30px;
  padding-bottom: 40px;
}

.statistics__copy {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.578947368;
  margin-bottom: 25px;
}

.statistics__copy a {
  border-bottom: 2px solid #00ADD8;
  color: #1F355E;
  font-weight: 700;
}

.statistics__copy a:hover {
  border-bottom-color: #c1bb00;
}

.statistics__copy> :last-child {
  margin-bottom: 0;
}

.statistics__col {
  margin-bottom: 25px;
}

.statistics__col:nth-child(3n + 1) {
  color: #A81B8D;
}

.statistics__col:nth-child(3n + 2) {
  color: #00ADD8;
}

.statistics__col:nth-child(3n) {
  color: #E07C00;
}

.statistics__col:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.statistics__number {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.111111111;
  margin-bottom: 5px;
}

.statistics__elaboration {
  color: #4A4A4A;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.214285714;
}

.text-blocks {
  background: linear-gradient(0deg, #FFFFFF 0%, #E6E4E4 100%);
  padding-top: 40px;
  padding-bottom: 30px;
}

.text-blocks__heading {
  color: #1F355E;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.166666667;
  margin-bottom: 10px;
}

.text-blocks__col {
  margin-bottom: 40px;
}

.text-blocks__col:last-child {
  margin-bottom: 0;
}

.text-blocks__copy {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.text-blocks__copy a {
  border-bottom: 2px solid #00ADD8;
  color: #1F355E;
  font-weight: 700;
}

.text-blocks__copy a:hover {
  border-bottom-color: #c1bb00;
}

.text-blocks__copy li {
  color: #1F355E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

.text-blocks__copy li::marker {
  color: #D6C527;
}

.text-blocks__copy li:last-child {
  margin-bottom: 0;
}

.text-blocks__copy ol,
.text-blocks__copy p,
.text-blocks__copy ul {
  margin-bottom: 20px;
}

.text-blocks__copy ol,
.text-blocks__copy ul {
  padding-left: 18px;
}

.text-blocks__copy> :last-child {
  margin-bottom: 0;
}

.text-blocks__link {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #about-header {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .about-header--committee {
    text-align: left;
  }

  .about-header__subheading {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.1875;
    margin-bottom: 15px;
    padding-bottom: calc(6px + 2px);
  }

  .about-header__subheading::after {
    left: 0;
    transform: translateX(-50vw);
    width: calc(100% + 50vw);
  }

  .about-header__heading {
    font-size: 2.375rem;
    line-height: 1.078947368;
  }

  .about-header__copy {
    margin-top: 20px;
  }

  .about-header__link {
    margin-top: 20px;
  }

  /* 2020 modules */
  .about-h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .basic-text {
    padding: 80px 0;
  }

  .basic-text__copy h3 {
    font-size: 2rem;
    line-height: 1.15625;
    margin-bottom: 15px;
  }

  .basic-text__copy ol+h3,
  .basic-text__copy p+h3,
  .basic-text__copy ul+h3 {
    padding-top: 20px;
  }

  .featured-items {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .featured-items__header {
    margin-bottom: 35px;
  }

  .featured-items__copy {
    margin-top: 40px;
  }

  .featured-items__item {
    margin-bottom: 90px;
  }

  .featured-items__backdrop {
    margin-bottom: 35px;
    max-width: 58.3333%;
    padding-top: 30px;
  }

  .featured-items__item-title {
    font-size: 2rem;
    line-height: 1.15625;
    margin-bottom: 15px;
  }

  .statistics {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .statistics__copy {
    margin-bottom: 60px;
  }

  .statistics__row {
    justify-content: center;
  }

  .statistics__col {
    margin-bottom: 50px;
    text-align: center;
  }

  .statistics__col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .statistics__number {
    font-size: 2.25rem;
    line-height: 1.055555556;
    margin-bottom: 12px;
  }

  .statistics__elaboration {
    font-size: 1rem;
    line-height: 1.1875;
  }

  .text-blocks {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .text-blocks__heading {
    font-size: 2rem;
    line-height: 1.15625;
    margin-bottom: 15px;
  }

  .text-blocks__col {
    margin-bottom: 80px;
  }

  .text-blocks__col--full .text-blocks__content {
    -moz-columns: 2 auto;
    -webkit-columns: 2 auto;
    columns: 2 auto;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

  .text-blocks__col--full .text-blocks__copy ol,
  .text-blocks__col--full .text-blocks__copy p,
  .text-blocks__col--full .text-blocks__copy ul {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
  }
}

@media (min-width: 992px) {
  #about-header {
    background-size: auto 70px, cover;
    padding-top: 130px;
  }

  .about-header__subheading {
    font-size: 1.125rem;
    line-height: 1.2222;
    margin-bottom: 20px;
  }

  .about-header__heading {
    font-size: 3rem;
    line-height: 1.0625;
  }

  .about-header__copy {
    margin-top: 25px;
  }

  .about-header__link {
    margin-top: 25px;
  }

  /* 2020 modules */
  .about-h2 {
    margin-bottom: 0;
  }

  .basic-text {
    padding-top: 100px;
  }

  .featured-items {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .featured-items__header {
    margin-bottom: 60px;
  }

  .featured-items__copy {
    margin-top: 0;
  }

  .featured-items__item:nth-child(4n + 2) .col-lg-5,
  .featured-items__item:nth-child(4n + 4) .col-lg-5 {
    order: 2;
  }

  .featured-items__item:nth-child(4n + 2) .col-lg-7,
  .featured-items__item:nth-child(4n + 4) .col-lg-7 {
    order: 1;
  }

  .featured-items__backdrop {
    margin-bottom: 0;
    max-width: 100%;
    padding-bottom: 0;
  }

  .featured-items__item-title {
    margin-top: 25px;
  }

  .featured-items__item-link {
    margin-top: 20px;
  }

  .statistics {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .statistics__copy {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .statistics__row {
    margin-top: 80px;
  }

  .statistics__col {
    margin-bottom: 60px;
  }

  .statistics__col:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  .statistics__number {
    font-size: 2.875rem;
    line-height: 1.043478261;
    margin-bottom: 15px;
  }

  .text-blocks {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-blocks__col {
    margin-bottom: 120px;
  }

  .text-blocks__col--half .text-blocks__copy {
    max-width: 80%;
  }
}

/*/////////////////////////////////////////
Staff
/////////////////////////////////////////*/

#staff-header {
  background-image: url(img/pattern.png),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  padding-bottom: 20px;
}

#staff-header h1 {
  color: #fff;
  font-size: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  margin-top: 115px;
  margin-bottom: 28px;
}

.off-canvas .listingContainer {
  position: fixed;
  overflow: scroll;
  top: 0;
  right: 0;
  padding: 20px;
  height: 100%;
  width: 90%;
  visibility: hidden;
  background: rgba(200, 200, 200, 1);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  transition: visibility 0.5s;
  z-index: 999;
}

.off-canvas .listingContainer::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.off-canvas .listingContainer.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.off-canvas .listingContainer.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.off-canvas img {
  max-width: 250px;
  height: auto;
}

i.close-this {
  color: blue;
  font-size: 30px;
  display: block;
  z-index: 999;
}

i.close-this:hover {
  cursor: pointer;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .off-canvas .listingContainer {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .off-canvas .listingContainer {
    width: 40%;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Resources
/////////////////////////////////////////*/

/*// Resources Header //*/
#resources-header {
  background-image: url(./img/pattern.png),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: auto 52px, cover;
  padding-top: calc(52px + 67px);
  padding-bottom: 25px;
}

#resources-header h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.125;
  margin-bottom: 32px;
}

#search {
  background: #fff;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  color: #1f355e;
  font-style: italic;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #resources-header {
    padding-top: calc(52px + 90px);
    padding-bottom: 30px;
  }

  #resources-header h1 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #resources-header {
    padding-top: calc(52px + 143px);
    padding-bottom: 35px;
  }

  #resources-header h1 {
    font-size: 3em;
    line-height: 0.75;
  }
}

/*// Resources Feed //*/

#resources-feed {
  padding-top: 40px;
  padding-bottom: 60px;
}

.resource-grouping {
  margin-bottom: 65px;
}

.resource-grouping h2 {
  border-bottom: 2px solid #d6c527;
  color: #1f355e;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.resource-grouping h2 a {
  color: inherit;
}

.resource {
  margin-bottom: 40px;
}

.resource:last-of-type {
  margin-bottom: 0;
}

.resource h3 {
  color: #1f355e;
  font-size: 1.2em;
  line-height: 1.4;
}

.resource h3 a {
  color: inherit;
}

.resource h3 a::after {
  color: #00add8;
  content: "\00bb";
  margin-left: 3px;
}

.resource h3 a:hover::after {
  color: #d6c527;
}

.resource-excerpt {
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 8px;
}

.resource ul {
  margin-top: 4px;
}

.resource-grouping .button {
  margin-bottom: 0;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .resource-grouping {
    margin-bottom: 80px;
  }
}

/*// Resources Sidebar //*/
.sidebar-box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  display: none;
  margin-bottom: 40px;
  padding: 26px;
}

.sidebar-box h4 {
  color: #1f355e;
  font-size: 1.3125em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 28px;
}

.sidebar-box ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar-box li {
  padding: 10px 0;
  line-height: 1.3em;
}

.sidebar-box a {
  color: #1f355e;
  font-weight: 500;
}

.sidebar-box a::after {
  color: #00add8;
  content: " \00bb";
  font-weight: 700;
}

.sidebar-box a:hover {
  border: none !important;
}

.sidebar-box a:hover::after {
  color: #d6c527;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .sidebar-box {
    display: block;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.no-results {
  padding-top: 30px;
}

.no-results p {
  text-align: center;
}

.no-results a {
  color: #1f355e;
  border-bottom: 2px solid #00add8;
  font-weight: 700;
}

.no-results a:hover {
  border-bottom: 2px solid #d6c527;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

#individual-resource-content {
  padding-top: 30px;
}

#individual-resource-content .page-content {
  padding-bottom: 26px;
}

#individual-resource-content ul.resource-meta {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0;
}

#individual-resource-content ul.resource-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.8125em;
  padding: 0;
}

#individual-resource-content ul.resource-meta li a {
  color: #1f355e;
  border-bottom: 2px solid #00add8;
  font-weight: 500;
  text-transform: uppercase;
}

#individual-resource-content .single-trainings #related-resources a.button,
#individual-resource-content .single-trainings #upcoming-trainings a.button {
  float: right;
}

#individual-resource-content p.wc-responsive-video {
  margin-bottom: 25px;
}

#individual-resource-content .resource-description a.button {
  margin-right: 5px;
}

#individual-resource-content p.resource-copyright {
  font-style: italic;
  font-weight: 300;
  font-size: 0.87em;
  line-height: 1.86;
  padding-bottom: 0;
}

#individual-resource-content .post-back {
  font-size: 1.1875em;
  margin-bottom: 50px;
}

#individual-resource-content .post-back a {
  color: #1f355e;
  font-weight: 500;
}

#individual-resource-content .post-back a:hover {
  color: #d6c527;
}

#individual-resource-content .post-back a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}

#individual-resource-content .card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  padding: 26px;
}

#individual-resource-content .post-sidebar {
  display: none;
}

#individual-resource-content h1 {
  color: #1f355e;
  font-weight: 500;
  font-size: 1.6875em;
  line-height: 1.2;
  margin-bottom: 26px;
}

#individual-resource-content .temporary-inline-module.share h4 {
  display: none;
}

#individual-resource-content .temporary-inline-module li a {
  border-bottom: none;
}

#individual-resource-content .content-download-share li a,
.content-download-share li a:hover {
  border-bottom: none;
}

#individual-resource-content .resource-download .button:last-child {
  margin-top: 13px;
}

#individual-resource-content .share {
  margin-bottom: 20px;
}

#individual-resource-content .resource-download {
  margin-bottom: 26px;
}

#individual-resource-content .resource-share {
  margin-bottom: 30px;
}

@media (min-width: 383px) {
  #individual-resource-content .resource-download .button:last-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  #individual-resource-content .temporary-inline-module {
    display: none;
  }

  #individual-resource-content .post-sidebar {
    display: block;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Services
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Training - Landing
/////////////////////////////////////////*/
#training-landing .see-all a.button {
  float: right;
}

#training-landing-header {
  background-image: url(img/pattern.png),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: 120px auto, cover;
  padding-top: 78px;
  padding-bottom: 59px;
}

#training-landing-header h1 {
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 1.125em;
}

#training-landing-header p {
  font-size: 0.75em;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #training-landing-header {
    background-size: 200px auto, cover;
    padding-top: 102px;
    padding-bottom: 71px;
  }

  #training-landing-header h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  #training-landing-header {
    background-size: 200px auto, cover;
    padding-top: 140px;
    padding-bottom: 90px;
  }

  #training-landing-header h1 {
    font-size: 3em;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Training
/////////////////////////////////////////*/

#training-header {
  background-image: url(img/pattern.png),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: 160px auto, cover;
  padding-bottom: 35px;
  padding-top: 115px;
}

#training-header h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}

#training-search input[type="text"] {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 0.875em;
  font-weight: 200;
  color: #1f355e;
  height: 37px;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px;
  max-width: 100%;
  width: 100%;
}

#training-search input[type="submit"] {
  color: #1f355e;
  padding: 0 20px;
  height: 37px;
  border: 2px solid #d6c527;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 500;
}

#training-search input[type="submit"]:hover {
  cursor: pointer;
  background-color: #d6c527;
}

#training-header #search {
  background: #fff;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  color: #1f355e;
  font-style: italic;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #training-header {
    padding-top: 130px;
    background-size: 180px auto, cover;
  }

  #training-header h1 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }

  #training-search {
    width: 360px;
    float: right;
  }

  #training-search input[type="submit"] {
    text-align: right;
  }
}

@media (min-width: 992px) {
  #training-header {
    padding-top: 192px;
    background-size: 220px auto, cover;
  }

  #training-header h1 {
    font-size: 3em;
    font-weight: 500;
  }

  #training-search {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {}

/*// Training Feed //*/

#training-feed h1 {
  font-size: 1.5em;
  color: #1f355e;
  font-weight: 500;
  margin-bottom: 0;
}

#training-feed h3 {
  color: #4a4a4a;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 40px;
}

#training-feed .card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 25px 30px 25px;
}

#training-feed h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  padding-bottom: 10px;
}

#training-feed h2 a {
  color: #1f355e;
  font-weight: 500;
}

#training-feed p.training-feed-excerpt {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4375em;
}

#training-feed a.learn-more {
  font-size: 14px;
}

#training-feed .training-feed-date {
  color: #4a4a4a;
  font-size: 1em;
  margin-bottom: 10px;
}

#training-feed .training-feed-date span {
  font-weight: 700;
}

#training-feed ul.training-feed-details {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}

#training-feed ul.training-feed-details li {
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #training-feed {
    padding-left: 60px;
    padding-right: 60px;
  }

  #training-feed h1 {
    text-align: center;
    margin-bottom: 10px;
  }

  #training-feed h2 {
    font-size: 1.375em;
  }

  #training-feed h3 {
    font-size: 1.25em;
    margin-bottom: 30px;
  }

  #training-feed p.training-feed-excerpt {
    margin-bottom: 0;
  }

  #training-feed .card {
    padding: 30px 30px 35px 30px;
  }

  #training-feed ul.training-feed-details li {
    display: block;
  }
}

@media (min-width: 992px) {
  #training-feed h1 {
    font-size: 1.6875em;
  }

  #training-feed h3 {
    font-size: 1.5em;
  }

  #training-feed .card {
    margin-bottom: 30px;
  }

  #training-feed ul.training-feed-details {
    margin: 0;
  }
}

@media (min-width: 1200px) {}

/*// Training Filter //*/

#training-filter {
  padding-top: 25px;
  padding-bottom: 25px;
}

#training-filter form ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#training-filter form ul li {
  display: block;
  padding: 0 0 14px 0;
}

#training-filter select {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 9px 9px 9px;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  -webkit-appearance: none;
}

#training-filter select {
  background-image: url("img/group.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px 20px;
  color: #1f355e;
}

#training-filter select:hover {
  cursor: pointer;
}

#training-filter select option {
  color: #1f355e;
}

#training-filter input[type="submit"] {
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  height: 38px;
  width: 95px;
  border: 2px solid #d6c527;
  border-radius: 5px;
  background-color: #ffffff;
  color: #1f355e;
  font-weight: 500;
}

#training-filter input[type="submit"]:hover {
  cursor: pointer;
  background-color: #d6c527;
}

#training-filter #search {
  background: #fff;
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  color: #1f355e;
  font-style: italic;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #training-filter form ul li {
    display: inline-block;
    padding-bottom: 0;
  }

  #training-filter form ul li:nth-child(1) {
    width: 40%;
    padding-right: 15px;
  }

  #training-filter form ul li:nth-child(2) {
    width: 40%;
    padding-right: 15px;
  }

  #training-filter form ul li:nth-child(3) {
    width: 20%;
  }

  #training-filter input[type="submit"] {
    float: none;
  }
}

@media (min-width: 992px) {
  #training-filter form {
    width: 60%;
  }

  #training-filter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Newsletter
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Contact
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
404
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*//////////////////////////////////////////////////////////////////////////////////////
                                Dynamic Page Styles
//////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////
Blog
/////////////////////////////////////////*/

#blog-header {
  background-image: url(img/pattern_blog_case.svg),
    linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: 220px auto, cover;
  padding-top: 78px;
  padding-bottom: 59px;
}

#blog-header h1 {
  font-size: 2em;
  text-align: center;
  color: #ffffff;
  line-height: 1.125em;
  font-weight: 500;
}

#blog-header h1 a {
  color: #ffffff;
  font-weight: 500;
}

#blog-header p {
  font-size: 0.75em;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #blog-header {
    background-size: 200px auto, cover;
    padding-top: 102px;
    padding-bottom: 71px;
  }

  #blog-header h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  #blog-header {
    background-size: 200px auto, cover;
    padding-top: 140px;
    padding-bottom: 90px;
  }

  #blog-header h1 {
    font-size: 3em;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Blog - Category
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Blog - Single
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  body.single-post .page-content h2 {
    font-size: 1.5em;
    line-height: 1.2;
  }

  body.single-post .page-content h3 {
    padding-bottom: 7px;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Case
/////////////////////////////////////////*/

#case-post-feed {
  padding-top: 20px;
}

#case-post-feed h1 {
  font-size: 1.5em;
  color: #1f355e;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

#case-post-feed .card {
  margin-bottom: 50px;
}

#case-post-feed .post-image {
  margin-bottom: 24px;
}

#case-post-feed .post-taxonomy {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-right: 15px;
}

#case-post-feed .post-taxonomy a {
  border-bottom: 2px solid #00add8;
  color: #1f355e;
}

#case-post-feed .post-taxonomy a:hover {
  border-bottom: 2px solid #d6c527;
}

#case-post-feed .post-date {
  font-size: 0.875em;
  color: #4a4a4a;
  margin-bottom: 20px;
}

#case-post-feed .post-author {
  color: #e6e4e4;
  font-size: 0.875em;
  margin-bottom: 20px;
}

#case-post-feed .post-author a {
  color: #1f355e;
}

#case-post-feed .post-author span {
  font-size: 0.6875em;
  color: #4a4a4a;
}

#case-post-feed .post-author i {
  font-size: 0.6875em;
  font-style: normal;
}

#case-post-feed .post-back {
  margin-top: 40px;
  font-size: 1.1875em;
}

#case-post-feed .post-back a {
  color: #1f355e;
  font-weight: 500;
}

#case-post-feed .post-back a:hover {
  color: #d6c527;
}

#case-post-feed .post-back a:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}

#case-post-feed .spacer {
  display: block;
  content: "";
  border-top: 1px solid #e6e4e4;
  margin-top: 30px;
  padding-bottom: 40px;
}

.next-posts-link {
  text-align: center;
  width: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #case-post-feed {
    padding-top: 36px;
  }

  #case-post-feed h1 {
    font-size: 1.6875em;
  }

  #case-post-feed .post-author {
    margin-bottom: 30px;
  }

  #case-post-feed .post-image {
    max-width: 75%;
    height: auto;
    margin-bottom: 30px;
  }

  #case-post-feed .spacer {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #case-post-feed .card {
    margin-bottom: 40px;
  }

  #case-post-feed h1 {
    font-size: 2.25em;
    margin-bottom: 30px;
  }

  #case-post-feed .post-taxonomy {
    margin-bottom: 17px;
  }

  #case-post-feed .spacer {
    margin-top: 100px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Archive - Staff
/////////////////////////////////////////*/

#staff-list {
  padding-top: 30px;
}

#staff-list .staff-permalink {
  color: #1f355e;
}

#staff-list .staff-permalink span {
  color: #00add8;
}

#staff-list .staff-permalink:hover span {
  color: #d6c527;
}

#staff-list img {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 200px;
}

#staff-list h3 {
  text-align: center;
  line-height: 1.3125;
  font-size: 1em;
  margin-bottom: 0;
}

#staff-list .staff-entry {
  margin-bottom: 40px;
}

#staff-list .staff-position {
  font-size: 14px;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 7px;
}

#staff-list .staff-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.64;
}

#staff-list .staff-contact li {
  display: inline-block;
  color: #e6e4e4;
  margin: 2px 0;
}

#staff-list .staff-contact li a {
  color: #4a4a4a;
  font-weight: 500;
}

@media (min-width: 768px) {
  #staff-list img {
    max-width: 100%;
  }

  #staff-list .staff-position,
  #staff-list .staff-contact,
  #staff-list h3 {
    text-align: left;
  }

  #staff-list .staff-entry {
    margin-bottom: 55px;
  }
}

/*/////////////////////////////////////////
Archive - Single
/////////////////////////////////////////*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Search
/////////////////////////////////////////*/

#search-results {
  padding-top: 30px;
}

#search-results h2 {
  font-size: 1.5em;
  color: #1f355e;
  font-weight: 500;
  padding-left: 0;
  margin-left: 0;
}

#search-results .search-post h2 {
  font-size: 1.3125em;
  line-height: 1.23;
  padding-bottom: 10px;
}

#search-results .search-post h2 a {
  color: #1f355e;
  font-weight: 500;
}

#search-results a.learn-more {
  font-size: 14px;
}

#search-results p.post-type {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 9px;
  text-transform: uppercase;
}

#search-results p.post-type a {
  color: #1f355e;
  border-bottom: 1px solid #00add8;
}

#search-results p.post-type a:hover {
  border-bottom-color: #d6c527;
}

#search-results p.post-excerpt {
  margin-bottom: 0;
  line-height: 1.4375;
}

#search-results .search-post {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #search-results {
    padding-top: 45px;
  }

  #search-results h2 {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  #search-results {
    padding-top: 50px;
  }
}

#search-navigation {
  padding-bottom: 50px;
}

#search-navigation nav.pagination {
  margin: 40px auto 0 auto;
  font-size: 1.1875em;
}

#search-navigation h2 {
  display: none;
}

#search-navigation a {
  color: #1f355e;
  font-weight: 500;
  margin: 0 8px;
}

#search-navigation span.current {
  margin: 0 8px;
  color: #00add8;
}

#search-navigation a.prev:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/older_posts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  vertical-align: -2px;
}

#search-navigation a.next:after {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url(img/newer_posts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
  vertical-align: -2px;
}

/*/////////////////////////////////////////
Join a Board - Single
/////////////////////////////////////////*/

#opportunity-header {
  background: linear-gradient(143.72deg,
      #1f355e 0%,
      #059bc5 84.77%,
      #03a3ce 91.91%,
      #00add8 100%);
  padding-top: 38px;
  padding-bottom: 40px;
}

#opportunity-header h1 {
  color: #fff;
  font-size: 1.6875em;
  font-weight: 500;
  line-height: 1.3;
}

#opportunity-header p {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

#opportunity-header p:after {
  display: block;
  content: " ";
  width: 32px;
  height: 2px;
  background: #00add8;
  position: absolute;
  width: 300%;
  margin-left: calc(-300% + 212px);
  top: 26px;
}

#opportunity-header p a {
  color: #ffffff;
}

#opportunity-header p:hover:after {
  background: #d6c527;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  #opportunity-header {
    padding-top: 45px;
    padding-bottom: 58px;
  }
}

@media (min-width: 992px) {
  #opportunity-header {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  #opportunity-header h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 1200px) {}

/*/////////////////////////////////////////
Integrate Later -JR
/////////////////////////////////////////*/
.pattern {
  background: url(img/pattern.svg) repeat-x;
  height: 93px;
  position: relative;
  z-index: 1;
}

.pattern-footer {
  top: 26px;
}

.pattern-help {
  top: 50px;
  /* Estimate */
}

.site-footer {
  background: linear-gradient(135.35deg,
      #1f355e 0%,
      #0f759f 100%,
      #0f759f 100%);
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-left: 0;
  /* Removes gutters */
  padding-right: 0;
  /* Removes gutters */
}

.footer-contact,
.footer-services,
.footer-secondary,
.footer-partners,
.footer-social,
.footer-attribute {
  padding-right: 30px;
  /* Fixes removed gutter padding */
  padding-left: 30px;
  /* Fixes removed gutter padding */
}

.footer-services,
.footer-secondary {
  margin-top: 48px;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #d6c527;
}

.site-footer ul.menu {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.375em;
  list-style: none;
  margin-top: 16px;
  /* Partial border */
  padding-left: 0;
  position: relative;
}

/* Partial border */
.site-footer ul.menu:before {
  background: #00add8;
  content: "";
  height: 2px;
  width: 32px;
  position: absolute;
  top: -16px;
}

.site-footer ul.menu li {
  margin-bottom: 1.375em;
  /* Blank line */
}

.footer-contact {
  background: #0c1f42;
  padding-top: 81px;
}

.footer-contact p {
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.375em;
  margin-bottom: 20px;
}

.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-contact img {
  margin-top: 20px;
  margin-bottom: 20px;
  /* Estimate */
  max-width: 240px;
}

.footer-partners {
  margin-top: 30px;
}

.footer-partners ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-partners ul li {
  display: inline-block;
  list-style: none;
  width: 30%;
  margin-right: 20px;
}

.footer-social {
  list-style: none;
  margin-top: 48px;
  margin-bottom: 20px;
}

.footer-social ul {
  padding-left: 0;
}

.footer-social li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social li:last-of-type {
  margin-right: 0;
}

.footer-social span {
  display: none;
}

.footer-social a {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 34px;
  /* Rounded */
  width: 34px;
  /* Rounded */
}

.social-facebook {
  background-image: url(img/facebook.svg);
}

.social-facebook:hover {
  background-image: url(img/facebook_rollover.svg);
}

.social-twitter {
  background-image: url(img/twitter.svg);
}

.social-twitter:hover {
  background-image: url(img/twitter_rollover.svg);
}

.social-linkedin {
  background-image: url(img/linkedin.svg);
}

.social-linkedin:hover {
  background-image: url(img/linkedin_rollover.svg);
}

.social-instagram {
  background-image: url(img/instagram.svg);
}

.social-instagram:hover {
  background-image: url(img/instagram_rollover.svg);
}

.social-youtube {
  background-image: url(img/youtube.svg);
}

.social-youtube:hover {
  background-image: url(img/youtube_rollover.svg);
}

#newsletter-signup {
  margin-bottom: 52px;
}

a.button,
.next-posts-link a,
.post-password-form input[type=submit] {
  background: #fff;
  border: 2px solid #d6c527;
  border-radius: 5px;
  color: #1f355e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188;
  padding: 9px 20px;
  text-align: center;
}

a.button:hover,
.next-posts-link a:hover,
.post-password-form input[type=submit]:hover {
  background-color: #d6c527;
  color: #1f355e;
  cursor: pointer;
}

.footer-services .footer-social {
  display: none;
}

.footer-attribute {
  margin-bottom: 20px;
}

.attribute {
  font-size: 0.75em;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 768px) {
  #colophon .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-contact {
    padding-top: 106px;
  }

  .footer-services,
  .footer-secondary,
  .footer-partners {
    margin-top: 90px;
  }

  .footer-contact,
  .footer-services,
  .footer-secondary,
  .footer-partners,
  .footer-social,
  .footer-attribute {
    padding-right: 30px;
    /* Fixes removed gutter padding */
    padding-left: 30px;
    /* Fixes removed gutter padding */
  }

  .footer-contact img {
    margin-bottom: 140px;
    /* Estimate */
  }

  #newsletter-signup {
    margin-bottom: 0;
    position: absolute;
    bottom: 26px;
  }

  .footer-services .footer-social {
    display: block;
  }

  .footer-secondary .footer-social {
    display: none;
  }

  .footer-partners ul {
    margin-top: 20px;
  }

  .footer-partners ul li {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer-social {
    position: absolute;
    bottom: 0;
    margin: 0;
    bottom: 0;
  }

  .footer-social li {
    display: inline-block;
    margin-right: 8px;
  }

  .footer-social a {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 28px;
    /* Rounded */
    width: 28px;
    /* Rounded */
  }

  .footer-attribute {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .attribute {
    font-size: 0.75em;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .footer-contact {
    padding-top: 114px;
  }

  .footer-partners ul {
    margin-top: 24px;
  }

  .footer-partners ul li {
    width: 70%;
    margin: 0 0 30px 0;
  }

  .footer-social {
    left: 60px;
  }

  .footer-social a {
    height: 34px;
    width: 34px;
  }

  .footer-attribute {
    right: 0;
  }

  .footer-attribute p {
    text-align: right;
  }

  .footer-services,
  .footer-secondary {
    margin-top: 98px;
  }
}

/* All Cards */
.card {
  background: #fff;
  border-bottom: 2px solid #d6c527;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  margin-bottom: 30px;
  padding: 12px 12px 16px 12px;
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 25px;
  }
}

.card-date {
  color: #4a4a4a;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.188em;
}

.card-cats {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.625;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-transform: uppercase;
}

.card-cats li {
  display: inline-block;
  margin-right: 12px;
}

.card-cats li:last-of-type {
  margin-right: 0;
}

.card-cats a {
  border-bottom: 1px solid #00add8;
  color: #1f355e;
}

.card-cats a:hover {
  border-bottom-color: #d6c527;
}

.card-title h3 {
  font-size: 1.1875em;
  margin-bottom: 0;
  line-height: 1.3;
}

/* Jonathan Edited this here */

.card-title a {
  color: #1f355e;
  font-weight: 500;
}

.card-title a:after {
  color: #00add8;
  content: "\00bb";
  margin-left: 3px;
  margin-right: -24px;
  width: 24px;
  position: relative;
}

.card-title a:hover:after {
  color: #d6c527;
}

.card-excerpt {
  color: #4a4a4a;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 1em;
  font-weight: 300;
  margin-top: 12px;
}

/* Jonathan Edited this here */
.card-excerpt p {
  line-height: 1.438em;
  font-size: 0.9em;
}

/* Resource Cards */
.card-resource {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.13);
}

.card-resource .card-cats {}

.card-resource .card-meta:nth-child(1) {
  margin-bottom: 16px;
}

.card-resource .card-meta:nth-child(2) {
  margin-bottom: 10px;
}

.card-resource .card-title a {}

.card-resource .card-date {}

/* Training Cards */
.card-training .card-cats {
  font-size: 0.75em;
  line-height: 1.7;
  margin-bottom: 3px;
  text-align: right;
}

.card-training .card-meta:nth-child(1) {
  margin-bottom: 12px;
}

.card-training .card-meta:nth-child(2) {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .card-training .card-cats {
    margin-bottom: 0;
  }

  .card-training .card-meta:nth-child(1) {
    margin-bottom: 16px;
  }

  .card-training .card-meta:nth-child(2) {
    margin-bottom: 0;
  }

  .card-date {
    line-height: 1.7;
  }
}

@media (min-width: 992px) {}

/* All "See All" Buttons */
.see-all {
  text-align: center;
}

#home-trainings a.button,
#home-resources a.button {
  margin: 0 auto;
  display: block;
  width: 200px;
}

/* Homepage "See All" Buttons */
#home-trainings .see-all,
#home-resources .see-all {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70px;
  /* Estimate */
  margin-top: 10px;
  padding-top: 50px;
}

@media (min-width: 768px) {

  /* All "See All" Buttons */
  .see-all {
    text-align: right;
    left: 15px;
  }

  #home-trainings a.button,
  #home-resources a.button {
    margin: 0;
    display: inline-block;
    width: auto;
    float: right;
  }

  /* Homepage "See All" Buttons */
  #home-trainings .see-all,
  #home-resources .see-all {
    background-position: right center;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}

#home-trainings .see-all {
  content: "";
  background-image: url(img/circles.svg);
}

#home-resources .see-all {
  content: "";
  background-image: url(img/circles_grey.svg);
  padding-top: 41px;
}

@media (min-width: 1200px) {

  #home-trainings .see-all,
  #home-resources .see-all {
    background-size: 50%;
    left: auto;
  }
}

/* Upcoming Trainings */

#upcoming-trainings .card-training {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.13);
}

h2,
h3 {
  font-weight: 500;
}

p {
  color: #333333;
  font-weight: 300;
}

.gray-gradient {
  background: linear-gradient(0deg, #ffffff 0%, #e6e4e4 100%);
}

.blue-line-left,
.blue-line-center {
  position: relative;
}

.blue-line-center:after,
.blue-line-left:after {
  display: block;
  content: " ";
  width: 32px;
  height: 2px;
  background: #00add8;
  position: absolute;
  top: auto;
  margin-top: 5px;
}

.blue-line-center:after {
  left: 50%;
  margin-left: -15px;
}

.blue-line-left:after {
  left: 0;
  margin-left: 0;
}

.bread {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bread::after {
  display: block;
  content: " ";
  height: 2px;
  background-color: #00add8;
  width: calc(100% + 5000px);
  margin-left: -5000px;
}

.bread:hover::after {
  background-color: #d6c527;
}

.bread a {
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0.5rem;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ///////////////////////////////////////
Fiscal Sponsorship Changes 
/////////////////////////////////////// */
.fiscal-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fiscal-content:last-child {
  padding-bottom: 0;
}

h2.fiscal-current {
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

h2.fiscal-previous {
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

h2.fiscal-previous.gold-line,
h2.fiscal-current.gold-line {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.208;
  padding-bottom: 6px;
}

h2.fiscal-previous.gold-line {
  color: #1f355e;
}

h2.fiscal-previous.gold-line::after {
  display: block;
  background: #d6c527;
  content: " ";
  height: 2px;
  width: 95%;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: 999;
}

.fiscal-project {
  margin-bottom: 30px;
}

.fiscal-project a {
  display: block;
  position: relative;
}

.fiscal-project img {
  border-radius: 50%;
  padding: 20px;
}

.fiscal-project a:hover img {
  padding: 10px;
  transition: all 0.25s;
}

.fiscal-project h3 {
  font-size: 1.125rem;
  line-height: 1.2222;
  color: #ffffff;
  text-align: center;
}

.fiscal-project a h3:after {
  color: #00add8;
  content: " \00bb";
  font-weight: 700;
}

.fiscal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fiscal-content ul li {
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.fiscal-content ul li a {
  color: #1f355e;
}

.fiscal-content ul li a::after {
  color: #00add8;
  content: " \00bb";
  font-weight: 700;
}

@media (min-width: 768px) {
  .fiscal-content {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  h2.fiscal-current {
    text-align: left;
  }

  h2.fiscal-previous.gold-line {
    border-bottom: 0;
    padding-right: 0;
  }

  h2.fiscal-current.gold-line::after,
  h2.fiscal-previous.gold-line::after {
    display: block;
    background: #d6c527;
    content: " ";
    height: 2px;
    width: 768px;
    position: absolute;
    bottom: 0;
    left: -30%;
    z-index: 999;
  }

  .fiscal-project {
    margin-bottom: 50px;
  }

  .fiscal-content ul {
    columns: 300px 2;
    column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .fiscal-project {
    margin-bottom: 60px;
  }

  h2.fiscal-current.gold-line {
    margin-bottom: 40px;
  }

  h2.fiscal-current.gold-line::after,
  h2.fiscal-previous.gold-line::after {
    width: 150%;
    left: -70%;
  }
}