@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -300px;
}

#page {
  height: 100%;
  line-height: 1.4;
  color: #231f20;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

#footer, #push {
  height: 300px;
}

.content-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}
.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.content-wrapper.medium {
  max-width: 1400px;
}
.content-wrapper.small {
  max-width: 1000px;
}

.content-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

#main {
  padding-top: 120px;
  overflow: hidden;
  clear: both;
}

#primary {
  width: 100%;
  padding: 80px 0;
  float: left;
}

#secondary {
  width: 400px;
  float: right;
  padding: 80px 0 80px 60px;
  margin-right: -460px;
}
#secondary.custom-ads-sidebar {
  width: 200px;
  margin-right: -260px;
}

.primary-secondary-wrapper {
  margin-right: 460px;
}
.primary-secondary-wrapper.custom-ads-wrapper {
  margin-right: 260px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  z-index: 999999;
}
#branding .content-wrapper {
  width: 100%;
  padding: 0;
  overflow: visible;
  position: static;
}
#branding .header-wrapper {
  display: grid;
  grid-template-columns: 350px auto;
  gap: 20px;
  align-items: center;
}
#branding .site-logo {
  max-width: 350px;
  font-size: 0;
}
#branding .site-logo img {
  max-height: 80px;
  width: auto;
}

.mobile-menu-button-wrapper {
  display: none;
  justify-self: end;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 6px 15px;
  font-size: 0;
  line-height: 0;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon {
  margin-top: 2px;
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  vertical-align: middle;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  display: block;
  justify-self: end;
}
#primary-nav ul {
  margin: 0;
  font-size: 0;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li.search a {
  font-size: 0;
}
#primary-nav ul li.search a:before {
  content: "";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
#primary-nav ul li.button {
  padding: 0;
  margin-left: 10px;
}
#primary-nav ul li.button a {
  color: white;
}
#primary-nav ul li.button a:hover {
  color: white;
}
#primary-nav ul li a {
  padding: 6px 15px;
  color: #231f20;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #243b81;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #dd6227;
}
#primary-nav ul li.current-menu-item > a:hover, #primary-nav ul li.current_page_ancestor > a:hover, #primary-nav ul li.current_page_parent > a:hover, #primary-nav ul li.current-page-ancestor > a:hover, #primary-nav ul li.current-page-item > a:hover, #primary-nav ul li.current_page_item > a:hover, #primary-nav ul li.current-menu-parent > a:hover {
  color: #dd6227;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 10000;
  background-color: white;
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-transition: opacity 0.3s, left 0s 0.3s;
  -moz-transition: opacity 0.3s, left 0s 0.3s;
  -o-transition: opacity 0.3s, left 0s 0.3s;
  transition: opacity 0.3s, left 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
  padding-top: 10px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 10px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, left 0s 0s;
  -moz-transition: opacity 0.3s, left 0s 0s;
  -o-transition: opacity 0.3s, left 0s 0s;
  transition: opacity 0.3s, left 0s 0s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #243b81;
}

h1, h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1;
}

h3, h4, h5, h6 {
  margin-bottom: 20px;
  color: #231f20;
  line-height: 1.2;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5, h6 {
  font-size: 22px;
}

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 40%;
  margin-bottom: 30px;
  margin-left: 20px;
  float: right;
  text-align: center;
}
.content-wrapper .post-thumbnail img {
  max-height: 700px;
  width: auto;
}
.content-wrapper .entry-date {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #8c8c8c;
}
.content-wrapper .entry-content .wp-block-buttons, .content-wrapper .page-content .wp-block-buttons {
  margin-top: 40px;
}
.content-wrapper .entry-content .wp-block-buttons:first-child, .content-wrapper .entry-content .wp-block-buttons.no-top-margin, .content-wrapper .page-content .wp-block-buttons:first-child, .content-wrapper .page-content .wp-block-buttons.no-top-margin {
  margin-top: 0;
}
.content-wrapper .entry-content a:not(.button):not(.wp-block-button__link), .content-wrapper .page-content a:not(.button):not(.wp-block-button__link) {
  color: #dd6227;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .entry-content a:not(.button):not(.wp-block-button__link):hover, .content-wrapper .page-content a:not(.button):not(.wp-block-button__link):hover {
  color: #243b81;
}
.content-wrapper .entry-content h3, .content-wrapper .entry-content h4, .content-wrapper .entry-content h5, .content-wrapper .page-content h3, .content-wrapper .page-content h4, .content-wrapper .page-content h5 {
  margin-top: 40px;
}
.content-wrapper .entry-content h3:first-child, .content-wrapper .entry-content h3.no-top-margin, .content-wrapper .entry-content h4:first-child, .content-wrapper .entry-content h4.no-top-margin, .content-wrapper .entry-content h5:first-child, .content-wrapper .entry-content h5.no-top-margin, .content-wrapper .page-content h3:first-child, .content-wrapper .page-content h3.no-top-margin, .content-wrapper .page-content h4:first-child, .content-wrapper .page-content h4.no-top-margin, .content-wrapper .page-content h5:first-child, .content-wrapper .page-content h5.no-top-margin {
  margin-top: 0;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .article-wrapper .entry-content-wrapper {
  overflow: hidden;
}
.content-wrapper .article-wrapper .post-thumbnail {
  width: 400px;
  max-width: 40%;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header {
  padding: 120px 0;
  position: relative;
  background-color: #243b81;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.page-header.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header h1 {
  margin-bottom: 0;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}

#home-slideshow {
  margin-bottom: 0;
}
#home-slideshow .slick-dots {
  bottom: 20px;
}
#home-slideshow .slick-dots li.slick-active button:before {
  color: #243b81;
}
#home-slideshow .slick-dots li button:hover:before {
  color: #243b81;
}
#home-slideshow .slick-dots li button:before {
  font-size: 20px;
  color: white;
  opacity: 1;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-slideshow:hover .slick-prev {
  left: 20px;
}
#home-slideshow:hover .slick-next {
  right: 20px;
}
#home-slideshow .slick-prev, #home-slideshow .slick-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  background-color: #243b81;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-prev:before, #home-slideshow .slick-next:before {
  opacity: 1;
  color: white;
  font-size: 21px;
  line-height: 32px;
  font-family: "Font Awesome 6 Free";
}
#home-slideshow .slick-prev:hover, #home-slideshow .slick-next:hover {
  background-color: #dd6227;
}
#home-slideshow .slick-prev {
  left: -40px;
}
#home-slideshow .slick-prev:before {
  content: "";
}
#home-slideshow .slick-next {
  right: -40px;
}
#home-slideshow .slick-next:before {
  content: "";
}
#home-slideshow .slide {
  min-height: 31vw;
  background-size: cover;
  background-position: center center;
  display: grid;
  align-items: center;
}
#home-slideshow .slide .slide-content-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-content: start;
}
#home-slideshow .slide .slide-content-wrapper.light-text .slide-content .slide-title {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#home-slideshow .slide .slide-content-wrapper.light-text .slide-content .slide-inner-content {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#home-slideshow .slide .slide-content-wrapper.center {
  justify-content: center;
}
#home-slideshow .slide .slide-content-wrapper.right {
  justify-content: end;
}
#home-slideshow .slide .slide-content-wrapper .slide-content {
  max-width: 900px;
  padding: 60px 20px;
}
#home-slideshow .slide .slide-content-wrapper .slide-content div:last-child {
  margin-bottom: 0;
}
#home-slideshow .slide .slide-content-wrapper .slide-content .slide-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  color: #243b81;
  text-transform: uppercase;
}
#home-slideshow .slide .slide-content-wrapper .slide-content .slide-inner-content {
  margin-bottom: 30px;
  font-size: 26px;
}

