/*
Theme Name: James Madison Institute
Description: Custom built for James Madison Institute
Version: 4.0
*/
.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-blue-background-color {
  background-color: #2c405f;
}

.has-red-background-color {
  background-color: #b51e4d;
}

.has-gray-background-color {
  background-color: #d8dad9;
}

.has-red-light-background-color {
  background-color: #e42860;
}

.has-teal-background-color {
  background-color: #64c4c5;
}

.has-teal-light-background-color {
  background-color: #f2f9f9;
}

.has-teal-dark-background-color {
  background-color: #55a4a5;
}

.has-gray-dark-background-color {
  background-color: #8C8D8D;
}

.has-black-color {
  color: #000;
}

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

.has-blue-color {
  color: #2c405f;
}

.has-red-color {
  color: #b51e4d;
}

.has-gray-color {
  color: #d8dad9;
}

.has-red-light-color {
  color: #e42860;
}

.has-teal-color {
  color: #64c4c5;
}

.has-teal-light-color {
  color: #f2f9f9;
}

.has-teal-dark-color {
  color: #55a4a5;
}

.has-gray-dark-color {
  color: #8C8D8D;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.mejs-container {
  margin-bottom: 1.5em;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.wp-playlist-item:last-of-type {
  border-bottom: none;
}

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.wp-playlist-item-length {
  top: 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

.shadow-sm {
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}
.shadow-sm:hover {
  box-shadow: none !important;
}

.btn,
.gform-button {
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}
.btn:hover,
.gform-button:hover {
  box-shadow: none !important;
}

.btn {
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-gray {
  color: #000;
  background: #d8dad9;
  border: none;
}
.btn.btn-gray:hover {
  background: #2c405f;
  color: #fff;
}
.btn.btn-blue {
  background: #2c405f;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #1c293c;
}
.btn.btn-blue-outline {
  background: #fff;
  border: 1px solid #2c405f;
  color: #2c405f;
}
.btn.btn-blue-outline:hover {
  background: #2c405f;
  border: 1px solid #2c405f;
  color: #fff;
}
.btn.btn-teal {
  background: #64c4c5;
  border: none;
  color: #fff;
}
.btn.btn-teal:hover {
  background: #43b2b3;
}
.btn.btn-red {
  background: #b51e4d;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #e42860;
}
.btn.btn-red-light {
  background: #e42860;
  border: none;
  color: #fff;
}
.btn.btn-red-light:hover {
  background: #b51e4d;
}

.no-shadow {
  box-shadow: none !important;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important;
}

.gform_button.button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px !important;
  background-color: #b51e4d;
  color: #fff;
  padding: 8px 55px;
  border-radius: 0;
  border: none;
  margin: 0 auto;
}
.gform_button.button:hover {
  background-color: #e42860;
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  border: 1px solid #8f8f9d;
  box-shadow: none;
  height: 45px;
}

select {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #8f8f9d;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  margin-left: 3px;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
  font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
  font-style: italic;
}

#gform_4 input:not(.ginput_total),
#gform_4 select,
#gform_4 #input_4_1_1 {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 50px;
}
#gform_4 textarea {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

#input_4_1_1 {
  padding-top: 16px;
}

#gform_submit_button_6 {
  background: #2c405f;
  border: none;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  border-radius: 0;
  font-size: 16px !important;
  padding: 8px 35px;
  width: 100%;
}
#gform_submit_button_6:hover {
  background: #1c293c;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow;
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.iframe-inside iframe {
  max-width: 100%;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  margin: 0 0 0.25em;
  padding: 1.5rem 0 1rem;
  font-family: "Montserrat", sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  font-size: 2.1rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}

h4 {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}

h5 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1em;
}

h6 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1em;
}

