/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* end normalize.css */@charset "UTF-8";

/*
Theme Name: WSBPC Custom Theme
Theme URI: http://www.btownweb.com
Author: BTown Web
Author URI: http://www.btownweb.com
Description: Custom theme for WSBPC
Version: 1.0
License: Private
Text Domain: wsbpc
*/

:root {
  font-size: 16px;
  line-height: 1.4;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  letter-spacing: .02em;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  /* or 1.2 if that looks too tight */
  max-width: 100%;
}

h2,
h3,
h4,
h5,
h6 {
  color: #105172;
}

h2 {
  font-size: 2.0625em;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}

h4 {
  font-size: 24px;
}


a:not(:hover),
a:visited:not(:hover),
a:active:not(:hover),
a:focus:not(:hover) {
  text-decoration: none;
}

p {
  max-width: 100%;
}

blockquote {
  color: #105172;
  font-size: 24px;
  line-height: 32px;
  clear: both;
  padding: 30px 0;
}

blockquote p {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #105172;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 40px;
}

.wrapper::after {
  clear: both;
  content: '';
  display: table;
}

.wrapper--full {
  padding: 0;
}

@media only screen and (max-width: 899px) {
  .wrapper--full\@small {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 900px) {
  .wrapper\@large {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 40px;
  }
}

.content-container {
  padding-bottom: 40px;
}

.has-sidebar {
  margin-left: 240px;
  width: calc(100% - 200px - 40px);
}

@media only screen and (max-width: 899px) {
  .has-sidebar {
    margin-left: 0;
    width: 100%;
  }
}

.page-template-default .page-content h2,
.page-template-template-page-about-overview .page-content h2,
.page-template-template-page-jobs .page-overview h2,
.page-template-template-page-news .page-content h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
}

.page-template-default .page-content h3,
.page-template-template-page-about-overview .page-content h3,
.page-template-template-page-jobs .page-overview h3,
.page-template-template-page-news .page-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: .02em;
  font-weight: 500;
}

.page-overview .pullquote p,
.page-overview .pq-featured-item p,
.page-overview .call-out-box p {
  margin: 0;
}

.page-overview .pullquote {
  border-top: 2px solid #f09d51;
  border-bottom: 2px solid #f09d51;
  text-align: center;
  position: relative;
  padding: 50px 60px;
  margin: 30px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 30px;
  color: #105272;
}

