/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/webfonts/lato-v24-latin-regular.woff2') format('woff2');
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/webfonts/lato-v24-latin-700.woff2') format('woff2');
}
/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #333;
}
html {
  font-size: 16px;
  line-height: 1.4;
}
.sizer:after {
  content: "";
  display: table;
  clear: both;
}
h1,
h2,
h3 {
  color: #25408f;
  text-wrap: balance;
}
h1 {
  text-transform: uppercase;
}
h3 {
  font-size: 1.2rem;
}
h4,
h5,
h6 {
  color: #000;
}
.hp-leadin-title {
  font-size: 1.25rem;
  color: #333;
}
a {
  color: #3366cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.black,
button.black,
a.button.black {
  color: #000;
}
.white,
button.white,
a.button.white {
  color: #fff;
}
.blue,
button.blue,
a.button.blue {
  color: #069;
}
.dark-blue,
button.dark-blue,
a.button.dark-blue {
  color: #236d92;
}
.darker-blue,
button.darker-blue,
a.button.darker-blue {
  color: #00539b;
}
.light-blue,
button.light-blue,
a.button.light-blue {
  color: #3cf;
}
.red,
button.red,
a.button.red {
  color: #cb2027;
}
.orange,
button.orange,
a.button.orange {
  color: #ffcc00;
}
.yellow,
button.yellow,
a.button.yellow {
  color: #ffcd36;
}
.olive-green,
button.olive-green,
a.button.olive-green {
  color: #aec656;
}
.bright-green,
button.bright-green,
a.button.bright-green {
  color: #28e515;
}
.pink,
button.pink,
a.button.pink {
  color: #ff0084;
}
.purple,
button.purple,
a.button.purple {
  color: #b600ff;
}
.custom-gray,
button.custom-gray,
a.button.custom-gray {
  color: #d0e8f6;
}
.bg-black,
button.bg-black,
a.button.bg-black {
  background-color: #000;
}
.bg-white,
button.bg-white,
a.button.bg-white {
  background-color: #fff;
}
.bg-blue,
button.bg-blue,
a.button.bg-blue {
  background-color: #069;
}
.bg-dark-blue,
button.bg-dark-blue,
a.button.bg-dark-blue {
  background-color: #236d92;
}
.bg-darker-blue,
button.bg-darker-blue,
a.button.bg-darker-blue {
  background-color: #00539b;
}
.bg-light-blue,
button.bg-light-blue,
a.button.bg-light-blue {
  background-color: #3cf;
}
.bg-red,
button.bg-red,
a.button.bg-red {
  background-color: #cb2027;
}
.bg-orange,
button.bg-orange,
a.button.bg-orange {
  background-color: #ffcc00;
}
.bg-yellow,
button.bg-yellow,
a.button.bg-yellow {
  background-color: #ffcd36;
}
.bg-olive-green,
button.bg-olive-green,
a.button.bg-olive-green {
  background-color: #aec656;
}
.bg-bright-green,
button.bg-bright-green,
a.button.bg-bright-green {
  background-color: #28e515;
}
.bg-pink,
button.bg-pink,
a.button.bg-pink {
  background-color: #ff0084;
}
.bg-purple,
button.bg-purple,
a.button.bg-purple {
  background-color: #b600ff;
}
.bg-custom-gray,
button.bg-custom-gray,
a.button.bg-custom-gray {
  background-color: #d0e8f6;
}
.h1 {
  font-size: 2rem;
  font-weight: bold;
}
.h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
h1 span a,
h2 span a,
h3 span a,
h4 span a,
h5 span a,
h6 span a {
  color: #3366cc;
}
button,
a.button {
  background-color: #00539b;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
body.is-form #content button[type="submit"],
body.is-form #content a.button {
  height: auto;
  padding: 10px 20px;
  font-size: 18px;
}
blockquote {
  margin: 0 20px;
}
.callout {
  font-size: 17px;
  padding: 10px;
  background: #d9edf8;
  margin-bottom: 22.4px;
}
.callout:after {
  content: "";
  display: table;
  clear: both;
}
.callout :last-child {
  margin-bottom: 0;
}
.centered {
  text-align: center;
}
span.centered {
  display: block;
}
.block-grid.centered .listed-item .img img {
  margin: 0 auto;
}
.listed-item h3.title {
  text-transform: uppercase;
}
.pt-wrapper .email a {
  background: #c1272d;
  color: #fff;
  border-radius: 3px;
}
.pt-wrapper .print a {
  background: #606060;
  color: #fff;
  border-radius: 3px;
}
.pt-wrapper .fa,
.pt-wrapper .fa-solid,
.pt-wrapper .fa-brands {
  color: #fff !important;
}
.pt-wrapper.pt-bottom .email a,
.pt-wrapper.pt-bottom .print a {
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.pt-wrapper.pt-top .email a,
.pt-wrapper.pt-top .print a {
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}
.blog-post-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
p.tags {
  font-size: 14px;
}
#content .img.align-right,
#content .img.align-left {
  max-width: 50%;
}
p.back-to {
  text-align: center;
  clear: both;
}
.contrib-info {
  margin-bottom: 1.5rem;
}
.contrib-info .bio {
  font-style: italic;
}
.contrib-info .img {
  margin-bottom: 0.5em;
}
#content .contrib-info {
  padding-top: 1.5rem;
  border-top: 1px solid #c0c0c0;
}
#content .contrib-info h2 {
  font-size: 18px;
}
#sidebar .contrib-info {
  background: #d9edf8;
  padding: 10px 15px;
  font-size: 13px;
}
#sidebar .contrib-info .img {
  max-width: 50%;
}
.accordion .accordion-tab {
  background: #236d92;
  color: #fff;
}
.captcha-wrapper {
  margin-bottom: 0.75rem;
}
form#contribution-form div.label-amount div.label-wrapper div.label {
  width: auto;
  float: none;
}
/***** PAGINATION *****/
.pagination ul li {
  height: 30px;
  line-height: 30px;
}
.pagination ul li span,
.pagination ul li a {
  padding: 0;
}
.pagination ul li.page-num {
  padding: 0 5px;
  width: auto;
  white-space: nowrap;
}
.pagination ul li.page-num:hover {
  background: none;
}
/***** SIMPLE SHARE LINKS *****/
.share-wrapper-simple {
  margin-bottom: 1rem;
}
.share-wrapper-simple ul {
  margin: 0;
  list-style: none;
}
.share-wrapper-simple ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.share-wrapper-simple ul li.share-print,
.share-wrapper-simple ul li.share-email {
  background: #a0a0a0;
}
.share-wrapper-simple ul li.share-fb {
  background: #3b5998;
}
.share-wrapper-simple ul li.share-tw {
  background: #00aced;
}
.share-wrapper-simple ul li.share-pin {
  background: #cb2027;
}
.share-wrapper-simple ul li.share-wa {
  background: #25d366;
}
.share-wrapper-simple ul li a {
  display: block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.share-wrapper-simple.sw-bottom ul li a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  iframe {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .block-grid-sm:after {
    content: "";
    display: table;
    clear: both;
  }
  .block-grid-sm > div {
    float: left;
  }
  .block-grid-sm > div:nth-of-type(n) {
    clear: none !important;
  }
  .block-grid-sm.two-up-sm > div {
    margin-right: 6%;
    width: 47%;
  }
  .block-grid-sm.two-up-sm > div:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.two-up-sm > div:nth-of-type(2n+1) {
    clear: left !important;
  }
  .block-grid-sm.three-up-sm > div {
    margin-right: 4.25%;
    width: 30.5%;
  }
  .block-grid-sm.three-up-sm > div:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.three-up-sm > div:nth-of-type(3n+1) {
    clear: left !important;
  }
  .block-grid-sm.four-up-sm > div {
    margin-right: 3.3333%;
    width: 22.5%;
  }
  .block-grid-sm.four-up-sm > div:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.four-up-sm > div:nth-of-type(4n+1) {
    clear: left !important;
  }
  .block-grid-sm.five-up-sm > div {
    margin-right: 2.5%;
    width: 18%;
  }
  .block-grid-sm.five-up-sm > div:nth-of-type(5n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.five-up-sm > div:nth-of-type(5n+1) {
    clear: left !important;
  }
  .block-grid-sm.six-up-sm > div {
    margin-right: 2%;
    width: 15%;
  }
  .block-grid-sm.six-up-sm > div:nth-of-type(6n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.six-up-sm > div:nth-of-type(6n+1) {
    clear: left !important;
  }
  .block-grid-sm.seven-up-sm > div {
    margin-right: 1.2857%;
    width: 13%;
  }
  .block-grid-sm.seven-up-sm > div:nth-of-type(7n) {
    margin-right: 0 !important;
  }
  .block-grid-sm.seven-up-sm > div:nth-of-type(7n+1) {
    clear: left !important;
  }
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
/***** STICKY TOP *****/
#sticky-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5000;
}
@media only screen and (min-width: 641px) {
  body {
    padding-top: 121px;
  }
  #sticky-top {
    height: 121px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    padding-top: 150px;
  }
  #sticky-top {
    height: 150px;
  }
}
/***** TOP BAR *****/
#top-bar {
  height: 40px;
  background: #25408f;
}
#top-bar .sizer {
  padding: 8px 0;
}
#top-bar .g-translate {
  float: left;
}
#top-bar #google_translate_element {
  height: 30px;
  overflow: hidden;
  margin-top: -5px;
}
#top-bar #google_translate_element .goog-te-gadget,
#top-bar #google_translate_element .goog-te-combo {
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 3px;
}
#top-bar .signup-link {
  float: right;
  margin-right: 20px;
}
#top-bar .signup-link h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  font-weight: bold;
}
#top-bar .signup-link a {
  color: #fff;
  font-weight: normal;
}
#top-bar .search {
  float: right;
  margin: 0 16px 0 0;
}
#top-bar .search form {
  height: 24px;
  vertical-align: middle;
}
#top-bar .search form div.formrow {
  height: 24px;
  margin: 0;
  vertical-align: middle;
}
#top-bar .search form input#top-search {
  width: 200px;
  height: 24px;
  border: 0;
  padding: 0 5px;
}
#top-bar .search form input#top-search::placeholder {
  font-weight: bold;
}
#top-bar .search button {
  height: 24px;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
