@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?z4n89v');
  src: url('../fonts/icomoon.eot?z4n89v#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?z4n89v') format('truetype'), url('../fonts/icomoon.woff?z4n89v') format('woff'), url('../fonts/icomoon.svg?z4n89v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
  border-top: 1px solid #dddddd;
  padding-top: 35px;
}
.share-row h5 {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  color: #000000 !important;
}
.circle-share-buttons {
  display: flex;
  gap: 12px;
}

.circle-share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #de3d35;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.circle-share-buttons a:hover {
  background-color: #cc1d14;
}

.circle-share-buttons i {
  font-size: 16px;
}

/* Center icons on mobile */
@media (max-width: 767px) {
  .circle-share-buttons {
    justify-content: center;
	  margin-bottom: 30px;
  }
}
.category-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  font-size: 0.95rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 35px;
}
.category-badge {
  background-color: #0074c9;
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.read-time {
  color: #666;
  font-size: 1rem;
}
#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 !important;
}
.tribe-common div.tribe-dialog {
  z-index: 9999 !important;
  top: 100px !important;
  height: 80vh !important;
}
/* Button styles inside modal */
.tribe-common .tribe-dialog button, .tribe-common .tribe-dialog .tribe-common-c-btn, .tribe-common .tribe-dialog__close-button {
  border: none !important;
}
.tribe-common .tribe-dialog__close-button:focus {
  outline: none !important;
}
.tribe-common .tribe-dialog button:hover, .tribe-common .tribe-dialog .tribe-common-c-btn:hover {
  background-color: #ffaa22;
  color: #111;
}
.tribe-tickets__attendee-tickets-footer-divider {
  margin: 0 20px !important;
}
.tribe-common button.tribe-common-c-btn-link {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 12px !important;
  line-height: 12px !important;
  letter-spacing: 1px !important;
  display: inline-block;
  text-align: center;
  border: none !important;
  background-color: #003063 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  min-width: 150px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 15px 25px !important;
  margin: 0 !important;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none !important;
}
.tribe-common h2.tribe-dialog__title {
  font-size: 22px !important;
  line-height: 28px !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.tribe-common .tribe-dialog__close-button {
  font-size: 30px !important;
}
.tribe-common .tribe-dialog button:hover, .tribe-common .tribe-dialog .tribe-common-c-btn:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.entry .entry-content .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number-input, .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number-input {
  font-size: 20px !important;
}
.event-tickets .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-total {
  margin: 0 20px !important;
}

/* Pagination container */
.ncbm-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Page number links (circles only) */
.ncbm-pagination a.ncbm-page-link:not(.ncbm-prev):not(.ncbm-next),
.ncbm-page-active {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #efefef;
  background: #fff;
  color: #003063;
}
a.ncbm-page-link {
	text-decoration: none!important;
}

/* Hover state for page numbers */
.ncbm-pagination a.ncbm-page-link:not(.ncbm-prev):not(.ncbm-next):hover {
  background: #fff;
}

/* Active page */
.ncbm-page-active {
  background: #003063;
  color: #fff;
  border-color: #003063;
  font-weight: 600;
}

/* Prev / Next — NO border, NO background */
.ncbm-prev,
.ncbm-next {
  border: none !important;
  background: none !important;
  padding: 0 10px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  color: #003063;
}

/* Hover state for Prev / Next */
.ncbm-prev:hover,
.ncbm-next:hover {
  text-decoration: underline;
	  color: #0074c8;
}

/* Ellipsis */
.ncbm-ellipsis {
  padding: 0 6px;
  color: #777;
  font-size: 16px;
}
/* Page number hover (circles only) */
.ncbm-pagination a.ncbm-page-link:not(.ncbm-prev):not(.ncbm-next):hover {
  background: #0074c8;
  color: #fff;
  border-color: #0074c8;
  transform: translateY(-1px);
}

/* Smooth hover animation */
.ncbm-pagination a.ncbm-page-link:not(.ncbm-prev):not(.ncbm-next),
.ncbm-page-active {
  transition: background-color 0.2s ease, 
              color 0.2s ease, 
              border-color 0.2s ease,
              transform 0.15s ease;
}



#category-select {
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  max-width: 100%;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  background-image: none; /* Remove browser default arrow */
}
/* Wrapper adds the chevron using ::after */
.ncbm-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ncbm-select-wrapper::after {
  content: "\f078"; /* Font Awesome down chevron */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  pointer-events: none;
  transform: translateY(-50%);
  color: #666;
}
/* Make entire card a clickable link */
.event-wrapper-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
/* Event container */
.event-wrapper {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #bbbbbb;
  transition: background-color 0.2s ease;
}
/* Alternate background colors on the link wrapper */
.event-wrapper-link:nth-child(odd) .event-wrapper {
  background-color: #f7f7f7;
}
.event-wrapper-link:nth-child(even) .event-wrapper {
  background-color: #ffffff;
}
/* Hover background overrides alternating backgrounds */
.event-wrapper-link:hover .event-wrapper {
  background-color: #eef6ff !important;
  cursor: pointer;
}
/* Event title */
.event-name {
  font-size: 26px;
  line-height: 32px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 5px 0;
}
/* Location line */
.event-location {
  font-size: 14px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
}
/* Event date */
.event-date {
  color: #000000;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
/* Category pill style */
.event-category-pill {
  display: inline-block;
  background-color: #0074c8;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  margin: 2px 4px 2px 0;
  border-radius: 2px;
  white-space: nowrap;
}
/* Learn More button restored */
.event-button {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #003063;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  border-radius: 4px;
  padding: 15px 15px;
  margin: 0;
  transition: background 300ms ease;
  text-decoration: none;
  border: none;
}
/* Hover effect on button */
.event-wrapper-link:hover .event-button {
  background-color: #0056b3;
  color: #fff;
}
.event-button--reserved {
	  background-color: #de3d35!important;
}
.event-button--reserved:hover {
	  background-color: #cc1d14!important;
}
.event-wrapper-link:hover .event-name, .event-wrapper-link:hover .event-location, .event-wrapper-link:hover .event-date, .event-wrapper-link:focus .event-name, .event-wrapper-link:focus .event-location, .event-wrapper-link:focus .event-date, .event-wrapper-link:active .event-name, .event-wrapper-link:active .event-location, .event-wrapper-link:active .event-date {
  color: #000 !important;
}
.give-donor-dashboard-donor-info__avatar .give-donor-dashboard-donor-info__avatar-container {
  background: #0074c9 !important;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  overflow-x: hidden;
  line-height: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #2f3641;
}
p, .table-responsive {
  font-size: 18px;
  line-height: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0 0 24px 0;
}
blockquote {
    color: #2f3641 !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 0px;
    padding: 15px !important;
    border-left: 5px solid #f7ab22 !important;
}
blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
	font-style: italic!important;
    padding: 0 !important;
    margin: 0 !important;
}
.alignright {
    max-width: 100% !important;
	width: 100% !important;
    height: auto;
    float: right;
    margin: 5px 0px 25px 0px !important;
}