.page-overview .pullquote .pullquote__attribute {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.page-overview .pullquote:before,
.page-overview .pullquote:after {
  font-size: 96px;
  color: #b7cedf;
  font-family: 'Roboto Slab', serif;
  position: absolute;
}

.page-overview .pullquote:before {
  content: '\201C';
  top: 36px;
  left: 0;
}

.page-overview .pullquote:after {
  content: '\201D';
  right: 0;
  bottom: -12px;
}

.page-overview .pq-featured-item {
  background: #105272;
  text-align: center;
  margin: 35px 0;
  padding: 35px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #e0dfd5;
}

.page-overview .pq-featured-item a {
  color: #f7b274;
  font-weight: 700;
}

.page-overview .call-out-box {
  border-left: 20px solid #105272;
  padding-left: 35px;
  margin: 40px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #105272;
  width: 80%;
}

@media only screen and (max-width: 899px) {
  .page-overview .call-out-box {
    width: 100%;
  }
}

.page-template-template-page-news .mobile-title-header {
  text-align: center;
}

img {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-break {
  display: none;
}

.t-pad {
  padding-top: 50px;
}

.t-pad--sm {
  padding-top: 20px;
}

.v-pad {
  padding-bottom: 50px;
  padding-top: 50px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mr-auto {
  margin-right: auto;
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 900px) {
  .h-pad\@large {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.ul-reset,
.ul-reset * {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bg-gray {
  background: #e0dfd5;
}

.bg-gray--light {
  background: #efefea;
}

.bg-orange--light {
  background: #f09c51;
  color: #fff;
}

.bg-orange--dark {
  background: #f16543;
  color: #fff;
}

.bg-blue--dark {
  background: #105172;
  color: #FFFFFF;
}

.bg-white {
  background: #FFFFFF;
}

.bg-blue--med {
  background: #376f93;
}

.bg-green {
  background: #8dc63f;
}

.bg-green-blue {
  background: #2bb373;
}

.bg-gray--dark {
  background: #a4a6a9;
}

.color-blue--dark {
  color: #105172;
}

.color-white {
  color: #FFFFFF;
}

.font-serif {
  font-family: 'Roboto Slab', serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 899px) {
  .flex\@small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 899px) {
  .flex--column\@small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-wrap\@small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media only screen and (min-width: 900px) {
  .flex-half\@large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.noshrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 900px) {
  .ai-center\@large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 899px) {
  .ai-center\@small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-large {
  font-size: 1.5em;
  line-height: 1.4;
}

.text-upper {
  text-transform: uppercase;
}



.slider-dot {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.slider-dot > span {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
  display: block;
  height: 20px;
  margin: 0 10px;
  width: 20px;
}

.slider-dot.active > span {
  background: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-item {
  overflow: hidden;
  padding: 0 2px;
}

.owl-carousel .owl-item .home-slider__img {
  width: auto !important;
  max-height: 215px;
}

@media only screen and (max-width: 899px) {
  .home-slider {
    padding: 20px;
  }

  .owl-dots {
    margin: 0 !important;
    padding: 20px 0 10px;
    text-align: center !important;
  }
}

.label--small {
  color: inherit;
  font-size: 1.125rem;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
}

header a {
  font-weight: 400;
}

.site-logo {
  font-size: 0;
}

.home-header {
  background: #f09d51;
  width: 100%;
  z-index: 9999;
}

.home-header .wrapper {
  padding: 0 20px;
  position: relative;
}

@media only screen and (min-width: 900px) {
  .home-header .home-header__orange-area {
    min-height: 132px;
  }
}

.full-width-search {
  width: 100%;
  height: 55px;
  background-color: #f0f0eb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
          box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
}

.full-width-search .main-sidebar__search-button svg {
  display: block;
}

.search-bar-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 740px) {
  body .home-header {
    height: 100px;
  }
}

.header__title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .01em;
}

.home-header__content {
  margin-left: 260px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-header__mobile-content {
  display: none;
}

.mobile-toggle {
  display: none;
  -webkit-box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
          box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
}

.main-sidebar__mobile-search {
  display: none;
  font-size: 22px;
}

.home-header__text {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 12% 20px 0;
}

.home-header__text h1,
.home-header__text h2 {
  color: #0a3451;
  font-weight: 300;
}

.home-header__text h1 a,
.home-header__text h1 a:visited,
.home-header__text h1 a:active,
.home-header__text h1 a:focus,
.home-header__text h1 a:hover,
.home-header__text h2 a,
.home-header__text h2 a:visited,
.home-header__text h2 a:active,
.home-header__text h2 a:focus,
.home-header__text h2 a:hover {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.home-header__text h1 {
  margin: 16px 0;
}

.home-header__text h2 {
  margin: 20px 0;
}

.home-header__text p {
  margin: 14px 0;
}

.home-header__link-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  text-align: center;
}

.home-header__icons {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.home-header__icons a {
  color: #092b47;
}

.home-header__icons a:hover {
  color: #c8eaf6;
}

.home-header__links {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.home-header__links a {
  color: #092b47;
  text-decoration: none;
}

.home-header__links a:hover {
  text-decoration: underline;
}

.home-header__pipe {
  color: #ffffff;
  font-weight: 300;
}

.mobile-title-header {
  display: none;
  font-weight: 300;
  font-size: 50px;
}

.main-sidebar {
  width: 200px;
  background-color: #e0e0d6;
  position: absolute;
  left: 20px;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.2), -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.2), -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.main-sidebar__top-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 14px;
}

.main-sidebar__top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 158px;
  position: relative;
  margin-top: 10px;
}

.main-sidebar__search-form {
  width: 75%;
  position: relative;
}

.main-sidebar__search {
  width: 100%;
  padding: 7px 7px 7px 9px;
  border: thin solid #91a1a6;
  background: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-sidebar__search:focus {
  background: #FFF;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-sidebar__search-button {
  position: absolute;
  right: 1px;
  color: #4d6576;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}

.main-sidebar__search::-webkit-input-placeholder {
  font-size: 14px;
  color: #585a5b;
}

.main-sidebar__search:-ms-input-placeholder {
  font-size: 14px;
  color: #585a5b;
}

.main-sidebar__search::-ms-input-placeholder {
  font-size: 14px;
  color: #585a5b;
}

.main-sidebar__search::placeholder {
  font-size: 14px;
  color: #585a5b;
}

.main-sidebar__hamburger,
.main-sidebar__search-toggle {
  font-size: 27px;
  color: #092b47;
  cursor: pointer;
}

.main-sidebar__menus {
  background: #e0e0d6;
  font-family: 'Roboto', sans-serif;
  color: #092b47;
  font-size: 22px;
  -webkit-box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
          box-shadow: -1px 2px 9px -3px rgba(150, 150, 150, 0.5), 1px 2px 9px -3px rgba(150, 150, 150, 0.5);
}

@media only screen and (max-width: 899px) {
  .main-sidebar__menus {
    display: none;
  }
}

@media only screen and (max-width: 899px) {
  .main-sidebar__menus {
    display: none;
    height: calc(100vh - 100px);
    overflow: auto;
    position: fixed;
    top: 100px;
  }
}

@media only screen and (max-width: 899px) {
  body.menu-open {
    overflow: hidden;
  }
}

@media only screen and (min-width: 900px) {
  .page-template-template-page-schmudget .main-sidebar__menus,
  .single-post .main-sidebar__menus,
  .single-policy_subtopic .main-sidebar__menus {
    display: none;
  }
}

.main-sidebar__menus a {
  color: #092b47;
  font-weight: 400;
  text-decoration: none;
}

.main-sidebar__menu-head {
  cursor: pointer;
  border-bottom: 2px solid #e9e9e2;
  padding: 16px 30px;
  line-height: 1;
}

.main-sidebar__menu-head:hover,
.main-sidebar__menu-head.main-sidebar__menu-head--expanded,
.main-sidebar__menu-head .main-sidebar__menu-list {
  background: #f0f0eb;
}

.main-sidebar__menu-head .main-sidebar__menu-list {
  display: none;
  padding-top: 18px;
}

@media only screen and (min-width: 900px) {
  .main-sidebar__menu-head.has-dropdown {
    position: relative;
  }

  .main-sidebar__menu-head .main-sidebar__menu-list {
    left: 100%;
    padding: 25px 20px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .main-sidebar__menu-head .main-sidebar__menu-list li:last-child {
    padding-bottom: 0;
  }

  .main-sidebar__menu-head.has-dropdown:not(:first-child) .main-sidebar__menu-list {
    top: -1px;
  }

  .main-sidebar__menu-head.has-dropdown:hover .main-sidebar__menu-list {
    display: block;
    z-index: 1;
  }
}

.main-sidebar__donate-cell {
  border-bottom: none;
}

.main-sidebar__donate-cell .btn,
.main-sidebar__donate-cell .gform_button {
  width: 100%;
  min-width: 0;
  border-color: #FFFFFF;
  background-color: #f09c51;
  color: #FFFFFF;
  font-weight: 500;
}

.btn--orange {
  border-color: #FFFFFF !important;
  background-color: #f09c51;
  color: #FFFFFF !important;
  font-weight: 500;
}

.main-sidebar__donate-cell .btn:hover,
.main-sidebar__donate-cell .gform_button:hover,
.btn--orange:hover {
  background-color: #0a3451;
}

.main-sidebar__menu-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (max-width: 899px) {
  .main-sidebar__menu-title {
    font-size: 20px;
    line-height: 22px;
  }
}

.main-sidebar__menu-list {
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (max-width: 899px) {
  .main-sidebar__menu-list {
    font-size: 18px;
    line-height: 20px;
  }
}

.main-sidebar__menu-list li {
  padding-bottom: 18px;
}

.home-hero {
  background: url("https://budgetandpolicy.org/wp-content/themes/wsbpc/img/hero-home-seattle.jpg") no-repeat 100%;
  background-size: cover;
  height: 640px;
  overflow: hidden;
  width: 100%;
}

.home-hero .wrapper {
  height: 100%;
  padding: 0 20px;
}

.home-hero__mobile-content {
  display: none;
  background: url("https://budgetandpolicy.org/wp-content/themes/wsbpc/img/hero-home-seattle.jpg") no-repeat 100%;
  background-size: cover;
  width: 100%;
}

.home-hero__panel-container {
  margin-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home-hero__panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333333%;
          flex: 1 1 33.33333333%;
  background-color: rgba(9, 45, 67, 0.8);
  margin-right: 3px;
  min-width: 0;
  color: #ffffff;
  padding: 160px 4.2% 130px 4.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#panel1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

#panel1 h2.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#panel1 p.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#panel1 a.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#panel2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#panel2 h2.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#panel2 p.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#panel2 a.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

#panel3 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

#panel3 h2.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#panel3 p.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

#panel3 a.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.home-hero__panel h2 {
  color: inherit;
  font-weight: 300;
  font-size: 50px;
  margin: 0;
}

.home-hero__panel p {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.home-hero__panel .btn,
.home-hero__panel .gform_button {
  border-color: #038aa7;
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 1100px) {
  .home-hero__panel .btn,
  .home-hero__panel .gform_button {
    min-width: 0;
  }
}

.home-hero__panel .btn:hover,
.home-hero__panel .gform_button:hover {
  border-color: #ffffff;
  background: #f09d51;
  color: #0a3451;
}

.temp-spacer {
  height: 300px;
}

.home-sliders {
  border-top: 18px solid #e0e0d6;
}

.home-slider__title,
.home-slider__title:active,
.home-slider__title:visited,
.home-slider__title:focus {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.home-slider__label {
  margin: 20px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 900px) {
  .home-sliders {
    background: -webkit-gradient(linear, left top, right top, from(#f16543), color-stop(50%, #f16543), color-stop(50%, #f09c51), to(#f09c51));
    background: linear-gradient(to right, #f16543 0%, #f16543 50%, #f09c51 50%, #f09c51 100%);
  }

  .home-sliders__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
    padding: 40px 0 20px;
  }

  .home-slider .flex-half:first-child {
    padding-right: 20px;
  }

  .owl-carousel {
    padding-bottom: 40px;
  }

  .owl-dots {
    bottom: 0;
    position: absolute;
  }

  .home-slider--featured {
    border-right: 9px solid #e0e0d6;
    padding-right: 40px;
  }

  .home-slider--featured .owl-dots {
    right: 0;
    text-align: right !important;
    margin-right: 20px;
  }

  .home-slider--latest {
    border-left: 9px solid #e0e0d6;
    padding-left: 40px;
  }

  .home-slider--latest .owl-dots {
    text-align: left !important;
    margin-left: 20px;
  }
}

.home-blog > * {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.home-blog__heading {
  margin: 0 0 20px;
}

.home-blog__author,
.home-blog__author a {
  text-transform: none;
}

.home-blog__intro {
  font-size: 1.375rem;
  margin-bottom: 40px;
}

.home-blog__item--featured {
  margin-bottom: 40px;
}

.home-blog__item--featured img {
  max-width: 50%;
}

.home-blog__recent .home-blog__item + .home-blog__item {
  margin-top: 40px;
}

a.home-blog__link .home-blog__title,
a.home-blog__link .home-blog__subtitle {
  color: #333333;
}

a.home-blog__link .home-blog__subtitle {
  font-weight: 400;
}

a.home-blog__link:hover {
  text-decoration: none;
}

a.home-blog__link:hover .home-blog__title {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  .home-blog__item--featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  .home-blog__recent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.home-blog__title,
.home-blog__title:visited,
.home-blog__title:active,
.home-blog__title:focus {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
}

.home-blog__subtitle {
  font-size: 22px;
  margin-top: 15px;
}

.home-blog__title:hover {
  text-decoration: underline;
}

.home-blog__date {
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
}

footer a {
  font-weight: 400;
}

.home-footer {
  min-height: 600px;
  width: 100%;
  background: #105172;
  clear: both;
}

.home-footer__newsletter-cta {
  width: 100%;
  height: 100px;
  background: #f16543;
  border-bottom: thin solid #ffffff;
}

.home-footer__newsletter-cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.home-footer__newsletter-cta h2 {
  color: #e8e9eb;
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  margin-right: 50px;
}

.home-footer__newsletter-cta form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 420px;
}

.home-footer__newsletter-cta .newsletter-input {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none;
  padding: 8px 12px;
  height: 39px;
  width: 250px;
}

.home-footer__newsletter-cta .newsletter-input:focus {
  background: rgba(255, 255, 255, 0.8);
}

.home-footer__newsletter-cta .newsletter-input:focus::-webkit-input-placeholder {
  color: #105172;
}

.home-footer__newsletter-cta .newsletter-input:focus::-ms-input-placeholder {
  color: #105172;
}

.home-footer__newsletter-cta .newsletter-input:focus::placeholder {
  color: #105172;
}

.home-footer__newsletter-cta .newsletter-button {
  background: none;
  border: 3px solid #ffffff;
  color: #e8e9eb;
  font-size: 18px;
  width: 160px;
  min-width: 0;
  height: 41px;
  text-transform: uppercase;
  font-weight: 500;
}

.home-footer__newsletter-cta .newsletter-button:hover {
  background-color: #105172;
}

.home-footer__newsletter-cta .newsletter-input::-webkit-input-placeholder {
  font-size: 20px;
  color: #e8e9eb;
}

.home-footer__newsletter-cta .newsletter-input:-ms-input-placeholder {
  font-size: 20px;
  color: #e8e9eb;
}

.home-footer__newsletter-cta .newsletter-input::-ms-input-placeholder {
  font-size: 20px;
  color: #e8e9eb;
}

.home-footer__newsletter-cta .newsletter-input::placeholder {
  font-size: 20px;
  color: #e8e9eb;
}

.home-footer__bottom-content {
  padding-top: 60px;
  color: #c8eaf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

@media only screen and (max-width: 899px) {
  .home-footer__bottom-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.home-footer__info-column {
  padding-left: 20px;
}

@media only screen and (max-width: 899px) {
  .home-footer__info-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 30px;
  }
}

.home-footer__brand-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.home-footer__bottom-content h3 {
  font-weight: 500;
}

.home-footer__brand-column {
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
}

.home-footer__brand-column p {
  margin: 0;
}

@media only screen and (min-width: 900px) {
  .home-footer__brand-column {
    margin-top: 60px;
  }
}

.home-footer__brand {
  color: inherit;
  font-size: 24px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 900px) {
  .home-footer__brand {
    margin-bottom: 10px;
  }
}

.home-footer__icons {
  color: #c7cfca;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-size: 22px;
}

.home-footer__icons a {
  color: #c7cfca;
}

.home-footer__icons a:hover {
  color: #FFFFFF;
}

.home-footer__menu-header {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #c7cfca;
  line-height: 1.6;
}

.home-footer__menu-header a,
.home-footer__menu-header a:visited,
.home-footer__menu-header a:active,
.home-footer__menu-header a:focus {
  text-decoration: none;
  color: #c7cfca;
  font-weight: 400;
}

.home-footer__menu-header a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.home-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}

.home-footer__menu-list li {
  padding: 3px 0;
}

.home-footer__menu-list a,
.home-footer__menu-list a:visited,
.home-footer__menu-list a:active,
.home-footer__menu-list a:focus {
  color: #c7cfca;
  display: inline-block;
  font-weight: 400;
  line-height: 1.125;
  text-decoration: none;
}

.home-footer__menu-list a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.home-footer__extra-links {
  text-transform: uppercase;
}

.home-footer__contact p:first-child {
  margin-right: 20px;
}

.home-footer__contact a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.home-footer__contact a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

@media only screen and (max-width: 899px) {
  .home-footer__contact {
    margin-bottom: 30px;
  }
}

.home-footer__copyright {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #c8eaf6;
  margin-top: 60px;
  padding-bottom: 40px;
}

.home-footer__copyright a {
  color: #ffffff;
  font-weight: 400;
}

/* Policy Priorities Page */

.page-template-template-page-policy .home-header,
.single-policy_topic .home-header,
.page-template-default .home-header,
.page-template-template-page-about-overview .home-header,
.page-template-template-page-news .home-header,
.page-template-template-page-jobs .home-header {
  position: absolute;
  background: rgba(240, 157, 81, 0.51);
}

.page-template-default .home-header.home-header--solid,
.page-template-template-page-jobs .home-header.home-header--solid {
  background: #f09d51;
}

.top-banner {
  width: 100%;
}

.top-banner .top-banner__image {
  display: block;
  width: 100%;
}

.top-banner--empty {
  height: 157px;
}

.page-overview {
  font-size: 20px;
  padding: 40px 0 30px;
  line-height: 30px;
}

.category-legislative-agenda .page-overview > *:not(:first-child) {
  font-size: 16px;
}

.page-overview h4 {
  margin-bottom: 0;
}

.page-overview ul {
  line-height: 24px;
}

.page-overview ul li {
  padding-bottom: 15px;
}

.page-overview ul li:last-child {
  padding-bottom: 0;
}

.page-overview > *:first-child {
  margin-top: 0;
}

.page-overview p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
  .page-overview {
    margin-left: 240px;
    /* max-width: calc(80% - 240px); */
  }
}

@media only screen and (max-width: 425px) {
  .page-overview {
    padding-top: 10px;
  }
}

/*
.page-overview .content-container > p:first-of-type {
  font-size: 22px;
  line-height: 30px;
}
*/

.page-template-template-page-about-overview .v-pad {
  margin-top: 20px;
}

.page-template-template-page-about-overview .page-overview,
.page-template-default .page-overview {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 900px) {
  .page-template-template-page-about-overview .page-overview,
  .page-template-default .page-overview {
    max-width: calc(85% - 240px);
  }
}

@media only screen and (min-width: 900px) {
  .single-policy_topic .page-overview.page-overview--with-links {
    max-width: calc(75% - 240px);
    padding-top: 0;
  }
}

.policy-topics .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.policy-topics .policy-topics__topic {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 620px) {
  .policy-topics .policy-topics__topic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.policy-topics .policy-topics__topic.bg-gray--light,
.policy-topics .policy-topics__topic.bg-gray--light a {
  color: #105172;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 30px;
  padding: 20px;
}

.page-template-template-page-policy .policy-topics .policy-topics__topic .policy-topics__image-and-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 620px) {
  .policy-topics .policy-topics__topic .policy-topics__image-and-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 50vw;
  }
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title p {
  width: 80%;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title .policy-topics__more-on-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title a {
  color: #FFFFFF;
  font-weight: inherit;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title a:hover {
  text-decoration: none;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title a:hover .link {
  text-decoration: underline;
}

.policy-topics .policy-topics__topic .policy-topics__image-and-title a .caret {
  display: inline-block;
  margin-left: 3px;
  overflow: visible;
  width: 0;
}

.policy-topics .policy-topics__topic .policy-topics__subtopics-list {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
}

.policy-topics .policy-topics__topic .policy-topics__subtopics-list li {
  margin-bottom: 24px;
}

@media only screen and (max-width: 620px) {
  .policy-topics .policy-topics__topic .policy-topics__subtopics-list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.policy-topics .policy-topics__topic .policy-topics__subtopic-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px;
}

.policy-topics .policy-topics__topic .policy-topics__subtopic-text--white-text {
  color: #FFFFFF;
}

.policy-topics .policy-topics__topic .policy-topics__subtopic-text--full-width {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.policy-topics .policy-topics__topic .policy-topics__category {
  font-size: 18px;
  text-transform: uppercase;
}

.policy-topics .policy-topics__topic .policy-topics__post-title {
  font-size: 24px;
  line-height: 28px;
}

.policy-topics .policy-topics__topic .policy-topics__post-title a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.policy-topics .policy-topics__topic .policy-topics__post-title a:hover {
  text-decoration: underline;
}

.policy-topics .policy-topics__most-recent-header,
.policy-topics .policy-topics__featured-header {
  color: #105172;
  font-weight: 500;
  font-size: 33px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.policy-topics .policy-topics__featured-header {
  margin-top: 0;
}

.see-more-link {
  margin-bottom: 40px;
}

.policy-breadcrumb {
  width: 100%;
  background: rgba(255, 255, 255, 0.51);
}

.policy-breadcrumb .wrapper {
  height: 100%;
}

.policy-breadcrumb .policy-breadcrumb__content {
  margin-left: 240px;
  padding: 15px 0;
  text-transform: uppercase;
}

.policy-breadcrumb .policy-breadcrumb__content span {
  padding: 0 5px;
}

.policy-breadcrumb .policy-breadcrumb__content a,
.policy-breadcrumb .policy-breadcrumb__content a:active,
.policy-breadcrumb .policy-breadcrumb__content a:focus,
.policy-breadcrumb .policy-breadcrumb__content a:visited {
  color: inherit;
  text-decoration: underline;
}

.policy-breadcrumb .policy-breadcrumb__content .policy-breadcrumb__active {
  color: #105172;
}

.policy-topic__sublink-container {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 40px;
  width: 25%;
}

.policy-topic__sublink-container p {
  margin-top: 0;
}

@media only screen and (max-width: 899px) {
  .policy-topic__sublink-container {
    padding-left: 0;
    width: 100%;
  }
}

.policy-topic__sublinks {
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 899px) {
  .policy-topic__sublinks {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.policy-topic__sublinks li {
  padding: 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 521px) and (max-width: 899px) {
  .policy-topic__sublinks li {
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.policy-topic__sublinks a {
  line-height: 1;
}

.policy-bottom-banner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}

.policy-bottom-banner__header {
  color: #105172;
  font-size: 33px;
  font-weight: 500;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .policy-bottom-banner__header {
    text-align: center;
  }
}

.policy-bottom-banner__reading-item {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.policy-bottom-banner__reading-item p {
  margin: 30px 0;
}

@media only screen and (max-width: 899px) {
  .policy-bottom-banner__reading-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }

  .policy-bottom-banner__reading-item .policy-bottom-banner__reading-graphic {
    margin: 0;
  }
}

.policy-bottom-banner img {
  margin: 30px;
  height: 179px;
}

.policy-bottom-banner__text {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  margin: 30px;
  font-size: 18px;
}

.blog-article__related-posts {
  padding-top: 95px;
}

.blog-article__related-posts .blog-article__related-post {
  margin-bottom: 40px;
}

.blog-article__related-posts .blog-article__related-post-date {
  margin-top: 10px;
  display: block;
}

.blog-article__featured-image {
  margin: 0 auto;
  display: block;
}

.blog-filters {
  background: none;
  border: 2px solid #efefea;
  float: left;
  margin-bottom: 20px;
}

.post-type-archive-resources_tools .blog-filters,
.page-template-template-page-schmudget .blog-filters,
.single-policy_subtopic .blog-filters {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media only screen and (max-width: 899px) {
  .post-type-archive-resources_tools .blog-filters,
  .page-template-template-page-schmudget .blog-filters,
  .single-policy_subtopic .blog-filters {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 100%;
  }
}

.post-type-archive-resources_tools .blog-filters,
.page-template-template-page-schmudget .blog-filters,
.author .blog-filters {
  margin-top: 90px;
}

.blog-filters__body {
  margin: 0 auto;
  padding: 20px;
}

@media only screen and (min-width: 900px) {
  .blog-filters__body {
    padding: 20px 0;
    width: 158px;
  }
}

.blog-filters__filter-list li {
  padding: 5px 0;
}

.blog-filters__filter-list li input[type="checkbox"] {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

.blog-filters__filter-list li label {
  display: block;
  line-height: 1.25;
  padding-left: 1.5em;
  position: relative;
}

.blog-filters__filter-list li label::before {
  color: transparent;
  content: '\D7';
  display: block;
  font-size: 25px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  border: 1px solid #9e9e9e;
  position: absolute;
  text-align: center;
  top: .1em;
  left: 0;
}

.blog-filters__filter-list li input[type="checkbox"]:checked + label::before {
  color: #333;
}

.blog-filters,
.blog-article__related-posts {
  margin-left: 20px;
  width: 200px;
  z-index: 90;
}

.blog-filters .blog-article__related-post-link,
.blog-article__related-posts .blog-article__related-post-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.blog-filters .blog-article__related-post-link:hover,
.blog-article__related-posts .blog-article__related-post-link:hover {
  color: #444444;
}

.blog-filters .filter-title,
.blog-article__related-posts .filter-title {
  color: inherit;
  font-size: 1.2em;
  margin-top: 0;
}

.blog-filters .filter-header,
.blog-article__related-posts .filter-header {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.blog-filters .blog-filters__filter-list,
.blog-article__related-posts .blog-filters__filter-list {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.blog-filters .blog-filters__filter-list input[type=checkbox],
.blog-article__related-posts .blog-filters__filter-list input[type=checkbox] {
  margin-right: 15px;
}

.blog-filters .blog-filters__date-label,
.blog-article__related-posts .blog-filters__date-label {
  text-transform: uppercase;
}

.blog-filters .blog-filters__date-input,
.blog-article__related-posts .blog-filters__date-input {
  border: none;
  background: #f3f3f3;
  font-size: 16px;
  margin-bottom: 5px;
  color: #8e8e8e;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.blog-filters .blog-filters__date-input::-webkit-clear-button,
.blog-filters .blog-filters__date-input::-webkit-inner-spin-button,
.blog-article__related-posts .blog-filters__date-input::-webkit-clear-button,
.blog-article__related-posts .blog-filters__date-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.blog-filters .blog-filters__filter-button,
.blog-article__related-posts .blog-filters__filter-button {
  width: 130px;
  min-width: 0;
  margin-top: 40px;
  -ms-flex-item-align: center;
      align-self: center;
}

.blog-filters .blog-filters__reset-link,
.blog-article__related-posts .blog-filters__reset-link {
  width: 130px;
  text-align: center;
  text-decoration: none;
  color: #105172;
  font-size: 18px;
  margin-top: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}

.blog-filters .blog-filters__reset-link:hover,
.blog-article__related-posts .blog-filters__reset-link:hover {
  text-decoration: underline;
}

body.single-post .mobile-title-header {
  display: none;
}

.post-single.content {
  font-size: 18px;
  line-height: 24px;
  width: 63%;
  padding-top: 42px;
  padding-left: 55px;
}

.post-single.content .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  margin-top: 0;
}

.post-single.content .post-single__subtitle {
  line-height: 1.2;
}

.post-single.content .footnote {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.post-single.content .footnote a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.post-single.content .footnote a:hover {
  text-decoration: underline;
}

.post-single.content .post-single__author-and-date {
  color: #212121;
  font-size: 18px;
}

.post-single.content .post-single__author-and-date .post-single__date {
  color: #515151;
}

.post-single.content .post-single__author-and-date a {
  color: #105172;
  text-decoration: none;
}

.post-single.content .post-single__author-and-date a:hover {
  text-decoration: underline;
}

.post-single.content h2,
.post-single.content h3,
.post-single.content h4,
.post-single.content h5,
.post-single.content h6 {
  color: #333;
}

.post-single.content h2 {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 29px;
}

.post-single.content h3 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.post-single.content h4 {
  font-size: 18px;
  line-height: 22px;
}

.post-single.content img {
  height: auto;
}

.post-single.content .filter-header {
  color: #105172;
  font-size: 24px;
  font-weight: 500;
  width: 90%;
}

.post-single.content .post-single__title {
  font-size: 33px;
  font-weight: 500;
  margin-top: 0;
}

.post-single.content .post-single__social-sharing {
  font-size: 14px;
  width: 180px;
  height: 50px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-top: 40px;
}

.post-single.content .post-single__social-sharing a {
  text-decoration: none;
  color: #105172;
}

.post-single.content .post-single__social-sharing a:hover {
  color: #000;
}

.post-single.content .post-single__social-sharing svg {
  font-size: 24px;
  color: #105172;
}

.post-single.content .post-single__social-sharing .fa-print {
  cursor: pointer;
}

.post-single.content .post-single__social-sharing .social-sharing__label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.post-single.content .about-author {
  font-size: 16px;
  width: 90%;
  margin-top: 80px;
  padding-bottom: 40px;
}

.post-single.content .about-author a {
  color: #105172;
  font-weight: 700;
  text-decoration: none;
}

.post-single.content .about-author a:hover {
  text-decoration: underline;
}

.post-single.content .about-author img {
  height: 132px;
  width: auto;
}

.post-single.content .about-author .about-author__text {
  padding-left: 20px;
  width: 74%;
}

.post-single.content .about-author .about-author__text p:empty {
  display: none;
}

@media only screen and (max-width: 899px) {
  .post-single.content .about-author .about-author__text {
    margin-top: 20px;
    padding-left: 0;
    width: 90%;
  }
}

.post-single.content .pullquote p,
.post-single.content .pq-featured-item p,
.post-single.content .call-out-box p {
  margin: 0;
}

.post-single.content .pullquote {
  border-top: 2px solid #f09d51;
  border-bottom: 2px solid #f09d51;
  text-align: center;
  position: relative;
  padding: 50px 60px;
  margin: 30px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 30px;
  color: #105272;
}

.post-single.content .pullquote .pullquote__attribute {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.post-single.content .pullquote:before,
.post-single.content .pullquote:after {
  font-size: 96px;
  color: #b7cedf;
  font-family: 'Roboto Slab', serif;
  position: absolute;
}

.post-single.content .pullquote:before {
  content: '\201C';
  top: 36px;
  left: 0;
}

.post-single.content .pullquote:after {
  content: '\201D';
  right: 0;
  bottom: -12px;
}

.post-single.content .pq-featured-item {
  background: #105272;
  text-align: center;
  margin: 35px 0;
  padding: 35px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #e0dfd5;
}

.post-single.content .pq-featured-item a {
  color: #f7b274;
  font-weight: 700;
}

.post-single.content .call-out-box {
  border-left: 20px solid #105272;
  padding-left: 35px;
  margin: 40px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #105272;
  width: 80%;
}

@media only screen and (max-width: 899px) {
  .post-single.content .call-out-box {
    width: 100%;
  }
}

.post-single.content table {
  font-size: 14px;
  line-height: 18px;
}

.post-single.content table thead {
  border-top: 2px solid #eff5fb;
}

.post-single.content table thead td {
  vertical-align: middle;
}

.post-single.content table caption {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #0071bc;
  text-align: left;
  padding-bottom: 15px;
}

.post-single.content table tr {
  border-bottom: 2px solid #eff5fb;
}

.post-single.content table td {
  padding: 15px;
  vertical-align: top;
}

.post-single.content table tr:nth-child(even) {
  background-color: #eff5fb;
}

.post-single.content table thead tr,
.post-single.content .table-end-column table thead tr {
  background-color: #105172;
  color: #FFFFFF;
}

.post-single.content table thead tr td:last-child,
.post-single.content .table-end-column table thead tr td:last-child {
  background-color: #0071bc;
}

.post-single.content .table-end-column table tr {
  background: none;
}

.post-single.content .table-end-column table tr td:last-child {
  background: #eff5fb;
}

.blog-article-listing__intro{
  font-size: 20px;
}

@media only screen and (min-width: 900px) {
  .blog-article-listing__intro {
    float: left;
    padding-left: 60px;
    width: calc(100% - 220px);
  }

  .blog-article-listing__intro::after {
    clear: both;
    content: '';
    display: table;
  }
}

.blog-article-listing__container {
  float: left;
  padding-left: 60px;
  width: calc(100% - 220px);
}

.blog-article-listing__container::after {
  clear: both;
  content: '';
  display: table;
}

.blog-article-listing {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 20px;
  line-height: 24px;
  /* padding-right: 30px; */
}

.blog-article-listing > p:first-child {
  margin: 0 0 30px;
}

.blog-article-listing .blog-article-listing__blog-article {
  margin-bottom: 30px;
}

.blog-article-listing .blog-article-listing__category {
  text-transform: uppercase;
  font-weight: 700;
  color: #105172;
}

.blog-article-listing .blog-article-listing__article-title {
  font-weight: 700;
  font-size: 20px;
}

.blog-article-listing .blog-article-listing__article-title,
.blog-article-listing .blog-article-listing__article-title:active,
.blog-article-listing .blog-article-listing__article-title:visited,
.blog-article-listing .blog-article-listing__article-title:focus {
  color: inherit;
  text-decoration: none;
}

.blog-article-listing .blog-article-listing__author-and-date {
  margin-top: 6px;
}

.blog-article-listing .blog-article-listing__author-and-date a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

.blog-article-listing .blog-article-listing__author-and-date a:hover {
  text-decoration: underline;
}

.schmudget-articles {
  float: left;
  padding-left: 60px;
  width: calc(100% - 220px);
  padding-bottom: 30px;
}

.schmudget-articles .schmudget-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
  padding: 20px;
  margin-bottom: 20px;
}

.schmudget-articles .schmudget-article-card > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.schmudget-articles .schmudget-article-card a,
.schmudget-articles .schmudget-article-card a:active,
.schmudget-articles .schmudget-article-card a:visited,
.schmudget-articles .schmudget-article-card a:focus {
  color: inherit;
  text-decoration: none;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__article-title {
  color: #105172;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 28px;
  line-height: 32px;
  margin: 15px 0;
  width: 90%;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__article-title a {
  font-weight: 400;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__article-title a:hover {
  text-decoration: underline;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  width: 90%;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__author a {
  font-weight: 600;
  text-decoration: none;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__author a:hover {
  text-decoration: underline;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__tags {
  color: #105172;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  text-transform: uppercase;
  margin-bottom: 0;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__tags:first-child:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__tags > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 5px;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__tags a {
  font-weight: 400;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__tags a:hover {
  text-decoration: underline;
}

.schmudget-articles .schmudget-article-card .schmudget-article-card__image {
  max-width: 170px;
  height: auto;
  background-size: cover;
  background-position: center;
}

.blog-pagination {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  font-size: 22px;
  padding-bottom: 40px;
}

.blog-pagination a {
  text-decoration: none;
  color: #105172;
  font-weight: 500;
}

.blog-pagination a,
.blog-pagination .current {
  padding: 0 10px;
}

.blog-pagination .current {
  font-weight: 600;
}

.blog-pagination a:hover {
  text-decoration: underline;
}

.pagination-per-page {
  font-size: .75em;
  margin-top: 40px;
}

.blog-article-listing__header {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
}

.featured-article-sidebar {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  padding-left: 20px;
}

.featured-article-sidebar .featured-article-sidebar__header {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
}

.featured-article-sidebar .featured-article-sidebar__featured-article.bg-blue--dark {
  color: #FFFFFF;
}

.featured-article-sidebar .featured-article-sidebar__featured-article.bg-blue--dark a {
  color: inherit;
  font-weight: 400;
}

.featured-article-sidebar .featured-article-sidebar__featured-article.bg-gray--light {
  color: #105172;
}

.featured-article-sidebar .featured-article-sidebar__featured-article.bg-gray--light a {
  color: inherit;
  font-weight: 400;
}

.featured-article-sidebar .featured-article-sidebar__featured-article {
  line-height: 30px;
  margin-bottom: 20px;
}

.featured-article-sidebar .featured-article-sidebar__featured-article .featured-article-sidebar__article-info {
  width: 100%;
  padding: 20px;
}

.featured-article-sidebar .featured-article-sidebar__featured-article .featured-article-sidebar__article-category {
  text-transform: uppercase;
  font-weight: 700;
}

.featured-article-sidebar .featured-article-sidebar__featured-article p {
  font-size: 24px;
  margin: 15px 0;
}

.featured-article-sidebar .featured-article-sidebar__featured-article .featured-article-sidebar__author {
  font-size: 16px;
  text-transform: uppercase;
}

.featured-article-sidebar .featured-article-sidebar__featured-article .featured-article-sidebar__image {
  max-width: 100%;
  padding: 0 20px 20px;
}

.featured-article-sidebar .featured-article-sidebar__featured-article .featured-article-sidebar__image img {
  display: block;
}

.page-template-template-page-about-overview .page-overview h2 {
  font-family: 'Roboto Slab', serif;
}

.about-us-mission-statement {
  padding: 75px 0;
}

.about-us-mission-statement__text {
  color: #fff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.about-us-mission-statement__text h2 {
  color: #FFFFFF;
}

.page-template-template-page-about-overview .about-us-equity-statement h2,
.page-template-template-page-about-overview .v-pad h2 {
  font-weight: 500;
}

.page-template-template-page-about-overview .about-us-equity-statement {
  padding-top: 10px;
  padding-bottom: 75px;
}

.page-template-template-page-about-overview .about-us-equity-statement p {
  font-size: 18px;
  line-height: 24px;
}

.about-us-equity-statement__image-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-page-team .main-sidebar__menus {
  display: none;
}

.team-subhead,
.post-type-archive-team_member_bio h2 {
  font-weight: 300;
  font-size: 40px;
  margin-top: 0;
}

.team-intro {
  font-size: 20px;
}

@media only screen and (min-width: 900px) {
  .inquiry-info {
    padding-top: 70px;
    width: 240px;
  }
}

.inquiry-info p {
  width: 90%;
}

.team-member {
  margin-right: 20px;
}

.team-member a img {
  max-width: 380px;
}

.team-member__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 380px;
}

.team-member__info p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.team-member__info .fa-envelope {
  font-size: 25px;
}

@media only screen and (min-width: 900px) {
  .team-page__row--shift-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.news-page .inquiry-info {
  padding-top: 0;
  width: 100%;
}

.news-page .inquiry-info p {
  width: 100%;
}

@media only screen and (max-width: 520px) {
  .news-page .inquiry-info br {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .news-page__intro-section {
    margin: 0 auto;
    width: 60%;
  }
}

.news-page__intro {
  font-size: 22px;
}

.events-section {
  font-size: 18px;
  line-height: 24px;
}

.events-section h2.bg-orange--dark {
  font-size: 40px;
}

.events-section h2.bg-orange--dark,
.events-section h2.bg-orange--dark a {
  font-weight: 300;
}

#in-the-media.news-page__featured-media h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}

.in-the-media__year-filters {
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}

.in-the-media__year-filters a {
  font-weight: 500;
}

.in-the-media__year-filters.blog-article-listing__header {
  font-size: 24px;
}

.featured-media-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 40px;
}

.featured-media-story .featured-media-story__title a,
.featured-media-story .featured-media-story__title--bold {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
}

.featured-media-story .featured-media-story__title--bold {
  margin-bottom: 20px;
}

.featured-media-story .featured-media-story__pub-and-date {
  color: #666666;
}

@media only screen and (min-width: 900px) {
  .featured-media-story img,
  .featured-media-story .invintus-player {
    padding-right: 25px;
  }
}

.featured-media-story p {
  margin: 0;
}

.more-media-button {
  margin: 10px 0 50px;
}

a.more-media-button:hover {
  text-decoration: none;
}

.events-section h2 {
  padding: 40px 0;
  margin: 0 0 50px;
}

.more-events {
  padding-bottom: 30px;
}

.more-events__event a {
  max-width: 100%;
}

.featured-event__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (min-width: 900px) {
  .featured-event__info {
    margin-left: 115px;
  }
}

.featured-event__registration {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 50px;
  padding-top: 20px;
}

.featured-event__registration a.btn,
.featured-event__registration a.gform_button {
  min-width: 140px;
}

.more-events__event:nth-child(n+3) {
  margin-top: 40px;
}

.more-events__event h4 {
  margin: 0;
  color: #333;
}

.more-events__event .more-events__event-info {
  max-width: 100%;
}

.more-events__event .more-events__event-info p {
  margin-top: 0;
}

.more-events__event .more-events__event-image.img-top {
  margin-top: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.more-events__event .more-events__bottom-img-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.more-events__event .more-events__event-image {
  margin: 40px 0;
}

@media only screen and (max-width: 899px) {
  .more-events__event:not(:first-child) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 900px) {
  .more-events__event {
    width: 40%;
  }
}

.more-events__event:only-child {
  margin: 0 auto;
}

.news-page .v-pad a.btn,
.news-page .v-pad a.gform_button,
.page-sidebar.bg-blue--dark a.btn,
.page-sidebar.bg-blue--dark a.gform_button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.news-page .v-pad p {
  font-size: 18px;
}

.news-page .v-pad h2 {
  font-size: 30px;
}

.news-page .v-pad a.btn,
.news-page .v-pad a.gform_button {
  font-size: 16px;
}

.news-page .v-pad a.btn:hover,
.news-page .v-pad a.gform_button:hover {
  text-decoration: none;
  border-color: #0071bc;
}

.news-page .v-pad a {
  color: #FFFFFF;
}

.in-case-you-missed h2.font-serif {
  font-size: 30px;
  margin-bottom: 60px;
}

.in-case-you-missed {
  padding-bottom: 40px;
}

.in-case-you-missed .featured-media-story a {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.in-case-you-missed .featured-media-story p {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media only screen and (min-width: 900px) {
  .resources-container {
    max-width: calc(100% - 240px);
  }
}

.resources-row {
  padding: 30px 40px;
}

@media only screen and (max-width: 899px) {
  .resources-row {
    margin: 0 -20px;
    padding: 0;
  }
}

.resources-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 0 0;
}

.resources-box .resources-box__category {
  color: #f16543;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

.resources-box .resources-box__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.resources-box .resources-box__header a,
.resources-box .resources-box__header a:visited,
.resources-box .resources-box__header a:active {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.resources-box .resources-box__header a:hover {
  text-decoration: underline;
}

.resources-box .resources-box__date {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resources-box .resources-box__image-link {
  max-width: 230px;
}

@media only screen and (max-width: 899px) {
  .resources-box {
    padding: 30px 20px;
  }

  .resources-box .resources-box__date {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.resources-footer .resources-footer__text {
  margin-left: 20px;
}

.resources-footer .resources-footer__text h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 0;
}

.resources-footer .resources-footer__text .resources-footer__link {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #105172;
  font-weight: 600;
  text-decoration: none;
}

.resources-footer .resources-footer__text .resources-footer__link:hover {
  text-decoration: underline;
}

.team-member-bio-photo {
  max-width: 290px;
}

.bio-info {
  padding: 0 40px;
}

.bio-info .bio-info__title {
  font-size: 20px;
  line-height: 20px;
}

.bio-info .bio-info__title a {
  color: #105172;
  text-decoration: none;
}

.bio-info .bio-info__title a:hover {
  text-decoration: underline;
}

.bio-info .bio-info__email,
.bio-info .bio-info__phone {
  font-size: 18px;
  line-height: 24px;
}

.bio-info .bio-info__email a,
.bio-info .bio-info__phone a {
  color: #105172;
  text-decoration: none;
}

.bio-info .bio-info__email a:hover,
.bio-info .bio-info__phone a:hover {
  text-decoration: underline;
}

.single-team_member_bio .page-content {
  font-size: 18px;
  line-height: 24px;
}

.page-overview .speaker-form ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-overview .speaker-form .gform_wrapper span.gform_description {
  width: 100%;
}

.page-overview .speaker-form__venue {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-overview .speaker-form .gform_confirmation_message strong {
  font-weight: 400;
}

body .gform_wrapper ul li.gfield {
  max-width: 100%;
}

.page-sidebar.bg-blue--dark h2 {
  color: #FFFFFF;
}

.page-sidebar.bg-blue--dark h2 a {
  color: inherit;
}

.page-sidebar.basic-sidebar {
  margin-top: 0;
}

.page-sidebar.basic-sidebar .h-pad\@large {
  margin: 0 auto;
  width: 100%;
}

.page-sidebar.bg-gray h2 {
  line-height: 36px;
}

.page-sidebar.bg-gray h2 a {
  color: #105172;
}

.page-sidebar h2 a {
  font-weight: 400;
  text-decoration: none;
}

.page-sidebar h2 a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  .page-id-72 .page-sidebar .noshrink {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}

.page-sidebar.bg-blue--dark a.btn,
.page-sidebar.bg-blue--dark a.gform_button {
  color: #FFFFFF;
}

.page-sidebar p {
  font-size: 20px;
  line-height: 28px;
}

.page-sidebar p a {
  text-decoration: none;
  font-weight: 600;
}

.page-sidebar p a:hover {
  text-decoration: underline;
}

.page-sidebar.bg-blue--dark p a {
  color: #FFFFFF;
}

.page-sidebar.bg-gray p a {
  color: #105172;
}

.page-sidebar.bg-blue--dark p a {
  color: inherit;
}

.two-column-layout {
  padding: 0 50px 0 240px;
  margin-bottom: 50px;
}

.two-column-layout .two-column-layout__item-title {
  font-size: 24px;
}

.two-column-layout__item-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.two-column-layout__item {
  width: 45%;
  margin-bottom: 30px;
}

.two-column-layout__item .flex p {
  margin-top: 0;
}

.two-column-layout__icons {
  margin-left: 20px;
}

.two-column-layout__icons .two-column-layout__icon {
  margin-right: 20px;
  font-size: 25px;
}

.two-column-layout__icon-tagline {
  font-weight: 600;
  color: #105172;
}

.page-sidebar img {
  display: block;
}

.narver-info-box {
  background: #e0dfd5;
  width: 100%;
  font-size: 18px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.narver-info-box .narver-info-box__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.narver-info-box h2 a {
  font-weight: 500;
}

.page-template-default .page-overview h2 {
  margin-top: 0;
}

.in-the-media-articles .blog-article-listing__container {
  width: 100%;
}

.in-the-media-articles .blog-article-listing__container .blog-article-listing__article-title {
  margin-bottom: 6px;
}

@media only screen and (min-width: 900px) {
  .in-the-media-articles .blog-article-listing__container {
    padding-left: 40px;
  }
}

.in-the-media-articles .in-the-media-intro {
  margin-bottom: 30px;
}

.in-the-media-articles .blog-article-listing__article-title {
  font-weight: 500;
}

.in-the-media-articles .blog-article-listing__article-title p {
  margin: 0;
}

.in-the-media-articles .blog-article-listing__category a,
.in-the-media-articles .blog-article-listing__category a:focus,
.in-the-media-articles .blog-article-listing__category a:visited {
  color: inherit;
  text-decoration: none;
}

.in-the-media-articles .blog-article-listing__category a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  .in-the-media-articles {
    max-width: calc(90% - 240px);
    padding-left: 240px;
  }

  .in-the-media-articles .in-the-media-intro {
    margin-bottom: 0;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 900px) {
  .page-template-template-page-in-the-media .inquiry-info {
    padding-left: 20px;
    padding-top: 24px;
  }
}

.page-template-template-page-in-the-media .blog-article-listing__article-title,
.page-template-template-page-in-the-media .blog-article-listing__article-title a,
.page-template-template-page-in-the-media .blog-article-listing__article-title a:visited,
.page-template-template-page-in-the-media .blog-article-listing__article-title a:focus {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.page-template-template-page-in-the-media .blog-article-listing__article-title a:hover {
  text-decoration: underline;
}

.page-template-template-page-in-the-media .inquiry-info a,
.page-template-template-page-in-the-media .inquiry-info a:focus,
.page-template-template-page-in-the-media .inquiry-info a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #105172;
}

.page-template-template-page-in-the-media .inquiry-info a:hover {
  text-decoration: underline;
}

.search-listing__container {
  padding-left: 280px;
}

@media only screen and (max-width: 1100px) {
  .featured-article-sidebar .featured-article-sidebar__featured-article {
    width: 100%;
  }

  .schmudget-articles {
    width: 75%;
  }
}

@media only screen and (max-width: 899px) {
  .home-hero .wrapper {
    padding: 0;
  }

  .home-hero__panel-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .home-hero__panel {
    width: 100%;
    background-color: #092d43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 2px solid #ffffff;
    padding: 30px;
    text-align: center;
  }

  .home-hero__panel h2 {
    color: inherit;
    margin: 0;
    padding-bottom: 20px;
  }

  .home-hero__panel h2 br {
    display: none;
  }

  .home-hero__panel p {
    margin: 0;
    padding-bottom: 20px;
  }

  .home-hero {
    background-image: none;
    height: auto;
  }
}

@media only screen and (max-width: 899px) {
  .blog-article-listing__container {
    width: 100%;
    padding: 0;
  }

  .blog-article-listing {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .featured-article-sidebar {
    padding: 0;
  }

  .home-header__content {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mobile-break {
    display: block;
  }

  .home-header {
    height: 175px;
  }

  .home-header__text p,
  .home-header__text h2,
  .home-header_text h1 {
    display: none;
  }

  .home-hero__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px;
    min-height: 50vw;
  }

  .home-hero__mobile-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-size: 22px;
  }

  .home-footer__newsletter-cta {
    height: auto;
  }

  .home-footer__newsletter-cta h2 {
    margin-right: 0;
  }

  .home-footer__bottom-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .home-footer__brand-column {
    width: 100%;
    text-align: center;
  }

  p.home-footer__icons {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  p.home-footer__icons a {
    margin: 0 15px;
  }

  .home-footer__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .home-footer__copyright {
    margin: 30px auto 0 auto;
    padding-bottom: 40px;
    width: 80%;
  }

  .home-footer__newsletter-cta {
    padding: 20px 0;
  }

  .home-footer__newsletter-cta h2 {
    margin-top: 0;
  }

  .home-footer__newsletter-cta .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .policy-topics .policy-topics__topic {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .policy-breadcrumb {
    top: 175px;
  }

  .schmudget-articles .schmudget-article-card {
    width: 100%;
  }

  .schmudget-articles {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .post-single.content {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }

  .post-single.content .about-author .about-author__text {
    width: 100%;
  }

  .blog-article__related-posts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }

  .blog-article__related-posts .blog-article__related-posts-header {
    width: 100%;
  }

  .blog-article__related-posts .blog-article__related-post {
    width: 45%;
  }

  .page-template-template-page-team .inquiry-info {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .page-template-template-page-team .inquiry-info p {
    width: 100%;
  }

  .page-template-template-page-team .page-overview {
    padding-bottom: 0;
  }

  .policy-topics .policy-topics__topic .policy-topics__subtopic-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .two-column-layout {
    padding: 0;
  }

  .two-column-layout__item {
    width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  .mobile-title-header {
    display: block;
  }

  .home .mobile-title-header {
    display: none;
  }

  .page-container {
    margin-top: 100px;
    padding-top: 1px;
  }

  .top-banner {
    display: none;
  }

  .home-header {
    position: fixed;
    top: 0;
  }

  .page-template-template-page-policy .home-header,
  .single-policy_topic .home-header,
  .page-template-default .home-header,
  .page-template-template-page-about-overview .home-header,
  .page-template-template-page-news .home-header,
  .page-template-template-page-jobs .home-header {
    position: fixed;
    top: 0;
    background: #f09d51;
  }

  .home-header {
    height: 100px;
  }

  .home-footer__contact {
    width: 100%;
  }

  .home-header__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
  }

  .home-header__mobile-icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .home-header__mobile-search-icon {
    font-size: 30px;
    color: #092b47;
    cursor: pointer;
    margin-right: 20px;
  }

  .home-header__mobile-content img {
    height: 90px;
    display: block;
  }

  .home-header__mobile-content svg {
    max-height: 90px;
    max-width: 90px;
  }

  .home-header__mobile-content .main-sidebar__hamburger {
    font-size: 45px;
  }

  .main-sidebar {
    width: 100%;
    left: 0;
    top: 100px;
  }

  .main-sidebar__menus {
    width: 100%;
  }

  .main-sidebar__mobile-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .main-sidebar__mobile-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .main-sidebar__mobile-search input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .mobile-search-button {
    background: none;
    border: none;
    color: #092b47;
  }

  .main-sidebar__main-menu {
    text-align: center;
  }

  .main-sidebar__top-section {
    display: none;
  }

  .wrapper {
    padding: 0 20px;
  }

  .home-header__content {
    display: none;
  }

  .home-footer {
    height: auto;
  }

  .home-footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-footer__menu-column {
    text-align: center;
    width: 100%;
  }

  .home-footer__newsletter-cta h2 {
    width: 90%;
    text-align: center;
  }

  .home-footer__newsletter-cta form {
    max-width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .home-footer__newsletter-cta {
    height: 250px;
  }

  .home-footer__icons {
    margin: 0 auto 30px;
    width: 80%;
  }

  .policy-topics .policy-topics__topic .policy-topics__subtopic-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .policy-bottom-banner .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .policy-bottom-banner .policy-bottom-banner__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .policy-bottom-banner .policy-bottom-banner__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .policy-bottom-banner .policy-bottom-banner__content p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }

  .policy-breadcrumb {
    display: none;
  }

  .single-policy_topic .top-banner {
    height: 100px;
  }

  .single-policy_topic .top-banner .top-banner__image {
    display: none;
  }
}

@media print {
  .main-sidebar,
  .subscribe-popup,
  .blog-article__related-posts,
  footer,
  .home-header__link-box,
  .post-single__social-sharing {
    display: none;
  }

  .post-single.content {
    padding-left: 0;
    width: 100%;
  }

  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div {
    width: auto;
    border: 0;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
  }

  .home-header {
    display: none;
  }

  .wrapper {
    max-width: 100%;
  }

  .wrapper--full {
    padding: 0 40px;
  }

  .home-header__content {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .home-header_text {
    padding-right: 0;
  }

  .about-author__text a {
    display: none;
  }
}

.btn--wide,
.gform_button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sidebar-panel__title {
  margin-top: 10px;
}

.sidebar-panel__body {
  font-size: 20px;
}

.newsletter-form__intro {
  font-size: 20px;
  margin-bottom: 40px;
}

.newsletter-form__row {
  margin: 20px 0;
}

.newsletter-form__row.flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter-form__row.flex > div:first-child {
  padding-right: 10px;
}

.newsletter-form__row.flex > div:last-child {
  padding-left: 10px;
}

.newsletter-form__recaptcha-warning {
  display: none;
  color: red;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 520px) {
  .newsletter-form__row.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .newsletter-form__row.flex > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .newsletter-form__row.flex > div:first-child {
    margin-bottom: 20px;
  }

  .newsletter-form__row.flex > div:first-child,
  .newsletter-form__row.flex > div:last-child {
    padding: 0;
  }
}

.newsletter-form__label {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.newsletter-form__input {
  background: #eeefe9;
  border: 2px solid #eeefe9;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  width: 100%;
}

.newsletter-form__input:focus {
  background: rgba(238, 239, 233, 0.1);
}

.newsletter-form__captcha-row {
  margin: 40px 0;
}

.newsletter-form__button-row {
  text-align: center;
}

.newsletter-form__btn {
  min-width: 0;
}

.subscribe-popup {
  background: #efefea;
  bottom: 0;
  -webkit-box-shadow: -5px 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 8px rgba(0, 0, 0, 0.5);
  left: 0;
  position: fixed;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
  z-index: 100;
}

.subscribe-popup.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.subscribe-popup__wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.subscribe-popup__close {
  background: none;
  border: none;
  border-radius: 50%;
  color: #105172;
  cursor: pointer;
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: 40px;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 899px) {
  .subscribe-popup__close {
    right: 10px;
  }
}

.subscribe-popup__left {
  padding-right: 50px;
}

.subscribe-popup__title {
  font-weight: 300;
  margin: 10px 0;
}

.subscribe-popup__body {
  font-size: 22px;
  margin: 10px 0 0;
}

.subscribe-popup__btn {
  margin-bottom: 3px;
  margin-top: 15px;
}

.gfield_label {
  display: block !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  background: #eeefe9 !important;
  border: 2px solid #eeefe9 !important;
  font-size: 18px !important;
  padding: 10px !important;
  -webkit-transition: background .2s linear !important;
  transition: background .2s linear !important;
  width: 100% !important;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  background: rgba(238, 239, 233, 0.1) !important;
}

.gform_footer {
  text-align: center;
}

ul.gform_fields li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 10px !important;
}

.gfield {
  padding-right: 10px !important;
}

.gfield_required {
  display: none !important;
}

.category-featured-block{
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.category-featured-block>*{
  flex-basis: 49%;
}

@media only screen and (max-width: 480px) {
  .category-featured-block{
    flex-direction: column;
  }
}


/* Customizer CSS */
.bctt-click-to-tweet{
	flex-wrap: wrap;	
  padding-bottom: 40px;
}

.bctt-click-to-tweet .bctt-ctt-text{
	flex-basis: 90%;
}

.bctt-click-to-tweet .bctt-ctt-btn{
	display: block;
	flex-basis: 100%;
	max-width: 138px;
	background-position-y: 15px;
  position: absolute;
  right: 17px;
  bottom: 10px;
}