#home-boxes {
  padding: 100px 0;
}
#home-boxes .boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
#home-boxes .boxes-wrapper .box {
  background-size: cover;
  background-position: center center;
}
#home-boxes .boxes-wrapper .box .box-content-wrapper {
  min-height: 20vw;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#home-boxes .boxes-wrapper .box .box-content-wrapper .box-content {
  padding: 30px;
  color: white;
}
#home-boxes .boxes-wrapper .box .box-content-wrapper .box-content .box-title {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#home-boxes .boxes-wrapper .box .box-content-wrapper .box-content .box-inner-content {
  margin-bottom: 25px;
  font-size: 18px;
}
#home-boxes .boxes-wrapper .box .box-content-wrapper .box-content .button {
  padding: 4px 15px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  background-color: transparent;
}
#home-boxes .boxes-wrapper .box .box-content-wrapper .box-content .button:hover {
  background-color: #243b81;
}

#home-counter {
  padding: 80px 0;
  position: relative;
  background-color: #dd6227;
  color: white;
}
#home-counter .slick-slider {
  position: static;
}
#home-counter .slick-prev {
  display: none;
}
#home-counter .slick-next {
  width: 70px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: grid;
  align-content: center;
  text-align: center;
  background-color: #243b81;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-counter .slick-next:before {
  content: "";
  opacity: 1;
  color: white;
  font-size: 50px;
  font-family: "Font Awesome 6 Free";
}
#home-counter .slick-next:hover {
  background-color: #dd6227;
}
#home-counter .content-wrapper {
  position: static;
  overflow: visible;
}
#home-counter .counter-content-wrapper {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}
#home-counter .counter-outer-wrapper {
  margin-right: -70px;
  padding-right: 70px;
}
#home-counter .counter-content {
  font-size: 18px;
}
#home-counter .counter-content h2 {
  margin-bottom: 10px;
  color: white;
}
#home-counter .counter {
  padding: 0 20px;
  text-align: center;
}
#home-counter .counter .counter-number {
  margin-bottom: 10px;
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
#home-counter .counter .counter-text {
  font-size: 18px;
  font-weight: bold;
}

#home-content {
  padding: 80px 0;
}
#home-content .wp-block-columns {
  gap: 60px;
}
#home-content .wp-block-column {
  -webkit-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  transition: margin 0.3s, opacity 0.3s;
}
#home-content .wp-block-column:first-child {
  margin-left: -20px;
  margin-right: 20px;
  opacity: 0;
}
#home-content .wp-block-column:last-child {
  margin-left: 20px;
  margin-right: -20px;
  opacity: 0;
}
#home-content.active .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}

#become-a-member {
  padding: 80px 0;
  background-color: #243b81;
  color: white;
  font-size: 24px;
  position: relative;
}
#become-a-member:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}
#become-a-member.active:before {
  left: 100%;
}
#become-a-member.active .become-a-member-wrapper {
  opacity: 1;
}
#become-a-member.active .button {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#become-a-member.economic-development-box .button {
  width: auto;
}
#become-a-member.orange-box {
  margin: 80px 0;
  background-color: #dd6227;
}
#become-a-member.orange-box:first-child {
  margin-top: 0;
}
#become-a-member.orange-box:last-child {
  margin-bottom: 0;
}
#become-a-member.orange-box .button {
  background-color: #243b81;
  border: 1px solid #243b81;
}
#become-a-member.orange-box .button:hover {
  border: 1px solid white;
  background-color: #243b81;
}
#become-a-member .become-a-member-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.8s ease;
  -moz-transition: opacity 0.6s 0.8s ease;
  -o-transition: opacity 0.6s 0.8s ease;
  transition: opacity 0.6s 0.8s ease;
}
#become-a-member h2 {
  margin-bottom: 10px;
  color: white;
}
#become-a-member h2:last-child {
  margin-bottom: 5px;
}
#become-a-member .button {
  width: 100px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #dd6227;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  opacity: 0;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, transform 0.3s 1.6s, opacity 0.3s 1.6s;
  -moz-transition: color 0.3s, background-color 0.3s, border 0.3s, transform 0.3s 1.6s, opacity 0.3s 1.6s;
  -o-transition: color 0.3s, background-color 0.3s, border 0.3s, transform 0.3s 1.6s, opacity 0.3s 1.6s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, transform 0.3s 1.6s, opacity 0.3s 1.6s;
}
#become-a-member .button:hover {
  border: 1px solid white;
}