p strong {}
ul {
  margin: 0 0 24px 0;
}
li {
  font-size: 18px;
  line-height: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
a, a:hover, a:focus, a:active, a.active {
  outline: 0;
  text-decoration: none;
}

a, a:hover {
  color: #de3d35;
  position: relative;
  text-decoration: none; /* remove default underline */
}

.single-post p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust based on font size */
  width: 0;
  height: 1px;
  background-color: #de3d35;
  transition: width 0.3s ease;
}

.single-post p a:hover::after {
  width: 100%;
}


h1 {
  font-size: 44px;
  line-height: 48px;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px 0;
}
h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
h4 {
  font-size: 28px;
  line-height: 32px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px 0;
}
h5 {
  font-size: 22px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
hr {
    margin-top: 35px !important;
    margin-bottom: 30px !important;
    width: 100%;
    display: block;
}
#article-page {
	  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.single-article-hero-image {
  padding-top: 125px;
  padding-bottom: 125px;
	padding-left: 0px;
	padding-right: 0px;
}
  #scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #f7ab22;
  width: 0%;
  opacity: 0;
  transition: width 0.1s ease, opacity 0.3s ease;
  z-index: 990;
  }
.top-border {
    font-size: 0.95rem;
    border-top: 1px solid #dddddd;
    padding-top: 35px;
}
.padding-default-y {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-small-y {
  padding-top: 25px;
  padding-bottom: 0px;
}
.padding-medium-y {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-large-y {
  padding-top: 150px;
  padding-bottom: 120px;
}
.padding-default-x {
  padding-right: 0px;
  padding-left: 0px;
}
.padding-small-x {
  padding-right: 25px;
  padding-left: 25px;
}
.padding-medium-x {
  padding-right: 75px;
  padding-left: 75px;
}
.padding-large-x {
  padding-right: 150px;
  padding-left: 150px;
}
.margin-default {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.margin-small {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.margin-medium {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.margin-large {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.clear {
  clear: both;
}
.light-text {
  color: #ffffff !important;
}
.dark-text {
  color: #000000 !important;
}
.flexible-blocks img {
  max-width: 100%;
  height: auto;
}

/* Custom Rows */
.full-row {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.full-row.white {
  background-color: #ffffff;
}
.full-row.white-transparent {
  background-color: rgba(255, 255, 255, 1);
}
.full-row.blue {
  background-color: #004a98;
  color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.full-row.light-blue {
  background-color: #0074c8;
}
.full-row.dark-blue {
  background-color: #003063;
}
.full-row.di-dark-blue {
  background-color: #112d85;
}
.full-row.gray {
  background-color: #eaeaea;
}
.full-row.light-gray {
  background-color: #f5f5f5;
}
.full-row.yellow {
  background-color: #f6ab22;
}
full-row.slider {
  padding: 95px 0 0 0;
}
.border {
  border-top: #eaeaea 1px solid;
}
.mobile-center {
  text-align: center;
}
.mobile-center-right {
  text-align: center;
}
small {
  line-height: 12px;
}
/* No Row Gutters */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* No Container Padding */
.container-fluid.no-padding {
  padding-right: 0;
  padding-left: 0;
}
/* Tag */
.tag {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
#site-header {
  position: fixed;
  height: 120px;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all .5s ease;
}
#site-header.hide {
  top: -140px;
}
#di-site-header {
  position: fixed;
  height: 90px;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all .5s ease;
}
#di-site-header.hide {
  top: -110px;
}
/* Upper Navigation */
#top-header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999;
}
ul#upper-navigation {
  list-style: none;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
ul#upper-navigation li.donate a {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #de3d35;
  padding: 14px 25px 14px 25px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
ul#upper-navigation li.donate a:hover {
  color: #ffffff;
  background: #cc1d14;
}
ul#upper-navigation li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul#upper-navigation li a {
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  margin: 0 0 0 20px;
  text-decoration: none;
}
ul#upper-navigation li a:hover {
  color: #0074c8;
}
/* Desktop Navigation */
#desktop-header {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  margin-top: 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
#di-site-header #desktop-header {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.site-brand, .di-site-brand {
  padding: 20px 0;
}
.site-brand img {
  width: 180px;
  height: auto;
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.di-site-brand img {
  width: 250px;
  height: auto;
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
ul#menu-primary {
  list-style: none;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: right;
  float: right;
  position: relative;
}
ul#menu-primary li {
  float: left;
  position: relative;
}
ul#menu-primary li a {
  color: #2f3641;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  display: block;
  line-height: 90px;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
ul#menu-primary li.current-menu-item a {
  color: #0074c8;
}
ul#menu-primary li a:hover {
  color: #0074c8;
}
ul#menu-primary li.bom-link {
  z-index: 100;
}
ul#menu-primary li.bom-link a {
  color: #ffffff;
  background-color: #243a94;
  padding: 0px 20px 0px 20px;
}
ul#menu-primary li.bom-link a:hover {
  color: #ffffff;
  background-color: #243a94;
}
ul#menu-primary li.bom-link a:after, ul#menu-primary li.bom-link a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #243a94;
  height: 100%;
  width: 1000vw;
  z-index: -1;
}
ul#menu-primary > li:hover ul.sub-menu {
  display: block;
}
ul#menu-primary ul.sub-menu {
  position: absolute;
  z-index: 999999;
  list-style: none;
  padding: 10px 0 !important;
  margin: 0;
  left: -10px;
  top: 91px;
  display: none;
  width: 200px; 
  background: #004a98;
  word-wrap: break-word;
  white-space: normal; 
}

ul#menu-primary ul.sub-menu li {
  width: 100%;
  text-align: left;
}

ul#menu-primary ul.sub-menu li a {
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 20px;
  display: block;
  letter-spacing: 1px;
  opacity: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
}

ul#menu-primary ul.sub-menu li a:hover {
  color: #ffffff;
  background-color: #0074c8;
  text-decoration: none;
  opacity: 1;
}

