/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.dropdown-item:hover, .dropdown-item:focus {
  color: #00a9e0;
}

/* .dropdown-grid-menu a:hover {
    color: #EB0E8C;
} */

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.nav-tabs .nav-link.active {
  color: #ff6720;
}

.nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid transparent;
}

#localnav .nav-item .active {
  color: #ff6720;
  border-bottom: 3px solid #ff6720;
}

#localnav .nav-item {
  font-size: 1em;
}

.nav-icon {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
}

.mt-80px {
  margin-top: 80px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.top-offset {
  top: 80px;
}

#global-nav {
  transition: top 0.3s;
  z-index: 2000;
}

#local-nav-container {
  /* transition: top 0.3s; */
}

.w-30 {
  width: 30%;
}

.anaorange {
  color: #ff6720;
}

.anablue {
  color: #00a9e0;
}

.anapink {
  color: #eb0e8c;
}

.faded-white {
  color: rgba(255, 255, 255, 0.7);
}

.bg-anaorange {
  background-color: #ff6720;
}

.bg-black {
  background-color: black;
}

.bg-white-o {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-o:hover {
  background-color: #ff6720;
}

.bg-anaorange-alt {
  background-color: rgba(255, 103, 32, 0.7);
}

.bg-anablue {
  background-color: #00a9e0;
}

.bg-anapink {
  background-color: #eb0e8c;
}

.bg-grey {
  background-color: rgb(230, 249, 255);
}

.bg-anaorange-alt {
  background-color: rgb(253, 143, 92);
}

.bg-light-grey {
  background-color: rgb(202, 202, 202);
}

.display-table {
  display: table;
}

.display-block {
  display: inline-block;
}

.carousel-caption {
  top: 0;
}

.carousel-item {
  text-align: center;
}

.font-large {
  font-size: 2em;
}

.badge-anaorange {
  color: #ff6720 !important;
  background-color: rgb(255, 226, 212);
}

.badge-anablue {
  color: #00a9e0 !important;
  background-color: rgb(230, 249, 255);
}

.badge-anapink {
  color: #eb0e8c !important;
  background-color: rgba(255, 177, 238, 0.384);
}

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

.font-bold {
  font-weight: bold;
}

.size-sm {
  height: 15em;
  width: auto;
}

.width-sm {
  width: 10em;
}

.font-3em {
  font-size: 3em;
}

.pt-10, .py-10 {
  padding-top: 18rem !important;
}

.partner-cropped {
  height: 80px;
  width: auto;
  object-fit: cover;
}

.cropped {
  height: 160;
  width: auto;
  object-fit: cover;
}

.flickity-landscape .carousel-cell img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.flickity-portrait .carousel-cell img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.flickity-portrait-large .carousel-cell img {
  object-fit: cover;
  height: 550px;
  width: 100%;
}

.app-summary img {
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.img-center {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.img-center-top {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  margin: auto;
}

.banner-img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.min-height-40 {
  height: 40em;
}

.min-height-40 img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 40em;
}

.leader-headshot {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.narrow-cropped {
  height: 256px;
  width: 100%;
  object-fit: cover;
}

.nav-width {
  height: 40px;
  width: auto;
}

.border-thin {
  border: 2px;
  border-color: #ff6720;
}

.img-title {
  /* height: 100px; */
  /* width: auto; */
  height: auto;
  width: 400px;
}

@media (max-width: 500px) {
  .img-title {
    height: auto;
    width: 100%;
  }
}

.img-narrow {
  width: 340px;
  height: auto;
}

.img-lg {
  height: 100px;
  width: auto;
}

.align-vertical-center {
  position: relative;
  top: 46%;
  bottom: auto;
}

.on-top {
  z-index: 50;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: rgba(0, 0, 0, 0.5);
}

.my-05 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.container-xs {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 420px;
  }
}

@media (min-width: 768px) {
  .container-sm {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .container-sm {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .container-sm {
    max-width: 980px;
  }
}

.container-lg {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-lg {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container-lg {
    max-width: 762px;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 986px;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1194px;
  }
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1394px;
  }
}

.py-20 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.bg-image-hover-fade {
  opacity: 0.5;
  filter: alpha(opacity=40);
}

.bg-image-hover-fade:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.avatar-round {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}

.avatar-round.avatar-xs, .avatar-round.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.avatar-round.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar-round.avatar-xl {
  width: 6rem;
  height: 6rem;
}

.avatar-round.avatar-xlxl {
  width: 10rem;
  height: 10rem;
}

.avatar-round.avatar-xlxlxl {
  width: 15rem;
  height: 15rem;
}

.overlay-bottom {
  width: 100%;
  /* height:100%; */
  position: absolute;
  bottom: 0px;
  top: auto;
  z-index: 10;
}

.anafont {
  font-family: "futura-bt", sans-serif;
  font-style: italic;
  font-weight: bold;
}

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

.p-banner {
  padding-top: 25em !important;
}

.font-size-md {
  font-size: 1.5em;
}

.anatitle {
  color: white !important;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

.bg-anaorange .flickity-prev-next-button {
  background: black;
  border-color: white;
}

.bg-anaorange .flickity-prev-next-button:hover {
  background: rgb(121, 121, 121);
}

.bg-anaorange .flickity-button-icon {
  fill: black;
  background-color: black;
  color: black;
  stroke: black;
}

/* body, html {
    overflow-x: hidden;
    position: relative;
} */

.flex-center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .flex-md-center {
    margin-left: auto;
    margin-right: auto;
  }
}

/* @media (min-width: 1200px) {
    html {
        overflow-x: hidden;
    }
} */

#local-nav-container {
  /* overflow-x: auto; */
  /* position:relative; */
}

#global-nav {
  /* overflow-x: auto; */
  /* height: 81px; */
}

.img-flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#main-nav {
  padding-left: 0px;
  padding-right: 0px;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

#nav-collapse {
  outline:none;
  -webkit-user-drag: none;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

#nav-collapse img {
  pointer-events: none;
}
#localnav {
  /* width:1423px; */
  /* overflow-x: hidden; */
  padding-left: 0px;
  padding-right: 0px;
}