p {
  margin: 0 0 1.5em;
  font-size: 1.25rem;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 300;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  border-left: 3px solid #b51e4d;
}
blockquote p {
  font-weight: 500;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

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

a {
  color: #b51e4d;
}
a:hover {
  color: #e42860;
}

.line-height-xs {
  line-height: 1em;
}

.line-height-sm {
  line-height: 1.2em;
}

.line-height-regular {
  line-height: 1.4rem;
}

.line-height-24 {
  line-height: 24px;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold,
strong {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.font-sans {
  font-family: "Montserrat", sans-serif;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.letter-spacing {
  letter-spacing: 1px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

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

.font-size-36 {
  font-size: 36px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-50 {
  font-size: 50px;
}

article p {
  line-height: 1.6em;
}
article ul,
article ol {
  font-size: 1.25rem;
}

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.is-style-narrow-width .wp-block-group__inner-container {
  width: 840px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

body.admin-bar #main-nav {
  top: 32px;
}
body.admin-bar .single-banner-height {
  height: calc(100vh - 90px);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

#main-nav.affixed .announcement-bar {
  height: 0;
}

.announcement-bar {
  height: 41px;
  transition: 0.5s all;
  overflow: hidden;
}
.announcement-bar a {
  font-size: 14px;
  color: #fff;
}

.hover-blue-color:hover {
  color: #64c4c5 !important;
}

.btn.hover-blue-color:hover > .has-blue-color {
  color: #64c4c5 !important;
}

#main-nav .nav-item {
  padding-right: 20px;
  padding-left: 20px;
}
#main-nav .nav-item .nav-link {
  color: #2c405f;
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  text-transform: uppercase;
}
#main-nav .nav-item .nav-link:hover {
  color: #64c4c5;
}
#main-nav .nav-item .nav-link.active {
  color: #8C8D8D;
}
#main-nav .dropdown-menu {
  background: #64c4c5;
  border-radius: 0;
  margin-top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 600px;
}
#main-nav .dropdown-menu li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#main-nav .dropdown-menu .dropdown-item {
  color: #2c405f;
  font-weight: 500;
  white-space: normal;
  line-height: 1.25rem;
  padding: 0.35rem 1rem;
}
#main-nav .dropdown-menu .dropdown-item:hover, #main-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background: transparent;
}
#main-nav .dropdown-menu:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #64c4c5;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 15px;
  margin: 0 auto;
}
#main-nav .dropdown-item.active,
#main-nav .dropdown-item:active {
  background: transparent;
  color: #fff;
}

.dropdown-toggle {
  position: relative;
}

/*
body.logged-in #main-nav {
  .dropdown-menu {
    top: 104px;
  }
}
*/
#popmake-233 {
  border-bottom: 1px solid #000 !important;
}

.pum-theme-default-theme .pum-title {
  color: #fff !important;
}

.pum-theme-default-theme .pum-content p {
  color: #fff !important;
}

.home-newsletter-inline .gfield input {
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-style: italic;
  height: 40px;
}
.home-newsletter-inline input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.home-newsletter-inline input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.home-newsletter-inline input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.home-newsletter-inline input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.home-newsletter-inline .gform_footer {
  padding-bottom: 1px;
}

#gform_6 .gfield input:not(.gform-button) {
  background: #f3f3f3;
  color: #000;
  border: none;
  font-style: italic;
  height: 43px;
}
#gform_6 .gform_footer {
  padding-bottom: 1px;
}

#gform_submit_button_6 {
  background: #b51e4d;
}
#gform_submit_button_6:hover {
  background: #e42860;
}

#popmake-233 .gfield input {
  background: #555;
  color: #fff;
  border: 1px solid #fff;
  font-style: italic;
  height: 40px;
}
#popmake-233 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#popmake-233 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#popmake-233 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#popmake-233 input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#popmake-233 #gform_submit_button_1 {
  background: #b51e4d;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-style: normal;
}
#popmake-233 #gform_submit_button_1:hover {
  background: #2c405f;
}
#popmake-233 .gform_footer {
  padding-bottom: 1px;
}

#gform_submit_button_2 {
  background: #b51e4d;
  border: none;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  border-radius: 0;
  font-size: 16px !important;
  padding: 8px 35px;
}
#gform_submit_button_2:hover {
  background: #89173a;
}

img.has-white-border {
  border: 10px solid #fff;
}

.home-banner-main-img {
  width: 100%;
  height: 600px;
  min-height: 80vh;
  object-fit: cover;
}

.home-banner-inner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.shortbar {
  width: 170px;
  height: 6px;
}

.graybar {
  height: 20px;
  background-color: #d8dad9;
}

.border-b-left {
  position: relative;
}
.border-b-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}

.border-b-right {
  position: relative;
}
.border-b-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}

.border {
  border-color: #000 !important;
}

.home-newsletter-inline {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.newsletter-bg-img {
  min-height: 340px;
  object-fit: cover;
}

.product-image-card {
  height: 300px;
  object-fit: contain;
}

#gform_fields_3 .gfield input {
  background: #ffffff78;
  color: #fff;
  border: none;
  font-style: italic;
  height: 40px;
}
#gform_fields_3 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
#gform_fields_3 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#gform_fields_3 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
#gform_fields_3 input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
#gform_fields_3 #gform_submit_button_3 {
  background: #b51e4d;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-style: normal;
}
#gform_fields_3 #gform_submit_button_3:hover {
  background: #e42860;
}
#gform_fields_3 .gform_footer {
  padding-bottom: 1px;
}