/* Search Bar */
#search-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 2px;
  color: #FFF;
}
#search-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#search-overlay {
  display: none;
  z-index: 9999;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
}
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}
#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  font-size: 26px;
}
#close-btn:hover {
  color: #777;
  cursor: pointer;
}
li#search-toggle {
  cursor: pointer;
  margin: 0 0 0 20px;
  padding: 0px;
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 90px;
  color: #2f3641;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
li#search-toggle:hover {
  color: #0074c8;
}
li#search-toggle:hover, li#search-toggle.open {}
#search-bar {
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 999;
  background: #eaeaea;
  padding: 15px 0 15px 0;
  display: none;
}
#search-box input#s {
  -webkit-appearance: none;
  background: url(../img/arrow.svg) no-repeat right center;
  background-size: 60px;
  border: none;
  padding: 0 5px 0px 15px;
  margin: 0px !important;
  height: 57px;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  background-color: rgba(255, 255, 255, 1);
}
#search-box input#s:focus {
  background-color: rgba(255, 255, 255, 1);
  outline: none;
}
#search-box input#searchsubmit {
  position: absolute;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  width: 45px;
  height: 45px;
  top: 0;
  right: 15px;
  margin: 0px !important;
  padding: 0px !important;
}
/* Mobile Navigation */
#mobile-header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999;
  margin-top: 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
#di-site-header #mobile-header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.site-brand-mobile {
  width: 200px;
  padding: 20px 0;
  height: auto;
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#mobile-menu-toggle {
  display: block;
  cursor: pointer;
  padding: 35px 0;
  margin: 0;
  height: 95px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#mobile-menu-toggle div {
  width: 30px;
  margin: 0 auto;
  height: 95px;
  position: relative;
}
#di-site-header #mobile-menu-toggle span {
  background: #203b95 !important;
}
#mobile-menu-toggle span {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background: #1179f7;
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}
#mobile-menu-toggle span.top {
  top: 0px;
  width: 30px;
}
#mobile-menu-toggle span.middle {
  top: 10px;
  width: 40px;
}
#mobile-menu-toggle span.bottom {
  top: 20px;
  width: 20px;
}
#mobile-menu-toggle.menu-is-active span {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #1179f7;
}
#mobile-menu-toggle.menu-is-active {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #1179f7;
}
#mobile-menu-toggle.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobile-menu-toggle.menu-is-active span.middle {
  opacity: 0;
}
#mobile-menu-toggle.menu-is-active span.bottom {
  top: 6px;
  width: 30px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
#di-site-header #mobile-nav-container {
  background: #203b94 !important;
  z-index: 99999;
  overflow: auto;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 95px !important;
  bottom: 0;
}
#mobile-nav-container {
  background: #004a98;
  z-index: 99999;
  overflow: auto;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 136px;
  bottom: 0;
}
#menu-mobile-menu i {
  font-size: 22px;
}
ul#menu-primary-1 {
  list-style: none;
  margin: 30px 20px;
  padding: 0px;
  text-align: left
}
ul#menu-primary-1 > li {
  display: block;
  width: 100%;
}
ul#menu-primary-1 > li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}
ul#menu-primary-1 li.current-menu-item a {
  color: #7c8ba5;
}
ul#menu-primary-1 > li a:hover {
  color: #7c8ba5;
}
#menu-primary-1 ul.sub-menu {
  display: none;
  padding: 0px 30px 0px 30px;
}
#menu-primary-1 ul.sub-menu li {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
#menu-primary-1 ul.sub-menu li a {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 2px 10px;
  display: block;
  vertical-align: middle;
  min-width: 100%;
  letter-spacing: 1px;
  color: #ffffff;
}
#menu-primary-1 ul.sub-menu li a:hover {
  color: #7c8ba5;
}
.contact-logo img {
  width: 200px;
  height: auto;
}
#nav-contact p a {
  font-size: 15px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: none;
}
#nav-contact p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
body.noscroll {
  overflow: hidden
}
.header-fix {
  width: 100%;
  display: block;
  height: 130px;
}
.di-header-fix {
  width: 100%;
  display: block;
  height: 90px;
}
#content-page img {
  max-width: 100%;
  height: auto;
}
/* Home Page Slider */
.slide-background {
  height: 500px;
}
.slide-content {
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0;
}
.slide-content h1 {
  font-size: 34px;
  line-height: 38px;
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.slide-content h2 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-transform: none !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 30px 0;
}
.overlay {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#59000000', GradientType=0);
  z-index: 900;
  position: absolute;
  top: 0;
}
/* Side Bar Menu */
.side-menu {
  text-align: left;
  background: #f6f6f6;
  padding: 20px;
  margin: 0;
  display: block;
  width: 100%;
  border-top: rgba(0, 0, 0, 0.10) 5px solid;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.side-menu ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.side-menu ul li a {
  line-height: 18px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #2f3641;
  opacity: 1;
  display: block;
  transition: all ease-out 300ms;
  padding: 10px 0;
  margin: 0;
}
.side-menu ul li.active a {
  color: #2f3641;
  opacity: 1;
}
.side-menu ul li:not(.active):hover a {
  color: #2f3641;
  opacity: .35;
}
/* Mission Quick Links - Home Page */
#mission-quick-links {
  display: none;
}
ul#mission-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: auto;
  text-align: center;
  position: relative;
}
ul#mission-categories li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
ul#mission-categories li.browse-missions {
  display: inline-block;
  background: #eaeaea url(../img/arrow.png) no-repeat center right;
  padding: 1px 20px 1px 20px;
  color: #2f3641;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 65px;
  position: relative;
}
ul#mission-categories li.browse-missions:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeaea;
  height: 100%;
  width: 1000vw;
  z-index: -1;
}
ul#mission-categories li a {
  color: #2f3641;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 0px 15px 0px 15px;
  line-height: 65px;
}
ul#mission-categories li.view-all a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  background: #de3d35;
  padding: 12px 25px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