#home-news {
  padding: 100px 0;
}
#home-news:hover .slick-prev {
  left: 0px;
}
#home-news:hover .slick-next {
  right: 0px;
}
#home-news .slick-prev, #home-news .slick-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  background-color: #243b81;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-news .slick-prev:before, #home-news .slick-next:before {
  opacity: 1;
  color: white;
  font-size: 21px;
  line-height: 32px;
  font-family: "Font Awesome 6 Free";
}
#home-news .slick-prev:hover, #home-news .slick-next:hover {
  background-color: #dd6227;
}
#home-news .slick-prev {
  left: -60px;
}
#home-news .slick-prev:before {
  content: "";
}
#home-news .slick-next {
  right: -60px;
}
#home-news .slick-next:before {
  content: "";
}
#home-news .news-wrapper {
  padding: 0 40px;
}
#home-news .news-item {
  padding: 0 30px;
}
#home-news .news-item .news-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}
#home-news .news-item .news-thumbnail img {
  max-height: 320px;
  width: auto;
  margin: 0 auto;
}
#home-news .news-item .news-date {
  margin-bottom: 20px;
  font-size: 24px;
  color: #8c8c8c;
  font-family: "Oswald", sans-serif;
}
#home-news .news-item h3 {
  color: #231f20;
}
#home-news .news-item .news-excerpt {
  margin-bottom: 20px;
  font-size: 20px;
}
#home-news .news-item .news-excerpt p:last-child {
  margin-bottom: 0;
}
#home-news .news-item a {
  color: #dd6227;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-news .news-item a:hover {
  color: #243b81;
}

#sponsors {
  padding: 80px 0;
  background-color: #e3e3e3;
  text-align: center;
}
#sponsors .sponsors-wrapper {
  margin: 0 -20px;
}
#sponsors .sponsors-wrapper .sponsor {
  margin: 0 20px;
  padding: 10px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: white;
}

#board {
  margin-top: 30px;
}
#board .board-group {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bfbfbf;
}
#board .board-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
#board .board-group .board-members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#board .board-group .board-members .board-member .board-member-name {
  font-size: 30px;
  font-weight: bold;
}
#board .board-group .board-members .board-member .board-member-position {
  font-size: 20px;
  font-weight: bold;
  color: #dd6227;
}
#board .board-group .board-members .board-member .board-member-details {
  font-size: 20px;
}

.staff-popup .staff-image {
  max-width: 250px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.staff-popup .staff-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.staff-popup .staff-position {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.staff-popup .staff-content-wrapper {
  overflow: hidden;
}
.staff-popup .staff-content-wrapper p:last-child {
  margin-bottom: 0;
}
.staff-popup .staff-contact {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}
.staff-popup .staff-contact .phone-link span {
  margin-top: -4px;
}
.staff-popup .staff-contact > div div, .staff-popup .staff-contact > div a {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 5px;
  align-items: center;
  color: #dd6227;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.staff-popup .staff-contact > div div:hover, .staff-popup .staff-contact > div a:hover {
  color: #243b81;
}
.staff-popup .staff-contact > div i {
  justify-self: start;
  line-height: 1;
}

#staff {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 40px;
}
#staff .staff {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#staff .staff.active {
  left: 0;
  opacity: 1;
}
#staff .staff .staff-image {
  max-width: 250px;
}
#staff .staff .staff-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#staff .staff .staff-position {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#staff .staff .staff-bio-excerpt {
  font-size: 18px;
}
#staff .staff .staff-bio-excerpt .button {
  padding: 6px 10px;
  font-size: 16px;
}
#staff .staff .staff-contact {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}
#staff .staff .staff-contact .phone-link span {
  margin-top: -4px;
}
#staff .staff .staff-contact > div div, #staff .staff .staff-contact > div a {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 5px;
  align-items: center;
  color: #dd6227;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#staff .staff .staff-contact > div div:hover, #staff .staff .staff-contact > div a:hover {
  color: #243b81;
}
#staff .staff .staff-contact > div i {
  justify-self: start;
  line-height: 1;
}

.membership-table {
  margin: 40px 0;
}
.membership-table:last-child {
  margin-bottom: 0;
}
.membership-table .membership-level-description {
  color: white;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  line-height: 1.2;
}

#membership {
  width: 100%;
  min-width: 800px;
  display: table;
  border-collapse: collapse;
  background-color: #f7f7f7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#membership .button {
  display: block;
}
#membership .membership-detail-circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#membership .membership-detail-circle.yes {
  background-color: #5ebf51;
}
#membership .membership-detail-circle.no {
  background-color: #b8b8b8;
}
#membership .table-row.membership-header {
  background-color: #243b81;
  color: white;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #1b2c61;
}
#membership .table-row.membership-header .table-cell {
  padding: 10px;
  border-right: 1px solid #1b2c61;
  text-align: center;
}
#membership .table-row.detail-row-divider {
  color: #dd6227;
  font-size: 28px;
  font-weight: bold;
  border-top: 0px solid white;
}
#membership .table-row.detail-row-divider .table-cell {
  padding-top: 20px;
}
#membership .table-row {
  display: table-row;
}
#membership .cell-align-center {
  vertical-align: center;
}
#membership .table-cell {
  padding: 5px 10px;
  display: table-cell;
  border: 1px solid #b9b9b9;
  text-align: center;
  font-size: 24px;
}
#membership .table-cell:first-child {
  font-size: 20px;
  text-align: left;
}

#programs-benefits {
  margin: 30px 0;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
#programs-benefits .program-benefit {
  padding: 30px;
  border: 1px solid #2d2d2d;
  text-align: center;
}
#programs-benefits .program-benefit .program-benefit-image {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#programs-benefits .program-benefit .program-benefit-content {
  margin-bottom: 20px;
  font-size: 20px;
}
#programs-benefits .program-benefit a {
  font-weight: bold;
}
#programs-benefits .program-benefit h3 {
  color: #231f20;
  font-size: 36px;
}

#member-value-programs, #tuition-discounts, #advertising-options, #data-research {
  margin-top: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