footer .nav-item .nav-link {
  color: #fff;
  padding: 2px 0 !important;
  font-size: 13px;
}
footer .nav-item .nav-link:hover {
  color: #64c4c5;
}
footer .dropdown-menu {
  position: relative !important;
  display: block;
  background: transparent !important;
  padding: 0;
  margin-left: 15px;
}
footer .dropdown-menu .dropdown-item {
  color: #fff;
  background: transparent !important;
  padding: 2px 0 !important;
  font-size: 14px;
}
footer .dropdown-menu .dropdown-item:hover {
  color: #64c4c5;
}

.streteched-link-wrapper:hover .hover-blue {
  color: #2c405f !important;
}

.streteched-link-wrapper:hover .stretched-link {
  color: #2c405f !important;
}

.streteched-link-wrapper:hover .has-white-background-color {
  background-color: #64c4c5 !important;
}
.streteched-link-wrapper:hover .has-blue-color {
  color: #fff !important;
}
.streteched-link-wrapper:hover .has-teal-color {
  color: #fff !important;
}
.streteched-link-wrapper:hover .has-gray-dark-color {
  color: #2c405f !important;
}

.single-bg-overlay {
  position: relative;
}
.single-bg-overlay::before {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  position: absolute;
  height: 330px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

.scrolled-hide {
  opacity: 1;
  height: auto;
}

.single-banner-height {
  height: calc(100vh - 58px);
  transition: 2s all;
  -webkit-transition: 2s all;
}
.single-banner-height.scrolled {
  height: 500px !important;
}
.single-banner-height.scrolled .scrolled-hide {
  opacity: 0;
  height: 0;
}

.author-image {
  width: 75px;
}

/*
.archive-bg {
  &:before {
    content: ' ';
    width: 100%;
    left: 0;
    top: 60%;
    bottom: -1px;
    position: absolute;
    z-index: -2;
    background: linear-gradient(to left bottom, transparent 50%, $blue 50%);
  }
}
*/
/*
body.blog,
body.archive.category {
  .archive-bg {
    &:before {
      content: ' ';
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-position: center 500px;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      z-index: -2;
    }
  }
}
*/
.dropdown-toggle::after {
  display: none !important;
}

#nav-modal .nav-link {
  color: #fff;
  padding: 1px 0;
}
#nav-modal .nav-link:hover {
  color: #64c4c5;
}
#nav-modal .issue-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.1em;
}
#nav-modal .issue-link:hover {
  color: #64c4c5;
}
#nav-modal .navbar-nav {
  font-size: 1.1rem;
}

.icon-red {
  width: 30px;
}

.icon-outline {
  width: 30px;
}

.height-40 {
  height: 40px;
}

.min-width-210 {
  min-width: 210px;
}

#gform_submit_button_4 {
  padding: 8px 50px !important;
  background: #b51e4d !important;
  border: none !important;
  height: auto !important;
}
#gform_submit_button_4:hover {
  background: #2c405f !important;
}

#gform_fields_4 .gfield_label {
  font-size: 26px;
  color: #2c405f;
  letter-spacing: 1px;
  font-weight: 600;
}

#input_4_6 label {
  border: 1px solid #ccc;
  padding: 15px 25px;
  background: #f5f5f5;
}
#input_4_6 label#label_4_6_4 {
  background: #2c405f;
  color: #fff;
  font-weight: 700;
}
#input_4_6 input {
  display: none;
}
#input_4_6 .gfield-choice-input:checked + label {
  background: #b51e4d !important;
  color: #fff;
}

.graybreak {
  height: 20px;
  background-color: #d8dad9;
}

.team-cards .team-card:nth-child(even) .team-card-border {
  position: relative;
  border: 1px solid #000;
}
.team-cards .team-card:nth-child(even) .team-card-border:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
  left: 10px;
  top: -10px;
  border: 1px solid #000;
  z-index: -1;
}
.team-cards .team-card:nth-child(odd) .team-card-border {
  position: relative;
  border: 1px solid #000;
}
.team-cards .team-card:nth-child(odd) .team-card-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}
.team-cards .team-card img {
  height: 350px;
  object-fit: cover;
}