ul#mission-categories li.view-all a:hover {
  color: #ffffff;
  background: #cc1d14;
}
/* Local Ideas */
#filters .facetwp-facet {
  margin-bottom: 0px;
  margin-top: 10px;
}
#load-more .facetwp-facet {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.facetwp-icon {
  animation: none !important;
  transform: none !important;
}
.facetwp-icon::before {
  animation: none !important;
  transform: none !important;
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  min-width: 100% !important;
  padding: 8px 22px 8px 8px !important;
}
.facetwp-input-wrap {
  width: 100% !important;
}
.fs-wrap {
  width: 100% !important;
}
.fs-label-wrap {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px !important;
}
.fs-label-wrap .fs-label {
  padding: 15px 22px 15px 8px !important;
}
.fs-dropdown {
  width: 75% !important;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: -1px !important;
  z-index: 1000;
}
.fs-search {
  display: none;
}
.fs-wrap.multiple .fs-option {
  padding: 10px 30px 10px 30px !important;
}
.fs-search-reset {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
}
.fs-search-reset:hover {
  color: #ffffff;
  cursor: pointer;
}
.fs-dropdown .fs-options {
  max-height: 250px !important;
}
.reset {
  padding: 10px 0;
}
.facetwp-icon {
  opacity: 1 !important;
}
.facetwp-icon:before {
  width: 45px !important;
  height: 100% !important;
  background: url(../img/icon-search.png) no-repeat !important;
  background-position: 10px 50% !important;
  background-size: 30px 30px !important;
}
.fs-arrow {
  border: none !important;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 45px !important;
  height: 100% !important;
  background: url(../img/icon-arrow.png) no-repeat !important;
  background-position: 10px 50% !important;
  background-size: 30px 30px !important;
  transition: ease-in 0.15s;
}
/* Overview Section - Home Page */
.overview-box {
  background: #004a98;
  padding: 25px 0;
  text-align: center;
}
.overview-box h3, .overview-box p {
  color: #ffffff;
}
/* Highlight Section - Home Page */
.highlight-box {
  padding: 35px 25px 25px 25px;
  max-width: 600px;
}
.highlight-box h6, .highlight-box h5, .highlight-box h4, .highlight-box h3, .highlight-box h2, .highlight-box p, .highlight-box li {
  color: #ffffff;
}
.highlight-box p a {
  color: #6ac1f8;
}
.highlight-box p a:hover {
  color: #ffffff;
}
/* Accordion */
[data-toggle="collapse"] .fa:before {
  content: "\f068";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}