#member-value-programs .program, #member-value-programs .discount, #member-value-programs .advertising, #member-value-programs .data-research, #tuition-discounts .program, #tuition-discounts .discount, #tuition-discounts .advertising, #tuition-discounts .data-research, #advertising-options .program, #advertising-options .discount, #advertising-options .advertising, #advertising-options .data-research, #data-research .program, #data-research .discount, #data-research .advertising, #data-research .data-research {
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
  border: 1px solid #2d2d2d;
}
#member-value-programs .advertising-image, #tuition-discounts .advertising-image, #advertising-options .advertising-image, #data-research .advertising-image {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
#member-value-programs .program-logo, #member-value-programs .discount-logo, #member-value-programs .advertising-image, #tuition-discounts .program-logo, #tuition-discounts .discount-logo, #tuition-discounts .advertising-image, #advertising-options .program-logo, #advertising-options .discount-logo, #advertising-options .advertising-image, #data-research .program-logo, #data-research .discount-logo, #data-research .advertising-image {
  margin-bottom: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
}
#member-value-programs .program-logo img, #member-value-programs .discount-logo img, #member-value-programs .advertising-image img, #tuition-discounts .program-logo img, #tuition-discounts .discount-logo img, #tuition-discounts .advertising-image img, #advertising-options .program-logo img, #advertising-options .discount-logo img, #advertising-options .advertising-image img, #data-research .program-logo img, #data-research .discount-logo img, #data-research .advertising-image img {
  max-height: 150px;
  width: auto;
}
#member-value-programs h3, #tuition-discounts h3, #advertising-options h3, #data-research h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #243b81;
  text-align: center;
}
#member-value-programs .button, #tuition-discounts .button, #advertising-options .button, #data-research .button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.program-popup h3, .discount-popup h3, .data-research-popup h3 {
  color: #243b81;
  font-size: 30px;
}

#affinity-groups {
  margin: 30px 0;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
#affinity-groups .affinity-group {
  padding: 30px;
  position: relative;
  border: 1px solid #2d2d2d;
}
#affinity-groups .affinity-group-logo {
  margin-bottom: 20px;
}
#affinity-groups .affinity-group-logo img {
  max-height: 150px;
  width: auto;
}
#affinity-groups a {
  font-weight: bold;
}

#cbw-sponsors {
  background-color: #f7f7f7;
}
#cbw-sponsors .primary-sponsor-groups {
  margin-top: 40px;
}
#cbw-sponsors .primary-sponsor-groups .primary-sponsor-group {
  margin-bottom: 40px;
}
#cbw-sponsors .primary-sponsor-groups .primary-sponsor-group:last-child {
  margin-bottom: 0;
}
#cbw-sponsors .primary-sponsor-groups .primary-sponsor-group .sponsors {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#cbw-sponsors .primary-sponsor-groups .primary-sponsor-group .sponsors .sponsor {
  width: 316px;
  height: 316px;
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #2d2d2d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#cbw-sponsors .primary-sponsor-groups .primary-sponsor-group .sponsors .sponsor img {
  max-height: 274px;
  width: auto;
}
#cbw-sponsors .secondary-sponsor-groups {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#cbw-sponsors .secondary-sponsor-groups .secondary-sponsor-group {
  width: 316px;
}

#cbw-charity .cbw-charity-choice-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}
#cbw-charity .cbw-charity-choice {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  align-items: center;
}
#cbw-charity .cbw-charity-choice:last-child {
  grid-column: span 2;
}
#cbw-charity .cbw-charity-choice .cbw-charity-logo {
  max-width: 260px;
}
#cbw-charity .cbw-charity-choice .cbw-charity-logo:last-child {
  grid-column: span 2;
}
#cbw-charity .cbw-charity-choice .cbw-charity-details:first-child {
  grid-column: span 2;
}
#cbw-charity .cbw-charity-choice-image {
  max-width: 500px;
}
#cbw-charity .cbw-charity-choice-image:first-child {
  grid-column: span 2;
}

#cbw-schedule {
  background-color: #871c56;
  color: white;
}
#cbw-schedule h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
#cbw-schedule h1, #cbw-schedule h2, #cbw-schedule h3, #cbw-schedule h4, #cbw-schedule h5, #cbw-schedule h6 {
  color: white;
}
#cbw-schedule .cbw-schedule-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px 60px;
}

#stats-map {
  max-width: 1400px;
  margin: 30px auto;
  position: relative;
}
#stats-map .stats-map-background {
  display: grid;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
#stats-map .stats-map-background svg {
  width: 100%;
  max-height: 100%;
}
#stats-map .stats {
  padding: 150px 80px 200px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  z-index: 2;
}
#stats-map .stats .stat {
  text-align: center;
}
#stats-map .stats .stat.blue .stat-number-wrapper {
  color: #243b81;
}
#stats-map .stats .stat.orange .stat-number-wrapper {
  color: #dd6227;
}
#stats-map .stats .stat .stat-number-wrapper {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 8px white;
}
#stats-map .stats .stat .stat-text {
  font-size: 24px;
  color: #231f20;
  text-shadow: 0px 0px 8px white;
}

#about-colored-boxes {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
}
#about-colored-boxes .colored-box {
  padding: 60px 30px;
  position: relative;
  left: -20px;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -moz-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}
#about-colored-boxes .colored-box.active {
  left: 0;
  opacity: 1;
}
#about-colored-boxes .colored-box .colored-box-icon {
  margin-bottom: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#about-colored-boxes .colored-box .colored-box-icon img {
  max-height: 130px;
  width: auto;
}
#about-colored-boxes .colored-box .colored-box-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}
#about-colored-boxes .colored-box .colored-box-content {
  margin-bottom: 30px;
}
#about-colored-boxes .colored-box .button {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
#about-colored-boxes .colored-box .button:hover {
  background-color: white;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#about-image-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#about-image-boxes .image-box {
  min-height: 400px;
  padding: 30px 60px;
  position: relative;
  display: grid;
  align-items: center;
  color: white;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#about-image-boxes .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#about-image-boxes .image-box .image-box-content-wrapper {
  position: relative;
  z-index: 2;
}
#about-image-boxes .image-box .image-box-title {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}
#about-image-boxes .image-box .image-box-content {
  margin-bottom: 20px;
}
#about-image-boxes .image-box .button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#about-image-boxes .image-box .button:hover {
  background-color: #dd6227;
}