.team-card-border .img-hover {
  display: none;
}
.team-card-border:hover .img-initial {
  display: none;
}
.team-card-border:hover .img-hover {
  display: block;
}
.team-card-border .bio p:last-of-type {
  margin-bottom: 0;
}

.modal-person p {
  font-size: 16px;
}

.logo-footer {
  width: 175px;
}

.person-bio-img {
  border-radius: 50%;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: -100px;
  position: relative;
}

.gform_submission_error {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.img-fade-left:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: white;
  background: linear-gradient(90deg, white 5%, rgba(255, 255, 255, 0) 57%);
}

.img-fade-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: white;
  background: linear-gradient(270deg, white 5%, rgba(255, 255, 255, 0) 57%);
}

.vert-line-left {
  position: relative;
}
.vert-line-left:before {
  border-left: 1px solid #b6babc;
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: -50px;
  content: "";
}

.vert-line-right {
  position: relative;
}
.vert-line-right:before {
  border-right: 1px solid #b6babc;
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: -50px;
  content: "";
}

.hori-line {
  border-top: 1px solid #b6babc;
  height: 1px;
}

.hori-line-left {
  margin: 40px 0;
  position: relative;
  height: 1px;
}
.hori-line-left:before {
  content: "";
  position: absolute;
  border-top: 1px solid #b6babc;
  left: -200px;
  right: 0;
}

.hori-line-right {
  margin: 40px 0;
  position: relative;
  height: 1px;
}
.hori-line-right:before {
  content: "";
  position: absolute;
  border-top: 1px solid #b6babc;
  right: -200px;
  left: 0;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.img-filter-text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.img-filter {
  position: relative;
}
.img-filter:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
}

.chapter-cards .chapter-card:nth-child(1) .img-filter {
  border: 3px solid #304363;
}
.chapter-cards .chapter-card:nth-child(2) .img-filter {
  border: 3px solid #cacaca;
}
.chapter-cards .chapter-card:nth-child(2) p {
  color: #2c405f !important;
}
.chapter-cards .chapter-card:nth-child(3) .img-filter {
  border: 3px solid #4e999c;
}

.chapter-card .img-filter {
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}

.chapter-card a:hover .img-filter {
  box-shadow: none !important;
}

.watermark-logo-red {
  background-size: 800px;
  background-position: -17% 85%;
  background-repeat: no-repeat;
}

.watermark-logo-first {
  background-size: 500px;
  background-position: 110% 15%;
  background-repeat: no-repeat;
}

.watermark-logo-second {
  background-size: 500px;
  background-position: 110% 0%;
  background-repeat: no-repeat;
}

.watermark-text {
  background-size: 98%;
  background-position: center;
  background-repeat: no-repeat;
}

img.modal-logo {
  width: 240px;
}

.footer-logo {
  width: 294px;
}

.wideview {
  aspect-ratio: 16/14;
  object-fit: cover;
}

.wp-block-separator {
  border-top: 1px solid #b6babc;
  border-bottom: none;
}

.modal-closer {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-closer:hover .has-white-color {
  color: #64c4c5 !important;
}

.share-wrapper {
  height: 40px;
  overflow: hidden;
}

.social-footer {
  width: 35px;
}

.social-teal {
  width: 40px;
}

.social-red,
.social-outline,
.social-bright {
  width: 40px;
}

.border-box-teal {
  border: 2px solid #64c4c5;
}

.social-bright {
  display: none;
}

.social-sidebar a:hover .social-outline {
  display: none !important;
}
.social-sidebar a:hover .social-bright {
  display: block;
}

.bg-hover-teal:hover {
  background: #64c4c5 !important;
}

.object-fit-cover {
  object-fit: cover;
}

.center-five-bars::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 500px;
  background-position: 0% 250px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/Background-element-stripes-left-aligned.png");
}

.person-bars::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 400px;
  background-position: 100% 75px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/Background-element-stripes-right-aligned.png");
}

.video-teal-bar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29%;
  top: 29%;
  background-image: url("/wp-content/uploads/Background-element-teal-rectangle.png");
}

.z-index-1 {
  z-index: 1;
}

.teal-line {
  background-color: #64c4c5;
  height: 1px;
  width: 175px;
}

.btn-min,
.wp-block-buttons.alignwide a {
  min-width: 270px;
}