#top-bar .search a.button {
  background-color: #3cf;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
#top-bar .social {
  float: right;
  list-style: none;
  margin: 0 16px 0 0;
}
#top-bar .social li {
  display: inline-block;
  margin: 0 5px;
  line-height: 24px;
}
#top-bar .social .fa,
#top-bar .social .fa-solid,
#top-bar .social .fa-brands {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
#top-bar div.login {
  float: right;
  margin: 0 16px 0 0;
  color: #fff;
}
#top-bar div.login a {
  color: #fff;
  font-size: 14px;
}
#top-bar .more-menu {
  float: right;
  position: relative;
}
#top-bar .more-menu .sd-trigger {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
#top-bar .more-menu .sd-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  border: 1px solid #808080;
  background: #fff;
}
#top-bar .more-menu .sd-menu a {
  display: block;
  padding: 5px 10px;
  color: #236d92;
  white-space: nowrap;
}
@media only screen and (min-width: 641px) {
  #top-bar .more-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #top-bar .sizer {
    padding: 8px 10px;
  }
  #top-bar #google_translate_element .goog-te-gadget,
  #top-bar #google_translate_element .goog-te-combo {
    width: 100px;
  }
  #top-bar .social li:nth-of-type(1n + 4) {
    display: none;
  }
  #top-bar .signup-link {
    display: none;
  }
  #top-bar .login {
    display: none;
  }
}
/***** TOP BAR *****/
#top-bar-v2 {
  height: 40px;
  background: #25408f;
}
#top-bar-v2 .sizer {
  padding: 8px 0;
}
#top-bar-v2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-bar-v2 .group-1,
#top-bar-v2 .group-2 {
  display: flex;
  align-items: center;
}
#top-bar-v2 .group-1 > *:not(:last-child),
#top-bar-v2 .group-2 > *:not(:last-child) {
  margin-right: 1.5rem;
}
#top-bar-v2 #google_translate_element {
  height: 30px;
  overflow: hidden;
  margin-top: -5px;
}
#top-bar-v2 #google_translate_element .goog-te-gadget,
#top-bar-v2 #google_translate_element .goog-te-combo {
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 3px;
}
#top-bar-v2 .signup-link h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  font-weight: bold;
}
#top-bar-v2 .signup-link a {
  color: #fff;
  font-weight: normal;
}
#top-bar-v2 .search form {
  height: 24px;
  vertical-align: middle;
}
#top-bar-v2 .search form div.formrow {
  height: 24px;
  margin: 0;
  vertical-align: middle;
}
#top-bar-v2 .search form input#top-search {
  width: 200px;
  height: 24px;
  border: 0;
  padding: 0 5px;
}
#top-bar-v2 .search form input#top-search::placeholder {
  font-weight: bold;
}
#top-bar-v2 .search button {
  height: 24px;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
#top-bar-v2 .search a.button {
  background-color: #3cf;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