#accordion {
  margin: 0;
}
#accordion button.btn.btn-link {
  color: #de3d35 !important;
  background-color: transparent;
  display: block;
  width: 100%;
  text-decoration: none !important;
  word-wrap: break-word;
  white-space: normal !important;
}
#accordion button.btn.btn-link i {
  position: absolute;
  left: 0px;
  top: 35px;
  border: 3px solid #de3d35;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  text-decoration: none !important;
}
.card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#accordion .card-header {
  padding: .50rem 0;
  margin: 10px 0 0 0;
  background-color: transparent;
  border: none;
  text-align: center;
  border-top: 1px solid #cccccc;
}
#accordion button.btn.btn-link:hover {
  text-decoration: none !important;
}
.card-header h5 {
  font-size: 18px;
  line-height: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 5px 15px 1px 15px;
  color: #212529 !important;
  text-align: left;
}
#accordion .card-body {
  padding: 25px 30px 1px 30px;
  background-color: transparent;
}
.card-body p, .card-body li {
  font-size: 17px;
  line-height: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0 0 12px 0;
}
/* Stats */
#stats .col-md-4 {
  border-right: 1px solid #e89806;
}
#stats .col-md-4:last-child {
  border-right: 0px solid #e89806;
}
#stats h3 {
  color: #ffffff;
  font-size: 60px;
}
#stats h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
/* Grid */
a div.grid-wrapper {
  color: #2f3641 !important;
  transition: transform 300ms;
}
a div.grid-wrapper:hover {
  transform: translateY(-15px);
}
.equal {
  min-height: 225px;
}
.grid-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.grid-image {
  width: 100%;
  height: 225px;
  margin: 0;
  padding: 0;
}
.grid-content {
  width: 100%;
  margin: 0;
  padding: 25px 30px;
}
.grid-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.grid-button {
  margin: 0px;
}
.grid-button i {
  float: right;
  line-height: 30px;
}
/* Staff */
p.staff-contact {
  font-size: 16px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
}
.staff-contact-space {
  padding: 0 10px;
}
a div.staff-box {
  color: #2f3641 !important;
  transition: transform 300ms;
}
a div.staff-box:hover {
  transform: translateY(-15px);
}
.staff-box, .staff-content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.staff-img {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 10px 0;
  padding: 0;
}
.staff-content h4 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px 0;
}
.staff-content p {
  font-size: 16px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
}
/* Featured Opportunities */
.view-all-wrapper {
  text-align: center;
}
a.view-all {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #de3d35;
}
a.view-all:hover {
  color: #cc1d14;
}
.banner-content a.view-all {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
}
.banner-content a.view-all:hover {
  color: #ffffff;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.post-card {
  display: -ms-flexbox;
  display: flex;
}
.card {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px 0 0 0 !important;
  padding: 20px 30px 20px 30px;
  background: #ffffff;
  z-index: 99;
}
.card-body h6 {
  color: #f6ab22;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.card-body p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2f3641;
  margin: 0 0 25px 0;
}
.card-body li {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2f3641;
  margin: 0 0 10px 0;
}
.card-body a h4 {
  color: #2f3641 !important;
  font-size: 24px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px 0;
}
.featured-button {
  margin: 0px;
}
.featured-button i {
  float: right;
  line-height: 30px;
}
.featured-op {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.featured-img {
  width: 100%;
  height: 225px;
  margin: 0;
  padding: 0;
}
a div.featured-content h4 {
  color: #2f3641 !important;
}
.featured-content {
  margin: -15px 15px 0 15px !important;
  padding: 20px 20px 5px 20px;
  background: #ffffff;
  z-index: 99;
  height: 100%;
}
.featured-content h6 {
  color: #f6ab22;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.featured-content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2f3641;
  margin-top: 5px;
}
.block-column-cards .preheat {
  color: #f6ab22;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  padding: 0;
}
/* Parallax */
.parallax-window {
  min-height: 40vh;
  background: transparent;
  position: relative;
}
.parallax-window h5 {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px 0;
  padding: 0;
}
.support {
  padding: 150px 0;
}
/* Image Gallery */
ul.image-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
ul.image-gallery li {
  list-style: none;
  padding: 0;
  margin: 0 2% 15px 0;
  display: inline;
  width: 47.5%;
  float: left;
}
ul.image-gallery li a img {
  max-width: 100%;
  height: auto;
}
/* Events */
.event-tickets .tribe-common-h4 {
  font-size: 22px !important;
  line-height: 28px !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.tribe-tickets__tickets-item-extra-available {
  display: none;
}
.event-tickets .tribe-common-h6--min-medium {
  line-height: 24px;
}
.event-tickets .tribe-amount {
  line-height: 50px !important;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
  max-width: 680px !important;
  width: 100%;
}
.event-list .row:nth-child(even) {
  background-color: #ffffff;
}
.event-list .row:nth-child(odd) {
  background-color: #ececec;
}
.event-date {
  font-size: 16px;
}
.event-title {
  font-size: 22px;
  line-height: 24px;
  padding: 0;
  margin: 5px 0 0 0;
}
.event-categories ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.event-categories ul li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  color: #999999;
  text-transform: uppercase;
  padding: 0 15px 0 0;
  margin: 0;
}
/* Blocks */
.text-white {
  color: #ffffff !important;
}

.text-white p a {
  color: #ffffff !important;
  position: relative;
  text-decoration: none; /* remove default underline */
}

.text-white p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust based on font size */
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.text-white p a:hover::after {
  width: 100%;
}
.text-black {
  color: #2f3641 !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Video Banner */
#video-banner p, #banner p {
  font-size: 22px;
}
#video-banner {
  position: relative;
  background-color: black;
  height: 25vh;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
}
#video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#video-banner .container {
  position: relative;
  z-index: 2;
}
#video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* Banner */
#banner {
  position: relative;
}
.banner-very-short {
  height: 250px;
}
.banner-short {
  height: 400px;
}
.banner-tall {
  height: 650px;
}
#banner .banner-content {
  z-index: 901;
  position: absolute;
  width: 100%;
}
#banner .banner-content.content-bottom {
  bottom: 10px !important;
}
#banner .banner-content.content-top {
  top: 10px !important;
}
#banner .banner-content.content-middle {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.banner-logo {
  max-width: 500px;
  margin: 25px auto 50px auto;
}
.banner-logo img {
  max-width: 100%;
  height: auto;
}
.banner-button {
  text-align: left;
}
#event-details p {
  font-size: 16px;
  line-height: 26px;
}
.event-sidebar-no-border {
  border: #ffffff 1px solid;
  padding: 20px;
}
.event-sidebar {
  border: #ccc 1px solid;
  padding: 20px;
}
.event-sidebar h4, .event-sidebar-no-border h4 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
.event-sidebar h4 i, .event-sidebar-no-border h4 i {
  color: #02b3e4;
  margin: 0 5px 0 0;
}
.event-sidebar h6 {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0;
  margin: 0 0 5px 0;
  display: block;
}
.event-sidebar p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 15px 0;
}
.event-sidebar small {
  margin: 0;
  padding: 0 0 15px 0 !important;
  display: block;
}
/* Pagination */
ul.bom-pagination {
  display: block;
  text-align: center;
  list-style: none;
}
li.bom-pagination-item {
  display: inline;
}
.bom-pagination-item.previous, .bom-pagination-item.next {
  margin-right: 18px;
  border-radius: 2px;
  border: none;
}
.bom-pagination-item.previous a, .bom-pagination-item.next a {
  background-color: #999999;
  color: #ffffff;
}
.bom-pagination-item {
  margin-right: 18px;
  font-size: 14px;
}
.bom-pagination-item a {
  padding: 5px 10px;
  display: inline-block;
  transition: 0.2s all;
  color: #555555;
}
.bom-pagination-item a:hover {
  background-color: #ececec;
}
.bom-pg-active {
  background-color: #ececec;
}
.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* Social Section */
.social-section {
  text-align: center;
  display: block;
}
.social [class*="fab fa-"] {
  background-color: #de3d35;
  border-radius: 44px;
  color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: auto 8px auto 8px;
  width: 44px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.di-social [class*="fab fa-"] {
  background-color: #f37566;
  border-radius: 44px;
  color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: auto 8px auto 8px;
  width: 44px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.fa-twitter:hover {
  background-color: #46c0fb;
}
.fa-facebook-f:hover {
  background-color: #4d6bb3;
}
.fa-vimeo-v:hover {
  background-color: #22b2e7;
}
.fa-instagram:hover {
  background-color: #e22c79;
}
/* Footer Section */
footer p {
  font-size: 14px;
  line-height: 18px;
  color: #2f3641;
  font-weight: 400;
}
.footer-logo, .di-footer-logo {
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.footer-logo img {
  max-width: 185px;
  height: auto;
}
.di-footer-logo img {
  max-width: 250px;
  height: auto;
}
.charity {
  font-size: 14px;
  line-height: 18px;
  color: #2f3641;
  font-weight: 400;
}
.di-contact p {
  font-size: 14px;
  line-height: 22px;
  color: #2f3641;
  font-weight: 400;
}
ul#menu-footer {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
ul#menu-footer li {
  display: block;
  margin: 0;
  padding: 0;
}
ul#menu-footer li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #de3d35;
  letter-spacing: 1px;
}
ul#menu-footer li a:hover {
  color: #cc1d14;
}
ul#menu-legal {
  display: block;
  margin: 0;
  padding: 0;
}
ul#menu-legal li {
  list-style: none;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  border-right: 1px #efefef solid;
  font-size: 12px;
}
ul#menu-legal li:last-child {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  border-right: 0px #efefef solid;
}
ul.footer-contact {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.footer-contact li {
  list-style: none;
  display: inline-block;
  color: #de3d35;
  line-height: 30px;
}
ul.footer-contact li a span.icon-phone, ul.footer-contact li a span.icon-mail {
  font-size: 20px;
  height: 40px;
  vertical-align: middle;
}
ul.footer-contact li a {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #de3d35;
}
ul.footer-contact li a:hover {
  color: #cc1d14;
}
.coryright {
  font-size: 12px;
}
/* Video */
#video-wrapper {
  min-height: 500px;
  text-align: center;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.play-button {
  z-index: 100 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
/* Forms */
p.give-card__text {
  font-size: 16px;
  line-height: 22px;
}
.give-button {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px !important;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  background-color: #de3d35;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  margin: 0;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
}
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  padding: 20px;
  margin: 0;
  font-size: 30px;
  color: #2f3641;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  float: left;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border: none !important;
  z-index: 3;
  position: absolute;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  background-color: transparent !important;
  border: none;
  color: #2f3641;
  margin: 0;
  padding: 0 12px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
[id*=give-form] .give-recurring-donors-choice input[type="checkbox"] {
  position: relative;
  border: 1px solid #dddddd !important;
  margin: 0 10px 0 0 !important;
}
[id*=give-form] .give-recurring-donors-choice label {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
[id*=give-form] .give-recurring-donors-choice-period {
  height: 40px;
  font-size: 15px;
  margin: 0 10px;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  border: 1px solid #dddddd;
  min-width: 100px;
}
#give_error_test_mode {
  display: none !important;
}
[id*=give-form] .give-recurring-donors-choice {
  margin: 0 0 25px;
  display: block;
  line-height: 1em;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: #ffffff;
  color: #212529;
  margin: 0;
  padding: 20px 0;
  height: auto;
  line-height: 35px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: none;
  width: 40%;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  float: left;
  width: 60%;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: auto;
  line-height: 35px;
  padding: 20px;
  margin: 0;
  font-size: 30px;
  color: #2f3641;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  text-align: center;
}
.give-wrap .give-card {
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
}
.give-wrap .give-card__title {
  font-size: 20px !important;
  line-height: 26px !important;
}
.give-btn {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #de3d35;
  color: #ffffff !important;
  text-transform: uppercase;
  min-width: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 25px;
  margin: 15px 0 0 0;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
  border: none;
}
.give-donation-level-btn {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #003063 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  min-width: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 25px;
  margin: 15px 0 0 0;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
  border: 1px solid #003063;
}
button.nf-add-fieldset {
  border: none !important;
  border-radius: 0 !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #de3d35 !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nf-repeater-fieldsets fieldset {
  margin-bottom: 0px !important;
}
.nf-field-element h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase !important;
  padding: 0px !important;
  margin: 0 0 5px 0 !important
}
.nf-field-element p {
  margin: 0 !important;
}
legend {
  display: block;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  text-transform: uppercase !important;
}
form[id*=give-form] legend {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  margin: 25px 0 5px 0 !important;
  padding: 0 !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #003063 !important;
  text-transform: uppercase !important;
  display: block !important;
  width: 100% !important;
  float: left;
}
form.give-form .form-row textarea {
  height: 150px;
}
.nf-before-form-content {
  display: none;
}
.field-wrap input[type=button], .field-wrap input[type=submit] {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 30px !important;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #003063;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 -1px;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%) !important;
  box-shadow: inset 0 0 0 rgb(0 0 0 / 0%) !important;
}
.nf-response-msg p, .nf-response-msg p.span {
  font-size: 14px !important;
  line-height: 30px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
  margin: 0 !important;
  color: #00984b !important;
}
.nf-field-element input, .nf-field-element textarea, .field-wrap .pikaday__display {
  background-color: #efefef;
  border: 1px solid #efefef !important;
  border-radius: 0px !important;
  padding: 12px !important;
}
.field-wrap .pikaday__display {
  background-color: #efefef !important;
  height: 56px !important;
  line-height: 56px !important;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #000000 !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #2f3641 !important;
  background-color: #ffffff !important;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.field-wrap select {
  background-color: #efefef;
  border: 1px solid #efefef !important;
  border-radius: 0px !important;
  padding: 12px !important;
  height: 56px !important;
  line-height: 56px !important;
}
.nf-field-element input:focus, .nf-field-element textarea:focus {
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.nf-field-container {
  margin-bottom: 15px !important;
}
.nf-multi-cell .nf-cell {
  padding: 0 10px !important;
}
#contact-bom .nf-multi-cell .nf-cell {
  padding: 0 !important;
}
.nf-realistic-field--description {
  display: block !important;
}
.nf-remove-fieldset {
  color: #ffffff !important;
  font-size: 20px !important;
  background-color: #de3d35 !important;
  border: none !important;
  line-height: 25px;
  float: right;
  margin-top: -25px !important;
  border-radius: 20px;
  width: 25px;
  height: 25px;
}
/* Ppagination */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  line-height: 30px;
}
.pagination span {
  display: block;
  float: left;
  text-decoration: none;
  width: auto;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0 0 0 5px;
}
.pagination a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0 5px;
  background: #efefef;
}
.pagination a:hover {
  color: #fff;
  background: #de3d35;
}
.pagination .current {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background: #de3d35;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0 5px;
}
/* Buttons */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-style: italic !important;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  padding: 6px 15px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 0px;
}
.bootstrap-select > .dropdown-toggle:hover {
  background-color: #f5f5f5;
  color: #999999;
  text-decoration: none !important;
}
.tribe-common button.tribe-common-c-btn--small {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #003063 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  min-width: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 25px !important;
  margin: 0 !important;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
  border: none;
}
.button-default, span.button-primary a, .facetwp-load-more, button#wc-donation-f-submit-donation {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: #003063;
  color: #ffffff;
  text-transform: uppercase;
  min-width: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 25px;
  margin: 15px 0 0 0;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
  border: none;
}
.button-default:hover, span.button-primary a:hover, .facetwp-load-more:hover, button#wc-donation-f-submit-donation:hover {
  background-color: #002145;
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}
.button-red {
  color: #de3d35;
  border: 2px solid #de3d35;
}
.button-red-solid {
  margin: 0;
  color: #ffffff;
  background-color: #de3d35;
  border: 2px solid #de3d35;
}
.button-red-solid:hover {
  color: #de3d35;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.button-details {
  padding: 2px 20px 2px 20px;
  margin: 10px 0 0 0;
  color: #ffffff;
  background-color: #0074c8;
  border: 2px solid #0074c8;
  width: 100%;
}
.button-details:hover {
  color: #ffffff;
  background-color: #0064ad;
  border: 2px solid #0064ad;
}
.button-reserved {
  padding: 2px 20px 2px 20px;
  margin: 10px 0 0 0;
  color: #ffffff;
  background-color: #de3d35;
  border: 2px solid #de3d35;
  width: 100%;
}
.button-reserved:hover {
  color: #ffffff;
  background-color: #c62d25;
  border: 2px solid #c62d25;
}
.button-default-wide {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px !important;
  letter-spacing: 1px;
  display: inline-block;
  text-align: left;
  background-color: #de3d35;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  padding: 5px 20px 5px 20px;
  margin: 0;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none;
}
.button-default-wide:hover {
  background-color: #cc1d14;
  color: #ffffff;
  text-decoration: none !important;
}
.btn-large-white {
  font-size: 16px;
  letter-spacing: 1px;
  min-width: 200px;
  padding: 20px;
  margin: 15px 15px;
  font-weight: 700;
  background-color: #ffffff;
  color: #003063 !important;
}
.btn-large-white:hover {
  color: #ffffff !important;
}
.btn-link, span.btn-link a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #de3d35;
  text-transform: uppercase;
}
.btn-link-white, span.btn-link-white a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
.btn-arrow.btn-link, span.btn-arrow.btn-link, .btn-arrow-white.btn-link-white, span.btn-arrow-white.btn-link-white {
  padding-left: 0;
}
.btn-arrow.btn-link:hover:after, span.btn-arrow.btn-link:hover:after, .btn-arrow-white.btn-link-white:hover:after, span.btn-arrow-white.btn-link-white:hover:after {
  margin-left: 12px;
}
.btn-arrow-white.btn-link-white:after, span.btn-arrow-white.btn-link-white:after {
  content: "";
  background: url("../img/link-arrow-white.svg") 100% no-repeat;
  background-size: 20px 10px;
  padding-right: 22px;
  transition: margin-left .3s ease;
}
.btn-arrow.btn-link:after, span.btn-arrow.btn-link:after {
  content: "";
  background: url("../img/link-arrow.svg") 100% no-repeat;
  background-size: 20px 10px;
  padding-right: 22px;
  transition: margin-left .3s ease;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: transparent;
  color: #f88412;
}
.btn-link-white:focus, .btn-link-white:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}
.btn {
  height: 50px;
  background: #de3d35;
  color: #ffffff;
  border-radius: 0;
  margin: 0 0 0 -1px;
}
.js-filters-reset {
  text-align: right;
}
/* Woo */
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 750px !important;
}
p.woocommerce-shipping-contents {
  line-height: 15px !important;
}
.create-account {
  margin-bottom: 35px !important;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #1a2b52;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1a2b52;
}
#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #1a2b52 !important;
  font-size: 16px;
  line-height: 16px !important;
}
#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #1a2b52 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #1a2b52;
}
tr.cart-subtotal th, tr.cart-subtotal td {
  border-top: none !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 400;
  border-top: 1px solid #1a2b52;
}
a.enable-local-pickup, a.disable-local-pickup {
  color: #00a0e0;
}
.pickup-location-field.pickup-location-cart-item-field {
  max-width: 190px !important;
}
body .woocommerce table.shop_table th {
  border-bottom: none !important;
  border-right: none !important;
}
.woocommerce-message {
  border-top-color: #0074c9;
}
.woocommerce-error {
  border-top-color: #0074c9;
}
.woocommerce-error::before {
  color: #0074c9;
}
.woocommerce-message::before {
  color: #0074c9 !important;
}
.woocommerce-info::before {
  color: #0074c9 !important;
}
.woocommerce-info {
  border-top-color: #9fd6fe !important;
}
#customer_details {
  margin: 30px 0 0 0;
}
.woocommerce.columns-3 {
  width: 100%;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce table.shop_table th.product-remove {
  width: 10%;
}
.woocommerce table.shop_table th.product-thumbnail {
  width: 10%;
}
.woocommerce table.shop_table th.product-name {
  width: 50%;
}
.woocommerce table.shop_table th.product-price {
  width: 10%;
}
.woocommerce table.shop_table th.product-quantity {
  width: 10%;
}
.woocommerce table.shop_table th.product-subtotal {
  width: 10%;
}
.woocommerce table.shop_table th {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 64px !important;
  width: 100% !important;
  margin: 0 10px 8px 0;
  border: 1px solid #1a2b52;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ffffff !important;
  color: #192a55 !important;
  border: 2px solid #ed7431 !important;
  width: 100%;
  float: right;
}
.woocommerce-cart .wc-proceed-to-checkout {
  float: right;
  width: 100%;
  display: block;
  text-align: right;
}
.actions button.button {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 12px !important;
  line-height: 12px !important;
  letter-spacing: 1px !important;
  display: inline-block;
  text-align: center;
  border: none !important;
  background-color: #003063 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  min-width: 150px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 15px 25px !important;
  margin: 0 !important;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  text-decoration: none !important;
}
@media(min-width:992px) {
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 64px !important;
    width: 250px !important;
    margin: 0 10px 8px 0;
  }
  .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    width: 330px;
  }
}
@media(min-width:1200px) {
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 64px !important;
    width: 250px !important;
    margin: 0 10px 8px 0;
  }
  .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    width: 350px;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 1px !important;
    display: inline-block;
    text-align: center;
    border: none !important;
    background-color: #003063 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    min-width: 150px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 15px 25px !important;
    margin: 0 !important;
    -webkit-transition: background 500ms ease;
    transition: background 500ms ease;
    text-decoration: none !important;
  }
}
.woocommerce table.shop_table {
  border: none !important;
  border-radius: 0px !important;
}
.woocommerce a.button.alt:hover {
  background-color: #0074c9 !important;
  color: #ffffff !important;
  border: none !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 15px !important;
  padding: 15px !important;
}
.form-row-wide, .woocommerce-input-wrapper {
  float: left !important;
  width: 100% !important;
}
.form-row label {
  display: block;
  width: auto;
}
.woocommerce form .form-row input.input-text {
  height: 45px !important;
  padding: 5px 10px !important;
  border: 1px solid #1a2b52;
  color: #1a2b52;
}
.woocommerce form .form-row textarea {
  height: 200px !important;
  border: 1px solid #1a2b52;
  padding: 10px !important;
  color: #1a2b52;
}
.select2-container--default .select2-selection--single, .woocommerce form .form-row select {
  background-color: #fff;
  border: 1px solid #1a2b52 !important;
  border-radius: 0px !important;
  line-height: 45px !important;
  height: 45px !important;
  color: #1a2b52;
}
.select2-container .select2-selection--single {
  line-height: 40px !important;
  height: 40px !important;
  color: #1a2b52;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1a2b52;
  height: 40px !important;
  line-height: 40px !important;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #749d79 !important;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #d55e00 !important;
}
.woocommerce form .form-row .required {
  color: #d55e00 !important;
  font-weight: 400 !important;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading, span.xoo-wsc-ctxt {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0;
  font-family: poppins, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #1a2b52;
}
.woocommerce form .form-row label {
  line-height: 2;
  text-transform: capitalize;
  font-size: 13px;
  color: #333132 !important;
}
.woocommerce-billing-fields {
  margin: 0 0 30px 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: -1px 0 0 0 !important;
  padding: 1em 2em 1em 3.5em;
  background-color: #ccecfa !important;
  line-height: 30px;
}
.woocommerce-message::before {
  top: 1em !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  background-color: #ccecfa !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ffffff !important;
  border-radius: 0px !important;
}
.return-to-shop {
  margin: 30px 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none !important;
}
a.xoo-wsc-remove {
  display: none !important;
}
.xoo-wsc-cart, .xoo-wsc-chkt {
  margin: 0 0 10px 0 !important;
}
.xoo-wsc-shiptxt, .xoo-wsc-sum-col a {
  line-height: 16px !important;
}
.woocommerce form.checkout_coupon {
  border: none !important;
  margin: 0 !important;
  border-radius: 0px !important;
  background: #ffffff;
}
.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
  border: 1px solid #d3ced2;
  border-radius: 0px !important;
  width: 100% !important;
}
.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number {
  background-size: 30px 30px !important;
}
.woocommerce-checkout #payment div.payment_box {
  border-radius: 0px !important;
  background-color: #ccecfa !important;
  color: #333132 !important;
  padding: 0 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ccecfa !important;
}
.payment_method_square_credit_card p {
  display: none;
}
.columns-1 {
  width: 100%;
  float: left;
}
.woocommerce-LoopProduct-link {
  display: block;
}
.woocommerce-MyAccount-navigation {
  display: block;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #f5dac6;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  list-style: none;
  padding: 10px 0;
  text-decoration: none;
  color: #06262d;
  text-transform: capitalize;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
  color: #06262d;
}
.woocommerce-MyAccount-content em {
  font-size: 12px;
  opacity: .5;
  font-style: normal !important;
}
.woocommerce-MyAccount-content fieldset {
  display: block;
  width: 100% !important;
  float: left;
  margin: 30px 0;
  font-family: alegreya, serif;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}