.interact a {
  margin-right: 5px;
}

#test-carousel .carousel-cell.is-selected {
  color: 10px coral;
}

#test-carousel .carousel-cell {
  width: 20%;
  min-width: 20%;
  height: 180px;
  margin-right: 10px;
  margin-left: 10px;
  align-items: center;
  text-align: center;
}

/* #test-carousel .carousel-cell:hover {
    background-color: #FF6720;
} */

#test-carousel .carousel-cell a:hover {
  color: #ff6720;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.img-slider {
  padding-top: 5px;
  width: auto;
  height: 150px;
}

@media screen and (max-width: 800px) {
  #test-carousel .carousel-cell {
    width: 33%;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs {
    overflow: visible;
  }
}

.custom-file-label::after {
  background-color: #00a9e0;
}

.lead {
  font-size: 1.1em;
}

.article-cards h2 {
  color: black;
}

.article-cards {
  margin-top: 10rem !important;
}

.article-cards section {
  margin-bottom: 1.5rem !important;
  padding: 0;
}

.article-thumbnail {
  max-height: 100%;
  width: auto;
  object-fit: cover;
}

.content {
  opacity: 0;
  font-size: 40px;
  position: absolute;
  display: inline-block;
  top: auto;
  left: 0;
  /* margin:-12px; */
  margin-left: 12px;
  /* margin-right:-12px; */
  color: black;
  background-color: rgba(200, 200, 200, 0.5);
  min-width: calc(100% - 24px);
  min-height: 100%;
  /* min-width: 100%;
    min-height: 100%; */
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
}

.content:hover {
  opacity: 1;
}

.content .text {
  bottom: 0;
  height: 0;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.4s;
}

.content:hover .text {
  opacity: 1;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.img-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cover-w-100 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.h-400 {
  height: 500px;
}

/* @media (max-width: 767px) { */

.center-sm {
  width: 100%;
  justify-content: center;
  overflow-wrap: break-word;
}

/* } */

.carousel-control-next, .carousel-control-prev {
  width: 4%;
}

.order-lg-alt .divider {
  right: -1px;
  left: auto;
}

@media (min-width: 992px) {
  section:nth-of-type(even) .order-lg-alt {
    flex-direction: row-reverse !important;
  }
  section:nth-of-type(even) .order-lg-alt .divider {
    transform: scaleX(-1);
    left: -2px;
    right: auto;
  }
}

[data-isotope-collection][data-isotope-id='isotope-2'] a {
  font-size: 0.9em;
}

[data-isotope-filters] a.nav-link svg g path {
  fill: #555A64 !important;
}

[data-isotope-filters] a.nav-link.active svg g path {
  fill: #FF6720 !important;
}

[data-isotope-filters] a input {
  display: none;
  height: 24px;
  width: auto;
}

[data-isotope-filters] a input:focus {
  border-color: #FF6720;
}

[data-isotope-filters] a.active input {
  display: inline-block;
}

[data-isotope-filters] svg {
  pointer-events: none;
}

[data-isotope-item] a:hover .link-text {
  color: #ec4b00;
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .h-lg-100 {
    height: 100%;
  }
}

.center-sm .badge {
  background-color: rgba(231, 231, 231, 0.1);
}

.subtle-nav .flickity-button {
  background: black;
  border: white;
}

.subtle-nav .flickity-button:hover {
  opacity: 50%;
  border: white;
}

.hidden-nav .flickity-button {
  display: none;
}

.flickity-equal-height .img {
  height: 50px !important;
}

.benefit-list {
  text-align: left;
  list-style-position: outside;
  margin-left: 5px;
}

.benefit-list li {
  /* margin-left: 5em; */
  padding-left: 1em;
}

.flickity-equal-height .carousel-cell {
  min-height: 100%;
}

@media only screen and (max-width: 780px) {
  .banner-lg {
    display: none;
  }
}

@media only screen and (min-width: 781px) {
  .banner-sm {
    display: none;
  }
}

.h-2em {
  height: 2em;
}

.read-more {
  font-size: 0.7em;
}

.test {
  overflow-wrap: break-word;
  flex-wrap: wrap;
}

.font-small {
  font-size: 0.8em;
}

.btn-back-to-top {
  border-color: white;
}

.opacity-4 {
  opacity: 0.8;
}