#top-bar-v2 .social {
  list-style: none;
  margin-bottom: 0;
}
#top-bar-v2 .social li {
  display: inline-block;
  margin: 0 5px;
  line-height: 24px;
}
#top-bar-v2 .social .fa,
#top-bar-v2 .social .fa-solid,
#top-bar-v2 .social .fa-brands {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
#top-bar-v2 div.login {
  color: #fff;
}
#top-bar-v2 div.login a {
  color: #fff;
  font-size: 14px;
}
#top-bar-v2 .more-menu {
  position: relative;
}
#top-bar-v2 .more-menu .sd-trigger {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
#top-bar-v2 .more-menu .sd-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  border: 1px solid #808080;
  background: #fff;
}
#top-bar-v2 .more-menu .sd-menu a {
  display: block;
  padding: 5px 10px;
  color: #236d92;
  white-space: nowrap;
}
@media only screen and (min-width: 641px) {
  #top-bar-v2 .more-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #top-bar-v2 .sizer {
    padding: 8px 10px;
  }
  #top-bar-v2 .group-1 > *:not(:last-child),
  #top-bar-v2 .group-2 > *:not(:last-child) {
    margin-right: 1rem;
  }
  #top-bar-v2 #google_translate_element .goog-te-gadget,
  #top-bar-v2 #google_translate_element .goog-te-combo {
    width: 100px;
  }
  #top-bar-v2 .social li:nth-of-type(1n + 4) {
    display: none;
  }
  #top-bar-v2 .signup-link {
    display: none;
  }
  #top-bar-v2 .login {
    display: none;
  }
}
/***** TOP *****/
@media only screen and (min-width: 641px) {
  #top {
    background: #fff;
  }
  #top .logo {
    padding: 10px 30px 10px 0;
    width: 230px;
    height: 81px;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  #top {
    background: #fff;
  }
  #top .mobile-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #top .mobile-wrapper .logo {
    padding-right: 10%;
  }
  #top .mobile-wrapper #menu-toggle {
    font-size: 24px;
    white-space: nowrap;
  }
  #top .mobile-wrapper #menu-toggle a {
    color: #236d92;
    text-decoration: none;
  }
  #top .mobile-wrapper #menu-toggle span {
    font-size: 80%;
    line-height: 24px;
  }
}
/***** TOPNAV *****/
@media only screen and (min-width: 641px) {
  #topnav {
    height: 81px;
    margin: 0 auto;
    width: 752px;
    float: left;
  }
  #topnav > ul {
    margin: 0;
    list-style: none;
    display: table;
    width: 752px;
  }
  #topnav > ul > li {
    margin: 0;
    position: relative;
    display: table-cell;
  }
  #topnav > ul > li > a {
    padding: 0 5px;
    display: block;
    color: #25408f;
    line-height: 81px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }
  #topnav > ul > li:hover {
    background-color: #3cf;
  }
  #topnav > ul > li:hover > a {
    color: #fff;
  }
  #topnav > ul > li.topnav7 {
    background-color: #ffcc00;
  }
  #topnav > ul > li.topnav7 > a {
    color: #fff;
  }
  #topnav .level2 {
    position: absolute;
    top: 81px;
    left: -999em;
    background: #ebeceb;
    z-index: 99999;
  }
  #topnav .level2 > ul {
    margin: 0;
    list-style: none;
  }
  #topnav .level2 > ul > li.header {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #topnav .level2 > ul > li > a {
    width: 200px;
    padding: 5px 10px;
    display: block;
    line-height: 1;
    color: #25408f;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
  }
  #topnav .level2 > ul > li:hover {
    background: #3cf;
  }
  #topnav .level2 > ul > li:hover a {
    color: #fff;
  }
  #topnav > ul > li:hover .level2 {
    left: 0;
    z-index: 99999;
  }
}
@media only screen and (max-width: 640px) {
  #topnav > ul {
    display: none;
    float: none;
    width: 100%;
  }
  #topnav > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #236d92;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px;
  }
  #topnav > ul > li > a i {
    display: none;
  }
  #topnav > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav .level2 {
    display: none;
  }
  #topnav .level2 > ul > li.header {
    background: #236d92;
    color: #fff;
    line-height: 1;
    padding: 8px 10px 8px 15px;
    border-top: 1px solid #fff;
    font-style: italic;
  }
  #topnav .level2 > ul > li > a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #236d92;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav ul ul ul {
    display: none;
  }
}
/***** HILITE *****/
@media only screen and (min-width: 641px) {
  #hilite {
    height: 114px;
    margin: 0 0 10px;
  }
  #hilite > .sizer {
    background: url(/images/hilite_bg_default.jpg) no-repeat;
    background-size: cover;
  }
  #hilite h2 {
    color: #fff;
    font-size: 51px;
    font-family: Cambria, Georgia, serif;
    font-weight: normal;
    line-height: 114px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 640px) {
  #hilite {
    display: none;
  }
}
/***** BREADCRUMBS *****/
#breadcrumbs {
  margin-bottom: 0;
}
#breadcrumbs .sizer {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
#breadcrumbs .sizer a {
  color: #33ccff;
}
@media only screen and (max-width: 640px) {
  #breadcrumbs .sizer {
    color: #236d92;
    border-top: 0;
  }
  #breadcrumbs .sizer a {
    color: #236d92;
  }
}
/***** MIDDLE *****/
@media only screen and (min-width: 641px) {
  #middle,
  body.events.is-form #middle {
    padding-bottom: 10px;
  }
  #middle #content,
  body.events.is-form #middle #content {
    width: 640px;
    margin-right: 22px;
    float: left;
  }
  #middle #sidebar,
  body.events.is-form #middle #sidebar {
    width: 320px;
    float: left;
  }
  body.is-form #middle #content,
  body.layout-no-sidebar #middle #content,
  body.events.layout-no-sidebar #middle #content {
    width: 100%;
    float: none;
  }
  body.is-home #middle #content {
    width: 100%;
    padding: 0;
    float: none;
    background: transparent;
  }
}
@media only screen and (max-width: 640px) {
  #middle .search {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #236d92;
    /*
      .formrow {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        
        &::after {
          display: none;
        }
      }
      input {
        height: 25px;
        width: 85%;
      }
      button {
        background-color: @yellow;
      }
      */
  }
  #middle .search a.button {
    background-color: #3cf;
  }
  #middle #sidebar {
    max-width: 320px;
    margin: 0 auto;
  }
}
/***** BOTTOM *****/
#bottom {
  padding: 30px 0;
  background: #093254 url(/images/bg_bottom_form.jpg) repeat-x;
  color: #fff;
}
#bottom .tools {
  margin-bottom: 44.8px;
}
#bottom .tools h2 {
  color: #fff;
  text-transform: uppercase;
}
#bottom .tools h3 {
  color: #fff;
  font-size: 1rem;
}
#bottom .tools form {
  margin-bottom: 22.4px;
}
#bottom .tools form input {
  width: 100%;
  height: 30px;
  margin-bottom: 22.4px/2;
  border: 0;
  text-align: center;
}
#bottom .tools form button {
  width: 100%;
  height: 30px;
  background: #3cf;
}
#bottom .tools .connected ul {
  margin-bottom: 22.4px;
}
#bottom .tools .connected ul li {
  display: inline-block;
  margin: 0 0 5px 0;
}
#bottom .tools .connected ul li .fa,
#bottom .tools .connected ul li .fa-solid,
#bottom .tools .connected ul li .fa-brands {
  font-size: 1.25rem;
  height: 24px;
  width: 24px;
  line-height: 24px;
  background: #fff;
  text-align: center;
}
#bottom .tools .contribute p {
  font-size: 1rem;
}
#bottom .tools .contribute a.button {
  width: 100%;
  height: auto;
  background-color: #ffcd36;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#bottom .info a {
  color: #6cf;
}
#bottom .info .nav-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 22.4px/2;
}
#bottom .info .nav-list li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4;
}
#bottom .info .nav-list li:after {
  content: '|';
  padding: 0 8px;
}
#bottom .info .nav-list li:last-child:after {
  content: '';
  padding: 0;
}
#bottom .info p {
  margin-bottom: 22.4px/2;
}
@media only screen and (max-width: 640px) {
  #bottom .tools .get {
    display: none;
  }
}
/***** BOTTOM-V2 *****/
#bottom-v2 {
  padding: 3rem 0;
  background: #25408f;
  color: #fff;
}
#bottom-v2 .ours {
  margin-bottom: 2rem;
}
#bottom-v2 .actions {
  margin-bottom: 2rem;
}
#bottom-v2 .actions h2 {
  color: #ffcc00;
  text-transform: uppercase;
  text-align: center;
}
#bottom-v2 .actions > div {
  padding: 0 1rem;
}
#bottom-v2 .actions .search form {
  margin-bottom: 1.5rem;
}
#bottom-v2 .actions .search form input {
  width: 100%;
  height: 30px;
  margin-bottom: 22.4px/2;
  border: 0;
  text-align: center;
}
#bottom-v2 .actions .search form button {
  width: 100%;
  height: 30px;
  background: #3cf;
}
#bottom-v2 .actions .search a.button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #3cf;
  font-size: 12px;
  margin-bottom: 22.4px;
  text-align: center;
}
#bottom-v2 .actions .search h3 {
  color: #fff;
  margin-bottom: 0.25rem;
}
#bottom-v2 .actions .search ul {
  margin-bottom: 22.4px;
}
#bottom-v2 .actions .search ul li {
  display: inline-block;
  margin: 0 0 5px 0;
}
#bottom-v2 .actions .search ul li .fa,
#bottom-v2 .actions .search ul li .fa-solid,
#bottom-v2 .actions .search ul li .fa-brands {
  font-size: 1.25rem;
  height: 24px;
  width: 24px;
  line-height: 24px;
  background: #fff;
  text-align: center;
}
#bottom-v2 .actions .contribute {
  text-align: center;
}
#bottom-v2 .actions .contribute .button {
  height: 2.5rem;
  line-height: 2.5;
  padding: 0 1rem;
  background: #ffcc00;
}
#bottom-v2 .actions .connected form {
  margin-bottom: 1.5rem;
}
#bottom-v2 .actions .connected form input {
  width: 100%;
  height: 30px;
  margin-bottom: 22.4px/2;
  border: 0;
  text-align: center;
}
#bottom-v2 .actions .connected form button {
  width: 100%;
  height: 30px;
  background: #3cf;
}
#bottom-v2 .actions .connected .vc-link {
  text-align: center;
}
#bottom-v2 .actions .connected .vc-link img {
  display: inline-block;
}
#bottom-v2 .info a {
  color: #6cf;
}
#bottom-v2 .info .nav-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 22.4px/2;
}
#bottom-v2 .info .nav-list li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4;
}
#bottom-v2 .info .nav-list li:after {
  content: '|';
  padding: 0 8px;
}
#bottom-v2 .info .nav-list li:last-child:after {
  content: '';
  padding: 0;
}
#bottom-v2 .info p {
  margin-bottom: 22.4px/2;
}
/****** SIDEBAR BOXES ******/
#sidebar > div,
body.is-home .sidebar > div {
  margin-bottom: 22.4px/2;
}
#sidebar .tags,
body.is-home .sidebar .tags {
  display: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
}
#sidebar .tags > p,
body.is-home .sidebar .tags > p {
  margin: 0;
}
#sidebar .social-icons,
body.is-home .sidebar .social-icons {
  padding: 10px 15px;
}
#sidebar .social-icons:after,
body.is-home .sidebar .social-icons:after {
  content: "";
  display: table;
  clear: both;
}
#sidebar .social-icons ul,
body.is-home .sidebar .social-icons ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#sidebar .social-icons ul li,
body.is-home .sidebar .social-icons ul li {
  text-align: center;
  margin-bottom: 0;
  display: block;
}
#sidebar .azm .listed-item,
body.is-home .sidebar .azm .listed-item {
  margin-bottom: 0;
}
#sidebar .vci,
body.is-home .sidebar .vci {
  height: 146px;
  padding-top: 63px;
  background: url(/images/bg_sidebar_login.png) no-repeat;
}
#sidebar .vci p,
body.is-home .sidebar .vci p {
  text-align: center;
  color: #fff;
  margin-bottom: 22.4px/2;
}
#sidebar .vci p:last-child,
body.is-home .sidebar .vci p:last-child {
  margin-bottom: 0;
  font-size: 12px;
}
#sidebar .vci p a,
body.is-home .sidebar .vci p a {
  color: #fff;
  text-decoration: underline;
}
#sidebar .contribute,
body.is-home .sidebar .contribute {
  padding: 20px;
  background-color: #ffcc00;
}
#sidebar .contribute h2,
body.is-home .sidebar .contribute h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
#sidebar .contribute form,
body.is-home .sidebar .contribute form {
  text-align: center;
}
#sidebar .contribute form input,
body.is-home .sidebar .contribute form input {
  display: inline-block;
  width: 200px;
  height: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
}
#sidebar .contribute form button,
body.is-home .sidebar .contribute form button {
  display: inline-block;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  background: #369;
  color: #fff;
}
#sidebar .calendar,
body.is-home .sidebar .calendar {
  background: #d0e8f6;
  padding: 10px;
}
#sidebar .calendar h2,
body.is-home .sidebar .calendar h2 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
#sidebar .calendar #events .listeditem,
body.is-home .sidebar .calendar #events .listeditem,
#sidebar .calendar #events-type .listeditem,
body.is-home .sidebar .calendar #events-type .listeditem {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
#sidebar .calendar #events .listeditem h3.title,
body.is-home .sidebar .calendar #events .listeditem h3.title,
#sidebar .calendar #events-type .listeditem h3.title,
body.is-home .sidebar .calendar #events-type .listeditem h3.title {
  margin: 0;
  font-size: 14px;
}
#sidebar .calendar #events .listeditem .dt,
body.is-home .sidebar .calendar #events .listeditem .dt,
#sidebar .calendar #events-type .listeditem .dt,
body.is-home .sidebar .calendar #events-type .listeditem .dt {
  padding-right: 20px;
}
#sidebar .calendar #events .listeditem .dt .month,
body.is-home .sidebar .calendar #events .listeditem .dt .month,
#sidebar .calendar #events-type .listeditem .dt .month,
body.is-home .sidebar .calendar #events-type .listeditem .dt .month {
  padding: 4px 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #333;
  display: block;
}
#sidebar .calendar #events .listeditem .dt .day,
body.is-home .sidebar .calendar #events .listeditem .dt .day,
#sidebar .calendar #events-type .listeditem .dt .day,
body.is-home .sidebar .calendar #events-type .listeditem .dt .day {
  padding: 2px 10px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #aec656;
  display: block;
}
#sidebar .feeds,
body.is-home .sidebar .feeds {
  background: #d0e8f6;
  padding: 10px;
}
#sidebar .feeds ul.tabs,
body.is-home .sidebar .feeds ul.tabs {
  font-size: 14px;
  margin-bottom: 22.4px/2;
}
#sidebar .feeds ul.tabs li,
body.is-home .sidebar .feeds ul.tabs li {
  background: #b8cae8;
  color: #236d92;
  padding: 5px;
  margin-left: 3px;
  border-radius: 0;
}
#sidebar .feeds ul.tabs li.active,
body.is-home .sidebar .feeds ul.tabs li.active {
  background: #236d92;
  color: #fff;
}
#sidebar .feeds ul.tabs.border,
body.is-home .sidebar .feeds ul.tabs.border {
  border-bottom: 1px solid #236d92;
}
#sidebar .feeds ul.tabs.border li,
body.is-home .sidebar .feeds ul.tabs.border li {
  border: 0;
  bottom: 0;
}
#sidebar .feeds .archive-box .listed-item h3.title,
body.is-home .sidebar .feeds .archive-box .listed-item h3.title {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
}
#sidebar .feeds .archive-box .listed-item p.date,
body.is-home .sidebar .feeds .archive-box .listed-item p.date {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
#sidebar .signup,
body.is-home .sidebar .signup {
  background: #275eaa;
  padding: 10px;
}
#sidebar .signup h2,
body.is-home .sidebar .signup h2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#sidebar .signup form,
body.is-home .sidebar .signup form {
  text-align: center;
}
#sidebar .signup form input,
body.is-home .sidebar .signup form input {
  width: 65%;
  border: 0;
  height: 25px;
  padding-left: 10px;
}
#sidebar .signup form button,
body.is-home .sidebar .signup form button {
  width: 30%;
  background: #cf0a2c;
}
#sidebar .ad1,
body.is-home .sidebar .ad1,
#sidebar .ad2,
body.is-home .sidebar .ad2,
#sidebar .ad3,
body.is-home .sidebar .ad3 {
  display: none;
}
#sidebar .hp-signup-v2,
body.is-home .sidebar .hp-signup-v2 {
  padding: 20px;
  background-color: #00539b;
  color: #fff;
}
#sidebar .hp-signup-v2 h2,
body.is-home .sidebar .hp-signup-v2 h2 {
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc00;
}
#sidebar .hp-signup-v2 input,
body.is-home .sidebar .hp-signup-v2 input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
}
#sidebar .hp-signup-v2 button,
body.is-home .sidebar .hp-signup-v2 button {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #ffcc00;
  color: #00539b;
}
#sidebar .sidebar-about img,
body.is-home .sidebar .sidebar-about img,
#sidebar .sidebar-programs img,
body.is-home .sidebar .sidebar-programs img {
  width: 100%;
}
#sidebar .sidebar-about h2,
body.is-home .sidebar .sidebar-about h2,
#sidebar .sidebar-programs h2,
body.is-home .sidebar .sidebar-programs h2 {
  margin: 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
#sidebar .sidebar-about a,
body.is-home .sidebar .sidebar-about a,
#sidebar .sidebar-programs a,
body.is-home .sidebar .sidebar-programs a {
  text-decoration: none;
}
/* ===============================================
   BACK TO TOP
   =============================================== */
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  height: auto;
  width: 60px;
}
#back-to-top a {
  display: block;
  height: auto;
  width: 60px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  background-color: #3cf;
}
#back-to-top a i {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home .bottom .subfeatures .listed-item {
  background: #fff;
}
body.is-home .bottom .subfeatures .listed-item h3.title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
}
@media only screen and (min-width: 641px) {
  body.is-home .slideshow .listed-item {
    margin-bottom: 0;
  }
  body.is-home .slideshow .listed-item .media {
    margin-bottom: 0;
  }
  body.is-home .bottom .column-1 {
    width: 640px;
    margin-right: 22px;
  }
  body.is-home .bottom .column-2 {
    width: 320px;
  }
  body.is-home .bottom .subfeatures .listed-item {
    padding: 10px;
    display: block;
  }
  body.is-home .bottom .subfeatures .listed-item .img {
    width: 50%;
    margin-right: 3%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  body.is-home #middle > .sizer {
    padding-top: 0;
  }
  body.is-home .slideshow .listed-item {
    margin-bottom: 0;
  }
  body.is-home .bottom .subfeatures .listed-item h3.title {
    margin: 0 0 22.4px/6;
  }
  body.is-home .bottom .subfeatures .listed-item .txt {
    padding: 10px;
  }
  body.is-home .bottom .subfeatures .listed-item .teaser {
    margin-bottom: 22.4px/6;
  }
  body.is-home .bottom .subfeatures .listed-item .readmore {
    margin-bottom: 0;
  }
  body.is-home .bottom .sidebar {
    max-width: 320px;
    margin: 0 auto;
  }
}
/* ===============================================
   CATEGORY ARCHIVES
   =============================================== */
