@charset "UTF-8";
/*!
Theme Name: Kate B. Reynolds Charitable Trust
Theme URI: http://underscores.me/
Author: Pyramid Communications
Author URI: http://pyramidcommunications.com
Description: WordPress theme for kbr.org
Version: 1.1.54
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kate B. Reynolds Charitable Trust is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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 0 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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #323232;
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-top: 0;
  margin-bottom: 40px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: whitesmoke;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 1.05469rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 1.05469rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: whitesmoke;
  border: 0;
  height: 6px;
  margin-bottom: 40px;
}

ul, ol {
  margin: 0 0 40px 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 40px;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 40px;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

@media screen and (min-width: 700px) {
  table {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3888888889;
  }
}
th {
  border-bottom: 6px solid whitesmoke;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  padding-left: 0;
  text-align: left;
  font-family: "Sofia Pro Bold";
  font-weight: normal;
}
th:last-child {
  padding-right: 0;
}

td {
  border-bottom: 2px solid whitesmoke;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  padding-left: 0;
}
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: none;
  border-radius: 0;
  background: #3296fa;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

input[type=button], input[type=reset], input[type=submit] {
  border: none;
  border-radius: 0;
  background: #3296fa;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

button:hover {
  background-color: #0563c1;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #0563c1;
}

button:active, button:focus {
  background-color: #0563c1;
}

input[type=button]:active, input[type=button]:focus {
  background-color: #0563c1;
}
input[type=reset]:active, input[type=reset]:focus {
  background-color: #0563c1;
}
input[type=submit]:active, input[type=submit]:focus {
  background-color: #0563c1;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
  color: #969696;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
}

textarea {
  color: #969696;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  border-color: #3296fa;
  outline: none;
  color: #323232;
}

textarea:focus {
  border-color: #3296fa;
  outline: none;
  color: #323232;
}

select {
  border: 2px solid #e6e6e6;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3296fa;
}
a:visited {
  color: #3296fa;
}
a:hover, a:focus, a:active {
  color: #0563c1;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: relative;
  padding-top: 100px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul .disabled > a {
  text-decoration: line-through;
}
.main-navigation ul ul {
  font-size: 15px;
  font-size: 0.9375rem;
}
.main-navigation ul ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  position: relative;
  top: auto;
  left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 80%;
}
.main-navigation ul ul ul li {
  padding-left: 0;
  padding-right: 0;
}
.main-navigation ul ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.main-navigation ul ul a {
  padding: 10px 0;
  color: #646464;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul .submenu-section {
  padding-bottom: 0;
}
.main-navigation ul ul .submenu-section a {
  color: #c8c8c8;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: -10px;
}
.main-navigation li {
  display: block;
  position: relative;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  color: #646464;
}
.main-navigation a:hover, .main-navigation a.focus {
  color: #0563c1;
}
.main-navigation .sub-menu a {
  line-height: 20px;
}
.main-navigation .sub-menu ul a {
  color: #969696;
  line-height: 15px;
}
.main-navigation .sub-menu ul a:hover, .main-navigation .sub-menu ul a.focus {
  color: #0563c1;
}

@media screen and (min-width: 1200px) {
  .main-navigation {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .main-navigation-menu {
    float: left;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: white;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul ul a {
    width: 260px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul ul .submenu-two-col > ul {
    width: 100%;
    float: left;
  }
  .main-navigation ul ul .submenu-two-col > ul > li {
    width: 50%;
    float: left;
  }
  .main-navigation ul ul .submenu-two-col > ul > li:last-child {
    clear: left;
  }
  .main-navigation ul ul .submenu-two-col > ul > li > a {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation a {
    line-height: 60px;
    color: #969696;
  }
}
/* Small menu. */
@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation.toggled ul, .main-navigation.toggled .site-search .search-form {
    display: block;
  }
  .main-navigation.toggled .menu-toggle {
    background-color: transparent;
    background-image: url("images/gridicons-cross.png");
  }
  .main-navigation.toggled:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -20px;
    left: -20px;
    background-color: whitesmoke;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .main-navigation.toggled .nav-menu > li {
    border-top: 2px solid #e6e6e6;
  }
  .main-navigation.toggled .nav-menu > li > a {
    padding-top: 10px;
    padding-bottom: 6.66667px;
  }
  .main-navigation.toggled .nav-menu > li > a:after {
    content: "\f345";
    display: inline-block;
    margin-left: 5px;
    font-family: "dashicons";
    font-size: 80%;
    font-weight: normal;
    line-height: 50%;
    position: relative;
    top: 0.15em;
  }
}
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .main-navigation.toggled .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation.toggled .nav-menu > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.3333333333%;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 2px solid #e6e6e6;
  }
  .main-navigation.toggled .nav-menu > li:first-child, .main-navigation.toggled .nav-menu > li:nth-child(3n+1) {
    padding-left: 0;
    border-left: none;
  }
  .main-navigation.toggled .nav-menu .sub-menu {
    padding-bottom: 20px;
  }
}
.menu-toggle {
  border: none;
  border-radius: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 970;
  text-indent: -9999999px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("images/gridicons-menu-link.png");
  background-position: center center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.menu-toggle:hover {
  background-color: transparent;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .site-search {
    float: right;
  }
}
.search-toggle {
  display: none;
}

@media screen and (min-width: 1200px) {
  .search-toggle {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 0;
    text-indent: -9999999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url("images/gridicons-search-v2.png");
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
  }
  .search-toggle:hover {
    background-color: transparent;
    background-image: url("images/gridicons-search-hover.png");
  }
}
.site-search .search-form {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 60px;
  z-index: 980;
}
.site-search .search-form .search-field {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 60px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.site-search .search-form .search-field:focus {
  outline: none;
}
.site-search .search-form .search-submit {
  border: none;
  border-radius: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999999px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("images/gridicons-search-v2.png");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .site-search .search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .site-search .search-form .search-field {
    line-height: 100px;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .site-search .search-form .search-submit {
    width: 100px;
    height: 100px;
    background-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .site-search.toggled .search-form {
    display: block;
  }
  .site-search.toggled .search-toggle {
    background-color: transparent !important;
    background-image: url("images/gridicons-cross.png");
  }
  .site-search.toggled .search-toggle:hover {
    background-image: url("images/gridicons-cross-hover.png");
  }
  .site-search.toggled .search-field {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: right;
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    width: 50%;
    text-align: right;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .entry-thumbnail-meta .label, .comment-meta .says, .widget_search_filter_register_widget .widget-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .entry-thumbnail-meta .label:focus, .comment-meta .says:focus, .widget_search_filter_register_widget .widget-title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #323232;
  display: block;
  font-size: 15.75px;
  font-size: 0.98438rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@media screen and (max-width: 699px) {
  .alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px) {
  .alignleft {
    display: inline;
    float: left;
    margin-top: 5px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 699px) {
  .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px) {
  .alignright {
    display: inline;
    float: right;
    margin-top: 5px;
    margin-left: 40px;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 699px) {
  .aligncenter {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px) {
  .aligncenter {
    margin-top: 80px;
    margin-bottom: 80px;
    clear: both;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.wp-caption.aligncenter {
  margin-bottom: 80px;
}
.wp-caption img[class*=wp-image-] {
  width: 100%;
  margin-bottom: 0;
}

.wp-caption-text {
  margin: 0;
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  color: #969696;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Shame
--------------------------------------------------------------*/
/* Clearfix: contain floats */
.inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #19324b;
}

.site {
  background: #fff;
}

/* Site Header */
.site-header {
  width: 100%;
  z-index: 999999;
}

.site-header-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.site-header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.site-branding {
  position: relative;
  z-index: 900;
  float: left;
}

.site-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100px;
  margin-bottom: 0;
}
.site-title a {
  display: block;
  text-indent: -9999999px;
  overflow: hidden;
  width: 160px;
  background-image: url("images/kbr-logo-stack.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .site-title a {
    width: 300px;
    background-image: url("images/kbr-logo.png");
    background-position: center 45%;
  }
  .site-title a:hover {
    background-image: url("images/kbr-logo-hover.png");
  }
}
@media screen and (min-width: 700px) {
  .site-navigation {
    float: right;
  }
}
.page-header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: whitesmoke;
}

@media screen and (min-width: 1200px) {
  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  .page-header {
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-page_grant-archive .page-header, .post-type-archive-kbr_grant .page-header {
    margin-bottom: 20px;
  }
}
.blog .page-header {
  background-color: #00aa96;
}

@media screen and (min-width: 700px) {
  .blog .page-header {
    margin-bottom: 40px;
  }
}
.page-header-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.page-title {
  line-height: 1;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  color: #00aa96;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 700px) {
  .page-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.blog .page-title {
  color: #fff;
}

.search:not(.search-no-results) .page-title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #969696;
}
.search:not(.search-no-results) .page-title span {
  text-transform: none;
  display: block;
  color: #323232;
  padding-top: 20px;
  font-size: 36px;
  font-size: 2.25rem;
}
.search:not(.search-no-results) .page-title span:before {
  content: "“";
  font-family: "Adobe Garamond Pro";
}
.search:not(.search-no-results) .page-title span:after {
  content: "”";
  font-family: "Adobe Garamond Pro";
}

@media screen and (min-width: 700px) {
  .search:not(.search-no-results) .page-title span {
    font-size: 60px;
    font-size: 3.75rem;
    position: relative;
  }
}
@media screen and (min-width: 700px) {
  .search:not(.search-no-results) .page-title span:before {
    position: absolute;
    left: -0.5em;
  }
}
.archive-description {
  padding-top: 40px;
  color: #969696;
}
.archive-description p {
  margin: 0;
  margin-bottom: -20px;
}

@media screen and (max-width: 1199px) {
  .grant-archive-thumbnail-list .thumbnail-list-content, .post-type-archive-kbr_grant .thumbnail-list-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .grant-archive-thumbnail-list .thumbnail-list-content, .post-type-archive-kbr_grant .thumbnail-list-content {
    width: 100%;
    max-width: 900px;
    float: left;
  }
}
.entry-thumbnail {
  width: 100%;
  padding: 20px 0;
  position: relative;
  margin-bottom: 0;
}
.entry-thumbnail .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
}

@media screen and (min-width: 700px) {
  .entry-thumbnail:hover .entry-title {
    color: #3296fa;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .entry-thumbnail {
    margin-left: 200px;
    max-width: 900px;
    -webkit-transition: -webkit-box-shadow 250ms ease-in-out;
    transition: -webkit-box-shadow 250ms ease-in-out;
    -o-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  }
  .entry-thumbnail:hover {
    background-color: white;
    -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
  }
  .grant-archive-thumbnail-list .entry-thumbnail, .post-type-archive-kbr_grant .entry-thumbnail {
    max-width: 700px;
  }
  .home-intro-news-thumbnails .entry-thumbnail {
    margin-left: 0;
    max-width: 300px;
  }
}
@media screen and (max-width: 699px) {
  .entry-thumbnail .entry-title {
    text-decoration: underline;
  }
}
.entry-thumbnail-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.entry-thumbnail-link:hover, .entry-thumbnail-link:visited {
  color: inherit;
}

@media screen and (min-width: 700px) {
  .entry-thumbnail-link:after {
    content: "";
    display: table;
    clear: both;
  }
}
.entry-thumbnail-text {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 700px) {
  .entry-thumbnail-text {
    float: left;
    width: 100%;
    max-width: 700px;
  }
  .entry-thumbnail.post .entry-thumbnail-text, .search-results .entry-thumbnail .entry-thumbnail-text {
    padding-top: 25px;
  }
  .has-image .entry-thumbnail-text {
    max-width: -webkit-calc(100% - 300px);
  }
  .thumbnail-list .featured-thumbnail.has-image .entry-thumbnail-text {
    max-width: 500px;
    max-width: -webkit-calc(100% - 400px);
  }
}
.entry-thumbnail-image {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.kbr_person .entry-thumbnail-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
  .entry-thumbnail-image {
    float: left;
    max-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .single-kbr_person .entry-thumbnail-image {
    margin-top: -120px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-kbr_person .entry-thumbnail-image {
    margin-left: 0;
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) {
  .entry-thumbnail-image {
    float: right;
  }
}
.entry-thumbnail-image-inner {
  width: 100%;
  padding-bottom: 66.66666667%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.entry-thumbnail-meta {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #969696;
}
.entry-thumbnail-meta:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 700px) {
  .post .entry-thumbnail-meta, .page .entry-thumbnail-meta, .search-results .entry-thumbnail-meta {
    position: absolute;
    top: 20px;
  }
  .grant-archive-thumbnail-list .entry-thumbnail-meta {
    position: relative;
    top: auto;
  }
}
.grant-archive-thumbnail-list .entry-thumbnail-meta, .post-type-archive-kbr_grant .entry-thumbnail-meta {
  padding-top: 5px;
}

.entry-thumbnail-meta a {
  color: inherit;
  text-decoration: none;
}
.entry-thumbnail-meta a:hover {
  text-decoration: underline;
}
.entry-thumbnail-meta .featured {
  float: left;
}
.entry-thumbnail-meta .grant-meta {
  float: left;
  margin-right: 20px;
}
.entry-thumbnail-meta .post-type {
  float: left;
  margin-right: 20px;
  font-weight: bold;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.entry-thumbnail-meta .posted-on {
  float: left;
}

.sticky:not(.featured-thumbnail) .entry-thumbnail-meta .posted-on:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background-color: #969696;
  -webkit-mask-image: url("images/dashicons-admin-post.svg");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 15px;
  -moz-mask-image: url("images/dashicons-admin-post.svg");
  -moz-mask-position: center center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: 15px;
  -ms-mask-image: url("images/dashicons-admin-post.svg");
  -ms-mask-position: center center;
  -ms-mask-repeat: no-repeat;
  -ms-mask-size: 15px;
  mask-image: url("images/dashicons-admin-post.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 15px;
}

.entry-thumbnail-meta .byline {
  float: left;
}

.thumbnail-list .featured-thumbnail.entry-thumbnail {
  border-color: whitesmoke;
  border-style: solid;
  border-width: 2px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  width: 100%;
}
.thumbnail-list .featured-thumbnail.entry-thumbnail .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  padding-top: 5px;
}
.thumbnail-list .featured-thumbnail.entry-thumbnail + .thumbnail-list .featured-thumbnail.entry-thumbnail {
  border-top: 0;
  margin-top: 0;
}
.thumbnail-list .featured-thumbnail.entry-thumbnail + .entry-thumbnail:not(.featured-thumbnail) {
  margin-top: 60px;
}

@media screen and (min-width: 700px) {
  .thumbnail-list .featured-thumbnail.entry-thumbnail {
    padding-right: 100px;
  }
  .thumbnail-list .featured-thumbnail.entry-thumbnail .entry-thumbnail-image {
    float: left;
    max-width: 400px;
  }
  .thumbnail-list .featured-thumbnail.entry-thumbnail .entry-thumbnail-meta {
    top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .thumbnail-list .featured-thumbnail.entry-thumbnail {
    border-width: 2px;
    max-width: 1100px;
    padding-left: 100px;
    margin-left: 100px;
  }
  .thumbnail-list .featured-thumbnail.entry-thumbnail .entry-thumbnail-meta {
    left: 100px;
  }
  .thumbnail-list .featured-thumbnail.entry-thumbnail .entry-thumbnail-image {
    float: right;
    width: 396px;
  }
}
/* Post Content */
.single .site-main > .hentry .entry-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: whitesmoke;
}

@media screen and (min-width: 1200px) {
  .single .site-main > .hentry .entry-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  .single .site-main > .hentry .entry-header {
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.entry-header-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.single .site-main > .hentry .entry-title {
  line-height: 1;
  margin: 0;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  color: #00aa96;
}

@media screen and (min-width: 700px) {
  .single .site-main > .hentry .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: -0.025em;
  }
}
.entry-summary {
  font-size: 18px;
  font-size: 1.125rem;
}

.search-results .entry-summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

.entry-summary p {
  margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
  .entry-summary p {
    margin-bottom: 0;
  }
}
.home-intro-news-thumbnails .entry-summary {
  font-size: 15px;
  font-size: 0.9375rem;
}

.entry-body, .thumbnail-list {
  padding-bottom: 40px;
}

@media screen and (min-width: 700px) {
  .entry-body, .thumbnail-list {
    padding-bottom: 80px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .entry-body-inner, .thumbnail-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.entry-details {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #969696;
}
.entry-details:after {
  content: "";
  display: table;
  clear: both;
}
.entry-details a {
  color: inherit;
  text-decoration: none;
}
.entry-details .label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  color: #c8c8c8;
}
.entry-details .posted-on, .entry-details .cat-links, .entry-details .tags-links {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .entry-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .entry-details {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .entry-details {
    max-width: 200px;
    width: 100%;
    float: left;
  }
}
.entry-details-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.posted-on, .byline, .featured {
  margin-right: 20px;
}

.post-thumbnail {
  margin-bottom: 40px;
}
.post-thumbnail img {
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .post-thumbnail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 700px) {
  .post-thumbnail {
    max-width: 1000px;
    margin-left: 200px;
    z-index: 900;
    position: relative;
  }
}
.entry-details + .post-thumbnail {
  margin-left: 0;
  float: left;
}

.post-thumbnail-inner {
  vertical-align: middle;
}

@media screen and (min-width: 700px) {
  .post-thumbnail-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content ul, .entry-content ol {
  margin-left: 0;
  padding-left: 40px;
}

@media screen and (min-width: 1200px) {
  .entry-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  .entry-content {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .entry-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .entry-content {
    margin-left: 200px;
  }
  .error-404 .entry-content {
    margin-left: 220px;
  }
}
@media screen and (min-width: 700px) {
  .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content dl, .entry-content blockquote {
    width: 100%;
    max-width: 700px;
  }
  body.single-post .entry-content p, body.single-post .entry-content h1, body.single-post .entry-content h2, body.single-post .entry-content h3, body.single-post .entry-content h4, body.single-post .entry-content h5, body.single-post .entry-content h6, body.single-post .entry-content ul, body.single-post .entry-content ol, body.single-post .entry-content dl, body.single-post .entry-content blockquote,
  body.single-post .text-block p,
  body.single-post .text-block h1,
  body.single-post .text-block h2,
  body.single-post .text-block h3,
  body.single-post .text-block h4,
  body.single-post .text-block h5,
  body.single-post .text-block h6,
  body.single-post .text-block ul,
  body.single-post .text-block ol,
  body.single-post .text-block dl,
  body.single-post .text-block blockquote {
    max-width: none;
  }
  .text-block p, .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6, .text-block ul, .text-block ol, .text-block dl, .text-block blockquote {
    width: 100%;
    max-width: 700px;
  }
}
.text-block ul, .text-block ol {
  margin-left: 0;
  padding-left: 40px;
}

.entry-content li > ul, .entry-content li > ol {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block li > ul, .text-block li > ol {
  padding-top: 10px;
  padding-bottom: 10px;
}

.entry-content img, .text-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 700px) {
  .entry-content img.aligncenter, .text-block img.aligncenter {
    margin-bottom: 80px;
  }
}
.entry-content h1, .entry-content .as-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 0.875;
  font-weight: normal;
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  color: #969696;
  margin-bottom: 10px;
}

.comment-content h1, .comment-content .as-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 0.875;
  font-weight: normal;
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  color: #969696;
  margin-bottom: 10px;
}

.text-block h1, .text-block .as-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 0.875;
  font-weight: normal;
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  color: #969696;
  margin-bottom: 10px;
}

.entry-content h2, .entry-content .as-h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
  margin-top: 80px;
  margin-bottom: 10px;
}

.comment-content h2, .comment-content .as-h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
  margin-top: 80px;
  margin-bottom: 10px;
}

.text-block h2, .text-block .as-h2 {
  font-size: 35px;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: normal;
  color: var(--darkgray);
  margin-top: 80px;
  margin-bottom: 10px;
}

.entry-content h3, .entry-content .as-h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11111111;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
}

.comment-content h3, .comment-content .as-h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11111111;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
}

.text-block h3, .text-block .as-h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11111111;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
}

.entry-content h4, .entry-content .as-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

.comment-content h4, .comment-content .as-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-block h4, .text-block .as-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

.entry-content h5, .entry-content .as-h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.comment-content h5, .comment-content .as-h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-block h5, .text-block .as-h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-content h6, .entry-content .as-h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.comment-content h6, .comment-content .as-h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-block h6, .text-block .as-h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.entry-content blockquote, .comment-content blockquote, .text-block blockquote {
  color: #00aa96;
  padding-left: 40px;
  border-left: 6px solid;
  border-left: 6px solid currentColor;
}

.entry-content blockquote:not([class*=align]), .comment-content blockquote:not([class*=align]), .text-block blockquote:not([class*=align]) {
  margin-left: 0;
}

.entry-content blockquote p, .comment-content blockquote p, .text-block blockquote p {
  margin-bottom: 0;
}

.entry-content .smaller-paragraph, .comment-content .smaller-paragraph, .text-block .smaller-paragraph {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

.entry-content th, .comment-content th, .text-block th {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}

.entry-content .larger-paragraph, .comment-content .larger-paragraph, .text-block .larger-paragraph {
  font-size: 27px;
  font-size: 1.6875rem;
}

.entry-content p strong, .comment-content p strong, .text-block p strong {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
}

.entry-content .no-margin-top, .comment-content .no-margin-top, .text-block .no-margin-top {
  margin-top: 0;
}

.entry-content .no-margin-bottom, .comment-content .no-margin-bottom, .text-block .no-margin-bottom {
  margin-bottom: 0;
}

.entry-details + .entry-content {
  margin-left: 0;
  float: left;
}

.entry-content-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.entry-content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.entry-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .entry-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  .entry-footer {
    max-width: 200px;
    float: left;
  }
}
/* Content or Gutenberg */
p.wp-block-subhead {
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .wp-block-image.alignwide {
    margin-right: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-image.alignfull {
    margin-right: -300px;
    margin-left: -200px;
  }
  .wp-block-image.alignfull img {
    width: 100%;
  }
}
/* Post/paging navigation */
.post-navigation, .posts-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 160px;
  clear: both;
}

@media screen and (min-width: 1200px) {
  .post-navigation, .posts-navigation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.post-navigation a, .posts-navigation a {
  text-align: center;
  display: block;
  padding: 20px 40px;
  border: 2px solid #3296fa;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 700px) {
  .post-navigation a, .posts-navigation a {
    display: inline-block;
  }
  .post-navigation a:hover, .posts-navigation a:hover {
    border-color: #0563c1;
  }
}
.nav-links {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.nav-links:after {
  content: "";
  display: table;
  clear: both;
}

.nav-previous {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 700px) {
  .nav-previous {
    margin-bottom: 0;
  }
}
.nav-next {
  padding-left: 20px;
  padding-right: 20px;
}

/* Site Footer */
.site-footer {
  background: #19324b;
  color: #fff;
}

.primary-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .primary-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-info {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 700px) {
  .footer-info {
    width: 50%;
    float: left;
  }
}
.footer-logo {
  width: 100%;
  max-width: 242px;
  height: auto;
  margin-bottom: 20px;
  margin-left: -2px;
}

.footer-newsletter {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
}
.footer-newsletter input[type=email] {
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
  width: 62%;
}
.footer-newsletter input[type=submit] {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .footer-newsletter {
    width: 50%;
    float: right;
  }
}
@media screen and (max-width: 699px) {
  .footer-newsletter input {
    width: 100%;
  }
}
.footer-newsletter-content {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1111111111;
}
.footer-newsletter-content strong {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}

.secondary-footer {
  padding-top: 60px;
  padding-bottom: 20px;
}

.secondary-footer-inner {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 700px) {
  .footer-navigation {
    float: left;
  }
}
.footer-navigation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}
.footer-navigation li {
  margin-right: 10px;
}
.footer-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer-navigation a:hover {
  color: #374f6c;
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .footer-navigation ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .footer-navigation li {
    display: inline-block;
  }
}
@media screen and (min-width: 700px) {
  .footer-social {
    float: right;
  }
}
.footer-social nav {
  display: inline-block;
}
.footer-social nav ul {
  margin-bottom: 0;
}
.footer-social nav li {
  margin-right: 10px;
}
.footer-social a {
  display: block;
}

.footer-social-title {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 699px) {
  .footer-social-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .footer-social-links {
    display: inline-block;
    padding-left: 10px;
  }
}
.footer-social-links a {
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
}
.footer-social-links a:hover {
  color: #374f6c;
}
.footer-social-links span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-social-links .social-facebook:after {
  content: "\f304";
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 0.15em;
}
.footer-social-links .social-twitter:after {
  content: "\f301";
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 0.15em;
}

@media screen and (min-width: 700px) {
  .footer-social-links a {
    padding: 0 10px;
  }
}
.tertiary-footer {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #374f6c;
}
.tertiary-footer a {
  text-decoration: none;
  color: inherit;
}
.tertiary-footer a:hover {
  text-decoration: underline;
}

.tertiary-footer-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-fineprint {
  padding-top: 10px;
  border-top: 1px solid #374f6c;
}

.copyright {
  display: inline-block;
  margin-right: 10px;
}

.fineprint-navigation {
  display: inline-block;
}
.fineprint-navigation ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.fineprint-navigation li {
  display: inline-block;
  margin-right: 10px;
}
.fineprint-navigation a {
  display: block;
}

/* Comment Form */
.comments-area {
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.comments-area:after {
  content: "";
  display: table;
  clear: both;
}

.comments-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
}

@media screen and (min-width: 1200px) {
  .comments-title {
    margin-left: 200px;
  }
}
.comment-list {
  padding-left: 0;
}

.comment-respond {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: whitesmoke;
}

@media screen and (min-width: 1200px) {
  .comment-list, .comment-respond {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .comment-respond {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .comment-respond {
    margin-bottom: 40px;
  }
}
.comment-list {
  list-style: none;
  margin-left: 0;
}
.comment-list .comment {
  width: 100%;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}
.comment-list .comment:not(.parent) .comment-body {
  border-top: 2px solid whitesmoke;
}
.comment-list .comment-body {
  padding-top: 20px;
  padding-bottom: 10px;
}
.comment-list .children {
  list-style: none;
  margin-left: 0;
  border-top: 2px solid whitesmoke;
  border-left: 6px solid whitesmoke;
}
.comment-list .reply {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-transform: uppercase;
}
.comment-list .reply a {
  text-decoration: none;
}
.comment-list .reply a:hover {
  text-decoration: underline;
}

.comment-meta {
  margin-bottom: 10px;
}
.comment-meta .comment-author {
  display: inline-block;
}
.comment-meta .comment-author a {
  color: inherit;
}
.comment-meta .comment-author a:hover {
  color: #0563c1;
}
.comment-meta .avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px;
}
.comment-meta .fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.comment-meta .comment-metadata {
  display: inline-block;
}
.comment-meta .comment-metadata a {
  color: #969696;
  text-decoration: none;
  vertical-align: middle;
}
.comment-meta .comment-metadata a:hover {
  color: #969696;
  text-decoration: underline;
}

.comment-form {
  padding-left: 20px;
  padding-right: 20px;
}
.comment-form p {
  position: relative;
}
.comment-form label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  font-weight: bold;
  color: #969696;
}
.comment-form .current > label {
  color: #3296fa;
}
.comment-form input, .comment-form textarea {
  padding: 20px;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
}
.comment-form input:focus, .comment-form textarea:focus {
  border-color: #3296fa;
  outline: none;
}
.comment-form input:not([type=submit]), .comment-form textarea {
  padding-top: 40px;
  width: 100%;
  max-width: 700px;
}
.comment-form input[type=submit] {
  border: none;
  background-color: #3296fa;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}
.comment-form input[type=submit]:hover {
  background-color: #0563c1;
}

.comment-reply-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
}

/* Contact Form */
.entry-content .contact-form {
  width: 100%;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.entry-content .contact-form > div {
  margin-bottom: 20px;
}
.entry-content .contact-form input[type=text], .entry-content .contact-form input[type=email], .entry-content .contact-form input[type=url] {
  width: 100%;
  max-width: 100%;
}
.entry-content .contact-form textarea {
  width: 100%;
  max-width: 100%;
}
.entry-content .contact-form .radio, .entry-content .contact-form .checkbox, .entry-content .contact-form .checkbox-multiple {
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: normal;
}

/* Grants */
.entry-thumbnail .grant-description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

.grant-details {
  border-top: 2px solid whitesmoke;
}
.grant-details th {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 699px) {
  .grant-details th {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .grant-details td {
    padding-top: 10px;
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .grant-details th {
    border-bottom-width: 2px;
    width: 300px;
  }
  .grant-details tr:hover > th, .grant-details tr:hover > td {
    background-color: whitesmoke;
  }
  .grant-details tr:hover > th:first-child, .grant-details tr:hover > td:first-child {
    padding-left: 15px;
  }
}
.grant-archive-thumbnail-list {
  padding-bottom: 40px;
}
.grant-archive-thumbnail-list .no-results {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 200px;
}

@media screen and (min-width: 1200px) {
  .grant-archive-thumbnail-list .no-results {
    max-width: 400px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .grants-navigation {
    padding-top: 120px;
    padding-left: 200px;
  }
  .grants-navigation .nav-next, .grants-navigation .nav-previous {
    float: none;
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.grant-details a {
  text-decoration: none;
}
.grant-details a[target=_blank]:after {
  content: "\f504";
  display: inline;
  margin-left: 5px;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
  text-decoration: none;
}

.sf-field-post-meta-kbr_grant_category {
  display: none !important;
}

/* Search-filter sidebar */
.sidebar-filter {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .sidebar-filter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar-filter {
    max-width: 300px;
    float: right;
  }
}
.searchandfilter ul {
  margin-left: 0;
  padding-left: 0;
}
.searchandfilter h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #969696;
}
.searchandfilter input, .searchandfilter textarea, .searchandfilter select {
  padding: 10px 0;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  border-width: 0 0 2px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.searchandfilter input:focus, .searchandfilter textarea:focus, .searchandfilter select:focus {
  border-color: #3296fa;
  outline: none;
}
.searchandfilter input:not([type=submit]), .searchandfilter textarea, .searchandfilter select {
  width: 100%;
  max-width: 700px;
}
.searchandfilter label {
  display: block;
}
.searchandfilter select {
  overflow: hidden;
  padding-right: 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-background-image: url("images/gridicons-chevron-down.svg");
  -webkit-background-position: right 15px center;
  -webkit-background-size: 20px;
  -webkit-background-repeat: no-repeat;
  -moz-background-image: url("images/gridicons-chevron-down.svg");
  -moz-background-position: right 15px center;
  -moz-background-size: 20px;
  -moz-background-repeat: no-repeat;
  -ms-background-image: url("images/gridicons-chevron-down.svg");
  -ms-background-position: right 15px center;
  -ms-background-size: 20px;
  -ms-background-repeat: no-repeat;
  background-image: url("images/gridicons-chevron-down.svg");
  background-position: right 15px center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.searchandfilter input[type=submit] {
  border: none;
  background-color: #3296fa;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  padding: 20px 30px;
  cursor: pointer;
}
.searchandfilter input[type=submit]:hover {
  background-color: #0563c1;
}
.searchandfilter .sf-field-submit {
  display: inline-block;
  margin-right: 30px;
  padding-right: 0;
}
.searchandfilter .sf-field-reset {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.searchandfilter .sf-field-search input:valid {
  color: #323232;
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
  .searchandfilter ul li {
    display: inline-block;
    max-width: 200px;
    padding-right: 40px;
    margin-right: 0;
  }
}
.widget {
  padding-left: 20px;
  padding-right: 20px;
}
.widget ul {
  margin-left: 0;
}

.page-template-page_grant-archive .widget-title, .post-type-archive-kbr_grant .widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #c8c8c8;
}

.widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

/**
 # Blocks
 */
.block-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.block-link {
  text-decoration: none;
  color: inherit;
}

.block-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #969696;
  margin-top: 0;
  margin-bottom: 30px;
}

.block-headline {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
  margin-top: 0;
  margin-bottom: 20px;
  color: #969696;
}

@media screen and (min-width: 700px) {
  .block-headline {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 0.875;
    font-weight: normal;
    font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  }
}
.block-subhead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: #323232;
}

@media screen and (min-width: 700px) {
  .block-subhead {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.11111111;
    font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
    font-weight: bold;
  }
}
.block-content {
  color: #323232;
}

.block-image img {
  vertical-align: middle;
}

.block-caption {
  width: 100%;
  max-width: 100%;
}

.block-caption-text {
  margin: 0;
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  color: #969696;
}

.block-cta {
  margin-top: 10px;
}
.block-cta a, .block-cta span {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.block-cta a[target=_blank]:after, .block-cta span[target=_blank]:after {
  content: "\f504";
  display: inline;
  margin-left: 5px;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
}
.block-cta.link a:after, .block-cta.link span:after {
  content: "\f345";
  display: inline-block;
  margin-left: 5px;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
}
.block-cta.link a[target=_blank]:after, .block-cta.link span[target=_blank]:after {
  content: "\f504";
  display: inline;
  margin-left: 5px;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
}
.block-cta.button a, .block-cta.button span {
  background-color: #3296fa;
  color: #fff;
  line-height: 1;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.block-cta.button a:hover, .block-cta.button span:hover {
  background-color: #0563c1;
}

.callout-block-link {
  position: relative;
  display: block;
}
.callout-block-link:hover {
  background-color: transparent !important;
}
.callout-block-link:hover .block-title {
  color: #969696;
}
.callout-block-link:hover .block-headline, .callout-block-link:hover .block-subhead {
  color: #0563c1;
  text-decoration: none;
}
.callout-block-link:hover .block-headline + .block-subhead {
  color: #323232;
  text-decoration: none;
}
.callout-block-link:hover .block-cta.button span {
  background-color: #0563c1;
}

.promo-block-link {
  position: relative;
  display: block;
}
.promo-block-link:hover .block-headline, .promo-block-link:hover .block-subhead {
  text-decoration: underline;
}
.promo-block-link:hover .block-headline + .block-subhead {
  text-decoration: none;
}
.promo-block-link:hover .block-cta.button span {
  background-color: #0563c1;
}

@media screen and (min-width: 1200px) {
  .promo-style-justify .promo-block-link {
    -webkit-transition: -webkit-box-shadow 250ms ease-in-out;
    transition: -webkit-box-shadow 250ms ease-in-out;
    -o-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  }
  .promo-style-justify .promo-block-link:hover {
    -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
  }
  .promo-style-offset .promo-block-link .promo-text {
    -webkit-transition: -webkit-box-shadow 250ms ease-in-out;
    transition: -webkit-box-shadow 250ms ease-in-out;
    -o-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  }
  .promo-style-offset .promo-block-link:hover .promo-text {
    -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
  }
}
/* Text */
@media screen and (min-width: 1200px) {
  .text-inner {
    padding-left: 220px;
  }
}
/* Page Header */
.page-header-block {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .page-header-inner {
    padding-left: 220px;
  }
}
.page-header-headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 1200px) {
  .page-header-headline {
    font-size: 80px;
    font-size: 5rem;
  }
}
.page-header-subhead, .page-header-content {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .page-header-subhead {
    max-width: 700px;
  }
}
@media screen and (min-width: 700px) {
  .page-header-content {
    max-width: 700px;
  }
}
.page-header-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header-image-hero {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-image-left, .page-header-image-right {
  position: relative;
  width: 100%;
  max-width: 50%;
}

@media screen and (min-width: 1200px) {
  .page-header-image-left {
    padding-right: 20px;
  }
  .page-header-image-right {
    padding-left: 20px;
  }
}
.page-header-image {
  position: relative;
}
.page-header-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  background-color: whitesmoke;
}

.theme-navy .section-intro-headline {
  color: #19324b !important;
}
.theme-navy.promo-text, .theme-navy.page-header-block,
.theme-navy + .page-header-image:before {
  background-color: #19324b !important;
}
.theme-navy .page-header-title,
.theme-navy .page-header-headline,
.theme-navy .page-header-subhead,
.theme-navy .page-header-content,
.theme-navy .promo-headline,
.theme-navy .promo-content,
.theme-navy .promo-title,
.theme-navy .promo-cta.button a {
  color: #fff !important;
}
.theme-navy .promo-cta.button a {
  border-color: #fff !important;
}
.theme-navy .promo-cta.button a:hover {
  color: #19324b !important;
}

.theme-blue .section-intro-headline {
  color: #3296fa !important;
}
.theme-blue.promo-text, .theme-blue.page-header-block,
.theme-blue + .page-header-image:before {
  background-color: #3296fa !important;
}
.theme-blue .page-header-title,
.theme-blue .page-header-headline,
.theme-blue .page-header-subhead,
.theme-blue .page-header-content,
.theme-blue .promo-headline,
.theme-blue .promo-content,
.theme-blue .promo-title,
.theme-blue .promo-cta.button a {
  color: #000 !important;
}
.theme-blue .promo-cta.button a {
  border-color: #000 !important;
}

.theme-gold .section-intro-headline {
  color: #ffbe14 !important;
}
.theme-gold.promo-text, .theme-gold.page-header-block,
.theme-gold + .page-header-image:before {
  background-color: #ffbe14 !important;
}
.theme-gold .page-header-title,
.theme-gold .page-header-headline,
.theme-gold .page-header-subhead,
.theme-gold .page-header-content,
.theme-gold .promo-headline,
.theme-gold .promo-content,
.theme-gold .promo-title,
.theme-gold .promo-cta.button a {
  color: #19324b !important;
}
.theme-gold .promo-cta.button a {
  border-color: #19324b !important;
}

.theme-teal .section-intro-headline {
  color: #00aa96 !important;
}
.theme-teal.promo-text, .theme-teal.page-header-block,
.theme-teal + .page-header-image:before {
  background-color: #00aa96 !important;
}
.theme-teal .page-header-title,
.theme-teal .page-header-headline,
.theme-teal .page-header-subhead,
.theme-teal .page-header-content,
.theme-teal .promo-headline,
.theme-teal .promo-content,
.theme-teal .promo-title,
.theme-teal .promo-cta.button a {
  color: #000000 !important;
}
.theme-teal .promo-cta.button a {
  border-color: #000000 !important;
}

.theme-green .section-intro-headline {
  color: #00b464 !important;
}
.theme-green.promo-text, .theme-green.page-header-block,
.theme-green + .page-header-image:before {
  background-color: #00b464 !important;
}
.theme-green .page-header-title,
.theme-green .page-header-headline,
.theme-green .page-header-subhead,
.theme-green .page-header-content,
.theme-green .promo-headline,
.theme-green .promo-content,
.theme-green .promo-title,
.theme-green .promo-cta.button a {
  color: #000000 !important;
}
.theme-green .promo-cta.button a {
  border-color: #000000 !important;
}

.theme-orange .section-intro-headline {
  color: #fa8c2d !important;
}
.theme-orange.promo-text, .theme-orange.page-header-block,
.theme-orange + .page-header-image:before {
  background-color: #fa8c2d !important;
}
.theme-orange .page-header-title,
.theme-orange .page-header-headline,
.theme-orange .page-header-subhead,
.theme-orange .page-header-content,
.theme-orange .promo-headline,
.theme-orange .promo-content,
.theme-orange .promo-title,
.theme-orange .promo-cta.button a {
  color: #000000 !important;
}
.theme-orange .promo-cta.button a {
  border-color: #000000 !important;
}

.theme-red .section-intro-headline {
  color: #ff5a4b !important;
}
.theme-red.promo-text, .theme-red.page-header-block,
.theme-red + .page-header-image:before {
  background-color: #ff5a4b !important;
}
.theme-red .page-header-title,
.theme-red .page-header-headline,
.theme-red .page-header-subhead,
.theme-red .page-header-content,
.theme-red .promo-headline,
.theme-red .promo-content,
.theme-red .promo-title,
.theme-red .promo-cta.button a {
  color: #fff !important;
}

.theme-light-gray .section-intro-headline {
  color: #000000 !important;
}
.theme-light-gray.promo-text, .theme-light-gray.page-header-block,
.theme-light-gray + .page-header-image:before {
  background-color: #f5f5f5 !important;
}
.theme-light-gray .page-header-title,
.theme-light-gray .page-header-headline,
.theme-light-gray .page-header-subhead,
.theme-light-gray .page-header-content,
.theme-light-gray .promo-headline,
.theme-light-gray .promo-content,
.theme-light-gray .promo-title,
.theme-light-gray .promo-cta.button a {
  color: #000000 !important;
}
.theme-light-gray .promo-cta.button a {
  border-color: #000000 !important;
}

.page-header-image img {
  width: 100%;
  height: auto;
}
.page-header-image + .block {
  margin-top: -100px;
  padding-top: 150px;
}

/* Section Intro */
.section-intro-inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media screen and (min-width: 700px) {
  .section-intro-inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .section-intro-inner {
    padding-left: 220px;
  }
}
.section-intro-headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 700px) {
  .section-intro-headline {
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .section-intro-headline {
    font-size: 80px;
    font-size: 5rem;
    max-width: 800px;
  }
}
@media screen and (min-width: 700px) {
  .section-intro-subhead {
    max-width: 700px;
  }
}
@media screen and (min-width: 700px) {
  .section-intro-content {
    max-width: 700px;
  }
}
/* Detail List */
.detail-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
.detail-list.detail-list-style-callout {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1200px) {
  .detail-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .detail-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.detail-list-style-callout .detail-list-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.detail-list-style-callout .detail-list-intro, .detail-list-style-callout .detail-list-items {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .detail-list-style-callout .detail-list-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .detail-list-style-callout .detail-list-inner {
    border: 2px solid #e6e6e6;
  }
}
@media screen and (min-width: 1200px) {
  .detail-list-style-callout .detail-list-inner {
    position: relative;
  }
  .detail-list-style-callout .detail-list-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    right: 20px;
    bottom: 0;
    border: 2px solid #e6e6e6;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .detail-list-intro-inner {
    padding-left: 220px;
  }
}
@media screen and (min-width: 700px) {
  .detail-list-intro-headline {
    line-height: 1;
  }
}
.detail-list-intro-title, .detail-list-intro-headline, .detail-list-intro-subhead, .detail-list-intro-content {
  max-width: 700px;
}

.detail-list-items-inner {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 700px) {
  .detail-list-items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-list-items-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .detail-list-items-inner {
    padding-left: 200px;
    padding-right: 100px;
  }
}
.detail-list-item {
  margin-bottom: 0;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .detail-list-item {
    display: block;
  }
  .one-col .detail-list-item {
    max-width: 700px;
  }
  .two-col .detail-list-item, .three-col .detail-list-item {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .two-col .detail-list-item {
    max-width: 420px;
  }
  .two-col .detail-list-item:nth-child(2n+1) {
    margin-right: 40px;
  }
  .three-col .detail-list-item {
    max-width: 300px;
  }
}
.detail-list-item-image {
  margin-bottom: 10px;
}
.detail-list-item-image img {
  vertical-align: middle;
}

.detail-list-item-headline {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #323232;
}

.detail-list-item-content {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #323232;
}
.detail-list-item-content p {
  margin-bottom: 10px;
}
.detail-list-item-content p:last-of-type {
  margin-bottom: 0;
}
.detail-list-item-content ul, .detail-list-item-content ol {
  margin-left: 0;
  padding-left: 20px;
}

.detail-list-item-cta {
  font-size: 15px;
  font-size: 0.9375rem;
}

.detail-list-item-block-link:hover .detail-list-item-headline {
  color: #0563c1;
  text-decoration: underline;
}
.detail-list-item-block-link:hover .block-cta.button span {
  background-color: #0563c1;
}

/* Feature */
.feature {
  padding-top: 30px;
  padding-bottom: 30px;
}
.feature.subtle-bg {
  background-color: whitesmoke;
}

@media screen and (min-width: 1200px) {
  .feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.feature-inner {
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 100%;
  padding: 20px;
  vertical-align: top;
}
.feature-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 700px) {
  .feature-image {
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-image {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .feature-align-right .feature-image {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .feature-align-right .feature-image {
    margin-left: 100px;
  }
}
@media screen and (min-width: 700px) {
  .feature-align-left .feature-image {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .feature-align-left .feature-image {
    margin-right: 0;
  }
}
.feature-text {
  width: 100%;
  max-width: 700px;
  padding: 20px;
  vertical-align: top;
}

@media screen and (min-width: 1200px) {
  .feature-text {
    margin-left: 200px;
  }
}
@media screen and (min-width: 700px) {
  .feature-align-left .feature-text {
    float: left;
    width: 50%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-align-left .feature-text {
    width: 100%;
    margin-left: 100px;
  }
}
@media screen and (min-width: 700px) {
  .feature-align-right .feature-text {
    float: right;
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-align-right .feature-text {
    width: 100%;
    margin-right: 0;
    margin-left: 100px;
  }
}
@media screen and (min-width: 700px) {
  .feature-headline {
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .feature-image + .feature-text .feature-headline {
    padding-top: 40px;
  }
  .feature-title + .feature-headline {
    padding-top: 0;
  }
}
.block.feature {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.block.feature .feature-title,
.block.feature .feature-headline,
.block.feature .feature-subhead,
.block.feature .block-content,
.block.feature .block-caption-text {
  color: #000000;
}
.block.feature .feature-text {
  padding-left: 30px;
}

.feature-subhead {
  margin-bottom: 10px;
}

.feature-content p {
  margin-bottom: 20px;
}
.feature-content ul, .feature-content ol {
  margin-left: 0;
}

/* Promo */
.promo-block {
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .promo-block.promo-style-offset {
    padding-bottom: 100px;
  }
}
.promo-inner, .promo-wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .promo-style-justify.has-image .promo-inner {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-style-justify.has-image .promo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.no-image .promo-wrapper {
  margin-left: 100px;
}

.promo-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  width: 100%;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 1200px) {
  .promo-style-justify .promo-image {
    width: 460px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
  .promo-style-justify.promo-align-right .promo-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.promo-style-offset.has-image .promo-image {
  width: 100%;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 1200px) {
  .promo-style-offset.has-image .promo-image {
    max-width: 960px;
    margin-left: 100px;
  }
}
.promo-text {
  width: 100%;
  padding: 30px;
  background: #19324b;
}
.promo-text .promo-title {
  color: #fff;
}

@media screen and (min-width: 700px) {
  .promo-text {
    padding-left: 60px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-text {
    padding-left: 100px;
  }
  .has-image .promo-text {
    max-width: 600px;
  }
  .no-image .promo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-image .promo-text .block-cta {
    max-width: 450px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-style-justify.has-image .promo-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .promo-style-justify.has-image.promo-align-right .promo-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.promo-style-offset.has-image .promo-text {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .promo-style-offset.has-image .promo-text {
    position: absolute;
    bottom: 0;
    bottom: -20px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-style-offset.has-image .promo-text {
    max-width: 600px;
    padding-right: 100px;
    bottom: -100px;
  }
}
@media screen and (min-width: 700px) {
  .promo-style-offset.has-image.promo-align-right .promo-text {
    right: 0;
  }
  .promo-style-offset.has-image.promo-align-left .promo-text {
    left: 20px;
  }
}
.promo-title, .promo-headline {
  color: #fff;
}

.promo-style-nested .promo-headline {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11111111;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}

.promo-subhead {
  color: #fff;
}

.promo-content {
  color: #fff;
}
.promo-content p {
  margin-bottom: 20px;
}
.promo-content p:last-of-type {
  margin-bottom: 0;
}

.promo-style-nested .promo-content {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* Callout */
.block.callout {
  background-color: #febe12;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.block.callout + .callout {
  padding-top: 0;
}
.block.callout .callout-title,
.block.callout .callout-headline,
.block.callout .callout-subhead,
.block.callout .block-content,
.block.callout .block-caption-text {
  color: #000000;
}
.block.callout .feature-text {
  padding-left: 30px;
}
.block.callout .callout-wrapper {
  border: none;
}
.block.callout .callout-image img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .callout {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .callout-inner {
    padding-left: 120px;
  }
}
.callout-wrapper {
  border-color: whitesmoke;
  border-style: solid;
  border-width: 2px;
}

@media screen and (min-width: 700px) {
  .callout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.callout-image {
  width: 100%;
  padding: 30px;
}

@media screen and (min-width: 700px) {
  .callout-image {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .callout-image {
    padding-left: 90px;
    padding-right: 0;
    max-width: 500px;
  }
  .callout-align-right .callout-image {
    padding-right: 40px;
    padding-left: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.callout-text {
  width: 100%;
  padding: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 700px) {
  .callout-text {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .no-image .callout-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-image .callout-text .callout-copy {
    max-width: 700px;
  }
  .no-image .callout-text .subhead, .no-image .callout-text .title {
    margin-bottom: 0;
  }
  .no-image .callout-text .block-cta {
    max-width: 450px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 60px;
  }
  .has-image .callout-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    max-width: none;
  }
  .callout-align-right.has-image .callout-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.callout-title {
  margin-bottom: 0;
}
.callout-title + .callout-headline, .callout-title + .callout-subhead {
  margin-top: 20px;
}

.callout-subhead + .callout-content {
  margin-top: 10px;
}

.callout-content p:last-child {
  margin-bottom: 0;
}

.callout-cta a, .callout-cta span {
  white-space: nowrap;
}

/* Hero */
.hero {
  margin-bottom: 0;
}

.hero-inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.hero-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #19324b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 700px) {
  .hero-image:before {
    right: auto;
    width: 80%;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
@media screen and (min-width: 1200px) {
  .hero-image {
    position: relative;
    padding-bottom: 56.25%;
  }
}
.hero-text {
  position: relative;
  z-index: 3;
  padding: 40px 20px;
}

@media screen and (min-width: 700px) {
  .hero-text {
    width: 100%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-text {
    margin-left: 100px;
  }
}
.hero-title, .hero-headline, .hero-subhead, .hero-content {
  color: #fff;
}

.related-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.related-content .entry-thumbnail:not(.person-thumbnail) {
  padding-top: 0;
}
.related-content .entry-thumbnail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}
.related-content .entry-thumbnail-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 100%;
}
.related-content .entry-thumbnail.post .entry-thumbnail-text, .related-content .search-results .entry-thumbnail .entry-thumbnail-text {
  padding-top: 0;
}
.related-content .entry-thumbnail-image {
  margin-bottom: 10px;
}
.related-content .post-thumbnail {
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  padding-top: 20px;
}
.related-content .post-thumbnail .wp-caption-text {
  display: none;
}
.related-content .entry-thumbnail-meta {
  position: relative;
  top: auto;
  padding-top: 10px;
}
.related-content .entry-summary {
  font-size: 15px;
  font-size: 0.9375rem;
}
.related-content .grant-thumbnail .entry-thumbnail-text {
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .related-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .related-content .entry-thumbnail:not(.person-thumbnail) {
    margin-left: 0;
    max-width: 300px;
  }
}
@media screen and (max-width: 699px) {
  .related-content .post-thumbnail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.related-content-inner {
  padding-left: 0;
  padding-right: 0;
}

.related-content-intro-inner {
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .related-content-intro-inner {
    padding-left: 220px;
  }
}
@media screen and (min-width: 700px) {
  .related-content-thumbnail-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .related-content-thumbnail-list-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .related-content-thumbnail-list-inner {
    padding-left: 200px;
  }
}
.related-content-cta-inner {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .related-content-cta-inner {
    padding-left: 220px;
    padding-top: 40px;
  }
}
/* Contact Block */
.contact-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-block .contact-intro-text .title, .contact-block .contact-intro-text .headline, .contact-block .contact-intro-text .subhead, .contact-block .contact-intro-text .content {
  max-width: 700px;
}
.contact-block .contact-form {
  width: 100%;
  max-width: 700px;
}
.contact-block .contact-form input[type=text], .contact-block .contact-form input[type=email] {
  width: 100%;
  max-width: 100%;
}
.contact-block .contact-form textarea {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .contact-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  .contact-block .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-inner {
    padding-left: 200px;
  }
}
.contact-intro-text {
  padding-left: 20px;
  padding-right: 20px;
}

.home-hero {
  padding-top: 40px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.home-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  background-color: #ffbe14;
}
.home-hero .hero-text {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-left: 20px;
}
.home-hero .headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  max-width: 8em;
}

@media screen and (min-width: 700px) {
  .home-hero {
    padding-top: 60px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 700px) {
  .home-hero .hero-image {
    position: relative;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 700px) {
  .home-hero .hero-text {
    margin-left: 40px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (min-width: 700px) {
  .home-hero .headline {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero .headline {
    font-size: 108px;
    font-size: 6.75rem;
  }
}
.home-intro-how-we-work .section-intro-headline {
  color: #00aa96;
}

@media screen and (min-width: 1200px) {
  .home-intro-how-we-work .section-intro-headline {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
  }
}
.home-intro-program-areas .section-intro-headline {
  color: #fa8c2d;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .home-intro-program-areas .section-intro-headline {
    max-width: 600px;
  }
}
@media screen and (min-width: 700px) {
  .home-intro-program-areas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro-program-areas-inner {
    padding-left: 100px;
    padding-right: 40px;
  }
}
.program-areas-feature {
  padding-top: 0;
}
.program-areas-feature .feature-inner {
  padding-top: 40px;
}
.program-areas-feature:nth-child(2) .promo-text {
  background-color: #00b464;
}
.program-areas-feature:nth-child(2) .promo-cta.button a {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.program-areas-feature:nth-child(2) .promo-cta.button a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0563c1;
}
.program-areas-feature:first-child .promo-text {
  background-color: #ffbe14;
}
.program-areas-feature:first-child .promo-title, .program-areas-feature:first-child .promo-headline, .program-areas-feature:first-child .promo-content {
  color: #323232;
}
.program-areas-feature:first-child .promo-cta a {
  color: #323232;
}
.program-areas-feature:first-child .promo-cta.button a {
  border: 2px solid #323232;
  background-color: transparent;
}
.program-areas-feature:first-child .promo-cta.button a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0563c1;
}
.program-areas-feature .feature-text {
  max-width: 100%;
  margin-left: 0;
}
.program-areas-feature .feature-headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  color: #323232;
  letter-spacing: -0.05em;
  padding-top: 0;
}
.program-areas-feature .link {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 700px) {
  .program-areas-feature {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 80px;
    border-top: 2px solid whitesmoke;
  }
}
@media screen and (min-width: 1200px) {
  .program-areas-feature:nth-child(2) .feature-inner {
    padding-left: 100px;
  }
}
@media screen and (min-width: 700px) {
  .program-areas-feature:first-child .feature-inner {
    border-right: 2px solid whitesmoke;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .program-areas-feature:first-child .feature-inner {
    padding-right: 98px;
  }
}
.home .promo-style-justify {
  position: relative;
}
.home .promo-style-justify:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: whitesmoke;
}

.nested-promo-block {
  margin-bottom: 0;
}
.nested-promo-block .headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}
.nested-promo-block.promo-style-justify .promo-image + .promo-text {
  margin-left: 0;
}
.nested-promo-block .promo-style-nested {
  padding-top: 40px;
  margin-bottom: 0;
}
.nested-promo-block .promo-style-nested .promo-text {
  background: #132538;
}
.nested-promo-block .promo-cta a {
  font-size: 15px;
  font-size: 0.9375rem;
}
.nested-promo-block .promo-cta.button a {
  background-color: transparent;
  border: 2px solid currentColor;
}
.nested-promo-block .promo-cta.button a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0563c1;
}

@media screen and (min-width: 1200px) {
  .nested-promo-block.promo-style-justify.has-image .promo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .nested-promo-block .promo-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .nested-promo-block.promo-style-justify .promo-image + .promo-text {
    padding-right: 60px;
  }
}
.promo-style-nested {
  margin-bottom: 0;
}
.promo-style-nested .promo-text {
  max-width: 100%;
  padding: 20px;
}
.promo-style-nested .promo-title {
  margin-bottom: 20px;
}
.promo-style-nested .promo-headline {
  margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
  .promo-style-nested .promo-text {
    padding: 30px 40px;
  }
}
.health-improvement-program-area {
  margin-bottom: 60px;
}
.health-improvement-program-area .promo-text {
  background-color: #ffbe14;
}
.health-improvement-program-area .promo-text .promo-text {
  background-color: rgba(255, 255, 255, 0.15);
}
.health-improvement-program-area .promo-cta.link a, .health-improvement-program-area .promo-cta.button a {
  color: #323232;
}
.health-improvement-program-area .promo-cta.link a:hover, .health-improvement-program-area .promo-cta.button a:hover {
  color: #0563c1;
}
.health-improvement-program-area .promo-title, .health-improvement-program-area .promo-headline, .health-improvement-program-area .promo-content {
  color: #323232;
}
.health-improvement-program-area .promo-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.local-impact-program-area {
  margin-bottom: 60px;
}
.local-impact-program-area .promo-text {
  background-color: #00b464;
}
.local-impact-program-area .promo-text .promo-text {
  background-color: rgba(0, 0, 0, 0.15);
}
.local-impact-program-area .promo-cta.link a {
  color: #fff;
}
.local-impact-program-area .promo-cta.link a:hover {
  color: #0563c1;
}

.home-intro-grants .headline {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}
.home-intro-grants .promo {
  margin-bottom: 0;
}
.home-intro-grants .promo-style-justify .promo-image + .promo-text {
  margin-left: 0;
}
.home-intro-grants .promo-style-nested {
  padding-top: 40px;
}
.home-intro-grants .promo-style-nested .promo-text {
  background: #132538;
}
.home-intro-grants .promo-style-nested .promo-cta.button a {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.home-intro-grants .promo-style-nested .promo-cta.button a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0563c1;
}

@media screen and (min-width: 1200px) {
  .home-intro-grants .promo-style-justify.has-image .promo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro-grants .promo-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro-grants .promo-style-justify .promo-image + .promo-text {
    padding-right: 60px;
  }
}
.home-intro-news {
  background-color: whitesmoke;
}
.home-intro-news .section-intro-inner {
  padding-bottom: 40px;
}
.home-intro-news .section-intro-headline {
  margin-bottom: 0;
  color: #ff5a4b;
}
.home-intro-news .section-intro-subhead {
  padding-top: 20px;
  margin-bottom: 0;
}

.home-intro-news-thumbnails .entry-thumbnail {
  padding-top: 0;
}
.home-intro-news-thumbnails .entry-thumbnail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}
.home-intro-news-thumbnails .entry-thumbnail-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.home-intro-news-thumbnails .entry-thumbnail.post .entry-thumbnail-text, .home-intro-news-thumbnails .search-results .entry-thumbnail .entry-thumbnail-text {
  padding-top: 0;
}
.home-intro-news-thumbnails .entry-thumbnail-image {
  margin-bottom: 10px;
}
.home-intro-news-thumbnails .post-thumbnail {
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  padding-top: 20px;
}
.home-intro-news-thumbnails .post-thumbnail .wp-caption-text {
  display: none;
}
.home-intro-news-thumbnails .entry-thumbnail-meta {
  position: relative;
  top: auto;
  padding-top: 10px;
}

@media screen and (max-width: 699px) {
  .home-intro-news-thumbnails .post-thumbnail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 700px) {
  .home-intro-news-thumbnails-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .home-intro-news-thumbnails-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro-news-thumbnails-inner {
    padding-left: 200px;
  }
}
.home-intro-about {
  background-color: whitesmoke;
  border-top: 6px solid #fff;
}

@media screen and (min-width: 700px) {
  .home-intro-about .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-intro-news-cta-inner {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .home-intro-news-cta-inner {
    padding-left: 220px;
  }
}
.post-2012231 .feature-block:last-child {
  background-color: whitesmoke;
  border-top: 6px solid #fff;
}
.post-2012231 .section-intro-block + .feature-block + .feature-block {
  padding-bottom: 0;
}
.post-2012231 .section-intro-block + .feature-block + .feature-block + .detail-list {
  background: none;
}
.post-2012231 .section-intro-block + .feature-block + .feature-block + .detail-list ul {
  margin-left: 0;
  padding-left: 20px;
}
.post-2012231 .detail-list {
  background-color: whitesmoke;
}
.post-2012231 .detail-list .image {
  margin-bottom: 20px;
}
.post-2012231 .detail-list img {
  max-width: 50px;
  height: auto;
}
.post-2012231 .detail-list-style-callout {
  background: none;
}
.post-2012231 .detail-list-style-callout .detail-list-item:nth-child(1) .headline {
  color: #ff5a4b;
}
.post-2012231 .detail-list-style-callout .detail-list-item:nth-child(2) .headline {
  color: #fa8c2d;
}
.post-2012231 .detail-list-style-callout .detail-list-item:nth-child(3) .headline {
  color: #00b464;
}
.post-2012231 .detail-list-style-callout .detail-list-item:nth-child(4) .headline {
  color: #00aa96;
}
.post-2012231 .section-intro-headline {
  color: #00b464;
}
.post-2012231 .promo-block {
  position: relative;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.post-2012231 .promo-block:before {
  content: "";
  display: block;
  background-color: whitesmoke;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .post-2012231 .feature-block:last-child .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.types-of-grants .detail-list-item:first-child .detail-list-item-headline {
  color: #00aa96;
}
.types-of-grants .detail-list-item:last-child .detail-list-item-headline {
  color: #00b464;
}
.types-of-grants .detail-list-intro-content p:last-child {
  margin-bottom: 0;
}

.block.no-padding-top {
  padding-top: 0;
}
.block.no-padding-bottom {
  padding-bottom: 0;
}
.block.section-intro.no-padding-bottom .block-inner {
  padding-bottom: 0;
}
.block.section-intro.no-padding-top .block-inner {
  padding-top: 0;
}
.block.activating-systems-change-detail-list {
  padding-top: 0;
}
.block.activating-systems-change-detail-list .detail-list-item:nth-child(1) .headline span {
  color: #00b464;
}
.block.activating-systems-change-detail-list .detail-list-item:nth-child(2) .headline span {
  color: #00aa96;
}

@media screen and (min-width: 1200px) {
  .block.activating-systems-change-detail-list .detail-list-items-inner {
    padding-left: 100px;
  }
}
.detail-list.icon-list .image {
  margin-bottom: 20px;
}
.detail-list.icon-list img {
  max-width: 50px;
  height: auto;
}

.directory-block {
  margin-bottom: 80px;
}

@media screen and (min-width: 700px) {
  .directory-block {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .directory-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .directory-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 700px) {
  .directory-intro-inner {
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .directory-intro-inner {
    margin-left: 200px;
  }
}
@media screen and (min-width: 700px) {
  .directory-thumbnail-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .directory-thumbnail-list-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .directory-thumbnail-list-inner {
    padding-left: 180px;
  }
}
.person-thumbnail {
  margin-left: 0;
  width: 100%;
  display: block;
}
.person-thumbnail .post-thumbnail {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px;
}
.person-thumbnail .post-thumbnail-inner {
  padding: 0;
}
.person-thumbnail .entry-thumbnail-text, .person-thumbnail.has-image .entry-thumbnail-text {
  width: 100%;
  max-width: 100%;
  float: none;
  padding: 0;
}
.person-thumbnail .entry-thumbnail-meta {
  display: block;
  position: relative;
  top: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .person-thumbnail {
    max-width: 300px;
  }
}
@media screen and (min-width: 700px) {
  .person-thumbnail .entry-thumbnail-inner {
    padding: 0 20px;
  }
}
.person-title {
  color: #969696;
}

.single-kbr_person .entry-details {
  padding-top: 0;
}
.single-kbr_person .entry-content {
  max-width: 700px;
  padding-top: 0;
}
.single-kbr_person .entry-content h1, .single-kbr_person .entry-content h2, .single-kbr_person .entry-content h3, .single-kbr_person .entry-content h4, .single-kbr_person .entry-content h5, .single-kbr_person .entry-content h6 {
  clear: none;
  margin-bottom: 10px;
}
.single-kbr_person .entry-content h1:first-child, .single-kbr_person .entry-content h2:first-child, .single-kbr_person .entry-content h3:first-child, .single-kbr_person .entry-content h4:first-child, .single-kbr_person .entry-content h5:first-child, .single-kbr_person .entry-content h6:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .single-kbr_person .post-thumbnail {
    max-width: 300px;
    float: right;
  }
}
.contact-page .page-header-inner {
  padding-left: 20px;
}
.contact-page .entry-content {
  margin-left: 0;
  max-width: 1200px;
}

@media screen and (min-width: 700px) {
  .entry-content .column-1-2 {
    width: 50%;
    max-width: 600px;
    float: left;
  }
  .entry-content .column-first {
    padding-right: 100px;
  }
}
.news-filters {
  padding-bottom: 40px;
}
.news-filters .widget {
  display: inline-block;
}
.news-filters .widgettitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #969696;
}
.news-filters input, .news-filters textarea, .news-filters select {
  padding: 10px 0;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  border-width: 0 0 2px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.news-filters input:focus, .news-filters textarea:focus, .news-filters select:focus {
  border-color: #3296fa;
  outline: none;
}
.news-filters input:not([type=submit]), .news-filters textarea {
  width: 100%;
  max-width: 300px;
}
.news-filters select {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  padding-right: 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-background-image: url("images/gridicons-chevron-down.svg");
  -webkit-background-position: right 15px center;
  -webkit-background-size: 20px;
  -webkit-background-repeat: no-repeat;
  -moz-background-image: url("images/gridicons-chevron-down.svg");
  -moz-background-position: right 15px center;
  -moz-background-size: 20px;
  -moz-background-repeat: no-repeat;
  -ms-background-image: url("images/gridicons-chevron-down.svg");
  -ms-background-position: right 15px center;
  -ms-background-size: 20px;
  -ms-background-repeat: no-repeat;
  background-image: url("images/gridicons-chevron-down.svg");
  background-position: right 15px center;
  background-size: 20px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .news-filters .widget {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-filters-inner {
    padding-left: 200px;
  }
}
#kbr-myemma-signup {
  width: 100% !important;
  min-height: 380px;
  background: none;
}

.e2ma_signup_form_row {
  width: 62%;
  display: inline-block;
}
.e2ma_signup_form_row input[type=email] {
  width: 100%;
  display: block;
}

.e2ma_signup_form_label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
}

.footer-newsletter-intro p {
  margin-bottom: 0;
}

.e2ma_signup_form_required_footnote {
  display: none;
}

.e2ma_signup_form_button_row {
  width: 35%;
  display: inline-block;
}
.e2ma_signup_form_button_row input[type=submit] {
  width: 100%;
  display: block;
}

.toc-label {
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  color: #c8c8c8;
}

.toc {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
  font-size: 15px;
  font-size: 0.9375rem;
}
.toc a {
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.toc a:after {
  content: "\f345";
  display: inline-block;
  margin-left: 0;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
}

.block.home-intro-program-areas-inner .feature-text {
  margin-left: 0;
}

.block.inner.section-intro-block .section-intro-headline {
  margin-bottom: 0;
}

body.page-id-2017688 .entry-thumbnail-meta {
  padding-left: 0;
}
body.page-id-2017688 .entry-thumbnail-text {
  padding-left: 0;
}
body.page-id-2017688 .grant-archive-thumbnail-list .thumbnail-list-content {
  width: 75%;
}
@media screen and (max-width: 467px) {
  body.page-id-2017688 .grant-archive-thumbnail-list .thumbnail-list-content {
    width: 100%;
  }
}
body.page-id-2017688 .sidebar-filter {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 76px;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  body.page-id-2017688 .sidebar-filter {
    margin-bottom: 0;
    width: 100%;
  }
}
body.page-id-2017688 .sidebar-filter .searchandfilter h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
body.page-id-2017688 .entry-thumbnail {
  margin-left: -20px;
  padding-left: 20px;
}
body.page-id-2017688 .entry-thumbnail .entry-title {
  color: #323232;
  margin-bottom: 10px;
}
body.page-id-2017688 h3.search-funding {
  font-size: 2.8125rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 467px) {
  body.page-id-2017688 h3.search-funding {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 1200px) {
  body.page-id-2017688 h3.search-funding .searchandfilter ul {
    max-width: none;
  }
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
body.page-template-page_resources-topics-php h2,
body.page-template-page_resources-php h2 {
  font-size: 2.5rem;
}
body.page-template-page_resources-topics-php .container,
body.page-template-page_resources-php .container {
  max-width: 1170px;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .container,
  body.page-template-page_resources-php .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.page-template-page_resources-topics-php .page-header,
body.page-template-page_resources-php .page-header {
  background-color: #00aa96;
  margin-bottom: 0;
}
body.page-template-page_resources-topics-php .page-header .page-header-inner,
body.page-template-page_resources-php .page-header .page-header-inner {
  max-width: 1170px;
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .page-header .page-header-inner,
  body.page-template-page_resources-php .page-header .page-header-inner {
    padding-left: 20px !important;
  }
}
body.page-template-page_resources-topics-php .page-header .page-header-inner .page-title,
body.page-template-page_resources-php .page-header .page-header-inner .page-title {
  color: #fff;
}
body.page-template-page_resources-topics-php .section-intro-content h2,
body.page-template-page_resources-topics-php .text-footnote h2,
body.page-template-page_resources-php .section-intro-content h2,
body.page-template-page_resources-php .text-footnote h2 {
  color: #969696;
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif;
  font-size: 2.8125rem;
  font-weight: normal;
  line-height: 1;
}
body.page-template-page_resources-topics-php .section-intro-inner,
body.page-template-page_resources-php .section-intro-inner {
  max-width: 1170px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .section-intro-inner,
  body.page-template-page_resources-php .section-intro-inner {
    padding-left: 20px;
  }
}
body.page-template-page_resources-topics-php .thumbnail-list,
body.page-template-page_resources-php .thumbnail-list {
  background-color: whitesmoke;
  padding-bottom: 30px;
  padding-top: 50px;
}
body.page-template-page_resources-topics-php .thumbnail-list .block-headline,
body.page-template-page_resources-php .thumbnail-list .block-headline {
  color: #323232;
  margin-bottom: 50px;
}
body.page-template-page_resources-topics-php .text-footnote,
body.page-template-page_resources-php .text-footnote {
  margin-top: 50px;
}
body.page-template-page_resources-topics-php .text-footnote h2,
body.page-template-page_resources-php .text-footnote h2 {
  color: #323232;
}
body.page-template-page_resources-topics-php .resource-category,
body.page-template-page_resources-php .resource-category {
  height: 100%;
  padding-bottom: 30px;
}
body.page-template-page_resources-topics-php .resource-category h3,
body.page-template-page_resources-php .resource-category h3 {
  margin-top: 0;
}
body.page-template-page_resources-topics-php .resource-category .text,
body.page-template-page_resources-php .resource-category .text {
  margin-top: 0 !important;
}
body.page-template-page_resources-topics-php .block-link,
body.page-template-page_resources-php .block-link {
  height: 100%;
}
body.page-template-page_resources-topics-php .block-link:hover,
body.page-template-page_resources-php .block-link:hover {
  color: #0563c1;
}
body.page-template-page_resources-topics-php .block-link:visited,
body.page-template-page_resources-php .block-link:visited {
  color: #323232;
}
body.page-template-page_resources-topics-php .block-link:visited:hover,
body.page-template-page_resources-php .block-link:visited:hover {
  color: #0563c1;
}
body.page-template-page_resources-topics-php .callout-wrapper,
body.page-template-page_resources-php .callout-wrapper {
  align-items: flex-start;
  background-color: #fff;
  border: none;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
body.page-template-page_resources-topics-php .callout-wrapper .row,
body.page-template-page_resources-php .callout-wrapper .row {
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .callout-wrapper > .row > .col-12:first-of-type,
  body.page-template-page_resources-php .callout-wrapper > .row > .col-12:first-of-type {
    order: 1;
  }
}
body.page-template-page_resources-topics-php .callout-wrapper .title h3,
body.page-template-page_resources-php .callout-wrapper .title h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
body.page-template-page_resources-topics-php .callout-wrapper .topic,
body.page-template-page_resources-php .callout-wrapper .topic {
  margin-top: 1rem;
  text-align: left;
}
body.page-template-page_resources-topics-php .callout-wrapper .focus-wrapper,
body.page-template-page_resources-php .callout-wrapper .focus-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .callout-wrapper .focus-wrapper,
  body.page-template-page_resources-php .callout-wrapper .focus-wrapper {
    margin-bottom: 20px;
  }
}
body.page-template-page_resources-topics-php .callout-wrapper .focus-wrapper .focus,
body.page-template-page_resources-php .callout-wrapper .focus-wrapper .focus {
  clip-path: polygon(12px 0, 100% 0%, 100% 100%, 0% 100%);
  font-size: 0.889rem;
  font-weight: bold;
  padding: 0.7rem 2rem 0.7rem 3rem;
}
body.page-template-page_resources-topics-php .sticky-article,
body.page-template-page_resources-php .sticky-article {
  background-color: whitesmoke;
  padding-bottom: 40px;
  padding-top: 60px;
}
body.page-template-page_resources-topics-php .sticky-article h2,
body.page-template-page_resources-php .sticky-article h2 {
  color: #323232;
  margin-bottom: 30px;
}
body.page-template-page_resources-topics-php .sticky-article h3,
body.page-template-page_resources-php .sticky-article h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
body.page-template-page_resources-topics-php .sticky-article .author,
body.page-template-page_resources-php .sticky-article .author {
  font-weight: 500;
  margin-bottom: 20px;
}
body.page-template-page_resources-topics-php .sticky-article .tool-type,
body.page-template-page_resources-php .sticky-article .tool-type {
  font-weight: 500;
  margin-bottom: 20px;
}
body.page-template-page_resources-topics-php .sticky-article .author + .tool-type,
body.page-template-page_resources-php .sticky-article .author + .tool-type {
  margin-top: -20px;
}
body.page-template-page_resources-topics-php .sticky-article .block-cta,
body.page-template-page_resources-php .sticky-article .block-cta {
  text-align: right;
}
body.page-template-page_resources-topics-php .sticky-article .taxonomies,
body.page-template-page_resources-php .sticky-article .taxonomies {
  text-align: right;
}
body.page-template-page_resources-topics-php .taxonomies,
body.page-template-page_resources-php .taxonomies {
  margin-top: 20px;
  margin-bottom: 30px;
}
body.page-template-page_resources-topics-php .taxonomies a,
body.page-template-page_resources-php .taxonomies a {
  white-space: nowrap;
}
body.page-template-page_resources-topics-php .taxonomies .topic,
body.page-template-page_resources-php .taxonomies .topic {
  font-style: italic;
}
body.page-template-page_resources-topics-php .taxonomies .tags,
body.page-template-page_resources-php .taxonomies .tags {
  font-style: italic;
  margin-top: 5px;
}
body.page-template-page_resources-topics-php .filter-wrapper,
body.page-template-page_resources-php .filter-wrapper {
  background-color: #18334A;
  color: #fff;
  padding: 2rem 0;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper,
  body.page-template-page_resources-php .filter-wrapper {
    padding: 1rem 0;
  }
}
body.page-template-page_resources-topics-php .filter-wrapper.stuck,
body.page-template-page_resources-php .filter-wrapper.stuck {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.page-template-page_resources-topics-php .filter-wrapper .label,
body.page-template-page_resources-php .filter-wrapper .label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body.page-template-page_resources-topics-php .filter-wrapper input[type=text],
body.page-template-page_resources-php .filter-wrapper input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
body.page-template-page_resources-topics-php .filter-wrapper input.submit,
body.page-template-page_resources-php .filter-wrapper input.submit {
  background: #007bff;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #fff;
  font-family: "FontAwesome";
  height: 100%;
  transition: 0.2s;
  width: 2rem;
}
body.page-template-page_resources-topics-php .filter-wrapper .filters-search .label,
body.page-template-page_resources-php .filter-wrapper .filters-search .label {
  display: none;
}
body.page-template-page_resources-topics-php .filter-wrapper .filters-search .checkbox:not(:last-of-type),
body.page-template-page_resources-php .filter-wrapper .filters-search .checkbox:not(:last-of-type) {
  margin-bottom: 0.15rem;
}
body.page-template-page_resources-topics-php .filter-wrapper .filters-search input[type=checkbox] + label,
body.page-template-page_resources-php .filter-wrapper .filters-search input[type=checkbox] + label {
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  visibility: visible;
}
body.page-template-page_resources-topics-php .filter-wrapper .filters-search .filter,
body.page-template-page_resources-php .filter-wrapper .filters-search .filter {
  color: #fff;
}
body.page-template-page_resources-topics-php .filter-wrapper .filters-search .filter label,
body.page-template-page_resources-php .filter-wrapper .filters-search .filter label {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper .filters-search .filter label,
  body.page-template-page_resources-php .filter-wrapper .filters-search .filter label {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper .filters-search .filter .checkbox label,
  body.page-template-page_resources-php .filter-wrapper .filters-search .filter .checkbox label {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper .filters-search .resource_focus,
  body.page-template-page_resources-php .filter-wrapper .filters-search .resource_focus {
    margin-top: 1rem;
    margin-bottom: 0.7rem;
  }
}
body.page-template-page_resources-topics-php .filter-wrapper .col-search,
body.page-template-page_resources-php .filter-wrapper .col-search {
  text-align: right;
}
body.page-template-page_resources-topics-php .filter-wrapper .col-search .input-group,
body.page-template-page_resources-php .filter-wrapper .col-search .input-group {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper .col-search .search,
  body.page-template-page_resources-php .filter-wrapper .col-search .search {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.page-template-page_resources-topics-php .filter-wrapper .col-search input[type=submit],
body.page-template-page_resources-php .filter-wrapper .col-search input[type=submit] {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 3rem;
}
body.page-template-page_resources-topics-php .filter-wrapper .col-search input[type=submit]:hover,
body.page-template-page_resources-php .filter-wrapper .col-search input[type=submit]:hover {
  background-color: #0563c1;
}
body.page-template-page_resources-topics-php .filter-wrapper .clear-filters,
body.page-template-page_resources-php .filter-wrapper .clear-filters {
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  body.page-template-page_resources-topics-php .filter-wrapper .clear-filters,
  body.page-template-page_resources-php .filter-wrapper .clear-filters {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
body.page-template-page_resources-topics-php .filter-wrapper .clear-filters:hover,
body.page-template-page_resources-php .filter-wrapper .clear-filters:hover {
  color: #0563c1;
}
body.page-template-page_resources-topics-php .resource_focus label:not(.form-check-label),
body.page-template-page_resources-php .resource_focus label:not(.form-check-label) {
  visibility: hidden;
}
body.page-template-page_resources-topics-php .resource_focus .form-check:not(:last-of-type),
body.page-template-page_resources-php .resource_focus .form-check:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
body.page-template-page_resources-topics-php .list-wrapper,
body.page-template-page_resources-php .list-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
}
body.page-template-page_resources-topics-php .list-wrapper .callout-wrapper,
body.page-template-page_resources-php .list-wrapper .callout-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}
body.page-template-page_resources-topics-php .list-wrapper h2,
body.page-template-page_resources-php .list-wrapper h2 {
  margin-bottom: 10px;
}
body.page-template-page_resources-topics-php .list-wrapper h2.heading-tag,
body.page-template-page_resources-php .list-wrapper h2.heading-tag {
  margin-bottom: 30px;
  margin-top: 0;
}
body.page-template-page_resources-topics-php .list-wrapper h3,
body.page-template-page_resources-php .list-wrapper h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
body.page-template-page_resources-topics-php .list-wrapper .author,
body.page-template-page_resources-php .list-wrapper .author {
  font-weight: 500;
  margin-bottom: 20px;
}
body.page-template-page_resources-topics-php .list-wrapper .tool-type,
body.page-template-page_resources-php .list-wrapper .tool-type {
  font-weight: 500;
  margin-bottom: 20px;
}
body.page-template-page_resources-topics-php .list-wrapper .author + .tool-type,
body.page-template-page_resources-php .list-wrapper .author + .tool-type {
  margin-top: -20px;
}
body.page-template-page_resources-topics-php .list-wrapper .focus,
body.page-template-page_resources-php .list-wrapper .focus {
  display: flex;
  justify-content: flex-end;
}
body.page-template-page_resources-topics-php .list-wrapper .text p,
body.page-template-page_resources-php .list-wrapper .text p {
  margin-bottom: 20px;
}
body.page-template-page_resources-topics-php .sticky-wrapper + .list-wrapper,
body.page-template-page_resources-php .sticky-wrapper + .list-wrapper {
  padding-top: 60px;
}
body.page-template-page_resources-topics-php .not-found,
body.page-template-page_resources-php .not-found {
  margin-left: 15px;
}
body.page-template-page_resources-topics-php .not-found h3,
body.page-template-page_resources-php .not-found h3 {
  margin-top: 0;
}
body.page-template-page_resources-topics-php .row.spinner-row,
body.page-template-page_resources-php .row.spinner-row {
  display: none;
  height: 3rem;
  margin-bottom: 3rem;
  margin-top: 0;
  width: 100%;
}
body.page-template-page_resources-topics-php .row.spinner-row.visible,
body.page-template-page_resources-php .row.spinner-row.visible {
  display: block;
}
body.page-template-page_resources-topics-php .row.spinner-row .icon-spinner-circle,
body.page-template-page_resources-php .row.spinner-row .icon-spinner-circle {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='320' height='320'%3E%3Cg%3E%3Cline id='line' x1='15' y1='160' x2='65' y2='160' stroke='%23111' stroke-width='30' style='stroke-linecap:round'/%3E%3Cuse xlink:href='%23line' transform='rotate(30,160,160)' style='opacity:.0833'/%3E%3Cuse xlink:href='%23line' transform='rotate(60,160,160)' style='opacity:.166'/%3E%3Cuse xlink:href='%23line' transform='rotate(90,160,160)' style='opacity:.25'/%3E%3Cuse xlink:href='%23line' transform='rotate(120,160,160)' style='opacity:.3333'/%3E%3Cuse xlink:href='%23line' transform='rotate(150,160,160)' style='opacity:.4166'/%3E%3Cuse xlink:href='%23line' transform='rotate(180,160,160)' style='opacity:.5'/%3E%3Cuse xlink:href='%23line' transform='rotate(210,160,160)' style='opacity:.5833'/%3E%3Cuse xlink:href='%23line' transform='rotate(240,160,160)' style='opacity:.6666'/%3E%3Cuse xlink:href='%23line' transform='rotate(270,160,160)' style='opacity:.75'/%3E%3Cuse xlink:href='%23line' transform='rotate(300,160,160)' style='opacity:.8333'/%3E%3Cuse xlink:href='%23line' transform='rotate(330,160,160)' style='opacity:.9166'/%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' begin='0s' dur='1s' repeatCount='indefinite' calcMode='discrete' keyTimes='0;.0833;.166;.25;.3333;.4166;.5;.5833;.6666;.75;.8333;.9166;1' values='0,160,160;30,160,160;60,160,160;90,160,160;120,160,160;150,160,160;180,160,160;210,160,160;240,160,160;270,160,160;300,160,160;330,160,160;360,160,160'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  height: 2rem;
  margin: 0 auto;
  width: 2rem;
}

body.page-template-page_resources-php .callout-wrapper {
  border: 2px solid whitesmoke;
}
body.page-template-page_resources-php .section-intro + article .block-inner.text-inner,
body.page-template-page_resources-php .section-intro + article .detail-list-block .detail-list-intro-inner,
body.page-template-page_resources-php .section-intro + article .promo-style-justify.has-image .promo-inner {
  padding-left: 15px;
}
body.page-template-page_resources-php .section-intro + article .detail-list-items-inner {
  padding-left: 0;
}
body.page-template-page_resources-php .section-intro + article .feature-block .feature-text {
  margin-left: 0;
}

.pagination-row {
  margin-top: 2rem;
}
.pagination-row .btn {
  background-color: #3296fa;
  color: #fff;
  line-height: 1;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sofia Pro Bold", "sofia-pro", Avenir, Arial, sans-serif;
  font-weight: bold;
  margin-left: 1rem;
  text-decoration: none;
}
.pagination-row .btn:hover {
  background-color: #0563c1;
}

body.single-resource .entry-content h1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
body.single-resource .entry-content p {
  max-width: none;
}
body.single-resource .entry-content .meta-data {
  margin-bottom: 40px;
}
body.single-resource .entry-content .topic {
  margin-bottom: 40px;
}
body.single-resource .entry-content .pdfemb-viewer {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.single-resource .entry-content .taxonomies {
  font-style: italic;
}
body.single-resource .entry-content .taxonomies .tags {
  margin-top: 5px;
}
body.single-resource .entry-content .related-resources {
  border-top: 2px solid whitesmoke;
  margin-top: 80px;
  margin-bottom: 0;
}
body.single-resource .entry-content .related-resources h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
body.single-resource .entry-content .related-resources h3 {
  color: #323232;
  font-size: 1.17em;
  margin-bottom: 0;
  margin-top: 0;
}
body.single-resource .entry-content .related-resources a {
  background-color: #fff;
  height: 100%;
}
body.single-resource .entry-content .related-resources a .callout-wrapper {
  height: 100%;
  padding: 20px;
}
body.single-resource .entry-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
body.single-resource .entry-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-resource .entry-content .audio-wrapper {
  width: 100%;
}
body.single-resource .entry-content .audio-wrapper iframe {
  width: 100%;
}
body.single-resource .entry-content .code-wrapper {
  width: 100%;
}
body.single-resource .entry-content .code-wrapper > div,
body.single-resource .entry-content .code-wrapper iframe {
  max-width: 100%;
}

.prettydropdown {
  position: relative;
  min-width: 0 !important;
  display: inline-block;
  margin-top: 10px;
}

.prettydropdown.loading {
  min-width: 0;
}

.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a9a9a9;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font: normal 18px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  z-index: 1;
}

.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}

.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #7f7f7f;
}

.prettydropdown:not(.disabled) > ul.active {
  width: auto;
  max-height: none !important;
  border-color: #3296fa;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}

.prettydropdown > ul.active:focus {
  outline: none;
}

.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}

.prettydropdown > ul > li {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  height: 48px; /* 50px - borders */
  justify-content: space-between;
  line-height: 1.3 !important;
  margin: 0;
  min-width: 70px;
  padding-left: 0.8rem;
  padding-right: 1.5rem;
  position: relative;
  max-width: 100% !important;
}

.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}

.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden; /* Prevent FOUC */
}

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
  display: flex;
  align-items: center;
}

.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  background: #3296fa;
  color: #fff;
}

.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important;
}

.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}

.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
  border-top-color: #3296fa !important;
}

.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 8px solid transparent; /* Arrow size */
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
}

.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}

.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #323232; /* Arrow color */
}

.prettydropdown.arrow > ul > li.selected:after {
  top: 4px; /* Chevron thickness */
  border-top-color: #fff; /* Match background colour */
}

.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px; /* Chevron thickness */
}

.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}

.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f;
}

.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}

.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: -0.8rem;
}

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}

.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
  border-top: none;
}

.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
  display: flex;
  align-items: center;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3;
}

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede;
}

:root {
  --green: #00b464;
  --navy: #19324b;
  --midblue: #3296fa;
  --blue: #0563c1;
  --gold: #ffbe14;
  --red:#ff5a4b;
  --orange:#fa8c2d;
  --teal: #00aa96;
  --green: #00b
  464;
  --darkgray: #666666;
}

/* Logo */
.site-title a {
  display: block;
  text-indent: -9999999px;
  overflow: hidden;
  width: 300px;
  background-image: url(/wp-content/themes/kbr/images/kbr-logo.png);
  background-position: center 45%;
}

@media screen and (min-width: 700px) {
  .site-title a, .site-title a:hover {
    width: 300px;
    background-image: url(/wp-content/themes/kbr/images/kbr-logo.png);
    background-position: center 45%;
  }
}
/* Remove overlay on home page hero image */
.home .hero-image:before {
  background: none;
}

@media screen and (min-width: 700px) {
  .home .hero-image:before {
    background: none;
  }
}
/* Padding for blocks */
.padding-top-5 {
  padding-top: 5%;
}

/* No results found in Search and Filter */
.text-block .no-results h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}

.hide {
  display: none;
}

.sum-row td {
  font-weight: bold;
  border-top: 6px solid #f7f7f7;
  border-bottom: none;
}

.section-row td {
  padding-top: 60px;
}

td.right-aligned,
th.right-aligned {
  text-align: right;
}

.as-th td {
  font-weight: bold;
  padding-top: 60px;
  border-bottom: 6px solid #f7f7f7;
}

.more-room-below td {
  padding-bottom: 60px;
}

.more-room-above td {
  padding-top: 60px;
}

.footer-social-links .social-linkedin:after {
  content: "in";
  font-weight: bold;
  color: #19324b;
  background: white;
  padding: 3px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  letter-spacing: -0.03em;
}

.footer-social-links .social-youtube:after {
  content: "\f236";
  font-family: "dashicons";
}

.single-post .entry-body-inner > .post-thumbnail {
  width: 100%;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  top: 1px;
  font-family: "Genericons";
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook > a.entry-thumbnail-link:before {
  content: "";
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook > a.entry-thumbnail-link {
  top: 0;
  padding: 0;
}

.no-padding-top {
  padding-top: 0px !important;
}

/* Responsive tabs */
/* Advisory Council Portal page 
.entry-content #tab_container_201911166  ul {
    padding-left: 0px !important;
}
*/
.entry-content #tab-content_201911166 ul {
  padding-left: 20px !important;
}

.entry-content ul {
  padding-left: 0px !important;
}

.entry-content-inner ul {
  padding-left: 20px !important;
}

@media screen and (min-width: 700px) {
  .entry-content #tab_container_201911166 p, .entry-content h1, .entry-content #tab_container_201911166 h2, .entry-content #tab_container_201911166 h3, .entry-content #tab_container_201911166 h4, .entry-content #tab_container_201911166 h5, .entry-content #tab_container_201911166 h6, .entry-content #tab_container_201911166 ul, .entry-content ol, .entry-content #tab_container_201911166 dl, .entry-content #tab_container_201911166 blockquote {
    max-width: none !important;
  }
}
/* CSS in Tabs Responsive plugin  controls the font for the tabs
#tab_container_201911166 .tab-content {

}
*/
/* Tabby tabs */
.responsive-tabs .responsive-tabs__panel p {
  margin-bottom: 0px;
}

.responsive-tabs .responsive-tabs__list__item {
  margin-right: 8px !important;
  line-height: 1.42857143 !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 0px 0px 0 0 !important;
  background-color: #e8e8e8 !important;
  color: #000000 !important;
  padding: 15px 18px 15px 18px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  text-align: center !important;
  font-family: "Open Sans" !important;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
  background: white !important;
  margin-top: 1px !important;
}

.responsive-tabs .responsive-tabs__list__item {
  font-family: "Sofia Pro", "sofia-pro", Avenir, Arial, sans-serif !important;
}

/* Banner header on Fundraising Opportunities page */
.page-id-2017688 .home-banner .section-intro-inner {
  padding-left: 0px !important;
}

.page-id-2017688 .text-block .home-banner h3 {
  margin-top: 0px !important;
}

/*
@media screen and (min-width: 1200px)
.section-intro-inner {
    padding-left: 220px;

*/
/* About the Trust, How We Work */
.page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(1) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(1) .headline {
  color: #ff5a4b;
}

.page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(2) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(2) .headline {
  color: #fa8c2d;
}

.page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(3) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(3) .headline {
  color: #00b464;
}

.page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(4) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(4) .headline {
  color: #00aa96;
}

.page-id-201911798 .detail-list.detail-list-style-callout {
  padding-top: 60px;
}

/* Grantmaking page, Our Grantmaking Strategies section */
.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(1) .headline {
  color: #0064c8;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(2) .headline {
  color: #3296fa;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(3) .headline {
  color: #00b464;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(4) .headline {
  color: #00aa96;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(5) .headline {
  color: #ffbe14;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(6) .headline {
  color: #fa8c2d;
}

.page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(7) .headline {
  color: #ff5a4b;
}

/* How We Work page, Our Vision section */
.page-id-201911791 #vision {
  padding-top: 20px;
}

/* Staff and Leadership page, https://kbr.local/about/staff-and-leadership/ */
@media screen and (min-width: 700px) {
  .page-id-2017886 .directory-intro-inner {
    max-width: 860px;
  }
}
/* Update blocks so they are left aligned */
/* Feature block */
.feature-block .feature-text {
  margin-left: 100px;
}

.home .feature-block .feature-text {
  margin-left: 0px !important;
}

@media screen and (max-width: 1200px) {
  .feature-block .feature-text {
    margin-left: 0px;
  }
}
/* Promo block */
@media screen and (max-width: 1200px) {
  .promo-block .promo-wrapper {
    margin-left: 0px;
  }
}
/* Detail list block */
@media screen and (min-width: 1200px) {
  .detail-list-intro-inner {
    padding-left: 120px;
  }
  .detail-list-items-inner {
    padding-left: 100px;
  }
  .detail-list-style-callout .detail-list-intro-inner {
    padding-left: 220px;
  }
  .detail-list-style-callout .detail-list-items-inner {
    padding-left: 200px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  .detail-list-style-default .detail-list-intro .block-inner {
    padding-left: 0px;
  }
  .detail-list-style-default .detail-list-items-inner .detail-list-item {
    padding-left: 0px;
  }
}
/* Related content block */
@media screen and (min-width: 1200px) {
  .related-content-intro-inner {
    padding-left: 120px;
  }
  .related-content-thumbnail-list-inner {
    padding-left: 100px;
  }
  .section-intro-inner {
    padding-left: 120px;
  }
  .related-content-cta-inner {
    padding-left: 120px;
  }
  /* Listing of recent grants */
  .entry-thumbnail.grant-thumbnail {
    margin-left: 100px;
  }
}
/* Text block */
@media screen and (min-width: 1200px) {
  .entry-content {
    margin-left: 100px;
  }
  .text-inner {
    padding-left: 120px;
  }
}
/* Fix for individual people pages */
@media screen and (min-width: 1200px) {
  .kbr_person .entry-content {
    margin-left: 200px;
  }
}
/* Fix for posts */
@media screen and (min-width: 1200px) {
  .single-post .entry-content {
    margin-left: 200px;
  }
}
/* Block exceptions */
/* Grants */
@media screen and (min-width: 1200px) {
  #post-201911986 .page-header-inner {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  #post-201911986 .feature-block .feature-text {
    margin-left: 100px !important;
  }
}
/* Funding opportunities */
@media screen and (min-width: 1200px) {
  .page-id-2017688 .page-header-inner {
    padding-left: 120px !important;
  }
}
/* Funding opportunities full page descriptions */
@media screen and (min-width: 1200px) {
  .no-padding .section-intro-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
#video-message-promo-block .promo-text, #video-message-promo-block .block-image {
    background-color: #3296fa;
}

#promo-video-detail-list .inner {
    background-color: #3296fa;
}

#promo-video-detail-list .block-cta {
	display:none;
}

#promo-video-detail-list .block-cta.button span {
    background-color: #0563C4;
}

#promo-video-detail-list .detail-list-item-content {
    font-size: 1.125rem;
    line-height: 1.38889;
	color:white;
	}
@media screen and (min-width: 1200px) {
#promo-video-detail-list .detail-list-items-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
	}
@media screen and (min-width: 700px) and (max-width: 1200px) {
#promo-video-detail-list.detail-list-style-default  .detail-list-items-inner .detail-list-item {
    padding-left: 50px;
}
	}

#promo-video-detail-list.detail-list {
	padding-top:0px;
}

@media screen and (min-width: 1200px) {
#promo-video-detail-list.detail-list {
     padding-top: 0px; 
}
}

#video-promo .callout-wrapper {
	background-color: #3296fa;
	color:white !important;
}
@media screen and (min-width: 1200px) {
#video-promo.callout {
    padding-top: 0px;
}
}
#video-promo .block-title,
#video-promo .block-headline, 
#video-promo .block-content {
	color:white;
}
*/
/* Text block on https://kbr.local/what-we-do/ and https://kbr.local/what-we-do-2/ */
.page-id-201912857 .text-block .block-title, .page-id-201912857 .text-block .block-headline {
  margin-top: 0px;
}

.page-id-174 .text-block .block-title, .page-id-174 .text-block .block-headline {
  margin-top: 0px;
}

.page-id-201912857 .text-block, .page-id-174 .text-block {
  margin-bottom: 20px;
}

/* New Twitter logo in footer */
.footer-social-links .social-twitter:after {
  content: "𝕏";
  top: 0em;
}

/* Newsletter link in footer */
.footer-newsletter-intro a {
  color: white;
  text-decoration: none;
}

.footer-newsletter-intro a:hover {
  text-decoration: underline;
}

.footer-newsletter-intro {
  text-align: right;
}

@media screen and (max-width: 699px) {
  .footer-newsletter-intro {
    text-align: left;
  }
}
/****** Design updates 2024.03 *****/
/* Menu */
.main-navigation a, .main-navigation .sub-menu ul a {
  color: #646464;
}

@media screen and (min-width: 1200px) {
  .main-navigation a {
    color: #646464;
  }
}
/* Footer */
.tertiary-footer {
  color: #bac2c9;
}

.footer-newsletter-intro a:after {
  content: "\f345";
  display: inline-block;
  margin-left: 5px;
  font-family: "dashicons";
  font-weight: normal;
  line-height: 50%;
  position: relative;
  top: 0.15em;
}

/* Increase button and link text sizes */
.block-cta a, .block-cta.button a, .nested-promo-block .promo-cta a, .searchandfilter input[type=submit], .post-navigation a, .posts-navigation a {
  font-size: 1.2rem;
}

/* Program areas */
.program-areas-feature:nth-child(2) .promo-title, .program-areas-feature:nth-child(2) .promo-headline, .program-areas-feature:nth-child(2) .promo-content, .program-areas-feature:nth-child(2) .promo-cta.button a {
  color: black;
}

.program-areas-feature:nth-child(2) .promo-cta.button a {
  border: 2px solid #000;
  background-color: transparent;
}

/** Headlines on white background */
.home-intro-how-we-work .section-intro-headline {
  color: var(--red);
}

.home-intro-program-areas .section-intro-headline {
  color: var(--blue);
}

.theme-teal .section-intro-headline, .theme-gold .section-intro-headline, .theme-green .section-intro-headline, .theme-orange .section-intro-headline {
  color: var(--midblue);
}

.single .site-main > .hentry .entry-title, .blog .page-title, body.page-template-page_resources-topics-php .page-header .page-header-inner .page-title, body.page-template-page_resources-php .page-header .page-header-inner .page-title, .theme-blue .page-header-title, .theme-teal .page-header-title, .theme-green .page-header-title, .theme-orange .page-header-title, .theme-red .page-header-title, .theme-blue .page-header-headline, .theme-teal .page-header-headline, .theme-green .page-header-headline, .theme-orange .page-header-headline, .theme-red .page-header-headline, .theme-blue .page-header-subhead, .theme-teal .page-header-subhead, .theme-green .page-header-subhead, .theme-orange .page-header-subhead, .theme-red .page-header-subhead, .theme-blue .page-header-content, .theme-teal .page-header-content, .theme-green .page-header-content, .theme-orange .page-header-content, .theme-red .page-header-content {
  color: #000;
}

.page-title {
  color: var(--navy);
}

/* Headlines on color background */
.theme-gold .page-header-title, .theme-gold .page-header-headline, .theme-gold .page-header-subhead, .theme-gold .page-header-content {
  color: black;
}

/* Darken gray headlines */
.block-title, .block-headline, body.page-template-page_resources-topics-php .section-intro-content h2, body.page-template-page_resources-topics-php .text-footnote h2, body.page-template-page_resources-php .section-intro-content h2, body.page-template-page_resources-php .text-footnote h2, .entry-thumbnail-meta a, .entry-details, .entry-details .label, .entry-content h2, .entry-content .as-h2, .entry-thumbnail-meta, .searchandfilter h4 {
  color: var(--darkgray);
}

.block-headline.hero-headline, .block-headline.promo-headline {
  color: white;
}

.health-improvement-program-area .promo-title, .health-improvement-program-area .promo-headline, .health-improvement-program-area .promo-content {
  color: #323232;
}

/* Make colors consistent on https://kbr.local/how-we-work/, https://kbr.local/grantmaking/ */
.page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(1) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(1) .headline, .page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(2) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(2) .headline, .page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(3) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(3) .headline, .page-id-201911798 .detail-list-style-callout .detail-list-item:nth-child(4) .headline, .page-id-201911791 .detail-list-style-callout .detail-list-item:nth-child(4) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(2) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(3) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(4) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(5) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(6) .headline, .page-id-201911792 .detail-list-style-callout .detail-list-item:nth-child(7) .headline, .block.activating-systems-change-detail-list .detail-list-item:nth-child(1) .headline span, .block.activating-systems-change-detail-list .detail-list-item:nth-child(2) .headline span, .types-of-grants .detail-list-item:first-child .detail-list-item-headline, .types-of-grants .detail-list-item:last-child .detail-list-item-headline {
  color: var(--blue);
}

/* 3 column cards, and What's New on homepage */
@media screen and (min-width: 1200px) {
  .home-intro-news-thumbnails-inner {
    padding-left: 100px;
  }
}
/* Changing vertical spacing */
@media screen and (min-width: 700px) {
  .section-intro-inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .feature, .detail-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .related-content {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.block-title {
  margin-bottom: 15px;
}

/* Changing horizontal spacing */
@media screen and (min-width: 1200px) {
  .page-header-inner {
    padding-left: 20px;
  }
  /* Funding Opportunities page */
  .page-id-2017688 .page-header-inner {
    padding-left: 0px;
  }
}
/* Remove outdated hover states; add hairline to separate them. News pages and /data-resource-library-home */
@media screen and (min-width: 1200px) {
  .entry-thumbnail {
    border-bottom: 1px solid #d7d7d7;
  }
  .entry-thumbnail:hover, .callout-block-link:hover {
    background-color: white;
    box-shadow: none;
  }
  .home-intro-news-thumbnails .entry-thumbnail {
    border-bottom: none;
  }
  .home-intro-news-thumbnails .entry-thumbnail:hover {
    background-color: transparent;
  }
}
/* Replace nested promo blocks with promo and feature blocks on /what-we-do/ */
.local-impact-program-area .promo-title, .local-impact-program-area .promo-headline, .local-impact-program-area .promo-content {
  color: black;
}

.health-improvement-program-area .block-cta.button a, .local-impact-program-area .block-cta.button a {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.health-improvement-program-area .block-cta.button a:hover, .local-impact-program-area .block-cta.button a:hover {
  background-color: white;
  border: 1px solid white;
  color: black;
}

.health-improvement-program-area {
  margin-bottom: 0px;
}

.local-impact-program-area {
  margin-bottom: 0px;
  margin-top: 60px;
}

/* Remove min width on page title subheads */
@media screen and (min-width: 700px) {
  .page-header-subhead {
    max-width: none;
  }
}
/* Text alignment cleanup nightmare */
.block.feature.subtle-bg {
  margin-left: 0px;
  margin-right: 0px;
}

/* Data resource library */
@media screen and (min-width: 700px) {
  body.page-template-page_resources-topics-php .section-intro-inner, body.page-template-page_resources-php .section-intro-inner, body.page-template-page_resources-topics-php .thumbnail-list, body.page-template-page_resources-php .thumbnail-list {
    padding-left: 100px;
  }
}
/* Home page */
.block.feature.program-areas-feature {
  margin-left: 0px;
  margin-right: 0px;
}

/* Grants */
.posts-navigation {
  padding-top: 20px;
}

.padding-50-top {
  padding-top: 50px;
}

/*
.feature-text {
	max-width:none;
} 
.content.block-content.feature-content {
	padding-right:100px;
}
*/
@media screen and (max-width: 699px) {
  .section-intro-inner {
    padding-top: 20px;
  }
  /*
  		.block.feature, .block-callout {
  	margin-left:0px;
  	margin-right:0px;
  }
  	*/
  /* funding opportunities*/
  body.page-id-2017688 .sidebar-filter {
    padding-top: 0px;
  }
  body.page-id-2017688 h3.search-funding {
    margin-top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .feature-image {
    max-width: 420px;
  }
  .block.feature, .block-callout {
    margin-left: 80px;
    margin-right: 100px;
  }
  .block.feature.subtle-bg {
    padding-left: 80px;
    padding-right: 100px;
  }
  .section-intro-headline, .section-intro-content, .detail-list-intro-content, .detail-list-intro-title, .detail-list-intro-headline, .detail-list-intro-subhead, .detail-list-intro-content, .one-col .detail-list-item, .feature-text, .content.block-content.feature-content {
    max-width: 1000px;
  }
  /* Promo wrapper on home page */
  .promo-style-offset.has-image.promo-align-right .promo-text {
    right: -50px;
  }
  /* Recent grants title */
  .post-type-archive-kbr_grant .feature-block .feature-text {
    margin-left: -75px;
  }
  .section-intro-subhead {
    max-width: inherit;
  }
  /* Data resource library */
  body.page-template-page_resources-topics-php .page-header .page-header-inner {
    padding-left: 15px !important;
  }
  /* Detail list block */
  .detail-list {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-align-left .feature-image {
    margin-right: 80px;
  }
  .feature-align-right .feature-text {
    margin-right: 80px;
  }
  /* Funding opportunities */
  .page-id-2017688 .page-header-inner {
    padding-left: 20px !important;
  }
  .home-intro-program-areas .section-intro-headline {
    max-width: 700px;
  }
  /* home page */
  .promo-style-offset.has-image .promo-image {
    margin-left: 10px;
  }
  .home-intro-grants .inner.promo-inner {
    max-width: 1100px;
  }
  .home-intro-grants .block-inner {
    padding-right: 0px;
  }
  .home-intro-grants .promo-style-justify.has-image .promo-inner {
    padding-left: 70px;
  }
  /* Recent Grants title */
  .post-type-archive-kbr_grant .feature-block .feature-text {
    margin-left: -20px;
  }
  .home-intro-news-cta-inner {
    padding-left: 120px;
  }
  /* Detail list block */
  .detail-list {
    padding-left: 80px;
  }
  .detail-list-style-callout .detail-list-items-inner, .detail-list-style-callout .detail-list-inner {
    padding-left: 40px;
    max-width: 1000px;
  }
  .detail-list-style-callout .detail-list-inner:before {
    left: 20px;
  }
  .detail-list-style-callout .detail-list-intro-inner {
    padding-left: 60px;
  }
  .two-col .detail-list-item {
    max-width: 390px;
  }
  .detail-list-intro-content p {
    padding-right: 60px;
  }
  /* end Detail List block */
  /* Callout block */
  .callout-inner {
    padding-left: 20px;
  }
  .inner.callout-inner {
    max-width: 1030px;
  }
  /* end Callout block */
  /* Promo block */
  .inner.promo-inner {
    max-width: 1040px;
  }
  .no-image .promo-wrapper {
    margin-left: 10px;
  }
  .promo-style-justify.has-image .promo-inner {
    padding-left: 30px;
  }
  /* end Promo block */
  /* Intro block */
  .section-intro-block .section-intro-inner {
    padding-left: 110px;
  }
  /* end Intro block */
}
/* Fix left and right image alignment issues. Health Improvement in NC and other pages */
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  .feature-align-left .feature-text, .feature-align-right .feature-text {
    max-width: 420px;
  }
  .feature-image {
    max-width: 410px;
  }
  .feature-image + .feature-text .feature-headline {
    padding-top: 0px;
  }
  .feature-align-right.feature-block .feature-text {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1379px) {
  .feature-align-left .feature-text, .feature-align-right .feature-text {
    max-width: 420px;
  }
  .feature-image {
    max-width: 440px;
  }
  .feature-image + .feature-text .feature-headline {
    padding-top: 0px;
  }
  .feature-align-right.feature-block .feature-text {
    margin-left: 0px;
  }
}
/*
@media screen and (min-width: 700px) {


.feature-text, .feature-align-left .feature-image {
	padding-left:100px;
}
.feature-block .feature-text {
     margin-left: 0px; 
}


*/
/* Misc. cleanup items 
@media screen and (min-width: 1200px) {
.home-intro-program-areas .section-intro-headline {
    max-width: 700px;
}
	.section-intro-headline {
    max-width: 900px;
}
}
*/