.wp-block-button__link {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

.wp-block-button__link.has-red-background-color:hover {
  background: #e42860;
}

.border-teal {
  border: 1px solid #64c4c5;
}

.event-heading-shift {
  margin-top: -50px;
}

.team-card:hover .has-white-background-color {
  background-color: #2c405f !important;
}
.team-card:hover p {
  color: #fff !important;
}

.team-filter {
  text-decoration: none;
  margin-right: 35px;
  padding-bottom: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  display: inline-block;
}
.team-filter:last-of-type {
  margin-right: 0;
}
.team-filter:hover, .team-filter.clicked {
  color: #64c4c5;
  box-shadow: inset 0 -2px 0 #000;
  cursor: pointer;
}

.cardimg {
  aspect-ratio: 16/10.672;
  object-fit: cover;
  background: #fff;
}

.home-red-signup {
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}

#nav-modal .modal-dialog {
  width: auto;
  margin: 0 !important;
}

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }

  .bg-fixed {
    background-attachment: scroll;
  }

  img.alignleft,
img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .font-size-mobile-14 {
    font-size: 14px;
  }

  .font-size-mobile-18 {
    font-size: 18px;
  }

  .font-size-mobile-32 {
    font-size: 32px;
  }

  body.admin-bar :target:before,
:target:before {
    height: 105px;
    margin: -105px 0 0;
  }

  .video-bg video {
    max-height: 80vh;
  }

  .home-banner-inner img {
    width: 200px;
  }

  .font-size-50 {
    font-size: 36px;
  }

  .font-size-36 {
    font-size: 24px;
  }

  .border-b-left.border-end-0,
.border-b-right.border-start-0 {
    border: 1px solid #000 !important;
  }
  .border-b-left.border-end-0:before,
.border-b-right.border-start-0:before {
    right: 10px !important;
    left: -10px;
  }

  .newsletter-bg-img {
    min-height: 475px;
  }

  .nav-logo {
    max-height: 51.4px;
  }

  article p,
article ul,
article ol {
    font-size: 16px;
  }

  #featured {
    margin-top: -50px;
  }

  #about-top:before,
#about-mid:before {
    background-size: cover;
  }

  .home-red-signup {
    margin-top: -60px;
    position: relative;
  }

  .wp-block-group .wp-block-group__inner-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-banner-main-img {
    min-height: 1px;
    height: 450px;
  }

  .hero-active .home-banner-main-img {
    height: 750px;
  }

  .font-size-40 {
    font-size: 30px;
  }

  footer .navbar-nav {
    text-align: center;
  }

  .single-banner-height {
    height: 70vh !important;
  }

  .gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice,
.gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice {
    display: block;
    margin-bottom: 10px;
  }
  .gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice label,
.gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice label {
    width: 250px;
    text-align: center;
  }

  .wp-block-image figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .team-filter {
    clear: both;
    float: left;
  }
}
@media (max-width: 991px) {
  #main-nav .dropdown-menu {
    position: relative;
    top: 10px !important;
    margin-bottom: 15px;
  }

  #main-nav .dropdown-menu::before {
    right: 0px;
  }

  #main-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }

  .border-b-left.border-end-0,
.border-b-right.border-start-0 {
    border: 1px solid #000 !important;
  }
  .border-b-left.border-end-0:before,
.border-b-right.border-start-0:before {
    right: 10px !important;
    left: -10px;
  }

  .home-banner-inner img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-nav .nav-item {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-nav .dropdown-menu {
    top: 62px;
  }

  .special-t-behind {
    background-size: 215px, 50% 100%;
  }

  #main-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main-nav .dropdown-menu {
    top: 65px;
  }

  .special-t-behind {
    background-size: 215px, 50% 100%;
  }

  .fix-lg-xl {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .nav-logo {
    background: #fff;
    margin-bottom: -100px;
    padding: 0 25px 20px;
    width: 216px;
    transition: 0.5s all;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }

  .switched .nav-logo {
    background: transparent;
    width: 48px;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
  }

  .wp-block-image.alignwide {
    margin-left: -100px;
    margin-right: -100px;
  }

  .p-height-fixed,
.demographics {
    height: 84px;
    overflow: hidden;
    line-height: 27px;
  }

  .home-red-signup {
    margin-top: -120px;
    position: relative;
  }

  .mission-img-pad figure {
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 990px) and (max-width: 1399px) {
  .chapter-card {
    width: 33% !important;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }

  .container-wide {
    max-width: 1754px;
  }
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/
  }

  .img-min {
    height: 500px;
    object-fit: cover;
  }
}

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