@media only screen and (min-width: 641px) {
  body.category-archive .archive-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  body.category-archive .archive-list .listed-item {
    display: block;
    flex-basis: 23%;
  }
  body.category-archive .archive-list .listed-item .img {
    width: 100%;
    margin: 0 0 6px;
  }
  body.category-archive .archive-list .listed-item .img img {
    width: 100%;
  }
  body.category-archive .archive-list .listed-item .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  body.category-archive .archive-list .listed-item h3.title {
    font-size: 14px;
    text-transform: none;
  }
  body.category-archive .archive-list .listed-item .source {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body.category-archive .archive-list .listed-item {
    flex-flow: column nowrap;
  }
  body.category-archive .archive-list .listed-item .img {
    width: 100%;
    margin: 0 0 6px;
  }
  body.category-archive .archive-list .listed-item .img img {
    width: 100%;
  }
  body.category-archive .archive-list .listed-item .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  body.category-archive .archive-list .listed-item h3.title {
    font-size: 14px;
    text-transform: none;
  }
}
/* ===============================================
   ARCHIVE BOXES
   =============================================== */
#content .archive-box.block-grid .listed-item {
  flex-direction: column;
}
#content .archive-box.block-grid .listed-item .img {
  width: 100%;
  margin: 0 0 6px;
}
#content .archive-box.block-grid .listed-item .img img {
  width: 100%;
}
#content .archive-box.block-grid .listed-item .date {
  font-size: 14px;
  margin-bottom: 6px;
}
#content .archive-box.block-grid .listed-item h3.title {
  font-size: 14px;
  text-transform: none;
}
#content .archive-box.block-grid .listed-item .source {
  display: none;
}
/* ===============================================
   BLOG CAROUSEL
   =============================================== */