#credc-news, #news-feed {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
}
#credc-news:first-child, #news-feed:first-child {
  margin-top: 0;
}
#credc-news:last-child, #news-feed:last-child {
  margin-bottom: 0;
}
#credc-news > a, #news-feed > a {
  font-weight: bold;
  font-size: 16px;
}
#credc-news .credc-news-wrapper, #credc-news .news-feed-wrapper, #news-feed .credc-news-wrapper, #news-feed .news-feed-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  gap: 30px;
}
#credc-news .credc-news-wrapper:first-child, #credc-news .news-feed-wrapper:first-child, #news-feed .credc-news-wrapper:first-child, #news-feed .news-feed-wrapper:first-child {
  margin-top: 0;
}
#credc-news .credc-news-wrapper:last-child, #credc-news .news-feed-wrapper:last-child, #news-feed .credc-news-wrapper:last-child, #news-feed .news-feed-wrapper:last-child {
  margin-bottom: 0;
}
#credc-news .credc-news-wrapper .news-item, #credc-news .news-feed-wrapper .news-item, #news-feed .credc-news-wrapper .news-item, #news-feed .news-feed-wrapper .news-item {
  padding-top: 80%;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  text-align: left;
}
#credc-news .credc-news-wrapper .news-item:hover .news-item-read-more-wrapper, #credc-news .news-feed-wrapper .news-item:hover .news-item-read-more-wrapper, #news-feed .credc-news-wrapper .news-item:hover .news-item-read-more-wrapper, #news-feed .news-feed-wrapper .news-item:hover .news-item-read-more-wrapper {
  height: 68px;
}
#credc-news .credc-news-wrapper .news-item .news-item-content-wrapper, #credc-news .news-feed-wrapper .news-item .news-item-content-wrapper, #news-feed .credc-news-wrapper .news-item .news-item-content-wrapper, #news-feed .news-feed-wrapper .news-item .news-item-content-wrapper {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
#credc-news .credc-news-wrapper .news-item .news-item-title, #credc-news .news-feed-wrapper .news-item .news-item-title, #news-feed .credc-news-wrapper .news-item .news-item-title, #news-feed .news-feed-wrapper .news-item .news-item-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
#credc-news .credc-news-wrapper .news-item .news-item-excerpt, #credc-news .news-feed-wrapper .news-item .news-item-excerpt, #news-feed .credc-news-wrapper .news-item .news-item-excerpt, #news-feed .news-feed-wrapper .news-item .news-item-excerpt {
  font-size: 18px;
}
#credc-news .credc-news-wrapper .news-item .news-item-read-more-wrapper, #credc-news .news-feed-wrapper .news-item .news-item-read-more-wrapper, #news-feed .credc-news-wrapper .news-item .news-item-read-more-wrapper, #news-feed .news-feed-wrapper .news-item .news-item-read-more-wrapper {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#credc-news .credc-news-wrapper .news-item .news-item-read-more-wrapper .button, #credc-news .news-feed-wrapper .news-item .news-item-read-more-wrapper .button, #news-feed .credc-news-wrapper .news-item .news-item-read-more-wrapper .button, #news-feed .news-feed-wrapper .news-item .news-item-read-more-wrapper .button {
  margin-top: 20px;
}

.advocacy-item {
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #f4f4f4;
}
.advocacy-item h3 {
  color: #243b81;
  text-transform: uppercase;
}
.advocacy-item:last-child {
  margin-bottom: 0;
}

#home-member-spotlight {
  font-size: 24px;
}

#member-spotlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
#member-spotlights .member-spotlight .member-spotlight-video {
  margin-bottom: 20px;
}
#member-spotlights .member-spotlight h4 {
  font-size: 24px;
}

#investors .investor-group {
  margin-bottom: 50px;
}
#investors .investor-group:last-child {
  margin-bottom: 0;
}
#investors .investor-group .investors-wrapper {
  display: grid;
  gap: 40px;
}
#investors .investor-group.large-image .investors-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
#investors .investor-group.image .investors-wrapper {
  grid-template-columns: repeat(5, 1fr);
}
#investors .investor-group.image .investor, #investors .investor-group.large-image .investor {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #bfbfbf;
}
#investors .investor-group.image .investor .investor-image, #investors .investor-group.large-image .investor .investor-image {
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
#investors .investor-group.image .investor .investor-image img, #investors .investor-group.large-image .investor .investor-image img {
  max-height: 100%;
  width: auto;
}
#investors .investor-group.text .investors-wrapper {
  gap: 0 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#resources .resource-filters {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#resources .resource-filters .resource-filter {
  padding: 6px 15px;
  color: #333333;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#resources .resource-filters .resource-filter.active {
  background-color: #333333;
  color: white !important;
}
#resources .resource-filters .resource-filter:hover {
  color: #dd6227;
}
#resources .resources-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
#resources .resources-wrapper .resource {
  min-height: 350px;
  display: grid;
  background-size: cover;
  background-position: center center;
}
#resources .resources-wrapper .resource .resource-content-wrapper {
  display: grid;
  background-color: rgba(228, 107, 31, 0.75);
  opacity: 0;
  color: white;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#resources .resources-wrapper .resource .resource-content-wrapper .resource-content {
  padding: 20px;
}
#resources .resources-wrapper .resource .resource-content-wrapper .resource-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
#resources .resources-wrapper .resource .resource-content-wrapper .resource-excerpt {
  margin-bottom: 10px;
  font-size: 16px;
}
#resources .resources-wrapper .resource .resource-content-wrapper .resource-link-icon {
  height: 50px;
  width: 50px;
  display: grid;
  align-content: center;
  justify-content: center;
  color: white;
  background-color: #871c56;
  font-size: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#resources .resources-wrapper .resource:hover .resource-content-wrapper {
  opacity: 1;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
.upper-footer-wrapper {
  background-color: #243b81;
}
.upper-footer-wrapper .upper-footer {
  width: 100%;
  height: 240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: white;
}