.woocommerce-Addresses address {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce form.login, .woocommerce form.register {
  border: none !important;
  padding: 20px 0 !important;
  margin: 2em 0;
  text-align: left;
  border-radius: 0px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
.slick-dots li button:before {
  font-size: 20px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #cf6524 !important;
}
.slick-dots li button:before {
  opacity: .5 !important;
  color: #cf6524 !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 300 !important;
  text-decoration: none !important;
}
.accordion-item {
  border-bottom: none !important;
}
.accordion-content {
  border: none !important;
  display: none;
  padding: 20px 0 !important;
  color: #333132 !important;
  background: transparent !important;
}
.woocommerce span.onsale {
  height: 50px !important;
  width: 50px !important;
  padding: 0 !important;
  line-height: 50px !important;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464 !important;
  ;
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase !important;
}
.woocommerce-LoopProduct-link {
  position: relative !important;
}
.price ins {
  text-decoration: none !important;
}
.price del {
  color: #ccc !important;
}
.mark, mark {
  padding: .2em;
  background-color: #f5dac6 !important;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid #f5dac6 !important;
}
/* Media Queries */
@media (min-width: 544px) {
  #desktop-header, #mission-quick-links, #di-site-header #desktop-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #di-site-header #mobile-header {
    display: block;
  }
}
@media(min-width:768px) {
		.single-article-hero-image {
  padding-top: 200px;
  padding-bottom: 200px;
}
	.alignright {
    max-width: 400px !important;
    margin: 0px -60px 20px 20px !important;
}
  #video-banner {
    height: 50vh;
  }
  #filters .facetwp-facet {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .reset {
    padding: 37px 0;
  }
  .mobile-center {
    text-align: left;
  }
	 .mobile-center-right {
    text-align: right;
  }
  .view-all-wrapper {
    text-align: right;
  }
  .slide-content {
    padding: 0 20px;
  }
  .slide-content h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .slide-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #desktop-header, #mission-quick-links, #di-site-header #desktop-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #di-site-header #mobile-header {
    display: block;
  }
  .highlight-box {
    max-width: 100%;
  }
}
@media(min-width:992px) {
		ul.image-gallery li {
  margin: 0 2% 15px 0;
  width: 31%;
}
		.single-article-hero-image {
  padding-top: 275px;
  padding-bottom: 275px;
}
	.alignright {
    max-width: 400px !important;
    margin: 0px -110px 20px 20px !important;
}
  .event-tickets .tribe-common-h6--min-medium {
    line-height: 50px !important;
  }
  #video-banner {
    height: 55vh;
  }
  #filters .facetwp-facet {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .reset {
    padding: 37px 0;
  }
  .mobile-center {
    text-align: left;
  }
		 .mobile-center-right {
    text-align: right;
  }
  .view-all-wrapper {
    text-align: right;
  }
  .slide-content {
    padding: 0 50px;
  }
  .slide-content h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .slide-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #desktop-header, #mission-quick-links, #di-site-header #desktop-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #di-site-header #mobile-header {
    display: block;
  }
  .banner-button {
    text-align: right;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .header-fix {
    height: 130px;
  }
  .di-header-fix {
    height: 90px;
  }
  ul#menu-primary li a {
    font-size: 13px;
  }
  ul#mission-categories li a {
    padding: 0px 5px 0px 5px;
    letter-spacing: 0px;
  }
  .overview-box {
    padding: 75px;
  }
  .play-button {
    padding: 0;
  }
  .social-section {
    text-align: left;
  }
  .social [class*="fab fa-"], .di-social [class*="fab fa-"] {
    margin: auto 16px auto 0;
  }
  ul#menu-legal li {
    margin: 0 15px 0 0;
    padding: 0 18px 0 0;
    font-size: 14px;
  }
  ul#menu-legal li:last-child {
    margin: 0 15px 0 0;
    padding: 0 18px 0 0;
  }
}
@media(min-width:1200px) {
	ul.image-gallery li {
  margin: 0 2% 15px 0;
  width: 31%;
}
	.single-article-hero-image {
  padding-top: 325px;
  padding-bottom: 325px;
}
	.alignright {
    max-width: 400px !important;
    margin: 0px -110px 20px 20px !important;
}
  .event-tickets .tribe-common-h6--min-medium {
    line-height: 50px !important;
  }
  #video-banner {
    height: 60vh;
  }
  #filters .facetwp-facet {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .reset {
    padding: 37px 0;
  }
  .mobile-center {
    text-align: left;
  }
		 .mobile-center-right {
    text-align: right;
  }
  .view-all-wrapper {
    text-align: right;
  }
  .slide-content {
    padding: 0 50px;
  }
  .slide-content h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .slide-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #desktop-header, #mission-quick-links, #di-site-header #desktop-header {
    display: block;
  }
  #mobile-header {
    display: none;
  }
  #di-site-header #mobile-header {
    display: none;
  }
  .banner-button {
    text-align: right;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .header-fix {
    height: 130px;
  }
  .di-header-fix {
    height: 90px;
  }
  ul#menu-primary li a {
    font-size: 15px;
  }
  ul#mission-categories li a {
    padding: 0px 15px 0px 15px;
  }
  .full-row.slider {
    padding: 0;
  }
  .slide-background {
    height: 600px;
  }
  .slide-content {
    padding: 0px;
  }
  .overview-box {
    padding: 75px;
  }
  .play-button {
    padding: 0;
  }
  .social-section {
    text-align: left;
  }
  .social [class*="fab fa-"], .di-social [class*="fab fa-"] {
    margin: auto 16px auto 0;
  }
  ul#menu-legal li {
    margin: 0 15px 0 0;
    padding: 0 18px 0 0;
    font-size: 14px;
  }
  ul#menu-legal li:last-child {
    margin: 0 15px 0 0;
    padding: 0 18px 0 0;
  }
}