.recent-blog-carousel-wrapper {
  margin-bottom: 22.4px;
}
.recent-blog-carousel .listed-item {
  flex-direction: column;
  padding: 0 5px;
  margin: 0;
}
.recent-blog-carousel .listed-item .img {
  margin-bottom: 4px;
}
.recent-blog-carousel .listed-item h3.title {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.recent-blog-carousel .owl-dots {
  display: none;
}
.recent-blog-carousel.owl-theme .owl-nav [class*='owl-'] {
  background: #236d92;
  border-radius: 0;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .recent-blog-carousel {
    padding: 10px 0;
    background: #e0e0e0;
  }
}
/* ===============================================
   EVENTS
   =============================================== */
.event-listing .tmpl-event-details h1 {
  text-transform: none;
}
.event-listing .tmpl-event-details .map-wrapper {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 641px) {
  .event-listing.screen-event-details #content {
    background: transparent !important;
    padding: 0 !important;
  }
  .event-listing.screen-event-details #content > .pt-wrapper {
    display: none;
  }
  .event-listing .tmpl-event-search .top-wrapper {
    display: flex;
  }
  .event-listing .tmpl-event-search .top-wrapper > form {
    width: 60%;
  }
  .event-listing .tmpl-event-search .top-wrapper > div {
    text-align: center;
    width: 40%;
  }
  .event-listing .tmpl-event-search .event-item {
    display: flex;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #808080;
  }
  .event-listing .tmpl-event-search .event-item .img {
    flex: 0 0 300px;
    width: 300px;
    margin-right: 30px;
  }
  .event-listing .tmpl-event-search .event-item .img .img-wrapper {
    width: 300px;
    max-height: 200px;
    overflow: hidden;
  }
  .event-listing .tmpl-event-search .event-item .img .img-wrapper img {
    width: 300px;
    height: auto;
  }
  .event-listing .tmpl-event-search .event-item .info {
    flex-grow: 1;
  }
  .event-listing .tmpl-event-search .event-item .info h4 {
    font-size: 18px;
    margin-bottom: 0.25rem;
    color: #236d92;
  }
  .event-listing .tmpl-event-search .event-item .info p {
    margin-bottom: 0.25rem;
  }
  .event-listing .tmpl-event-search .event-item .info p.dt {
    font-weight: bold;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 {
    width: 632px;
    margin-right: 30px;
    padding: 20px;
    background: #fff;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .map-wrapper iframe {
    width: 100%;
    height: 300px;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .event-info-summary .when-wrapper {
    display: flex;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .event-info-summary .when-wrapper .e-date {
    margin-right: 10px;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .atc-style-blue a.atcb-link {
    padding: 5px;
    width: auto;
    height: auto;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: none;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .button-wrapper {
    display: flex;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .button-wrapper > div {
    margin-right: 10px;
  }
  .event-listing .tmpl-event-details .two-columns .column-1 .button-wrapper a.button {
    padding: 5px;
    width: auto;
    height: 28px;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
  }
  .event-listing .tmpl-event-details .two-columns #sidebar .event-image {
    border: 0;
    padding: 0;
  }
  .event-listing .tmpl-event-details .two-columns #sidebar .event-image .img {
    margin: 0;
  }
  .event-listing .tmpl-event-details .two-columns #sidebar .event-image img {
    width: 100%;
  }
  .event-listing .tmpl-event-details .two-columns #sidebar .actions,
  .event-listing .tmpl-event-details .two-columns #sidebar .replies {
    border: 0;
    background: #fff;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .event-listing .tmpl-event-search .top-wrapper form {
    margin-bottom: 1rem;
  }
  .event-listing .tmpl-event-search .event-item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #808080;
  }
  .event-listing .tmpl-event-search .event-item .img {
    margin-bottom: 0.25rem;
  }
  .event-listing .tmpl-event-search .event-item .img img {
    width: 100%;
  }
  .event-listing .tmpl-event-search .event-item .info h4 {
    font-size: 18px;
    margin-bottom: 0.25rem;
    color: #236d92;
  }
  .event-listing .tmpl-event-search .event-item .info p {
    margin-bottom: 0.25rem;
  }
  .event-listing .tmpl-event-search .event-item .info p.dt {
    font-weight: bold;
  }
}
body.events #sidebar .event-actions {
  padding: 10px 10px 0;
  background: #fff;
}
/* ===============================================
   CONTRIBUTE FORM
   =============================================== */