.lower-footer-wrapper {
  background-color: #1d2f68;
}
.lower-footer-wrapper .lower-footer {
  width: 100%;
  height: 60px;
  display: grid;
  align-items: center;
  color: white;
  font-size: 14px;
}

.footer-address {
  font-size: 20px;
}
.footer-address strong {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
}

.footer-newsletter {
  max-width: 400px;
  justify-self: center;
  text-align: center;
  font-size: 16px;
}
.footer-newsletter h4 {
  color: white;
  text-transform: uppercase;
}
.footer-newsletter .button {
  font-size: 16px;
}

.footer-social {
  text-align: right;
  justify-self: end;
}
.footer-social img {
  margin-bottom: 10px;
}
.footer-social ul {
  display: flex;
  gap: 10px;
  font-size: 0;
}
.footer-social ul li a {
  display: block;
  position: relative;
}
.footer-social ul li a img {
  margin-bottom: 0;
}
.footer-social ul li a .social-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-social ul li a .social-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-social ul li a:hover .social-icon {
  opacity: 0;
}
.footer-social ul li a:hover .social-icon-hover {
  opacity: 1;
}

.footer-popup h2 {
  font-size: 32px;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.wp-block-image:first-child figure, .wp-block-image.no-top-margin figure {
  margin-top: 0;
}
.wp-block-image:last-child figure, .wp-block-image.no-bottom-margin figure {
  margin-bottom: 0;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
  max-width: 50%;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img {
  height: auto !important;
}
.wp-block-image .alignleft {
  margin-right: 2em;
}
.wp-block-image .alignright {
  margin-left: 2em;
}

.wp-block-separator {
  border-bottom: 0px;
  margin: 50px 0;
  border-top: 1px solid #d5d5d5;
}

.table-wrapper {
  overflow: auto;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.narrow-gap {
  gap: 10px;
}

.slide-in-left {
  position: relative;
  right: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, right 0.3s;
  -moz-transition: opacity 0.3s, right 0.3s;
  -o-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s;
}
.slide-in-left.active {
  right: 0;
  opacity: 1;
}

.slide-in-right {
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
.slide-in-right.active {
  left: 0;
  opacity: 1;
}

.ad {
  margin-bottom: 30px;
}
.ad:last-child {
  margin-bottom: 0;
}
.ad .ad-image.mobile {
  display: none;
}

.wp-block-gallery.columns-5, .gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px !important;
  grid-auto-rows: 1fr;
}
.wp-block-gallery.columns-5 br, .gallery-columns-5 br {
  display: none;
}
.wp-block-gallery.columns-5 .wp-block-image, .wp-block-gallery.columns-5 .gallery-item, .gallery-columns-5 .wp-block-image, .gallery-columns-5 .gallery-item {
  width: auto !important;
  margin-bottom: 0px !important;
  display: grid !important;
  align-items: center !important;
  border: 1px solid #231f20;
}
.wp-block-gallery.columns-5 .wp-block-image a, .wp-block-gallery.columns-5 .gallery-item a, .gallery-columns-5 .wp-block-image a, .gallery-columns-5 .gallery-item a {
  align-self: stretch !important;
  display: grid;
  align-items: center;
}
.wp-block-gallery.columns-5 .wp-block-image img, .wp-block-gallery.columns-5 .gallery-item img, .gallery-columns-5 .wp-block-image img, .gallery-columns-5 .gallery-item img {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px solid white !important;
}

.kt-accordion-panel.kt-accordion-panel-hidden {
  display: block !important;
}

.has-white-color {
  color: white;
}

.has-black-color {
  color: #231f20;
}

.has-orange-color {
  color: #dd6227;
}

.has-blue-color {
  color: #243b81;
}

.has-purple-color {
  color: #871c56;
}

.has-white-background-color {
  background-color: white;
}

.has-black-background-color {
  background-color: #231f20;
}

.has-orange-background-color {
  background-color: #dd6227;
}

.has-blue-background-color {
  background-color: #243b81;
}

.has-purple-background-color {
  background-color: #871c56;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

.black-border {
  border: 1px solid #231f20;
}

.wp-block-column.has-background, .wp-block-group.has-background {
  padding: 40px;
}

#searchform #s {
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 6px 10px;
  font-size: 20px;
  background-color: white;
  border: 1px solid #939393;
  outline: 0px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.popup-overlay {
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  right: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999999;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
.popup-overlay.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup-overlay .popup-outer-content-wrapper {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper {
  max-width: 1000px;
  background-color: white;
  position: relative;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #231f20;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close:hover {
  color: #243b81;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-inner-content {
  padding: 40px 30px 30px;
}

.large-button-wrapper {
  margin-bottom: 40px;
  margin-top: 40px;
}
.large-button-wrapper:first-child {
  margin-top: 0;
}
.large-button-wrapper:last-child {
  margin-bottom: 0;
}

.button.floating-button, .wp-block-button.floating-button, .wp-block-buttons.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}

.wp-block-button.orange-button .wp-block-button__link {
  background-color: #dd6227;
}
.wp-block-button.orange-button .wp-block-button__link:hover {
  background-color: #243b81;
}
.wp-block-button.white-button .wp-block-button__link {
  background-color: white;
  color: #243b81;
}
.wp-block-button.white-button .wp-block-button__link:hover {
  background-color: #dd6227;
  color: white;
}

.button, .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  border: 0px solid white;
  outline: 0px solid white;
  background-color: #243b81;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
}
.button:hover, .wp-block-button__link:hover {
  background-color: #dd6227;
}
.button.large-button, .wp-block-button__link.large-button {
  display: block;
  font-size: 40px;
  text-align: center;
}
.button.orange-button, .wp-block-button__link.orange-button {
  background-color: #dd6227;
}
.button.orange-button:hover, .wp-block-button__link.orange-button:hover {
  background-color: #243b81;
}
.button.white-button, .wp-block-button__link.white-button {
  background-color: white;
  color: #243b81;
}
.button.white-button:hover, .wp-block-button__link.white-button:hover {
  background-color: #dd6227;
  color: white;
}

#pagination {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  text-align: center;
  font-size: 0;
}
#pagination .page-numbers {
  margin: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#pagination .current {
  color: white;
  background-color: #dd6227;
}
#pagination .next {
  width: auto;
  margin-left: 10px;
}
#pagination .prev {
  width: auto;
  margin-right: 10px;
}
#pagination a {
  color: #dd6227;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pagination a:hover {
  color: #243b81;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#main .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper, #main .gform_confirmation_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .gform_wrapper:first-child, #main .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.bordered {
  padding: 30px;
  background-color: #f7f7f7;
  border: 1px solid #1b2c61;
}
#main .gform_confirmation_wrapper.login_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-top-margin {
  margin-top: 0px;
}
#main .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_wrapper .bordered {
  padding: 30px;
  background-color: #f7f7f7;
  border: 1px solid #1b2c61;
}
#main .gform_wrapper .bordered.captcha-beside-submit {
  padding-bottom: 60px;
}
#main .gform_wrapper .login_form, #main .gform_wrapper .thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper .login_form .gform_footer, #main .gform_wrapper .thin_form .gform_footer {
  text-align: center;
}
#main .gform_wrapper.small-title_wrapper .gform_heading h2 {
  font-size: 32px;
}
#main .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0px;
}
#main .gform_wrapper.no-bottom-margin_wrapper {
  margin-top: 0px;
}
#main .gform_wrapper .captcha-beside-submit .gform_body {
  position: relative;
}
#main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
  position: absolute;
  bottom: -100px;
  right: 160px;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer {
  padding-top: 40px;
  text-align: right;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer .button {
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#main .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span {
  padding-left: 0;
  padding-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
  flex: 0 0 33.33%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_city {
  margin-bottom: 0 !important;
  padding-right: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
  padding-left: 7px;
  padding-right: 7px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
  padding-right: 0;
  padding-left: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_country {
  flex: 0 0 100%;
  padding: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #main .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 25px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto;
}
#main .gform_wrapper .gform_body {
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper .gform_body input[type=color], #main .gform_wrapper .gform_body input[type=date], #main .gform_wrapper .gform_body input[type=datetime-local], #main .gform_wrapper .gform_body input[type=datetime], #main .gform_wrapper .gform_body input[type=email], #main .gform_wrapper .gform_body input[type=month], #main .gform_wrapper .gform_body input[type=number], #main .gform_wrapper .gform_body input[type=password], #main .gform_wrapper .gform_body input[type=search], #main .gform_wrapper .gform_body input[type=tel], #main .gform_wrapper .gform_body input[type=text], #main .gform_wrapper .gform_body input[type=time], #main .gform_wrapper .gform_body input[type=url], #main .gform_wrapper .gform_body input[type=week], #main .gform_wrapper .gform_body select, #main .gform_wrapper .gform_body textarea {
  padding: 6px 10px;
  font-size: 20px;
  background-color: white;
  border: 1px solid #1b2c61;
  outline: 0px solid white;
}
#main .gform_wrapper .gform_body .gchoice {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .gchoice:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked),
#main .gform_wrapper .gform_body [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #1b2c61;
  background: #ffffff;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0px;
  background-color: #243b81;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked),
#main .gform_wrapper .gform_body [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #1b2c61;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 0px;
  background-color: #243b81;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}

body > .select2-container {
  z-index: 999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 44px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #1b2c61 !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1b2c61 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

@media screen and (max-width: 641px) {
  #main .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }

  #main .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    flex: 100%;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_city, #main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
    padding: 0;
    margin-bottom: 25px !important;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
    padding: 0;
  }

  #main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
    position: static;
  }

  #main .gform_wrapper .bordered.captcha-beside-submit, #main .gform_wrapper .bordered {
    padding: 20px;
  }

  #main .gform_wrapper.gravity-theme .ginput_complex.ginput_container_email {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_card_expiration_container {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_cardextras {
    gap: 25px;
  }
}
/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1740px) {
  #home-counter .counter-outer-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  #branding .mobile-menu-button-wrapper {
    display: block;
  }

  #primary-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: white;
    text-align: center;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity 0.3s, right 0s 0.3s;
    -moz-transition: opacity 0.3s, right 0s 0.3s;
    -o-transition: opacity 0.3s, right 0s 0.3s;
    transition: opacity 0.3s, right 0s 0.3s;
  }
  #primary-nav.active {
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s, right 0s 0s;
    -moz-transition: opacity 0.3s, right 0s 0s;
    -o-transition: opacity 0.3s, right 0s 0s;
    transition: opacity 0.3s, right 0s 0s;
  }
  #primary-nav .sub-menu {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  #stats-map .stats .stat .stat-number-wrapper {
    font-size: 60px;
  }

  #investors .investor-group .investors-wrapper {
    gap: 20px;
  }
  #investors .investor-group.image .investors-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  #investors .investor-group.large-image .investors-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  #investors .investor-group.text .investors-wrapper {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #about-colored-boxes {
    grid-template-columns: 1fr 1fr;
  }

  #staff {
    grid-template-columns: 1fr;
  }

  .wp-block-gallery.columns-5, .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  #programs-benefits, #member-value-programs, #tuition-discounts, #advertising-options, #data-research {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  #primary-nav {
    width: 300px;
    padding: 20px 0;
    text-align: right;
    position: fixed;
    right: -300px;
    top: 120px;
    bottom: 0;
    overflow: auto;
    opacity: 1;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  #primary-nav.active {
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  #primary-nav ul li {
    display: block;
  }
  #primary-nav ul li.button {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
  }
  #primary-nav ul li.button:hover {
    background-color: transparent;
  }
  #primary-nav ul li.button a {
    padding: 6px 15px;
    color: #231f20;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #primary-nav ul li.button a:hover {
    color: #243b81;
  }
  #primary-nav ul li.search a {
    font-size: 20px;
  }
  #primary-nav ul li.search a:before {
    display: none;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    max-height: none !important;
    height: 0;
    position: static;
    opacity: 1;
    background-color: #dddddd;
    text-align: right;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu.active {
    height: auto;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li {
    width: auto !important;
  }
  #primary-nav ul li.menu-item-has-children:hover .sub-menu {
    max-height: none;
  }

  .breakpoint-1100.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .breakpoint-1100.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .breakpoint-1100.no-gap-on-mobile {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #home-counter .counter-content {
    margin-bottom: 30px;
    padding-right: 80px;
    text-align: center;
  }
  #home-counter .counter-content-wrapper {
    display: block;
  }

  #home-slideshow .slide .slide-content-wrapper {
    justify-content: center !important;
  }
  #home-slideshow .slide .slide-content-wrapper .slide-content .slide-title {
    font-size: 36px;
  }

  #board .board-group .board-members {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  #cbw-charity .cbw-charity-choice-wrapper {
    grid-template-columns: 1fr;
  }

  #cbw-charity .cbw-charity-choice-image {
    grid-row: 1;
    justify-self: center;
  }

  #stats-map .stats {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #about-image-boxes {
    grid-template-columns: 1fr;
  }

  #about-image-boxes .image-box {
    min-height: 250px;
  }
}
@media screen and (max-width: 900px) {
  #home-news .slick-prev {
    left: 0;
  }

  #home-news .slick-next {
    right: 0;
  }

  #wrapper {
    margin-bottom: 0;
  }

  #footer, #push {
    height: auto;
  }

  .upper-footer-wrapper .upper-footer {
    height: auto;
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .upper-footer-wrapper .upper-footer .footer-social {
    justify-self: center;
    text-align: center;
  }

  .lower-footer-wrapper .lower-footer {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  .primary-secondary-wrapper {
    margin-right: 0 !important;
  }

  #secondary {
    width: auto !important;
    margin-right: 0 !important;
    padding-left: 0px !important;
    float: none;
    clear: both;
    border-top: 1px solid #bfbfbf;
  }
  #secondary.custom-ads-sidebar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #secondary.custom-ads-sidebar .custom-ads-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ad .ad-image.desktop {
    display: none;
  }

  .ad .ad-image.mobile {
    display: block;
  }

  .wp-block-image .alignleft, .wp-block-image .alignright {
    max-width: 100%;
    float: none;
    margin: 30px auto;
    text-align: center;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .no-gap-on-mobile {
    gap: 5px;
  }

  .wp-block-nk-awb {
    padding: 10px !important;
  }

  .wp-block-column.has-background, .wp-block-group.has-background {
    padding: 20px;
  }

  #resources .resources-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  #resources .resources-wrapper .resource {
    min-height: 35vw;
  }
}
@media screen and (max-width: 800px) {
  #home-boxes, #home-counter, #home-content, #become-a-member, #home-news, #sponsors, #primary, #secondary, .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #become-a-member.orange-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #become-a-member.orange-box:first-child {
    margin-top: 0;
  }
  #become-a-member.orange-box:last-child {
    margin-bottom: 0;
  }

  .staff-popup .staff-image {
    float: none;
    margin: 0 auto 20px;
  }

  #staff .staff {
    grid-template-columns: 1fr;
  }
  #staff .staff .staff-image {
    margin: 0 auto;
  }

  #cbw-sponsors .primary-sponsor-groups .primary-sponsor-group .sponsors .sponsor {
    flex-grow: 1;
  }

  #cbw-schedule .cbw-schedule-wrapper {
    grid-template-columns: 1fr;
  }

  #stats-map .stats-map-background {
    margin-bottom: 40px;
    position: static;
  }

  #stats-map .stats {
    padding: 0;
  }

  .content-wrapper .article-wrapper .post-thumbnail, .content-wrapper .post-thumbnail {
    max-width: 100%;
    margin: 0 auto 30px;
    float: none;
  }

  #member-spotlights {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #about-colored-boxes {
    grid-template-columns: 1fr;
  }

  .wp-block-gallery.columns-5, .gallery-columns-5 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  #programs-benefits, #member-value-programs, #tuition-discounts, #advertising-options, #data-research, #affinity-groups {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .button.floating-button, .wp-block-button.floating-button, .wp-block-buttons.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.8;
    z-index: 99999;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .button.floating-button:hover, .wp-block-button.floating-button:hover, .wp-block-buttons.floating-button:hover {
    opacity: 1;
  }

  .content-wrapper .entry-content h2, .content-wrapper .page-content h2 {
    margin-bottom: 30px;
  }

  #cbw-charity .cbw-charity-choice {
    grid-template-columns: 1fr;
  }

  #cbw-charity .cbw-charity-choice .cbw-charity-logo {
    justify-self: center;
  }

  #stats-map .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #investors .investor-group.image .investors-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  #investors .investor-group.large-image .investors-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  #home-counter .counter-content {
    padding-right: 0px;
  }
  #home-counter .counter-outer-wrapper {
    padding-right: 0;
  }

  #main {
    padding-top: 98px;
  }

  #branding .header-wrapper {
    grid-template-columns: 230px auto;
  }

  #primary-nav {
    top: 98px;
  }

  #home-slideshow .slick-next, #home-slideshow .slick-prev {
    display: none !important;
  }

  .button.large-button {
    font-size: 30px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5, h6 {
    font-size: 22px;
  }

  #become-a-member .become-a-member-wrapper {
    display: grid;
    gap: 20px;
    text-align: center;
  }
  #become-a-member .button {
    width: auto;
  }

  #home-news .news-wrapper {
    padding: 0;
  }

  #home-news .slick-prev {
    left: -10px !important;
  }

  #home-news .slick-next {
    right: -10px !important;
  }

  #cbw-sponsors .primary-sponsor-groups .primary-sponsor-group .sponsors .sponsor {
    width: auto;
    height: 250px;
  }

  #resources .resources-wrapper {
    grid-template-columns: 1fr;
  }
  #resources .resources-wrapper .resource {
    min-height: 60vw;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 480px) {
  #main {
    padding-top: 81px;
  }

  #branding .header-wrapper {
    grid-template-columns: 160px auto;
  }

  #primary-nav {
    top: 81px;
  }

  #stats-map .stats {
    grid-template-columns: 1fr;
  }

  #investors .investor-group.image .investors-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #investors .investor-group.large-image .investors-wrapper {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=global.css.map */