#contribution-form .formrow.submit {
  margin-bottom: 0;
}
#contribution-form .security-logos {
  display: flex;
  align-items: center;
}
#contribution-form .security-logos img {
  margin-right: 50px;
}
.contribution-form.thanks .intro {
  backgroud: #808080;
}
.contribution-form.thanks .intro iframe {
  max-width: 100%;
}
body.contribution-form #contribution-form div.simple-amount {
  width: auto;
  margin-right: 10px;
}
body.contribution-form #contribution-form div.simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.contribution-form #contribution-form div.simple-amount label {
  margin-left: 0;
  background: #236d92;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  text-align: center;
  width: 80px;
  border-radius: 0;
}
body.contribution-form #contribution-form div.simple-amount input[name="amount"]:checked ~ label {
  background: #ffcd36;
}
body.contribution-form #contribution-form div.simple-amount-other {
  clear: both;
  margin-top: 10px;
  width: auto;
  float: none;
}
body.contribution-form #contribution-form div.simple-amount-other input[name="amount_other"] {
  width: 100px;
}
body.pac-contribution-form form#contribution-form .like-formrow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
body.pac-contribution-form form#contribution-form .like-formrow .label-wrapper {
  flex: 0 0 70%;
  padding-right: 20px;
}
body.pac-contribution-form form#contribution-form .like-formrow .label-wrapper label {
  width: auto;
  max-width: 100%;
}
body.pac-contribution-form form#contribution-form .like-formrow .input-wrapper {
  flex: 0 0 auto;
}
body.pac-contribution-form form#contribution-form div[class*="from-name"] {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
/* kinda global, but putting it here */
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #00539b;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 16px;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0 !important;
}
/* ===============================================
   COMMENTS
   =============================================== */
#comment-formatting-help {
  display: none;
}
#comments .comment .meta span:last-child {
  display: none;
}
/* ===============================================
   SPLASH PAGE DEFAULT OVERRIDES
   =============================================== */
.mfp-iframe-holder .mfp-content {
  max-width: 960px;
  height: 600px;
}
.mfp-wrap {
  z-index: 6000;
}
/* ===============================================
   MAILING YOU WANT SPLASH PAGE
   =============================================== */
@media only screen and (min-width: 641px) {
  body.is-form.splash-mailing-you-want {
    width: 960px;
    height: 600px;
    background: none;
    margin: 0;
    padding: 0;
  }
  body.is-form.splash-mailing-you-want .page-container {
    min-width: 0;
  }
  body.is-form.splash-mailing-you-want #sticky-top,
  body.is-form.splash-mailing-you-want #messages {
    display: none;
  }
  body.is-form.splash-mailing-you-want #middle {
    width: 960px;
    height: 600px;
    background: none;
    margin: 0;
    padding: 0;
  }
  body.is-form.splash-mailing-you-want #middle .sizer {
    width: auto;
  }
  body.is-form.splash-mailing-you-want #middle #content {
    width: 960px;
    height: 600px;
    margin: 0;
    padding: 0;
    background: url(/images/splash_mailing_you_want.jpg) no-repeat;
  }
  body.is-form.splash-mailing-you-want #middle #content .intro {
    display: none;
  }
  body.is-form.splash-mailing-you-want #middle #content form {
    padding-top: 400px;
    padding-left: 500px;
  }
  body.is-form.splash-mailing-you-want #middle #content form .fieldset {
    width: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.is-form.splash-mailing-you-want #middle #content form label {
    display: none;
  }
  body.is-form.splash-mailing-you-want #middle #content form .formrow {
    width: 125px;
  }
  body.is-form.splash-mailing-you-want #middle #content form input {
    width: 125px;
    height: 25px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
  body.is-form.splash-mailing-you-want #middle #content form .formrow.submit {
    padding: 0;
    margin-top: 0;
  }
  body.is-form.splash-mailing-you-want #middle #content form .formrow.submit button {
    width: 125px;
    height: 25px;
    padding: 0;
    line-height: 25px;
  }
  body.is-form.splash-mailing-you-want #middle #content form .formrow.submit p {
    display: none;
  }
  body.is-form.splash-mailing-you-want #middle #content .listed-item {
    margin: 0;
  }
}
/* ===============================================
   GIVING TUESDAY 2017 SPLASH PAGE
   =============================================== */
@media only screen and (min-width: 641px) {
  body.is-story.splash-giving-tuesday-2017 {
    width: 960px;
    height: 600px;
    background: none;
    margin: 0;
    padding: 0;
  }
  body.is-story.splash-giving-tuesday-2017 .page-container {
    min-width: 0;
  }
  body.is-story.splash-giving-tuesday-2017 #sticky-top,
  body.is-story.splash-giving-tuesday-2017 #messages,
  body.is-story.splash-giving-tuesday-2017 p.credit {
    display: none;
  }
  body.is-story.splash-giving-tuesday-2017 #middle {
    width: 960px;
    height: 600px;
    background: none;
    margin: 0;
    padding: 0;
  }
  body.is-story.splash-giving-tuesday-2017 #middle .sizer {
    width: auto;
  }
  body.is-story.splash-giving-tuesday-2017 #middle #content {
    width: 960px;
    height: 600px;
    margin: 0;
    padding: 0;
  }
  body.is-story.splash-giving-tuesday-2017 #middle #content .listed-item {
    margin: 0;
  }
  body.is-story.splash-giving-tuesday-2017 #middle #content .listed-item > * {
    margin: 0 !important;
  }
}
/* ===============================================
   BALFOUR SPLASH PAGE
   =============================================== */
#story-1114 {
  height: 600px !important;
  overflow: hidden !important;
  padding-top: 0;
}
#story-1114,
#story-1114 #content {
  background: none;
}
#story-1114 .page-container {
  min-width: 0;
}
#story-1114 #sticky-top,
#story-1114 #hilite,
#story-1114 #messages,
#story-1114 #bottom,
#story-1114 .intro,
#story-1114 .pt-wrapper,
#story-1114 form label,
#story-1114 .submit p {
  display: none;
}
#story-1114 #container {
  min-width: 0;
}
#story-1114 #middle {
  margin: 0 auto;
  width: 960px;
  height: 600px;
}
#story-1114 #content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 960px;
  height: 600px;
  padding: 0;
  margin: 0;
  background: url(/images/bg_splash_01.jpg) no-repeat !important;
  position: relative;
}
#story-1114 .formrow {
  margin: 0;
}
#story-1114 input {
  padding: 0 5px;
  height: 23px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
#story-1114 input#first-name {
  position: absolute;
  top: 398px;
  left: 500px;
  width: 123px;
}
#story-1114 input#last-name {
  position: absolute;
  top: 398px;
  left: 630px;
  width: 123px;
}
#story-1114 input#email {
  position: absolute;
  top: 430px;
  left: 500px;
  width: 123px;
}
body#story-1114.is-form #content form button {
  padding: 0 10px;
  margin: 0;
  border: 0;
  position: absolute;
  top: 430px;
  left: 630px;
  height: 25px;
  width: 123px;
  background: #ff000c;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
/* ===============================================
   E-CARDS
   =============================================== */
body#story-4275 .list-box .listed-item .img {
  flex-shrink: 0;
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 640px) {
  body#story-4275 .list-box .listed-item {
    flex-direction: column;
  }
  body#story-4275 .list-box .listed-item .img {
    width: auto;
    margin: 0 0 10px;
  }
  body#story-4275 .list-box .listed-item h3.title {
    margin-bottom: 10px;
  }
}
/* ===============================================
   RECIPE AND PROGRAMS SEARCH
   =============================================== */
body#story-4330 .tmpl-directory-search-form button.reset,
body#story-4524 .tmpl-directory-search-form button.reset {
  background-color: #808080;
  margin-left: 4rem;
}
body#story-4330 .tmpl-directory-search-form .results .listed-item,
body#story-4524 .tmpl-directory-search-form .results .listed-item {
  flex-direction: column;
}
body#story-4330 .tmpl-directory-search-form .results .listed-item .img,
body#story-4524 .tmpl-directory-search-form .results .listed-item .img {
  margin-bottom: 0.5rem;
}
body#story-4330 .tmpl-directory-search-form .results .listed-item h3.title,
body#story-4524 .tmpl-directory-search-form .results .listed-item h3.title {
  font-size: 1rem;
  margin-bottom: 0;
}
body#story-4330 .tmpl-directory-search-form .results .listed-item p,
body#story-4524 .tmpl-directory-search-form .results .listed-item p {
  margin-bottom: 0;
}
/* ===============================================
   DESKTOP MISC
   =============================================== */
@media only screen and (min-width: 641px) {
  .page-container {
    min-width: 1024px;
  }
  .sizer {
    width: 982px;
    margin: 0 auto;
  }
}
/* ===============================================
   MOBILE MISC
   =============================================== */
@media only screen and (max-width: 640px) {
  .sizer {
    padding: 10px;
  }
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone {
    display: none;
  }
  .pt-wrapper > ul.pt-list > li {
    margin-right: 5px;
  }
  .pt-wrapper > ul.pt-list > li.tweet-share {
    margin-right: 5px;
  }
  .pt-wrapper .email {
    margin-right: 0;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
  .img.align-right,
  .img.align-left {
    max-width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
/* ===============================================
   HOMEPAGE 2022 REFRESH
   =============================================== */
body.hp-2022 .hero {
  padding-bottom: 2rem;
}
body.hp-2022 .portals {
  padding: 2rem 0;
}
@media screen and (min-width: 640px) {
  body.hp-2022 .portals {
    position: relative;
    z-index: 10;
    display: flex;
    column-gap: 2rem;
    justify-content: space-between;
  }
  body.hp-2022 .portals > div {
    margin-bottom: 0;
  }
  body.hp-2022 .portals > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  body.hp-2022 .portals {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  body.hp-2022 .portals > div {
    flex-basis: 49%;
  }
  body.hp-2022 .portals .listed-item {
    margin-bottom: 0;
  }
}
body.hp-2022 .featured-programs {
  padding: 2rem 0;
}
body.hp-2022 .featured-programs > h2 {
  padding: 0.5rem;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  color: #fff;
  background-color: #25408f;
  text-transform: uppercase;
}
body.hp-2022 .featured-programs .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
}
body.hp-2022 .featured-programs .list-box .item-1 {
  margin-bottom: 1.5rem;
  width: 100%;
  align-items: center;
}
body.hp-2022 .featured-programs .list-box .item-1 .img {
  margin-bottom: 0;
  width: 60%;
  max-width: 60%;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 4%;
}
body.hp-2022 .featured-programs .list-box .item-1 .img img {
  width: 100%;
  height: auto;
}
body.hp-2022 .featured-programs .list-box .item-1 .txt h3.title {
  font-size: 1.25rem;
  color: #333;
  text-transform: none;
}
body.hp-2022 .featured-programs .list-box .item-gt1 {
  width: 30%;
  flex-direction: column;
}
body.hp-2022 .featured-programs .list-box .item-gt1 .img {
  margin: 0 0 0.75rem;
  max-width: 100%;
}
body.hp-2022 .featured-programs .list-box .item-gt1 .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.hp-2022 .featured-programs .list-box .item-gt1 .txt h3.title {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
  text-transform: none;
}
@media screen and (max-width: 639px) {
  body.hp-2022 .featured-programs .list-box {
    flex-direction: column;
  }
  body.hp-2022 .featured-programs .list-box .listed-item {
    flex-direction: column;
    width: 100%;
  }
  body.hp-2022 .featured-programs .list-box .listed-item .img,
  body.hp-2022 .featured-programs .list-box .listed-item img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  body.hp-2022 .featured-programs .list-box .item-1 .img {
    margin-bottom: 0.5rem;
  }
}
body.hp-2022 .featured-activities {
  padding: 2rem 0;
}
body.hp-2022 .featured-activities > h2 {
  padding: 0.5rem;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  color: #fff;
  background-color: #25408f;
  text-transform: uppercase;
}
body.hp-2022 .featured-activities .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.hp-2022 .featured-activities .list-box .item-1 {
  width: 100%;
  align-items: center;
}
body.hp-2022 .featured-activities .list-box .item-1 .img {
  margin-bottom: 0;
  width: 60%;
  max-width: 60%;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 4%;
}
body.hp-2022 .featured-activities .list-box .item-1 .img img {
  width: 100%;
  height: auto;
}
body.hp-2022 .featured-activities .list-box .item-1 .txt h3.title {
  font-size: 1.25rem;
  color: #333;
  text-transform: none;
}
body.hp-2022 .featured-activities .list-box.big-text .item-1 h3.title {
  font-size: 1.5rem;
}
body.hp-2022 .featured-activities .list-box.big-text .item-1 .teaser {
  font-size: 1.25rem;
}
body.hp-2022 .featured-activities .list-box.bigger-text .item-1 h3.title {
  font-size: 2rem;
}
body.hp-2022 .featured-activities .list-box.bigger-text .item-1 .teaser {
  font-size: 1.55rem;
}
body.hp-2022 .featured-activities .list-box .item-gt1 {
  width: 30%;
  flex-direction: column;
}
body.hp-2022 .featured-activities .list-box .item-gt1 .img {
  margin: 0 0 0.75rem;
  max-width: 100%;
}
body.hp-2022 .featured-activities .list-box .item-gt1 .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.hp-2022 .featured-activities .list-box .item-gt1 .txt h3.title {
  margin: 0;
  text-transform: none;
  font-size: 1.25rem;
  color: #333;
}
@media screen and (max-width: 639px) {
  body.hp-2022 .featured-activities .list-box {
    flex-direction: column;
  }
  body.hp-2022 .featured-activities .list-box .listed-item {
    flex-direction: column;
    width: 100%;
  }
  body.hp-2022 .featured-activities .list-box .listed-item .img,
  body.hp-2022 .featured-activities .list-box .listed-item img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  body.hp-2022 .featured-activities .list-box .item-1 .img {
    margin-bottom: 0.5rem;
  }
}
body.hp-2022 .bottom-callouts {
  padding: 2rem 0;
}
body.hp-2022 .slideshow {
  padding: 2rem 0;
}
body.hp-2022 .middle-callouts {
  padding: 2rem 0;
}
body.hp-2022 .middle-callouts .grid-block-grid {
  column-gap: 2rem;
}
body.hp-2022 .middle-callouts .hp-search {
  background-image: url(/images/search_bg_450x300_blank.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.hp-2022 .middle-callouts .hp-search form {
  text-align: center;
  padding-top: 75px;
}
body.hp-2022 .middle-callouts .hp-search form input {
  display: inline-block;
  min-width: 200px;
  width: 60%;
  height: 40px;
  font-size: 18px;
  padding-left: 10px;
}
body.hp-2022 .middle-callouts .hp-search form button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #369;
  color: #fff;
}
body.hp-2022 .middle-callouts .hp-search a.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #3cf;
  color: #fff;
}
body.hp-2022 .middle-callouts .hp-signup-v2 {
  padding: 20px;
  background-color: #00539b;
  color: #fff;
}
body.hp-2022 .middle-callouts .hp-signup-v2 h2 {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #f7a800;
}
body.hp-2022 .middle-callouts .hp-signup-v2 input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
}
body.hp-2022 .middle-callouts .hp-signup-v2 button {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #f7a800;
  color: #00539b;
}
body.hp-2022 .middle-callouts .contribute {
  padding: 20px;
  background-color: #f7a800;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.hp-2022 .middle-callouts .contribute .contribute-inner {
  width: 100%;
}
body.hp-2022 .middle-callouts .contribute h3 {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
}
body.hp-2022 .middle-callouts .contribute form {
  text-align: center;
}
body.hp-2022 .middle-callouts .contribute form input {
  display: inline-block;
  min-width: 200px;
  width: 60%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
}
body.hp-2022 .middle-callouts .contribute form button {
  display: inline-block;
  min-width: 200px;
  width: 60%;
  height: 40px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #369;
  color: #fff;
}
@media screen and (max-width: 639px) {
  body.hp-2022 .middle-callouts .grid-block-grid {
    padding: 0;
    row-gap: 2rem;
  }
}
body.hp-2022 .featured-articles {
  margin-bottom: 1.5rem;
}
body.hp-2022 .featured-articles > h2 {
  padding: 0.5rem;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  color: #fff;
  background-color: #25408f;
  text-transform: uppercase;
}
body.hp-2022 .featured-articles .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.hp-2022 .featured-articles .list-box .item-1 {
  width: 100%;
  align-items: center;
}
body.hp-2022 .featured-articles .list-box .item-1 .img {
  margin-bottom: 0;
  width: 60%;
  max-width: 60%;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 4%;
}
body.hp-2022 .featured-articles .list-box .item-1 .img img {
  width: 100%;
  height: auto;
}
body.hp-2022 .featured-articles .list-box .item-1 .txt h3.title {
  font-size: 1.1rem;
  text-transform: none;
}
body.hp-2022 .featured-articles .list-box .item-gt1 {
  width: 30%;
  flex-direction: column;
}
body.hp-2022 .featured-articles .list-box .item-gt1 .img {
  margin: 0 0 0.75rem;
  max-width: 100%;
}
body.hp-2022 .featured-articles .list-box .item-gt1 .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.hp-2022 .featured-articles .list-box .item-gt1 .txt h3.title {
  margin: 0;
  text-transform: none;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  body.hp-2022 .featured-articles .list-box {
    flex-direction: column;
  }
  body.hp-2022 .featured-articles .list-box .listed-item {
    flex-direction: column;
    width: 100%;
  }
  body.hp-2022 .featured-articles .list-box .listed-item .img,
  body.hp-2022 .featured-articles .list-box .listed-item img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  body.hp-2022 .featured-articles .list-box .item-1 .img {
    margin-bottom: 0.5rem;
  }
}
.rss-box .rss-box-item {
  flex-direction: column;
}
.rss-box .rss-box-item .date {
  margin-bottom: 0.25rem;
}
.rss-box .rss-box-item .title {
  margin-bottom: 0;
  text-transform: none;
}
/* ===============================================
   BING SEARCH
   =============================================== */
body.bing-search .bing-search-wrapper {
  margin: 2rem 0;
  min-height: 300px;
  background-color: #f8fbfe;
}
body.bing-search .bing-search-wrapper .bcs-container-searchbox {
  background-color: #fff;
}
body.bing-search .bing-search-wrapper #bcs-results-div {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
body.bing-search .bing-search-wrapper #bcs-results-div h2 {
  color: #00539b;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
body.bing-search .bing-search-wrapper #bcs-results-div .bcs-caption {
  line-height: 1.4;
}
/* ===============================================
   TAG CLOUD
   =============================================== */
.tags-v2 {
  padding: 20px;
  background-color: #d9edf8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tags-v2 .top-tier {
  font-size: 24px;
}
.tags-v2 .mid-tier {
  font-size: 18px;
}
.tags-v2 .lower-tier {
  font-size: 14px;
}
.tags-v2 h3 {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
}
.tags-v2 .buttons {
  margin-top: 1.5rem;
}
.tags-v2 a:not(.button) {
  line-height: 30px;
  display: inline-block;
  padding: 0 0.5rem;
  font-weight: bold;
  text-decoration: underline;
}
.tags-v2 a.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  background: #25408f;
  color: #fff;
}
.bing-search .tags-v2 .buttons {
  display: none;
}
